Build #1536827 2024-11-14T17:47:51.095650+00:00
# rustc version
rustc 1.84.0-nightly (8adb4b30f 2024-11-13)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/noxious-client-1.0.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/noxious-client-1.0.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241113-1.84.0-nightly-8adb4b30f\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", 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] 430e4813e920c0974653e9245cf20d63a2a6344b52ae38be8f26310e11ff3b86
[INFO] running `Command { std: "docker" "start" "-a" "430e4813e920c0974653e9245cf20d63a2a6344b52ae38be8f26310e11ff3b86", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting noxious-client v1.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:11:13
[INFO] [stderr] |
[INFO] [stderr] 11 | #![cfg_attr(feature = "clippy", warn(cast_possible_truncation))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:12:13
[INFO] [stderr] |
[INFO] [stderr] 12 | #![cfg_attr(feature = "clippy", warn(cast_possible_wrap))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:13:13
[INFO] [stderr] |
[INFO] [stderr] 13 | #![cfg_attr(feature = "clippy", warn(cast_precision_loss))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:14:13
[INFO] [stderr] |
[INFO] [stderr] 14 | #![cfg_attr(feature = "clippy", warn(cast_sign_loss))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:15:13
[INFO] [stderr] |
[INFO] [stderr] 15 | #![cfg_attr(feature = "clippy", warn(missing_docs_in_private_items))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:16:13
[INFO] [stderr] |
[INFO] [stderr] 16 | #![cfg_attr(feature = "clippy", warn(mut_mut))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:17:13
[INFO] [stderr] |
[INFO] [stderr] 17 | #![cfg_attr(feature = "clippy", warn(print_stdout))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:18:28
[INFO] [stderr] |
[INFO] [stderr] 18 | #![cfg_attr(all(not(test), feature = "clippy"), warn(result_unwrap_used))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:19:13
[INFO] [stderr] |
[INFO] [stderr] 19 | #![cfg_attr(feature = "clippy", warn(unseparated_literal_suffix))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `clippy`
[INFO] [stderr] --> src/lib.rs:20:13
[INFO] [stderr] |
[INFO] [stderr] 20 | #![cfg_attr(feature = "clippy", warn(wrong_pub_self_convention))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `clippy` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Client`
[INFO] [stderr] --> src/proxy.rs:9:47
[INFO] [stderr] |
[INFO] [stderr] 9 | /// A proxy object returned by the [`Client`](Client).
[INFO] [stderr] | ^^^^^^ no item named `Client` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `noxious-client` (lib doc) generated 11 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-apple-darwin/doc/noxious_client/index.html
[INFO] running `Command { std: "docker" "inspect" "430e4813e920c0974653e9245cf20d63a2a6344b52ae38be8f26310e11ff3b86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "430e4813e920c0974653e9245cf20d63a2a6344b52ae38be8f26310e11ff3b86", kill_on_drop: false }`
[INFO] [stdout] 430e4813e920c0974653e9245cf20d63a2a6344b52ae38be8f26310e11ff3b86