[INFO] fetching crate mbarc-map 0.11.0... [INFO] testing mbarc-map-0.11.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate mbarc-map 0.11.0 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mbarc-map 0.11.0 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb3ecdd0819200c8fcadbf07742de30ecd360ffe4b6f3f85b87bd587609f7bec [INFO] running `Command { std: "docker" "start" "-a" "cb3ecdd0819200c8fcadbf07742de30ecd360ffe4b6f3f85b87bd587609f7bec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb3ecdd0819200c8fcadbf07742de30ecd360ffe4b6f3f85b87bd587609f7bec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb3ecdd0819200c8fcadbf07742de30ecd360ffe4b6f3f85b87bd587609f7bec", kill_on_drop: false }` [INFO] [stdout] cb3ecdd0819200c8fcadbf07742de30ecd360ffe4b6f3f85b87bd587609f7bec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acd807ba31220ba2812c90fd248209660dfd7b8f62b4495f2477f9de3aad3884 [INFO] running `Command { std: "docker" "start" "-a" "acd807ba31220ba2812c90fd248209660dfd7b8f62b4495f2477f9de3aad3884", 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 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)]` (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 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.20s [INFO] running `Command { std: "docker" "inspect" "acd807ba31220ba2812c90fd248209660dfd7b8f62b4495f2477f9de3aad3884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acd807ba31220ba2812c90fd248209660dfd7b8f62b4495f2477f9de3aad3884", kill_on_drop: false }` [INFO] [stdout] acd807ba31220ba2812c90fd248209660dfd7b8f62b4495f2477f9de3aad3884 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 355400ab7b0f170bf7662cc6613df0efda9675830b52e6ee8c3a8710cfa0293b [INFO] running `Command { std: "docker" "start" "-a" "355400ab7b0f170bf7662cc6613df0efda9675830b52e6ee8c3a8710cfa0293b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [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 getrandom v0.3.2 [INFO] [stderr] Compiling zerocopy v0.8.25 [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 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)]` (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 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 rand_core v0.9.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rayon v1.10.0 [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 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)]` (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 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.67s [INFO] running `Command { std: "docker" "inspect" "355400ab7b0f170bf7662cc6613df0efda9675830b52e6ee8c3a8710cfa0293b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "355400ab7b0f170bf7662cc6613df0efda9675830b52e6ee8c3a8710cfa0293b", kill_on_drop: false }` [INFO] [stdout] 355400ab7b0f170bf7662cc6613df0efda9675830b52e6ee8c3a8710cfa0293b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ce0e1c8770a44b934405a1738bfb67499981788d30f67efc7897e8ad00ebda65 [INFO] running `Command { std: "docker" "start" "-a" "ce0e1c8770a44b934405a1738bfb67499981788d30f67efc7897e8ad00ebda65", 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 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)]` (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 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-5ddc1cf973f40246) [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_early_drop ... ok [INFO] [stdout] test tests::test_generic_morphing ... ok [INFO] [stdout] test fixed_address_continuous_allocation::tests::iterator_basic ... 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_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_value_iterator_preserves_insert_order_when_no_removal ... ok [INFO] [stdout] test tests::test_locked_iteration ... ok [INFO] [stdout] test tests::test_drop ... ok [INFO] [stdout] test tests::test_insert_only ... ok [INFO] [stdout] test tests::test_insert_remove_insert ... ok [INFO] [stdout] test tests::test_key_iterator ... ok [INFO] [stdout] test fixed_address_continuous_allocation::tests::fa_vec_properties_test_add_remove_add ... 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.65s [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.58s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ce0e1c8770a44b934405a1738bfb67499981788d30f67efc7897e8ad00ebda65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce0e1c8770a44b934405a1738bfb67499981788d30f67efc7897e8ad00ebda65", kill_on_drop: false }` [INFO] [stdout] ce0e1c8770a44b934405a1738bfb67499981788d30f67efc7897e8ad00ebda65