[INFO] fetching crate numeric-array 0.6.1... [INFO] testing numeric-array-0.6.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate numeric-array 0.6.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate numeric-array 0.6.1 [INFO] finished tweaking crates.io crate numeric-array 0.6.1 [INFO] tweaked toml for crates.io crate numeric-array 0.6.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate numeric-array 0.6.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7356460d431ea0fffc19e8c8becd4efce76bdf423bb01f75ef1432fb4a01aeeb [INFO] running `Command { std: "docker" "start" "-a" "7356460d431ea0fffc19e8c8becd4efce76bdf423bb01f75ef1432fb4a01aeeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7356460d431ea0fffc19e8c8becd4efce76bdf423bb01f75ef1432fb4a01aeeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7356460d431ea0fffc19e8c8becd4efce76bdf423bb01f75ef1432fb4a01aeeb", kill_on_drop: false }` [INFO] [stdout] 7356460d431ea0fffc19e8c8becd4efce76bdf423bb01f75ef1432fb4a01aeeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49362a9417fd4a8930509cc3ae67bdd0ae48351ddfcab5d85e13cc6114a12bd1 [INFO] running `Command { std: "docker" "start" "-a" "49362a9417fd4a8930509cc3ae67bdd0ae48351ddfcab5d85e13cc6114a12bd1", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling generic-array v1.3.5 [INFO] [stderr] Compiling numeric-array v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `serde1` [INFO] [stdout] --> src/lib.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "serde1")] [INFO] [stdout] | ^^^^^^^^^^-------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"serde"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `std` [INFO] [stdout] = help: consider adding `serde1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `serde1` [INFO] [stdout] --> src/lib.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | #[cfg(feature = "serde1")] [INFO] [stdout] | ^^^^^^^^^^-------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"serde"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `std` [INFO] [stdout] = help: consider adding `serde1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:258:52 [INFO] [stdout] | [INFO] [stdout] 258 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 321 | / impl_checked_ops! { [INFO] [stdout] 322 | | CheckedAdd::checked_add, [INFO] [stdout] 323 | | CheckedSub::checked_sub, [INFO] [stdout] 324 | | CheckedMul::checked_mul, [INFO] [stdout] 325 | | CheckedDiv::checked_div [INFO] [stdout] 326 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_checked_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:353:40 [INFO] [stdout] | [INFO] [stdout] 353 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:384:40 [INFO] [stdout] | [INFO] [stdout] 384 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:923:89 [INFO] [stdout] | [INFO] [stdout] 923 | NumericArray::new(unsafe { sin_destination.finish(); IntrusiveArrayBuilder::array_assume_init(sin_array) }), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:924:89 [INFO] [stdout] | [INFO] [stdout] 924 | NumericArray::new(unsafe { cos_destination.finish(); IntrusiveArrayBuilder::array_assume_init(cos_array) }), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s [INFO] running `Command { std: "docker" "inspect" "49362a9417fd4a8930509cc3ae67bdd0ae48351ddfcab5d85e13cc6114a12bd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49362a9417fd4a8930509cc3ae67bdd0ae48351ddfcab5d85e13cc6114a12bd1", kill_on_drop: false }` [INFO] [stdout] 49362a9417fd4a8930509cc3ae67bdd0ae48351ddfcab5d85e13cc6114a12bd1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63a2e3b8af3c9210e2d0b9bc5022e347d664fce32e5b64083945e53e3d2e98c1 [INFO] running `Command { std: "docker" "start" "-a" "63a2e3b8af3c9210e2d0b9bc5022e347d664fce32e5b64083945e53e3d2e98c1", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stdout] warning: unexpected `cfg` condition value: `serde1` [INFO] [stdout] --> src/lib.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "serde1")] [INFO] [stdout] | ^^^^^^^^^^-------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"serde"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `std` [INFO] [stdout] = help: consider adding `serde1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `serde1` [INFO] [stdout] --> src/lib.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | #[cfg(feature = "serde1")] [INFO] [stdout] | ^^^^^^^^^^-------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"serde"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `std` [INFO] [stdout] = help: consider adding `serde1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:258:52 [INFO] [stdout] | [INFO] [stdout] 258 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 321 | / impl_checked_ops! { [INFO] [stdout] 322 | | CheckedAdd::checked_add, [INFO] [stdout] 323 | | CheckedSub::checked_sub, [INFO] [stdout] 324 | | CheckedMul::checked_mul, [INFO] [stdout] 325 | | CheckedDiv::checked_div [INFO] [stdout] 326 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_checked_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:353:40 [INFO] [stdout] | [INFO] [stdout] 353 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:384:40 [INFO] [stdout] | [INFO] [stdout] 384 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:923:89 [INFO] [stdout] | [INFO] [stdout] 923 | NumericArray::new(unsafe { sin_destination.finish(); IntrusiveArrayBuilder::array_assume_init(sin_array) }), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:924:89 [INFO] [stdout] | [INFO] [stdout] 924 | NumericArray::new(unsafe { cos_destination.finish(); IntrusiveArrayBuilder::array_assume_init(cos_array) }), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling numeric-array v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `serde1` [INFO] [stdout] --> src/lib.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "serde1")] [INFO] [stdout] | ^^^^^^^^^^-------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"serde"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `std` [INFO] [stdout] = help: consider adding `serde1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `serde1` [INFO] [stdout] --> src/lib.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | #[cfg(feature = "serde1")] [INFO] [stdout] | ^^^^^^^^^^-------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"serde"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `std` [INFO] [stdout] = help: consider adding `serde1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:258:52 [INFO] [stdout] | [INFO] [stdout] 258 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 321 | / impl_checked_ops! { [INFO] [stdout] 322 | | CheckedAdd::checked_add, [INFO] [stdout] 323 | | CheckedSub::checked_sub, [INFO] [stdout] 324 | | CheckedMul::checked_mul, [INFO] [stdout] 325 | | CheckedDiv::checked_div [INFO] [stdout] 326 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_checked_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:353:40 [INFO] [stdout] | [INFO] [stdout] 353 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:384:40 [INFO] [stdout] | [INFO] [stdout] 384 | IntrusiveArrayBuilder::array_assume_init(array) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:923:89 [INFO] [stdout] | [INFO] [stdout] 923 | NumericArray::new(unsafe { sin_destination.finish(); IntrusiveArrayBuilder::array_assume_init(sin_array) }), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `generic_array::internals::IntrusiveArrayBuilder::<'a, T, N>::array_assume_init`: See `iter_position` for modern usage pattern without this function [INFO] [stdout] --> src/impls.rs:924:89 [INFO] [stdout] | [INFO] [stdout] 924 | NumericArray::new(unsafe { cos_destination.finish(); IntrusiveArrayBuilder::array_assume_init(cos_array) }), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a module [INFO] [stdout] --> src/lib.rs:581:1 [INFO] [stdout] | [INFO] [stdout] 581 | pub mod tests { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | #![deny(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/lib.rs:586:5 [INFO] [stdout] | [INFO] [stdout] 586 | pub fn black_box(val: T) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/lib.rs:693:5 [INFO] [stdout] | [INFO] [stdout] 693 | pub fn test_madd() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing documentation for a function [INFO] [stdout] --> src/lib.rs:707:5 [INFO] [stdout] | [INFO] [stdout] 707 | pub fn test_select() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `numeric-array` (lib test) due to 4 previous errors; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "63a2e3b8af3c9210e2d0b9bc5022e347d664fce32e5b64083945e53e3d2e98c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63a2e3b8af3c9210e2d0b9bc5022e347d664fce32e5b64083945e53e3d2e98c1", kill_on_drop: false }` [INFO] [stdout] 63a2e3b8af3c9210e2d0b9bc5022e347d664fce32e5b64083945e53e3d2e98c1