Build #2539935 2025-09-27 11:51:16
# rustc version
rustc 1.92.0-nightly (54a8a1db6 2025-09-26)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/commandlines-0.8.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/commandlines-0.8.0/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: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\", \"-20250926-1.92.0-nightly-54a8a1db6\", \"--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] a3a7af383d88c41ffa7c2966e1922080403f1ddf613290d0b0c3a7ab1dad8334
[INFO] running `Command { std: "docker" "start" "-a" "a3a7af383d88c41ffa7c2966e1922080403f1ddf613290d0b0c3a7ab1dad8334", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting commandlines v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stderr] --> src/lib.rs:8:13
[INFO] [stderr] |
[INFO] [stderr] 8 | #![cfg_attr(feature = "cargo-clippy", allow(new_without_default_derive))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `cargo-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: `cargo-clippy`
[INFO] [stderr] --> src/lib.rs:106:16
[INFO] [stderr] |
[INFO] [stderr] 106 | #[cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `cargo-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: `cargo-clippy`
[INFO] [stderr] --> src/lib.rs:416:16
[INFO] [stderr] |
[INFO] [stderr] 416 | #[cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr] |
[INFO] [stderr] = note: no expected values for `feature`
[INFO] [stderr] = help: consider adding `cargo-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: unknown attribute `norun`
[INFO] [stderr] --> src/lib.rs:16:1
[INFO] [stderr] |
[INFO] [stderr] 16 | / /// A command line argument object
[INFO] [stderr] 17 | | ///
[INFO] [stderr] 18 | | /// The `Command` struct defines fields that hold parsed command line argument data and provides methods that can be used to define the logic of a command lin...
[INFO] [stderr] 19 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 47 | | ///
[INFO] [stderr] 48 | | /// See the documentation for the `Command` struct methods and fields to learn how to use the parsed data in your command line interface application logic.
[INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing
[INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust`
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unknown attribute `norun`
[INFO] [stderr] --> src/lib.rs:80:5
[INFO] [stderr] |
[INFO] [stderr] 80 | / /// Instantiates and returns a new `Command` struct with the command line argument data in `std::env::args().collect()`
[INFO] [stderr] 81 | | ///
[INFO] [stderr] 82 | | /// # Remarks
[INFO] [stderr] 83 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 95 | | /// }
[INFO] [stderr] 96 | | /// ```
[INFO] [stderr] | |___________^
[INFO] [stderr] |
[INFO] [stderr] = help: use `no_run` to compile, but not run, the code sample during testing
[INFO] [stderr] = help: this code block may be skipped during testing, because unknown attributes are treated as markers for code samples written in other programming languages, unless it is also explicitly marked as `rust`
[INFO] [stderr]
[INFO] [stderr] warning: `commandlines` (lib doc) generated 5 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/commandlines/index.html
[INFO] running `Command { std: "docker" "inspect" "a3a7af383d88c41ffa7c2966e1922080403f1ddf613290d0b0c3a7ab1dad8334", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3a7af383d88c41ffa7c2966e1922080403f1ddf613290d0b0c3a7ab1dad8334", kill_on_drop: false }`
[INFO] [stdout] a3a7af383d88c41ffa7c2966e1922080403f1ddf613290d0b0c3a7ab1dad8334