[INFO] fetching crate nostd-bv 0.11.2... [INFO] testing nostd-bv-0.11.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate nostd-bv 0.11.2 into /workspace/builds/worker-2-tc1/source [INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate nostd-bv 0.11.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate nostd-bv 0.11.2 [INFO] tweaked toml for crates.io crate nostd-bv 0.11.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nostd-bv 0.11.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nostd-bv 0.11.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quickcheck v0.6.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 840b2aa8e012dffa1c53c6f6a5f330fcc21c1c703afc4e6553e36e90d6e9fe3d [INFO] running `Command { std: "docker" "start" "-a" "840b2aa8e012dffa1c53c6f6a5f330fcc21c1c703afc4e6553e36e90d6e9fe3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "840b2aa8e012dffa1c53c6f6a5f330fcc21c1c703afc4e6553e36e90d6e9fe3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "840b2aa8e012dffa1c53c6f6a5f330fcc21c1c703afc4e6553e36e90d6e9fe3d", kill_on_drop: false }` [INFO] [stdout] 840b2aa8e012dffa1c53c6f6a5f330fcc21c1c703afc4e6553e36e90d6e9fe3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c2b04ed5c20f1c3027f8ecbd3f55575a9a37ef4adbd2d1ac20e0e741875f89d6 [INFO] running `Command { std: "docker" "start" "-a" "c2b04ed5c20f1c3027f8ecbd3f55575a9a37ef4adbd2d1ac20e0e741875f89d6", kill_on_drop: false }` [INFO] [stderr] Compiling nostd-bv v0.11.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_vec/mod.rs:496:21 [INFO] [stdout] | [INFO] [stdout] 496 | pub fn as_slice(&self) -> BitSlice { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 496 | pub fn as_slice(&self) -> BitSlice<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_vec/mod.rs:520:25 [INFO] [stdout] | [INFO] [stdout] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "c2b04ed5c20f1c3027f8ecbd3f55575a9a37ef4adbd2d1ac20e0e741875f89d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2b04ed5c20f1c3027f8ecbd3f55575a9a37ef4adbd2d1ac20e0e741875f89d6", kill_on_drop: false }` [INFO] [stdout] c2b04ed5c20f1c3027f8ecbd3f55575a9a37ef4adbd2d1ac20e0e741875f89d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 34478f7fead95142ab502b03164330717ba429fb838e96b2bb5fae8c48ef320c [INFO] running `Command { std: "docker" "start" "-a" "34478f7fead95142ab502b03164330717ba429fb838e96b2bb5fae8c48ef320c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_vec/mod.rs:496:21 [INFO] [stdout] | [INFO] [stdout] 496 | pub fn as_slice(&self) -> BitSlice { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 496 | pub fn as_slice(&self) -> BitSlice<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_vec/mod.rs:520:25 [INFO] [stdout] | [INFO] [stdout] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling quickcheck v0.6.2 [INFO] [stderr] Compiling nostd-bv v0.11.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_vec/mod.rs:496:21 [INFO] [stdout] | [INFO] [stdout] 496 | pub fn as_slice(&self) -> BitSlice { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 496 | pub fn as_slice(&self) -> BitSlice<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_vec/mod.rs:520:25 [INFO] [stdout] | [INFO] [stdout] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut<'_, Block> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.37s [INFO] running `Command { std: "docker" "inspect" "34478f7fead95142ab502b03164330717ba429fb838e96b2bb5fae8c48ef320c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34478f7fead95142ab502b03164330717ba429fb838e96b2bb5fae8c48ef320c", kill_on_drop: false }` [INFO] [stdout] 34478f7fead95142ab502b03164330717ba429fb838e96b2bb5fae8c48ef320c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5b2d302a172318b50afbd53d96ac3e9c4631a85abeeaa7966b1dd590efb0b7eb [INFO] running `Command { std: "docker" "start" "-a" "5b2d302a172318b50afbd53d96ac3e9c4631a85abeeaa7966b1dd590efb0b7eb", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bit_vec/mod.rs:496:21 [INFO] [stderr] | [INFO] [stderr] 496 | pub fn as_slice(&self) -> BitSlice { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 496 | pub fn as_slice(&self) -> BitSlice<'_, Block> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bit_vec/mod.rs:520:25 [INFO] [stderr] | [INFO] [stderr] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut { [INFO] [stderr] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 520 | pub fn as_mut_slice(&mut self) -> BitSliceMut<'_, Block> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `nostd-bv` (lib) generated 2 warnings (run `cargo fix --lib -p nostd-bv` to apply 2 suggestions) [INFO] [stderr] warning: `nostd-bv` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/nostd_bv-72785b278428d6bd) [INFO] [stdout] [INFO] [stdout] running 70 tests [INFO] [stdout] test adapter::test::and_with_different_offset ... ok [INFO] [stdout] test adapter::test::and_with_same_offset ... ok [INFO] [stdout] test adapter::test::mixed_equality ... ok [INFO] [stdout] test adapter::test::pad ... ok [INFO] [stdout] test adapter::test::simple_not ... ok [INFO] [stdout] test adapter::test::slice_adapter_mutation ... ok [INFO] [stdout] test adapter::test::slice_adapter ... ok [INFO] [stdout] test bit_vec::test::bit_slicing ... ok [INFO] [stdout] test adapter::test::simple_and ... ok [INFO] [stdout] test bit_vec::test::clear_and_is_empty ... ok [INFO] [stdout] test bit_vec::test::as_mut_slice ... ok [INFO] [stdout] test bit_vec::test::disequality ... ok [INFO] [stdout] test bit_vec::test::from_bits ... ok [INFO] [stdout] test bit_vec::test::from_bits_slice ... ok [INFO] [stdout] test bit_vec::test::into_boxed_slice ... ok [INFO] [stdout] test bit_vec::test::mixed_equality ... ok [INFO] [stdout] test bit_vec::test::set_bits_one_block_fastpath ... ok [INFO] [stdout] test bit_vec::test::set_through_slice ... ok [INFO] [stdout] test bit_vec::test::pop ... ok [INFO] [stdout] test bit_vec::test::push_bit_and_pop_bit ... ok [INFO] [stdout] test bit_vec::test::shrink_to_fit ... ok [INFO] [stdout] test bit_vec::test::truncate ... ok [INFO] [stdout] test iter::test::empty ... ok [INFO] [stdout] test prims::test::get_bit ... ok [INFO] [stdout] test prims::test::get_bits ... ok [INFO] [stdout] test macros::type_1_hygiene ... ok [INFO] [stdout] test prims::test::set_bit ... ok [INFO] [stdout] test iter::test::different ... ok [INFO] [stdout] test iter::test::different_lengths ... ok [INFO] [stdout] test iter::test::same ... ok [INFO] [stdout] test macros::bit_vec_macro_allows_trailing_comma ... ok [INFO] [stdout] test prims::test::prop_get_block_u32 ... ok [INFO] [stdout] test prims::test::prop_get_block_u8 ... ok [INFO] [stdout] test bit_vec::test::resize ... ok [INFO] [stdout] test adapter::test::append ... ok [INFO] [stdout] test prims::test::block_len ... ok [INFO] [stdout] test prims::test::bit_len ... ok [INFO] [stdout] test prims::test::u128_feature ... ok [INFO] [stdout] test slice::test::bit_slice_from_slice ... ok [INFO] [stdout] test slice::test::bit_slice_index ... ok [INFO] [stdout] test slice::test::bit_slice_update_across_blocks ... ok [INFO] [stdout] test slice::test::debug_for_bit_slice ... ok [INFO] [stdout] test storage::test::block_bits ... ok [INFO] [stdout] test storage::test::ceil_lg ... ok [INFO] [stdout] test storage::test::get_bit ... ok [INFO] [stdout] test slice::test::range_to_inclusive ... ok [INFO] [stdout] test storage::test::floor_lg ... ok [INFO] [stdout] test storage::test::get_bits ... ok [INFO] [stdout] test storage::test::lg_nbits ... ok [INFO] [stdout] test storage::test::low_mask ... ok [INFO] [stdout] test storage::test::nth_mask ... ok [INFO] [stdout] test storage::test::nbits ... ok [INFO] [stdout] test storage::test::prop_ceil_div_nbits1 ... ok [INFO] [stdout] test storage::test::prop_div_nbits ... ok [INFO] [stdout] test storage::test::prop_mod_nbits ... ok [INFO] [stdout] test storage::test::prop_mul_nbits ... ok [INFO] [stdout] test storage::test::prop_ceil_div_nbits2 ... ok [INFO] [stdout] test traits::test::bogus_get_bits_vec_bool_works_okay ... ok [INFO] [stdout] test traits::test::set_block ... ok [INFO] [stdout] test traits::test::vec_u8_is_bit_vec ... ok [INFO] [stdout] test traits::test::vec_u8_is_bit_vec_mut ... ok [INFO] [stdout] test traits::test::set_block_slice ... ok [INFO] [stdout] test storage::test::with_bits ... ok [INFO] [stdout] test traits::bits_mut_ext::test::bit_and_assign ... ok [INFO] [stdout] test traits::test::bit_slicing ... ok [INFO] [stdout] test traits::bits_mut_ext::test::bit_xor_assign_slice ... ok [INFO] [stdout] test storage::test::with_bit ... ok [INFO] [stdout] test traits::test::get_block_oob - should panic ... ok [INFO] [stdout] test traits::bits_mut_ext::test::bit_and_assign_bad_sizes - should panic ... ok [INFO] [stdout] test traits::test::bogus_get_bits_vec_bool_oob - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stderr] Running tests/random_adapter.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/random_adapter-0709417721cbf7b9) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test prop_u16 ... ok [INFO] [stdout] test prop_u8 ... ok [INFO] [stdout] test prop_u64 ... ok [INFO] [stdout] test prop_u32 ... ok [INFO] [stdout] test prop_usize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5b2d302a172318b50afbd53d96ac3e9c4631a85abeeaa7966b1dd590efb0b7eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b2d302a172318b50afbd53d96ac3e9c4631a85abeeaa7966b1dd590efb0b7eb", kill_on_drop: false }` [INFO] [stdout] 5b2d302a172318b50afbd53d96ac3e9c4631a85abeeaa7966b1dd590efb0b7eb