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.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.98.0-nightly (1f087276b 2026-06-13)
# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "fe8bfb93715727be50619131bee7371f5b5513a78f78eaa0fa803d2370356841" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260613-1.98.0-nightly-1f087276b\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking torrust-tracker-primitives v3.0.0 [INFO] [stderr] error[E0599]: no associated function or constant named `read_from` found for struct `aquatic_udp_protocol::InfoHash` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/torrust-tracker-primitives-3.0.0/src/info_hash.rs:24:52 [INFO] [stderr] | [INFO] [stderr] 24 | let data = aquatic_udp_protocol::InfoHash::read_from(bytes).expect("it should have the exact amount of bytes"); [INFO] [stderr] | ^^^^^^^^^ associated function or constant not found in `aquatic_udp_protocol::InfoHash` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `zerocopy` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs:1824:1 [INFO] [stderr] | [INFO] [stderr] 1824 | pub unsafe trait FromBytes: FromZeroes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.52/src/lib.rs:4054:1 [INFO] [stderr] | [INFO] [stderr] 4054 | pub unsafe trait FromBytes: FromZeros { [INFO] [stderr] | ------------------------------------- this is the trait that was imported [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: there is an associated function `read_from_prefix` with a similar name [INFO] [stderr] | [INFO] [stderr] 24 | let data = aquatic_udp_protocol::InfoHash::read_from_prefix(bytes).expect("it should have the exact amount of bytes"); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated function or constant named `read_from` found for struct `aquatic_udp_protocol::PeerId` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/torrust-tracker-primitives-3.0.0/src/peer.rs:293:28 [INFO] [stderr] | [INFO] [stderr] 293 | let data = PeerId::read_from(&bytes).expect("it should have the correct amount of bytes"); [INFO] [stderr] | ^^^^^^^^^ associated function or constant not found in `aquatic_udp_protocol::PeerId` [INFO] [stderr] | [INFO] [stderr] note: there are multiple different versions of crate `zerocopy` in the dependency graph [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs:1824:1 [INFO] [stderr] | [INFO] [stderr] 1824 | pub unsafe trait FromBytes: FromZeroes { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.52/src/lib.rs:4054:1 [INFO] [stderr] | [INFO] [stderr] 4054 | pub unsafe trait FromBytes: FromZeros { [INFO] [stderr] | ------------------------------------- this is the trait that was imported [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] help: there is an associated function `read_from_prefix` with a similar name [INFO] [stderr] | [INFO] [stderr] 293 | let data = PeerId::read_from_prefix(&bytes).expect("it should have the correct amount of bytes"); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `torrust-tracker-primitives` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "fe8bfb93715727be50619131bee7371f5b5513a78f78eaa0fa803d2370356841", kill_on_drop: false }`