[INFO] fetching crate mbarc-map 0.11.0...
[INFO] testing mbarc-map-0.11.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mbarc-map 0.11.0 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mbarc-map 0.11.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 37997bf6bccdcdb4f3d906de446d91789196495d9ca5aba76e3f43b948b460ac
[INFO] running `Command { std: "docker" "start" "-a" "37997bf6bccdcdb4f3d906de446d91789196495d9ca5aba76e3f43b948b460ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37997bf6bccdcdb4f3d906de446d91789196495d9ca5aba76e3f43b948b460ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37997bf6bccdcdb4f3d906de446d91789196495d9ca5aba76e3f43b948b460ac", kill_on_drop: false }`
[INFO] [stdout] 37997bf6bccdcdb4f3d906de446d91789196495d9ca5aba76e3f43b948b460ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ea19f521939b79d173b6bdd8dd23f60c7868dbda6e92b559636a2d953eaf1a5
[INFO] running `Command { std: "docker" "start" "-a" "0ea19f521939b79d173b6bdd8dd23f60c7868dbda6e92b559636a2d953eaf1a5", 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)]` (part of `#[warn(unused)]`) 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<const BLOCK_SIZE: usize> FaVecIndex<BLOCK_SIZE> {
[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)]` (part of `#[warn(unused)]`) 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<T, const BLOCK_SIZE: usize> FaVec<T, BLOCK_SIZE> {
[INFO] [stdout]     | ----------------------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub fn get(&self, index: &FaVecIndex<BLOCK_SIZE>) -> 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<T, BLOCK_SIZE> {
[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.29s
[INFO] running `Command { std: "docker" "inspect" "0ea19f521939b79d173b6bdd8dd23f60c7868dbda6e92b559636a2d953eaf1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ea19f521939b79d173b6bdd8dd23f60c7868dbda6e92b559636a2d953eaf1a5", kill_on_drop: false }`
[INFO] [stdout] 0ea19f521939b79d173b6bdd8dd23f60c7868dbda6e92b559636a2d953eaf1a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d404ca2865fae6c88b9fa716a10528c55fb4b50f8a7a1c97a47a6a28a2b716a
[INFO] running `Command { std: "docker" "start" "-a" "5d404ca2865fae6c88b9fa716a10528c55fb4b50f8a7a1c97a47a6a28a2b716a", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[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 zerocopy v0.8.25
[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)]` (part of `#[warn(unused)]`) 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<const BLOCK_SIZE: usize> FaVecIndex<BLOCK_SIZE> {
[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)]` (part of `#[warn(unused)]`) 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<T, const BLOCK_SIZE: usize> FaVec<T, BLOCK_SIZE> {
[INFO] [stdout]     | ----------------------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub fn get(&self, index: &FaVecIndex<BLOCK_SIZE>) -> 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<T, BLOCK_SIZE> {
[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)]` (part of `#[warn(unused)]`) 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<const BLOCK_SIZE: usize> FaVecIndex<BLOCK_SIZE> {
[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)]` (part of `#[warn(unused)]`) 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<T, const BLOCK_SIZE: usize> FaVec<T, BLOCK_SIZE> {
[INFO] [stdout]     | ----------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub fn get(&self, index: &FaVecIndex<BLOCK_SIZE>) -> 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<T, BLOCK_SIZE> {
[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.31s
[INFO] running `Command { std: "docker" "inspect" "5d404ca2865fae6c88b9fa716a10528c55fb4b50f8a7a1c97a47a6a28a2b716a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d404ca2865fae6c88b9fa716a10528c55fb4b50f8a7a1c97a47a6a28a2b716a", kill_on_drop: false }`
[INFO] [stdout] 5d404ca2865fae6c88b9fa716a10528c55fb4b50f8a7a1c97a47a6a28a2b716a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 08047f9ba332bcbb291280511210babb88f6b2e3ce98075b8eb062cfb3330525
[INFO] running `Command { std: "docker" "start" "-a" "08047f9ba332bcbb291280511210babb88f6b2e3ce98075b8eb062cfb3330525", 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)]` (part of `#[warn(unused)]`) 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<const BLOCK_SIZE: usize> FaVecIndex<BLOCK_SIZE> {
[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)]` (part of `#[warn(unused)]`) 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<T, const BLOCK_SIZE: usize> FaVec<T, BLOCK_SIZE> {
[INFO] [stderr]     | ----------------------------------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 220 |     pub fn get(&self, index: &FaVecIndex<BLOCK_SIZE>) -> 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<T, BLOCK_SIZE> {
[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<T, const BLOCK_SIZE: usize> FaVec<T, BLOCK_SIZE> {
[INFO] [stderr]     | ----------------------------------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 220 |     pub fn get(&self, index: &FaVecIndex<BLOCK_SIZE>) -> 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mbarc_map-03c8d06702f66f24)
[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 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_generic_early_drop ... ok
[INFO] [stdout] test fixed_address_continuous_allocation::tests::iterator_basic ... ok
[INFO] [stdout] test tests::test_locked_value_iterator_preserves_insert_order_when_no_removal ... 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_random_io ... 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_key_iterator ... ok
[INFO] [stdout] test tests::test_insert_remove_insert ... ok
[INFO] [stdout] test tests::test_drop ... ok
[INFO] [stdout] test fixed_address_continuous_allocation::tests::fa_vec_properties_test_add_remove_add ... 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.28s
[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<T,U>::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.81s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "08047f9ba332bcbb291280511210babb88f6b2e3ce98075b8eb062cfb3330525", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08047f9ba332bcbb291280511210babb88f6b2e3ce98075b8eb062cfb3330525", kill_on_drop: false }`
[INFO] [stdout] 08047f9ba332bcbb291280511210babb88f6b2e3ce98075b8eb062cfb3330525
