[INFO] fetching crate flurry 0.4.0... [INFO] testing flurry-0.4.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate flurry 0.4.0 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate flurry 0.4.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate flurry 0.4.0 [INFO] finished tweaking crates.io crate flurry 0.4.0 [INFO] tweaked toml for crates.io crate flurry 0.4.0 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3df9f0ef6559f72d22bcf45d26e778c06ab7306f51c860d569bf500adb05463f [INFO] running `Command { std: "docker" "start" "-a" "3df9f0ef6559f72d22bcf45d26e778c06ab7306f51c860d569bf500adb05463f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3df9f0ef6559f72d22bcf45d26e778c06ab7306f51c860d569bf500adb05463f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3df9f0ef6559f72d22bcf45d26e778c06ab7306f51c860d569bf500adb05463f", kill_on_drop: false }` [INFO] [stdout] 3df9f0ef6559f72d22bcf45d26e778c06ab7306f51c860d569bf500adb05463f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0211471be0d560c0c7c15779114cafe19baa59683f3c5ff0a991f06443188833 [INFO] running `Command { std: "docker" "start" "-a" "0211471be0d560c0c7c15779114cafe19baa59683f3c5ff0a991f06443188833", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling seize v0.2.2 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling flurry v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/node.rs:941:23 [INFO] [stdout] | [INFO] [stdout] 936 | / pub(crate) unsafe fn defer_drop_without_values<'g>( [INFO] [stdout] 937 | | bin: Shared<'g, BinEntry>, [INFO] [stdout] 938 | | guard: &'g Guard<'_>, [INFO] [stdout] 939 | | ) { [INFO] [stdout] | |_____- because it's nested under this `unsafe` fn [INFO] [stdout] 940 | guard.retire(bin.as_ptr(), |mut link| { [INFO] [stdout] 941 | let bin = unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.42s [INFO] running `Command { std: "docker" "inspect" "0211471be0d560c0c7c15779114cafe19baa59683f3c5ff0a991f06443188833", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0211471be0d560c0c7c15779114cafe19baa59683f3c5ff0a991f06443188833", kill_on_drop: false }` [INFO] [stdout] 0211471be0d560c0c7c15779114cafe19baa59683f3c5ff0a991f06443188833 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cefe473073811e9228fb278c5f50a689e78d1f9d9c965e2883d82bbb502688a7 [INFO] running `Command { std: "docker" "start" "-a" "cefe473073811e9228fb278c5f50a689e78d1f9d9c965e2883d82bbb502688a7", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/node.rs:941:23 [INFO] [stdout] | [INFO] [stdout] 936 | / pub(crate) unsafe fn defer_drop_without_values<'g>( [INFO] [stdout] 937 | | bin: Shared<'g, BinEntry>, [INFO] [stdout] 938 | | guard: &'g Guard<'_>, [INFO] [stdout] 939 | | ) { [INFO] [stdout] | |_____- because it's nested under this `unsafe` fn [INFO] [stdout] 940 | guard.retire(bin.as_ptr(), |mut link| { [INFO] [stdout] 941 | let bin = unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling flurry v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/node.rs:941:23 [INFO] [stdout] | [INFO] [stdout] 936 | / pub(crate) unsafe fn defer_drop_without_values<'g>( [INFO] [stdout] 937 | | bin: Shared<'g, BinEntry>, [INFO] [stdout] 938 | | guard: &'g Guard<'_>, [INFO] [stdout] 939 | | ) { [INFO] [stdout] | |_____- because it's nested under this `unsafe` fn [INFO] [stdout] 940 | guard.retire(bin.as_ptr(), |mut link| { [INFO] [stdout] 941 | let bin = unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 30.48s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/flurry-966185f70a10347c) [INFO] [stderr] Executable tests/basic.rs (/opt/rustwide/target/debug/deps/basic-b4f807cf6168157d) [INFO] [stderr] Executable tests/basic_ref.rs (/opt/rustwide/target/debug/deps/basic_ref-153b57a67178bef4) [INFO] [stderr] Executable tests/borrow.rs (/opt/rustwide/target/debug/deps/borrow-22b2c3f7f3cfb014) [INFO] [stderr] Executable tests/cuckoo/main.rs (/opt/rustwide/target/debug/deps/cuckoo-610393b70eeea42e) [INFO] [stderr] Executable tests/hasher.rs (/opt/rustwide/target/debug/deps/hasher-e445004c6b749753) [INFO] [stderr] Executable tests/jdk/main.rs (/opt/rustwide/target/debug/deps/jdk-a09c39c35e17b06e) [INFO] [stderr] Executable tests/jsr166/main.rs (/opt/rustwide/target/debug/deps/jsr166-7223c891eca82d06) [INFO] [stderr] Executable tests/regressions.rs (/opt/rustwide/target/debug/deps/regressions-53ceb275420b7493) [INFO] [stderr] Executable tests/set.rs (/opt/rustwide/target/debug/deps/set-620b90aaf8c16a7e) [INFO] running `Command { std: "docker" "inspect" "cefe473073811e9228fb278c5f50a689e78d1f9d9c965e2883d82bbb502688a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cefe473073811e9228fb278c5f50a689e78d1f9d9c965e2883d82bbb502688a7", kill_on_drop: false }` [INFO] [stdout] cefe473073811e9228fb278c5f50a689e78d1f9d9c965e2883d82bbb502688a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7d066b2331cc829475f5a66562a06a2cd261dba8fd7d3a4ab8281f9d80b3d94b [INFO] running `Command { std: "docker" "start" "-a" "7d066b2331cc829475f5a66562a06a2cd261dba8fd7d3a4ab8281f9d80b3d94b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/node.rs:941:23 [INFO] [stderr] | [INFO] [stderr] 936 | / pub(crate) unsafe fn defer_drop_without_values<'g>( [INFO] [stderr] 937 | | bin: Shared<'g, BinEntry>, [INFO] [stderr] 938 | | guard: &'g Guard<'_>, [INFO] [stderr] 939 | | ) { [INFO] [stderr] | |_____- because it's nested under this `unsafe` fn [INFO] [stderr] 940 | guard.retire(bin.as_ptr(), |mut link| { [INFO] [stderr] 941 | let bin = unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stderr] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stderr] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `flurry` (lib) generated 1 warning [INFO] [stderr] warning: `flurry` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flurry-966185f70a10347c) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test iter::traverser::tests::iter_new ... ok [INFO] [stdout] test iter::traverser::tests::iter_empty ... ok [INFO] [stdout] test iter::traverser::tests::iter_fw ... ok [INFO] [stdout] test iter::traverser::tests::iter_simple ... ok [INFO] [stdout] test map::no_replacement_return_val ... ok [INFO] [stdout] test iter::tests::values ... ok [INFO] [stdout] test iter::tests::iter ... ok [INFO] [stdout] test iter::tests::keys ... ok [INFO] [stdout] test map::replace_empty ... ok [INFO] [stdout] test map::replace_existing ... ok [INFO] [stdout] test map::replace_twice ... ok [INFO] [stdout] test map::replace_existing_observed_value_non_matching ... ok [INFO] [stdout] test map::tests::resize_stamp_negative ... ok [INFO] [stdout] test node::tests::find_moved_empty_bins_no_match ... ok [INFO] [stdout] test node::tests::find_moved_no_bins_no_match ... ok [INFO] [stdout] test node::tests::find_moved_match ... ok [INFO] [stdout] test node::tests::find_moved_null_bin_no_match ... ok [INFO] [stdout] test node::tests::find_node_multi_match ... ok [INFO] [stdout] test node::tests::find_node_no_match ... ok [INFO] [stdout] test node::tests::find_node_single_match ... ok [INFO] [stdout] test map::tree_bins::untreeify_shared_values_compute_if_present ... ok [INFO] [stdout] test map::tests::reserve ... ok [INFO] [stdout] test map::tree_bins::untreeify_shared_values_remove ... ok [INFO] [stdout] test map::capacity ... ok [INFO] [stdout] test map::tests::reserve_uninit ... ok [INFO] [stdout] test map::tree_bins::disallow_evil - should panic ... ok [INFO] [stdout] test map::tree_bins::concurrent_tree_bin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.10s [INFO] [stdout] [INFO] [stderr] Running tests/basic.rs (/opt/rustwide/target/debug/deps/basic-b4f807cf6168157d) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test clear ... ok [INFO] [stdout] test compute_if_present_empty ... ok [INFO] [stdout] test compute_if_present_remove ... ok [INFO] [stdout] test clone_map_empty ... ok [INFO] [stdout] test compute_if_present ... ok [INFO] [stdout] test drop_value ... ignored [INFO] [stdout] test default ... ok [INFO] [stdout] test different_size_maps_not_equal ... ok [INFO] [stdout] test current_kv_dropped ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test different_values_not_equal ... ok [INFO] [stdout] test from_iter_empty ... ok [INFO] [stdout] test get_empty ... ok [INFO] [stdout] test clone_map_filled ... ok [INFO] [stdout] test insert ... ok [INFO] [stdout] test from_iter_ref ... ok [INFO] [stdout] test retain_empty ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test retain_force_some ... ok [INFO] [stdout] test retain_some ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test extend_ref ... ok [INFO] [stdout] test retain_force_empty ... ok [INFO] [stdout] test concurrent_insert ... ok [INFO] [stdout] test extend ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test new ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test retain_all_false ... ok [INFO] [stdout] test retain_all_true ... ok [INFO] [stdout] test insert_and_get_key_value ... ok [INFO] [stdout] test get_key_value_empty ... ok [INFO] [stdout] test one_bucket ... ok [INFO] [stdout] test empty_maps_equal ... ok [INFO] [stdout] test concurrent_compute_if_present ... ok [INFO] [stdout] test concurrent_remove ... ok [INFO] [stdout] test same_values_equal ... ok [INFO] [stdout] test hasher::test_default_hasher ... ok [INFO] [stdout] test concurrent_resize_and_get ... ok [INFO] [stdout] test hasher::test_zero_hasher ... ok [INFO] [stdout] test hasher::test_max_hasher ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.63s [INFO] [stdout] [INFO] [stderr] Running tests/basic_ref.rs (/opt/rustwide/target/debug/deps/basic_ref-153b57a67178bef4) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test drop_value ... ignored [INFO] [stdout] test from_iter_empty ... ok [INFO] [stdout] test compute_if_present_remove ... ok [INFO] [stdout] test clone_map_filled ... ok [INFO] [stdout] test different_values_not_equal ... ok [INFO] [stdout] test default ... ok [INFO] [stdout] test clone_map_empty ... ok [INFO] [stdout] test compute_if_present ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test different_size_maps_not_equal ... ok [INFO] [stdout] test compute_if_present_empty ... ok [INFO] [stdout] test get_key_value_empty ... ok [INFO] [stdout] test with_guard ... ok [INFO] [stdout] test insert_and_get_key_value ... ok [INFO] [stdout] test retain_empty ... ok [INFO] [stdout] test clear ... ok [INFO] [stdout] test empty_maps_equal ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test one_bucket ... ok [INFO] [stdout] test from_iter_ref ... ok [INFO] [stdout] test pin ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test retain_force_empty ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test get_empty ... ok [INFO] [stdout] test insert ... ok [INFO] [stdout] test retain_all_true ... ok [INFO] [stdout] test same_values_equal ... ok [INFO] [stdout] test retain_all_false ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test retain_some ... ok [INFO] [stdout] test retain_force_some ... ok [INFO] [stdout] test concurrent_insert ... ok [INFO] [stdout] test concurrent_compute_if_present ... ok [INFO] [stdout] test concurrent_remove ... ok [INFO] [stdout] test hasher::test_default_hasher ... ok [INFO] [stdout] test hasher::test_zero_hasher ... ok [INFO] [stderr] Running tests/borrow.rs (/opt/rustwide/target/debug/deps/borrow-22b2c3f7f3cfb014) [INFO] [stdout] test hasher::test_max_hasher ... ok [INFO] [stderr] Running tests/cuckoo/main.rs (/opt/rustwide/target/debug/deps/cuckoo-610393b70eeea42e) [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.50s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test update ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test get_empty ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test concurrent_insert ... ok [INFO] [stdout] test concurrent_remove ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/hasher.rs (/opt/rustwide/target/debug/deps/hasher-e445004c6b749753) [INFO] [stdout] test stress::stress_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_default_hasher ... ok [INFO] [stdout] test test_zero_hasher ... ok [INFO] [stdout] test test_max_hasher ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s [INFO] [stdout] [INFO] [stderr] Running tests/jdk/main.rs (/opt/rustwide/target/debug/deps/jdk-a09c39c35e17b06e) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test concurrent_associate::test_concurrent_insert ... ok [INFO] [stdout] test concurrent_contains::test_concurrent_contains_key ... ok [INFO] [stdout] test map_check::everything ... ok [INFO] [stderr] Running tests/jsr166/main.rs (/opt/rustwide/target/debug/deps/jsr166-7223c891eca82d06) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.35s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_remove ... ok [INFO] [stdout] test test_from_iter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/regressions.rs (/opt/rustwide/target/debug/deps/regressions-53ceb275420b7493) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test issue90 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] [stderr] Running tests/set.rs (/opt/rustwide/target/debug/deps/set-620b90aaf8c16a7e) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stderr] Doc-tests flurry [INFO] [stdout] test clone_set_empty ... ok [INFO] [stdout] test clone_set_filled ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test empty_sets_equal ... ok [INFO] [stdout] test concurrent_insert ... ok [INFO] [stdout] test extend ... ok [INFO] [stdout] test extend_ref ... ok [INFO] [stdout] test insert ... ok [INFO] [stdout] test different_values_not_equal ... ok [INFO] [stdout] test different_size_maps_not_equal ... ok [INFO] [stdout] test default ... ok [INFO] [stdout] test concurrent_remove ... ok [INFO] [stdout] test insert_and_contains ... ok [INFO] [stdout] test get_no_contains ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test from_iter_empty ... ok [INFO] [stdout] test new ... ok [INFO] [stdout] test no_contains ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test same_values_equal ... ok [INFO] [stdout] test from_iter_ref ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 50 tests [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3199) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3237) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3206) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3251) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3230) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3223) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3171) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3185) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3178) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3192) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3216) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::HashMap::clear (line 1450) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::retain_force (line 2707) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet (line 17) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::collector (line 111) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::retain (line 2666) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::is_disjoint (line 285) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::retain (line 481) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::take (line 459) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::get (line 1366) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::remove (line 2348) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::is_subset (line 318) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::remove (line 428) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::is_superset (line 350) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::try_insert (line 1639) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::remove_entry (line 2380) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::insert (line 1608) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::contains_key (line 1335) ... FAILED [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3273) ... FAILED [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3244) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3261) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::get (line 263) ... FAILED [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3265) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::insert (line 398) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::clear (line 508) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::is_empty (line 376) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::iter (line 200) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::contains (line 233) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::is_empty (line 180) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::len (line 354) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::with_hasher (line 272) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::len (line 162) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::with_capacity_and_hasher (line 135) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::with_hasher (line 109) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::with_capacity_and_hasher (line 302) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::reserve (line 1231) ... FAILED [INFO] [stdout] test src/map.rs - map::HashMap::with_capacity (line 233) ... FAILED [INFO] [stdout] test src/set.rs - set::HashSet::with_capacity (line 70) ... ok [INFO] [stdout] test src/map.rs - map::HashMap::new (line 218) ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] test src/set.rs - set::HashSet::new (line 55) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/map.rs - map::HashMap::clear (line 1450) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::retain_force (line 2707) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet (line 17) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::collector (line 111) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::retain (line 2666) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::is_disjoint (line 285) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::retain (line 481) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::take (line 459) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::get (line 1366) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::remove (line 2348) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::is_subset (line 318) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::remove (line 428) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::is_superset (line 350) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::try_insert (line 1639) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::remove_entry (line 2380) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::insert (line 1608) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::contains_key (line 1335) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::CompileFailTests (line 3273) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::CompileFailTests (line 3261) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::get (line 263) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::CompileFailTests (line 3265) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::insert (line 398) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::clear (line 508) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::is_empty (line 376) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::iter (line 200) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::contains (line 233) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::is_empty (line 180) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::len (line 354) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::with_hasher (line 272) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::len (line 162) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::with_capacity_and_hasher (line 135) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::HashSet::with_hasher (line 109) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::with_capacity_and_hasher (line 302) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::reserve (line 1231) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/map.rs - map::HashMap::with_capacity (line 233) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/map.rs - map::CompileFailTests (line 3261) [INFO] [stdout] src/map.rs - map::CompileFailTests (line 3265) [INFO] [stdout] src/map.rs - map::CompileFailTests (line 3273) [INFO] [stdout] src/map.rs - map::HashMap::collector (line 111) [INFO] [stdout] src/map.rs - map::HashMap::clear (line 1450) [INFO] [stdout] src/map.rs - map::HashMap::contains_key (line 1335) [INFO] [stdout] src/map.rs - map::HashMap::get (line 1366) [INFO] [stdout] src/map.rs - map::HashMap::insert (line 1608) [INFO] [stdout] src/map.rs - map::HashMap::is_empty (line 376) [INFO] [stdout] src/map.rs - map::HashMap::len (line 354) [INFO] [stdout] src/map.rs - map::HashMap::remove (line 2348) [INFO] [stdout] src/map.rs - map::HashMap::remove_entry (line 2380) [INFO] [stdout] src/map.rs - map::HashMap::reserve (line 1231) [INFO] [stdout] src/map.rs - map::HashMap::retain (line 2666) [INFO] [stdout] src/map.rs - map::HashMap::retain_force (line 2707) [INFO] [stdout] src/map.rs - map::HashMap::try_insert (line 1639) [INFO] [stdout] src/map.rs - map::HashMap::with_capacity_and_hasher (line 302) [INFO] [stdout] src/map.rs - map::HashMap::with_hasher (line 272) [INFO] [stdout] src/map.rs - map::HashMap::with_capacity (line 233) [INFO] [stdout] src/set.rs - set::HashSet (line 17) [INFO] [stdout] src/set.rs - set::HashSet::clear (line 508) [INFO] [stdout] src/set.rs - set::HashSet::contains (line 233) [INFO] [stdout] src/set.rs - set::HashSet::get (line 263) [INFO] [stdout] src/set.rs - set::HashSet::insert (line 398) [INFO] [stdout] src/set.rs - set::HashSet::is_disjoint (line 285) [INFO] [stdout] src/set.rs - set::HashSet::is_empty (line 180) [INFO] [stdout] src/set.rs - set::HashSet::is_subset (line 318) [INFO] [stdout] src/set.rs - set::HashSet::is_superset (line 350) [INFO] [stdout] src/set.rs - set::HashSet::iter (line 200) [INFO] [stdout] src/set.rs - set::HashSet::len (line 162) [INFO] [stdout] src/set.rs - set::HashSet::remove (line 428) [INFO] [stdout] src/set.rs - set::HashSet::retain (line 481) [INFO] [stdout] src/set.rs - set::HashSet::take (line 459) [INFO] [stdout] src/set.rs - set::HashSet::with_capacity_and_hasher (line 135) [INFO] [stdout] src/set.rs - set::HashSet::with_hasher (line 109) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 15 passed; 35 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7d066b2331cc829475f5a66562a06a2cd261dba8fd7d3a4ab8281f9d80b3d94b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d066b2331cc829475f5a66562a06a2cd261dba8fd7d3a4ab8281f9d80b3d94b", kill_on_drop: false }` [INFO] [stdout] 7d066b2331cc829475f5a66562a06a2cd261dba8fd7d3a4ab8281f9d80b3d94b