cmdpack 0.1.2

Rust Command handle
Documentation
Build #2665904 2025-11-16 22:54:13
# rustc version
rustc 1.93.0-nightly (e65b98316 2025-11-15)# docs.rs version
docsrs 0.6.0 (f953a7fd 2025-11-16 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/cmdpack-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/cmdpack-0.1.2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251115-1.93.0-nightly-e65b98316\", \"--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] 882e30e476354f049519de83a7c1e45e6c29e589523ab010c8286c91ef4ead2a
[INFO] running `Command { std: "docker" "start" "-a" "882e30e476354f049519de83a7c1e45e6c29e589523ab010c8286c91ef4ead2a", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting cmdpack v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `longname_mode`
[INFO] [stderr]    --> src/lib.rs:107:5
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 debug_buffer_trace!(inputb.as_ptr(),512,"write out buffer top [512]");
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `format_buffer_log` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `format_buffer_log` may come from an old version of the `extlog` crate, try updating your dependency with `cargo update -p extlog`
[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]     = note: this warning originates in the macro `format_buffer_log` which comes from the expansion of the macro `debug_buffer_trace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `longname_mode`
[INFO] [stderr]    --> src/lib.rs:107:5
[INFO] [stderr]     |
[INFO] [stderr] 107 |                 debug_buffer_trace!(inputb.as_ptr(),512,"write out buffer top [512]");
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `format_buffer_log` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `format_buffer_log` may come from an old version of the `extlog` crate, try updating your dependency with `cargo update -p extlog`
[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: this warning originates in the macro `format_buffer_log` which comes from the expansion of the macro `debug_buffer_trace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `longname_mode`
[INFO] [stderr]    --> src/lib.rs:108:5
[INFO] [stderr]     |
[INFO] [stderr] 108 |                 debug_buffer_trace!(inputb[(inputb.len()-512)..].as_ptr(),512,"write out buffer end [512]");
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `format_buffer_log` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `format_buffer_log` may come from an old version of the `extlog` crate, try updating your dependency with `cargo update -p extlog`
[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: this warning originates in the macro `format_buffer_log` which comes from the expansion of the macro `debug_buffer_trace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `longname_mode`
[INFO] [stderr]    --> src/lib.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr] 110 |                 debug_buffer_trace!(inputb.as_ptr(),inputb.len(),"write out buffer");    
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `format_buffer_log` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `format_buffer_log` may come from an old version of the `extlog` crate, try updating your dependency with `cargo update -p extlog`
[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: this warning originates in the macro `format_buffer_log` which comes from the expansion of the macro `debug_buffer_trace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `longname_mode`
[INFO] [stderr]    --> src/lib.rs:122:6
[INFO] [stderr]     |
[INFO] [stderr] 122 |                     debug_trace!("writed {}:0x{:x}",writed,writed);
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `format_str_log` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `format_str_log` may come from an old version of the `extlog` crate, try updating your dependency with `cargo update -p extlog`
[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: this warning originates in the macro `format_str_log` which comes from the expansion of the macro `debug_trace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `longname_mode`
[INFO] [stderr]    --> src/lib.rs:129:6
[INFO] [stderr]     |
[INFO] [stderr] 129 |                     debug_trace!("write {}:0x{:x} size",cursize,cursize);
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `format_str_log` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `format_str_log` may come from an old version of the `extlog` crate, try updating your dependency with `cargo update -p extlog`
[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: this warning originates in the macro `format_str_log` which comes from the expansion of the macro `debug_trace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `longname_mode`
[INFO] [stderr]    --> src/lib.rs:193:3
[INFO] [stderr]     |
[INFO] [stderr] 193 |         debug_trace!("CmdExec close");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `format_str_log` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `format_str_log` may come from an old version of the `extlog` crate, try updating your dependency with `cargo update -p extlog`
[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: this warning originates in the macro `format_str_log` which comes from the expansion of the macro `debug_trace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `cmdpack` (lib doc) generated 12 warnings (5 duplicates)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: typemap v0.3.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cmdpack/index.html
[INFO] running `Command { std: "docker" "inspect" "882e30e476354f049519de83a7c1e45e6c29e589523ab010c8286c91ef4ead2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "882e30e476354f049519de83a7c1e45e6c29e589523ab010c8286c91ef4ead2a", kill_on_drop: false }`
[INFO] [stdout] 882e30e476354f049519de83a7c1e45e6c29e589523ab010c8286c91ef4ead2a