[INFO] fetching crate mbarc-map 0.11.0... [INFO] testing mbarc-map-0.11.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate mbarc-map 0.11.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate mbarc-map 0.11.0 [INFO] finished tweaking crates.io crate mbarc-map 0.11.0 [INFO] tweaked toml for crates.io crate mbarc-map 0.11.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mbarc-map 0.11.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mbarc-map 0.11.0 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9aede17dfe0405d3d8a5f4314243270f8884f16f08ddb00b65136f92e0c0197 [INFO] running `Command { std: "docker" "start" "-a" "b9aede17dfe0405d3d8a5f4314243270f8884f16f08ddb00b65136f92e0c0197", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9aede17dfe0405d3d8a5f4314243270f8884f16f08ddb00b65136f92e0c0197", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9aede17dfe0405d3d8a5f4314243270f8884f16f08ddb00b65136f92e0c0197", kill_on_drop: false }` [INFO] [stdout] b9aede17dfe0405d3d8a5f4314243270f8884f16f08ddb00b65136f92e0c0197 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 376d5d550e837626192c7ca01a1ea2ee0fd7e7046f9b424666b1420d0828362a [INFO] running `Command { std: "docker" "start" "-a" "376d5d550e837626192c7ca01a1ea2ee0fd7e7046f9b424666b1420d0828362a", kill_on_drop: false }` [INFO] [stderr] Compiling mbarc-map v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::MbarcMap` [INFO] [stdout] --> src/data_reference.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::MbarcMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_absolute_index` is never used [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 47 | impl FaVecIndex { [INFO] [stdout] | ---------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | fn as_absolute_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get` and `capacity` are never used [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 79 | impl FaVec { [INFO] [stdout] | ----------------------------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 220 | pub fn get(&self, index: &FaVecIndex) -> Option<&T> { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | pub fn capacity(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:324:14 [INFO] [stdout] | [INFO] [stdout] 324 | pub fn iter(&self) -> FaVecIter { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 324 | pub fn iter(&self) -> FaVecIter<'_, T, BLOCK_SIZE> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "376d5d550e837626192c7ca01a1ea2ee0fd7e7046f9b424666b1420d0828362a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "376d5d550e837626192c7ca01a1ea2ee0fd7e7046f9b424666b1420d0828362a", kill_on_drop: false }` [INFO] [stdout] 376d5d550e837626192c7ca01a1ea2ee0fd7e7046f9b424666b1420d0828362a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0106a3597dd278de434ed014048c248004e49bee0fd6b7cfacf2495ddae1b003 [INFO] running `Command { std: "docker" "start" "-a" "0106a3597dd278de434ed014048c248004e49bee0fd6b7cfacf2495ddae1b003", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling mbarc-map v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stdout] warning: unused import: `crate::MbarcMap` [INFO] [stdout] --> src/data_reference.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::MbarcMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_absolute_index` is never used [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 47 | impl FaVecIndex { [INFO] [stdout] | ---------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | fn as_absolute_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get` and `capacity` are never used [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 79 | impl FaVec { [INFO] [stdout] | ----------------------------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 220 | pub fn get(&self, index: &FaVecIndex) -> Option<&T> { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | pub fn capacity(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:324:14 [INFO] [stdout] | [INFO] [stdout] 324 | pub fn iter(&self) -> FaVecIter { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 324 | pub fn iter(&self) -> FaVecIter<'_, T, BLOCK_SIZE> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stdout] warning: unused import: `crate::MbarcMap` [INFO] [stdout] --> src/data_reference.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::MbarcMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_absolute_index` is never used [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 47 | impl FaVecIndex { [INFO] [stdout] | ---------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | fn as_absolute_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get` is never used [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 79 | impl FaVec { [INFO] [stdout] | ----------------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 220 | pub fn get(&self, index: &FaVecIndex) -> Option<&T> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/fixed_address_continuous_allocation.rs:324:14 [INFO] [stdout] | [INFO] [stdout] 324 | pub fn iter(&self) -> FaVecIter { [INFO] [stdout] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 324 | pub fn iter(&self) -> FaVecIter<'_, T, BLOCK_SIZE> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 13.46s [INFO] running `Command { std: "docker" "inspect" "0106a3597dd278de434ed014048c248004e49bee0fd6b7cfacf2495ddae1b003", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0106a3597dd278de434ed014048c248004e49bee0fd6b7cfacf2495ddae1b003", kill_on_drop: false }` [INFO] [stdout] 0106a3597dd278de434ed014048c248004e49bee0fd6b7cfacf2495ddae1b003 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 641d871ca81aaed295c40957e4aba98512bb970943e1bf2ff899c7cb84922409 [INFO] running `Command { std: "docker" "start" "-a" "641d871ca81aaed295c40957e4aba98512bb970943e1bf2ff899c7cb84922409", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::MbarcMap` [INFO] [stdout] [INFO] [stderr] --> src/data_reference.rs:12:5 [INFO] [stdout] running 17 tests [INFO] [stderr] | [INFO] [stdout] test fixed_address_continuous_allocation::tests::ensure_correct_prune_on_block_edge ... ok [INFO] [stderr] 12 | use crate::MbarcMap; [INFO] [stdout] test fixed_address_continuous_allocation::tests::iterator_basic ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stdout] test tests::test_generic_early_drop ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_generic_morphing ... ok [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] test tests::test_use_element_after_drop_one_value ... ok [INFO] [stderr] [INFO] [stderr] warning: method `as_absolute_index` is never used [INFO] [stderr] --> src/fixed_address_continuous_allocation.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 47 | impl FaVecIndex { [INFO] [stderr] | ---------------------------------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 61 | fn as_absolute_index(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: methods `get` and `capacity` are never used [INFO] [stderr] --> src/fixed_address_continuous_allocation.rs:220:9 [INFO] [stderr] | [INFO] [stderr] 79 | impl FaVec { [INFO] [stderr] | ----------------------------------------------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 220 | pub fn get(&self, index: &FaVecIndex) -> Option<&T> { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 309 | pub fn capacity(&self) -> usize { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/fixed_address_continuous_allocation.rs:324:14 [INFO] [stderr] | [INFO] [stderr] 324 | pub fn iter(&self) -> FaVecIter { [INFO] [stderr] | ^^^^^ ------------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 324 | pub fn iter(&self) -> FaVecIter<'_, T, BLOCK_SIZE> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `mbarc-map` (lib) generated 4 warnings (run `cargo fix --lib -p mbarc-map` to apply 2 suggestions) [INFO] [stderr] warning: method `get` is never used [INFO] [stderr] --> src/fixed_address_continuous_allocation.rs:220:9 [INFO] [stderr] | [INFO] [stderr] 79 | impl FaVec { [INFO] [stderr] | ----------------------------------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 220 | pub fn get(&self, index: &FaVecIndex) -> Option<&T> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `mbarc-map` (lib test) generated 4 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mbarc_map-363916c108a08c98) [INFO] [stdout] test tests::test_mutate_deref ... ok [INFO] [stdout] test tests::test_locked_iteration ... ok [INFO] [stdout] test tests::test_value_iterator_preserves_insert_order_when_no_removal ... ok [INFO] [stdout] test fixed_address_continuous_allocation::tests::fa_vec_properties_test_add_remove_add ... ok [INFO] [stdout] test tests::test_safe_to_use_element_after_map_is_dropped ... ok [INFO] [stdout] test fixed_address_continuous_allocation::tests::fa_vec_properties_test_random_io ... ok [INFO] [stdout] test tests::test_insert_remove_insert ... ok [INFO] [stdout] test tests::test_locked_value_iterator_preserves_insert_order_when_no_removal ... ok [INFO] [stdout] test tests::test_drop ... ok [INFO] [stdout] test tests::test_key_iterator ... ok [INFO] [stdout] test tests::test_insert_only ... ok [INFO] [stdout] test fixed_address_continuous_allocation::tests::fa_vec_properties_test_add_remove_repeat ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.41s [INFO] [stdout] [INFO] [stderr] Doc-tests mbarc_map [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/minimally_blocking_atomic_reference_counted_map.rs - minimally_blocking_atomic_reference_counted_map::MbarcMap::new (line 45) ... ok [INFO] [stdout] test src/data_reference.rs - data_reference::DataReference (line 19) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "641d871ca81aaed295c40957e4aba98512bb970943e1bf2ff899c7cb84922409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "641d871ca81aaed295c40957e4aba98512bb970943e1bf2ff899c7cb84922409", kill_on_drop: false }` [INFO] [stdout] 641d871ca81aaed295c40957e4aba98512bb970943e1bf2ff899c7cb84922409