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.88.0-nightly (25cdf1f67 2025-04-28)
# docs.rs version docsrs 0.6.0 (ee9a3fe6 2025-03-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/urlutils-3.3.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/urlutils-3.3.3/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250428-1.88.0-nightly-25cdf1f67\", \"--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] [stdout] be59c76f58cd27b35348ea664d0794674be794553b49f0dc443198b8e297fc62 [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" "be59c76f58cd27b35348ea664d0794674be794553b49f0dc443198b8e297fc62", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking osutils v0.1.0 [INFO] [stderr] error[E0432]: unresolved import `nix::sys::stat` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/osutils-0.1.0/src/lib.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | use nix::sys::stat::{umask, Mode}; [INFO] [stderr] | ^^^^ could not find `stat` in `sys` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/sys/mod.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | pub mod stat; [INFO] [stderr] | ^^^^ [INFO] [stderr] note: the item is gated behind the `fs` feature [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/sys/mod.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | #![feature = "fs"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nix::sys::stat` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/osutils-0.1.0/src/file.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use nix::sys::stat::SFlag; [INFO] [stderr] | ^^^^ could not find `stat` in `sys` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/sys/mod.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | pub mod stat; [INFO] [stderr] | ^^^^ [INFO] [stderr] note: the item is gated behind the `fs` feature [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/sys/mod.rs:126:8 [INFO] [stderr] | [INFO] [stderr] 126 | #![feature = "fs"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nix::unistd::chown`, `nix::unistd::Gid`, `nix::unistd::Uid` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/osutils-0.1.0/src/file.rs:54:23 [INFO] [stderr] | [INFO] [stderr] 54 | use nix::unistd::{chown, Gid, Uid}; [INFO] [stderr] | ^^^^^ ^^^ ^^^ no `Uid` in `unistd` [INFO] [stderr] | | | [INFO] [stderr] | | no `Gid` in `unistd` [INFO] [stderr] | no `chown` in `unistd` [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/unistd.rs:720:8 [INFO] [stderr] | [INFO] [stderr] 720 | pub fn chown<P: ?Sized + NixPath>( [INFO] [stderr] | ^^^^^ [INFO] [stderr] note: the item is gated here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/unistd.rs:693:1 [INFO] [stderr] | [INFO] [stderr] 693 | / feature! { [INFO] [stderr] 694 | | #![all(feature = "user", feature = "fs")] [INFO] [stderr] 695 | | [INFO] [stderr] 696 | | /// Computes the raw UID and GID values to pass to a `*chown` call. [INFO] [stderr] ... | [INFO] [stderr] 804 | | } [INFO] [stderr] | |_^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/unistd.rs:122:12 [INFO] [stderr] | [INFO] [stderr] 122 | pub struct Gid(gid_t); [INFO] [stderr] | ^^^ [INFO] [stderr] note: the item is gated behind the `user` feature [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/unistd.rs:58:4 [INFO] [stderr] | [INFO] [stderr] 58 | #![feature = "user"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/unistd.rs:65:12 [INFO] [stderr] | [INFO] [stderr] 65 | pub struct Uid(uid_t); [INFO] [stderr] | ^^^ [INFO] [stderr] note: the item is gated behind the `user` feature [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/unistd.rs:58:4 [INFO] [stderr] | [INFO] [stderr] 58 | #![feature = "user"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] = note: this error originates in the macro `feature` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `osutils` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "be59c76f58cd27b35348ea664d0794674be794553b49f0dc443198b8e297fc62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be59c76f58cd27b35348ea664d0794674be794553b49f0dc443198b8e297fc62", kill_on_drop: false }` [INFO] [stdout] be59c76f58cd27b35348ea664d0794674be794553b49f0dc443198b8e297fc62