urlutils 3.3.3

URL utilities for Breezy
Documentation
Build #1652929 2025-01-21 06:34:59

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.86.0-nightly (f3d1d47fd 2025-01-20)

# docs.rs version docsrs 0.6.0 (13d4ccea 2025-01-13)

# 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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250120-1.86.0-nightly-f3d1d47fd\", \"--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] 83f64b6247d31aa785a19dc0f07b90a8885a7df4bb3c4a2a5263023a16fd0aa7 [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" "83f64b6247d31aa785a19dc0f07b90a8885a7df4bb3c4a2a5263023a16fd0aa7", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking osutils v0.1.0 [INFO] [stderr] Checking idna_adapter v1.2.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] Checking idna v1.0.3 [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" "83f64b6247d31aa785a19dc0f07b90a8885a7df4bb3c4a2a5263023a16fd0aa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83f64b6247d31aa785a19dc0f07b90a8885a7df4bb3c4a2a5263023a16fd0aa7", kill_on_drop: false }` [INFO] [stdout] 83f64b6247d31aa785a19dc0f07b90a8885a7df4bb3c4a2a5263023a16fd0aa7