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.91.0-nightly (02c7b1a7a 2025-09-13)
# docs.rs version docsrs 0.6.0 (f42173de 2025-09-12)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/iapi-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/iapi-0.1.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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250913-1.91.0-nightly-02c7b1a7a\", \"--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", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6c5e402e86f5b6b7e944681afceb3fbb70dd14c450b806cfb5cb747dda661189 [INFO] running `Command { std: "docker" "start" "-a" "6c5e402e86f5b6b7e944681afceb3fbb70dd14c450b806cfb5cb747dda661189", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking apierr v0.1.6 [INFO] [stderr] error[E0432]: unresolved import `icall::CodeBin` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/apierr-0.1.6/src/err.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use icall::CodeBin; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `CodeBin` in the root [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CodeMsgLi` in crate `icall` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/apierr-0.1.6/src/err.rs:101:14 [INFO] [stderr] | [INFO] [stderr] 101 | icall::CodeMsgLi { [INFO] [stderr] | ^^^^^^^^^ not found in `icall` [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 1 + use crate::CodeMsgLi; [INFO] [stderr] | [INFO] [stderr] 1 + use crate::ErrCode::CodeMsgLi; [INFO] [stderr] | [INFO] [stderr] help: if you import `CodeMsgLi`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 101 - icall::CodeMsgLi { [INFO] [stderr] 101 + CodeMsgLi { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CodeLi` in crate `icall` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/apierr-0.1.6/src/err.rs:153:14 [INFO] [stderr] | [INFO] [stderr] 153 | icall::CodeLi { li: r.0 }.serialize_to_vec(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/icall-0.1.53/src/proto.rs:376:1 [INFO] [stderr] | [INFO] [stderr] 376 | pub struct Code { [INFO] [stderr] | --------------- similarly named struct `Code` defined here [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 153 - icall::CodeLi { li: r.0 }.serialize_to_vec(), [INFO] [stderr] 153 + icall::Code { li: r.0 }.serialize_to_vec(), [INFO] [stderr] | [INFO] [stderr] help: consider importing this struct through its public re-export [INFO] [stderr] | [INFO] [stderr] 1 + use crate::CodeLi; [INFO] [stderr] | [INFO] [stderr] help: if you import `CodeLi`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 153 - icall::CodeLi { li: r.0 }.serialize_to_vec(), [INFO] [stderr] 153 + CodeLi { li: r.0 }.serialize_to_vec(), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `Code` has no field named `code` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/apierr-0.1.6/src/err.rs:50:52 [INFO] [stderr] | [INFO] [stderr] 50 | return rt_proto(ErrCode::Code, icall::Code { code }); [INFO] [stderr] | ^^^^ `Code` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `inner` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0432, E0560. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `apierr` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "6c5e402e86f5b6b7e944681afceb3fbb70dd14c450b806cfb5cb747dda661189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c5e402e86f5b6b7e944681afceb3fbb70dd14c450b806cfb5cb747dda661189", kill_on_drop: false }` [INFO] [stdout] 6c5e402e86f5b6b7e944681afceb3fbb70dd14c450b806cfb5cb747dda661189