Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.89.0-nightly (d97326eab 2025-05-15)
# docs.rs version docsrs 0.6.0 (d8ea4838 2025-05-14)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/libium-1.30.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/libium-1.30.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250515-1.89.0-nightly-d97326eab\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }` [INFO] [stdout] 59154ed1176ba6712f6be2eed82894ec3a5d883dbd73c22fc07ec683c695617c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "59154ed1176ba6712f6be2eed82894ec3a5d883dbd73c22fc07ec683c695617c", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting libium v1.30.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0107]: missing generics for struct `ferinth::Ferinth` [INFO] [stderr] --> src/lib.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | pub mr: &'a ferinth::Ferinth, [INFO] [stderr] | ^^^^^^^ expected 1 generic argument [INFO] [stderr] | [INFO] [stderr] note: struct defined here, with 1 generic parameter: `Auth` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ferinth-2.12.0/src/lib.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct Ferinth<Auth> { [INFO] [stderr] | ^^^^^^^ ---- [INFO] [stderr] help: add missing generic argument [INFO] [stderr] | [INFO] [stderr] 44 | pub mr: &'a ferinth::Ferinth<Auth>, [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0107]: missing generics for struct `ferinth::Ferinth` [INFO] [stderr] --> src/scan.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | modrinth: &Ferinth, [INFO] [stderr] | ^^^^^^^ expected 1 generic argument [INFO] [stderr] | [INFO] [stderr] note: struct defined here, with 1 generic parameter: `Auth` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ferinth-2.12.0/src/lib.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct Ferinth<Auth> { [INFO] [stderr] | ^^^^^^^ ---- [INFO] [stderr] help: add missing generic argument [INFO] [stderr] | [INFO] [stderr] 22 | modrinth: &Ferinth<Auth>, [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0107]: missing generics for struct `ferinth::Ferinth` [INFO] [stderr] --> src/upgrade/modpack_downloadable.rs:56:16 [INFO] [stderr] | [INFO] [stderr] 56 | modrinth: &Ferinth, [INFO] [stderr] | ^^^^^^^ expected 1 generic argument [INFO] [stderr] | [INFO] [stderr] note: struct defined here, with 1 generic parameter: `Auth` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ferinth-2.12.0/src/lib.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct Ferinth<Auth> { [INFO] [stderr] | ^^^^^^^ ---- [INFO] [stderr] help: add missing generic argument [INFO] [stderr] | [INFO] [stderr] 56 | modrinth: &Ferinth<Auth>, [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0107]: missing generics for struct `ferinth::Ferinth` [INFO] [stderr] --> src/lib.rs:50:33 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn new(mr: &'a ferinth::Ferinth, cf: &'a furse::Furse, gh: &'a octocrab::Octocrab) -> Self { [INFO] [stderr] | ^^^^^^^ expected 1 generic argument [INFO] [stderr] | [INFO] [stderr] note: struct defined here, with 1 generic parameter: `Auth` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ferinth-2.12.0/src/lib.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct Ferinth<Auth> { [INFO] [stderr] | ^^^^^^^ ---- [INFO] [stderr] help: add missing generic argument [INFO] [stderr] | [INFO] [stderr] 50 | pub fn new(mr: &'a ferinth::Ferinth<Auth>, cf: &'a furse::Furse, gh: &'a octocrab::Octocrab) -> Self { [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] error[E0107]: missing generics for struct `ferinth::Ferinth` [INFO] [stderr] --> src/modpack/add.rs:76:34 [INFO] [stderr] | [INFO] [stderr] 76 | pub async fn modrinth(modrinth: &Ferinth, config: &Config, project_id: &str) -> Result<Project> { [INFO] [stderr] | ^^^^^^^ expected 1 generic argument [INFO] [stderr] | [INFO] [stderr] note: struct defined here, with 1 generic parameter: `Auth` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ferinth-2.12.0/src/lib.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct Ferinth<Auth> { [INFO] [stderr] | ^^^^^^^ ---- [INFO] [stderr] help: add missing generic argument [INFO] [stderr] | [INFO] [stderr] 76 | pub async fn modrinth(modrinth: &Ferinth<Auth>, config: &Config, project_id: &str) -> Result<Project> { [INFO] [stderr] | ++++++ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] error: could not document `libium` [INFO] running `Command { std: "docker" "inspect" "59154ed1176ba6712f6be2eed82894ec3a5d883dbd73c22fc07ec683c695617c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59154ed1176ba6712f6be2eed82894ec3a5d883dbd73c22fc07ec683c695617c", kill_on_drop: false }` [INFO] [stdout] 59154ed1176ba6712f6be2eed82894ec3a5d883dbd73c22fc07ec683c695617c