crossbeam-utils 0.8.20

Utilities for concurrent programming
Documentation
Build #1224508 2024-05-19T18:31:21.709714+00:00
# rustc version
rustc 1.80.0-nightly (b1ec1bd65 2024-05-18)# docs.rs version
docsrs 0.6.0 (2d4f32bd 2024-05-19)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/crossbeam-utils-0.8.20/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/crossbeam-utils-0.8.20/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240518-1.80.0-nightly-b1ec1bd65\", \"--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] 88944494489cd0f4eb8a9f934a407477137e2316b9ecabdb21c10f615069a3fb
[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" "88944494489cd0f4eb8a9f934a407477137e2316b9ecabdb21c10f615069a3fb", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting crossbeam-utils v0.8.20 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/lib.rs:45:7
[INFO] [stderr]    |
[INFO] [stderr] 45 | #[cfg(crossbeam_loom)]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `clippy`, `crossbeam_no_atomic`, `crossbeam_sanitize_thread`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: requested on the command line with `-W unexpected-cfgs`
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/lib.rs:68:11
[INFO] [stderr]    |
[INFO] [stderr] 68 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]    --> src/lib.rs:109:11
[INFO] [stderr]     |
[INFO] [stderr] 109 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]  --> src/atomic/mod.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]   |           ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/mod.rs:25:11
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/mod.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:36:19
[INFO] [stderr]    |
[INFO] [stderr] 36 |     not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)),
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:53:19
[INFO] [stderr]    |
[INFO] [stderr] 53 |     not(any(miri, crossbeam_loom, crossbeam_sanitize_thread)),
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]    --> src/atomic/consume.rs:107:7
[INFO] [stderr]     |
[INFO] [stderr] 107 | #[cfg(crossbeam_loom)]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 79 | impl_atomic!(AtomicBool, bool);
[INFO] [stderr]    | ------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 80 | impl_atomic!(AtomicUsize, usize);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 81 | impl_atomic!(AtomicIsize, isize);
[INFO] [stderr]    | -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 82 | impl_atomic!(AtomicU8, u8);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 83 | impl_atomic!(AtomicI8, i8);
[INFO] [stderr]    | -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_atomic!(AtomicU16, u16);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 85 | impl_atomic!(AtomicI16, i16);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 87 | impl_atomic!(AtomicU32, u32);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 89 | impl_atomic!(AtomicI32, i32);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 94 | impl_atomic!(AtomicU64, u64);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/atomic/consume.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |         #[cfg(crossbeam_loom)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl_atomic!(AtomicI64, i64);
[INFO] [stderr]    | ---------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `impl_atomic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]  --> src/sync/mod.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]   |           ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/sync/mod.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `crossbeam_loom`
[INFO] [stderr]   --> src/sync/mod.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(not(crossbeam_loom))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `crossbeam-utils` (lib doc) generated 23 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/crossbeam_utils/index.html
[INFO] running `Command { std: "docker" "inspect" "88944494489cd0f4eb8a9f934a407477137e2316b9ecabdb21c10f615069a3fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88944494489cd0f4eb8a9f934a407477137e2316b9ecabdb21c10f615069a3fb", kill_on_drop: false }`
[INFO] [stdout] 88944494489cd0f4eb8a9f934a407477137e2316b9ecabdb21c10f615069a3fb