[INFO] fetching crate rt_map 0.6.0... [INFO] testing rt_map-0.6.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate rt_map 0.6.0 into /workspace/builds/worker-3-tc1/source [INFO] removed /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rt_map 0.6.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ab26d34258b27de1bf6223137bf97b7e16fb1f4acd5fa62b17128457bb11114 [INFO] running `Command { std: "docker" "start" "-a" "4ab26d34258b27de1bf6223137bf97b7e16fb1f4acd5fa62b17128457bb11114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ab26d34258b27de1bf6223137bf97b7e16fb1f4acd5fa62b17128457bb11114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ab26d34258b27de1bf6223137bf97b7e16fb1f4acd5fa62b17128457bb11114", kill_on_drop: false }` [INFO] [stdout] 4ab26d34258b27de1bf6223137bf97b7e16fb1f4acd5fa62b17128457bb11114 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 262fcb896b9a62b2be24e535429d52e4ee5ca4b93289d3b4e7867ed533008365 [INFO] running `Command { std: "docker" "start" "-a" "262fcb896b9a62b2be24e535429d52e4ee5ca4b93289d3b4e7867ed533008365", 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.44s [INFO] running `Command { std: "docker" "inspect" "262fcb896b9a62b2be24e535429d52e4ee5ca4b93289d3b4e7867ed533008365", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "262fcb896b9a62b2be24e535429d52e4ee5ca4b93289d3b4e7867ed533008365", kill_on_drop: false }` [INFO] [stdout] 262fcb896b9a62b2be24e535429d52e4ee5ca4b93289d3b4e7867ed533008365 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce752ee4045846193b995bc59db3071e200c9505b83c91f26a6a37d8688f6946 [INFO] running `Command { std: "docker" "start" "-a" "ce752ee4045846193b995bc59db3071e200c9505b83c91f26a6a37d8688f6946", kill_on_drop: false }` [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] 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 `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "ce752ee4045846193b995bc59db3071e200c9505b83c91f26a6a37d8688f6946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce752ee4045846193b995bc59db3071e200c9505b83c91f26a6a37d8688f6946", kill_on_drop: false }` [INFO] [stdout] ce752ee4045846193b995bc59db3071e200c9505b83c91f26a6a37d8688f6946 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9703fa85c203b91eec3d1eb4bbc7e8ed0e75db036b9fbc6f8e51463785dec8e9 [INFO] running `Command { std: "docker" "start" "-a" "9703fa85c203b91eec3d1eb4bbc7e8ed0e75db036b9fbc6f8e51463785dec8e9", 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.10s [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_borrow_mut_returns_borrow_conflict_mut ... ok [INFO] [stdout] test rt_map::tests::borrow_mut_try_borrow_returns_borrow_conflict_imm ... ok [INFO] [stdout] test rt_map::tests::borrow_try_borrow_mut_returns_borrow_conflict_mut ... ok [INFO] [stdout] test rt_map::tests::deref_and_deref_mut ... ok [INFO] [stdout] test rt_map::tests::get_mut_returns_mutable_reference_to_value ... ok [INFO] [stdout] test rt_map::tests::entry_insert_value ... ok [INFO] [stdout] test rt_map::tests::into_inner ... 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::try_borrow_before_insert_returns_value_not_found ... ok [INFO] [stdout] test rt_map::tests::try_borrow_mut_before_insert_returns_value_not_found ... 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::with_capacity_reserves_enough_capacity ... ok [INFO] [stdout] test rt_map::tests::borrow_before_insert_panics - should panic ... ok [INFO] [stdout] test rt_map::tests::borrow_mut_before_insert_panics - should panic ... ok [INFO] [stdout] test rt_map::tests::read_write_fails - 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::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.05s [INFO] [stdout] [INFO] [stderr] Doc-tests rt_map [INFO] [stdout] [INFO] [stdout] running 8 tests [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::insert (line 117) ... 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::remove (line 156) ... 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] test src/rt_map.rs - rt_map::RtMap::capacity (line 87) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9703fa85c203b91eec3d1eb4bbc7e8ed0e75db036b9fbc6f8e51463785dec8e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9703fa85c203b91eec3d1eb4bbc7e8ed0e75db036b9fbc6f8e51463785dec8e9", kill_on_drop: false }` [INFO] [stdout] 9703fa85c203b91eec3d1eb4bbc7e8ed0e75db036b9fbc6f8e51463785dec8e9