[INFO] fetching crate rt_map 0.6.0... [INFO] testing rt_map-0.6.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate rt_map 0.6.0 into /workspace/builds/worker-4-tc1/source [INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate rt_map 0.6.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rt_map 0.6.0 [INFO] tweaked toml for crates.io crate rt_map 0.6.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rt_map 0.6.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rt_map 0.6.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rt_ref v0.3.0 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39161cf839b1af01d96e71c9625e6608a28f17bc88928c7c9c576de30244b66d [INFO] running `Command { std: "docker" "start" "-a" "39161cf839b1af01d96e71c9625e6608a28f17bc88928c7c9c576de30244b66d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39161cf839b1af01d96e71c9625e6608a28f17bc88928c7c9c576de30244b66d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39161cf839b1af01d96e71c9625e6608a28f17bc88928c7c9c576de30244b66d", kill_on_drop: false }` [INFO] [stdout] 39161cf839b1af01d96e71c9625e6608a28f17bc88928c7c9c576de30244b66d [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f37821aa1d5036f27cdfd2ba99213c92c4583b211b32ddfef8914c8c58e01f57 [INFO] running `Command { std: "docker" "start" "-a" "f37821aa1d5036f27cdfd2ba99213c92c4583b211b32ddfef8914c8c58e01f57", kill_on_drop: false }` [INFO] [stderr] Compiling rt_ref v0.3.0 [INFO] [stderr] Compiling rt_map v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:197:22 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn borrow(&self, k: &Q) -> Ref [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] 197 | pub fn borrow(&self, k: &Q) -> Ref<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:210:26 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] running `Command { std: "docker" "inspect" "f37821aa1d5036f27cdfd2ba99213c92c4583b211b32ddfef8914c8c58e01f57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f37821aa1d5036f27cdfd2ba99213c92c4583b211b32ddfef8914c8c58e01f57", kill_on_drop: false }` [INFO] [stdout] f37821aa1d5036f27cdfd2ba99213c92c4583b211b32ddfef8914c8c58e01f57 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a68919f8d64ac84646c8d06fb1cf0fa97c63077cd7886b35e6daa7d4bacdc613 [INFO] running `Command { std: "docker" "start" "-a" "a68919f8d64ac84646c8d06fb1cf0fa97c63077cd7886b35e6daa7d4bacdc613", kill_on_drop: false }` [INFO] [stderr] Compiling rt_map v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:197:22 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn borrow(&self, k: &Q) -> Ref [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] 197 | pub fn borrow(&self, k: &Q) -> Ref<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:210:26 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:197:22 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn borrow(&self, k: &Q) -> Ref [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] 197 | pub fn borrow(&self, k: &Q) -> Ref<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:210:26 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rt_map.rs:240:30 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "a68919f8d64ac84646c8d06fb1cf0fa97c63077cd7886b35e6daa7d4bacdc613", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a68919f8d64ac84646c8d06fb1cf0fa97c63077cd7886b35e6daa7d4bacdc613", kill_on_drop: false }` [INFO] [stdout] a68919f8d64ac84646c8d06fb1cf0fa97c63077cd7886b35e6daa7d4bacdc613 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1fb9fadf049f73439cad03927424b9c5f51911bfa492e9bc71d6f43806ea8858 [INFO] running `Command { std: "docker" "start" "-a" "1fb9fadf049f73439cad03927424b9c5f51911bfa492e9bc71d6f43806ea8858", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rt_map.rs:197:22 [INFO] [stderr] | [INFO] [stderr] 197 | pub fn borrow(&self, k: &Q) -> Ref [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] 197 | pub fn borrow(&self, k: &Q) -> Ref<'_, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rt_map.rs:210:26 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 210 | pub fn try_borrow(&self, k: &Q) -> Result, BorrowFail> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rt_map.rs:228:26 [INFO] [stderr] | [INFO] [stderr] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 228 | pub fn borrow_mut(&self, k: &Q) -> RefMut<'_, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rt_map.rs:240:30 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 240 | pub fn try_borrow_mut(&self, k: &Q) -> Result, BorrowFail> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `rt_map` (lib) generated 4 warnings (run `cargo fix --lib -p rt_map` to apply 4 suggestions) [INFO] [stderr] warning: `rt_map` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rt_map-0ce5e887478771ab) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test rt_map::tests::borrow_mut_try_borrow_returns_borrow_conflict_imm ... ok [INFO] [stdout] test rt_map::tests::deref_and_deref_mut ... ok [INFO] [stdout] test rt_map::tests::entry_insert_value ... ok [INFO] [stdout] test rt_map::tests::get_mut_returns_mutable_reference_to_value ... ok [INFO] [stdout] test rt_map::tests::insert ... ok [INFO] [stdout] test rt_map::tests::is_empty_returns_false_when_map_contains_items ... ok [INFO] [stdout] test rt_map::tests::into_inner ... ok [INFO] [stdout] test rt_map::tests::remove_insert ... ok [INFO] [stdout] test rt_map::tests::is_empty_returns_true_when_map_does_not_contain_items ... ok [INFO] [stdout] test rt_map::tests::try_borrow_before_insert_returns_value_not_found ... ok [INFO] [stdout] test rt_map::tests::with_capacity_reserves_enough_capacity ... ok [INFO] [stdout] test rt_map::tests::borrow_try_borrow_mut_returns_borrow_conflict_mut ... ok [INFO] [stdout] test rt_map::tests::borrow_mut_borrow_mut_returns_borrow_conflict_mut ... ok [INFO] [stdout] test rt_map::tests::try_borrow_mut_before_insert_returns_value_not_found ... ok [INFO] [stdout] test rt_map::tests::borrow_mut_before_insert_panics - should panic ... ok [INFO] [stdout] test rt_map::tests::borrow_before_insert_panics - should panic ... ok [INFO] [stdout] test rt_map::tests::borrow_before_insert_panics_value_not_found - should panic ... ok [INFO] [stdout] test rt_map::tests::borrow_mut_before_insert_panics_value_not_found - should panic ... ok [INFO] [stdout] test rt_map::tests::read_write_fails - should panic ... ok [INFO] [stderr] Doc-tests rt_map [INFO] [stdout] test rt_map::tests::write_read_fails - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/rt_map.rs - rt_map::RtMap::insert (line 117) ... ok [INFO] [stdout] test src/rt_map.rs - rt_map::RtMap::remove (line 156) ... ok [INFO] [stdout] test src/rt_map.rs - rt_map::RtMap::with_capacity (line 72) ... ok [INFO] [stdout] test src/rt_map.rs - rt_map::RtMap::is_empty (line 136) ... ok [INFO] [stdout] test src/rt_map.rs - rt_map::RtMap::capacity (line 87) ... ok [INFO] [stdout] test src/entry.rs - entry::Entry<'a,K,V> (line 16) ... ok [INFO] [stdout] test src/rt_map.rs - rt_map::RtMap::new (line 57) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.78s; merged doctests compilation took 0.72s [INFO] running `Command { std: "docker" "inspect" "1fb9fadf049f73439cad03927424b9c5f51911bfa492e9bc71d6f43806ea8858", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fb9fadf049f73439cad03927424b9c5f51911bfa492e9bc71d6f43806ea8858", kill_on_drop: false }` [INFO] [stdout] 1fb9fadf049f73439cad03927424b9c5f51911bfa492e9bc71d6f43806ea8858