[INFO] fetching crate mbarc-map 0.11.0... [INFO] testing mbarc-map-0.11.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate mbarc-map 0.11.0 into /workspace/builds/worker-4-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mbarc-map 0.11.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd8ff1fea1a452ca569e88da1c4eaf90888e4dea2ddd199dcc497d6bcacaa8f6 [INFO] running `Command { std: "docker" "start" "-a" "dd8ff1fea1a452ca569e88da1c4eaf90888e4dea2ddd199dcc497d6bcacaa8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd8ff1fea1a452ca569e88da1c4eaf90888e4dea2ddd199dcc497d6bcacaa8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd8ff1fea1a452ca569e88da1c4eaf90888e4dea2ddd199dcc497d6bcacaa8f6", kill_on_drop: false }` [INFO] [stdout] dd8ff1fea1a452ca569e88da1c4eaf90888e4dea2ddd199dcc497d6bcacaa8f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f584906a45c3a2f9693b36522a7d24c77dec73e9ef77e1276c7f6ebdc33c7676 [INFO] running `Command { std: "docker" "start" "-a" "f584906a45c3a2f9693b36522a7d24c77dec73e9ef77e1276c7f6ebdc33c7676", 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.21s [INFO] running `Command { std: "docker" "inspect" "f584906a45c3a2f9693b36522a7d24c77dec73e9ef77e1276c7f6ebdc33c7676", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f584906a45c3a2f9693b36522a7d24c77dec73e9ef77e1276c7f6ebdc33c7676", kill_on_drop: false }` [INFO] [stdout] f584906a45c3a2f9693b36522a7d24c77dec73e9ef77e1276c7f6ebdc33c7676 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf22a76d9983ffa245c50898b1bf7b326a9f8b36dd3e940ce5e2185b45c0fe65 [INFO] running `Command { std: "docker" "start" "-a" "cf22a76d9983ffa245c50898b1bf7b326a9f8b36dd3e940ce5e2185b45c0fe65", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [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 crossbeam-utils v0.8.21 [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 9.58s [INFO] running `Command { std: "docker" "inspect" "cf22a76d9983ffa245c50898b1bf7b326a9f8b36dd3e940ce5e2185b45c0fe65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf22a76d9983ffa245c50898b1bf7b326a9f8b36dd3e940ce5e2185b45c0fe65", kill_on_drop: false }` [INFO] [stdout] cf22a76d9983ffa245c50898b1bf7b326a9f8b36dd3e940ce5e2185b45c0fe65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a57d23ad5bf85c235402b61448b5d7edbe89dfdaba435d8a9da13c060c4b5bc6 [INFO] running `Command { std: "docker" "start" "-a" "a57d23ad5bf85c235402b61448b5d7edbe89dfdaba435d8a9da13c060c4b5bc6", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::MbarcMap` [INFO] [stderr] --> src/data_reference.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use crate::MbarcMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mbarc_map-363916c108a08c98) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test fixed_address_continuous_allocation::tests::ensure_correct_prune_on_block_edge ... ok [INFO] [stdout] test fixed_address_continuous_allocation::tests::iterator_basic ... ok [INFO] [stdout] test tests::test_generic_early_drop ... ok [INFO] [stdout] test tests::test_generic_morphing ... ok [INFO] [stdout] test tests::test_mutate_deref ... ok [INFO] [stdout] test tests::test_use_element_after_drop_one_value ... ok [INFO] [stdout] test tests::test_safe_to_use_element_after_map_is_dropped ... ok [INFO] [stdout] test tests::test_locked_iteration ... ok [INFO] [stdout] test tests::test_locked_value_iterator_preserves_insert_order_when_no_removal ... ok [INFO] [stdout] test tests::test_insert_remove_insert ... ok [INFO] [stdout] test fixed_address_continuous_allocation::tests::fa_vec_properties_test_add_remove_add ... 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_random_io ... 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_repeat ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s [INFO] [stdout] [INFO] [stderr] Doc-tests mbarc_map [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/data_reference.rs - data_reference::DataReference (line 19) ... ok [INFO] [stdout] test src/minimally_blocking_atomic_reference_counted_map.rs - minimally_blocking_atomic_reference_counted_map::MbarcMap::new (line 45) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a57d23ad5bf85c235402b61448b5d7edbe89dfdaba435d8a9da13c060c4b5bc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a57d23ad5bf85c235402b61448b5d7edbe89dfdaba435d8a9da13c060c4b5bc6", kill_on_drop: false }` [INFO] [stdout] a57d23ad5bf85c235402b61448b5d7edbe89dfdaba435d8a9da13c060c4b5bc6