[INFO] fetching crate flurry 0.3.1... [INFO] testing flurry-0.3.1 against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] extracting crate flurry 0.3.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate flurry 0.3.1 on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate flurry 0.3.1 [INFO] finished tweaking crates.io crate flurry 0.3.1 [INFO] tweaked toml for crates.io crate flurry 0.3.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 899fba74663eea3d101091b104bb8b4875aa689478ab7002faa56ac8d89704e8 [INFO] running `Command { std: "docker" "start" "-a" "899fba74663eea3d101091b104bb8b4875aa689478ab7002faa56ac8d89704e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "899fba74663eea3d101091b104bb8b4875aa689478ab7002faa56ac8d89704e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "899fba74663eea3d101091b104bb8b4875aa689478ab7002faa56ac8d89704e8", kill_on_drop: false }` [INFO] [stdout] 899fba74663eea3d101091b104bb8b4875aa689478ab7002faa56ac8d89704e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb51fb85b7e2bd3197457dadd65b0def6b82f4c43506099462d7d1e9a5bbe12e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bb51fb85b7e2bd3197457dadd65b0def6b82f4c43506099462d7d1e9a5bbe12e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling flurry v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/node.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use core::sync::atomic::{spin_loop_hint, AtomicBool, AtomicI64, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/node.rs:402:13 [INFO] [stdout] | [INFO] [stdout] 402 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:485:30 [INFO] [stdout] | [INFO] [stdout] 485 | if self.size_ctl.compare_and_swap(sc, -1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:602:22 [INFO] [stdout] | [INFO] [stdout] 602 | .compare_and_swap(size_ctl, -1, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:661:22 [INFO] [stdout] | [INFO] [stdout] 661 | .compare_and_swap(size_ctl, rs + 2, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:730:22 [INFO] [stdout] | [INFO] [stdout] 730 | .compare_and_swap(next_index, next_bound, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:780:34 [INFO] [stdout] | [INFO] [stdout] 780 | if self.size_ctl.compare_and_swap(sc, sc - 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1148:30 [INFO] [stdout] | [INFO] [stdout] 1148 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1213:34 [INFO] [stdout] | [INFO] [stdout] 1213 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1216:37 [INFO] [stdout] | [INFO] [stdout] 1216 | } else if self.size_ctl.compare_and_swap(sc, rs + 2, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:334:14 [INFO] [stdout] | [INFO] [stdout] 334 | .compare_and_swap(0, WRITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:357:22 [INFO] [stdout] | [INFO] [stdout] 357 | .compare_and_swap(state, WRITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:391:22 [INFO] [stdout] | [INFO] [stdout] 391 | .compare_and_swap(state, state | WAITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:459:18 [INFO] [stdout] | [INFO] [stdout] 459 | .compare_and_swap(s, s + READER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.37s [INFO] running `Command { std: "docker" "inspect" "bb51fb85b7e2bd3197457dadd65b0def6b82f4c43506099462d7d1e9a5bbe12e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb51fb85b7e2bd3197457dadd65b0def6b82f4c43506099462d7d1e9a5bbe12e", kill_on_drop: false }` [INFO] [stdout] bb51fb85b7e2bd3197457dadd65b0def6b82f4c43506099462d7d1e9a5bbe12e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 888f79ecf8cc97b144cd98a9eda8af3a465a8c6e3e231051cb3bcbefa090f92c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "888f79ecf8cc97b144cd98a9eda8af3a465a8c6e3e231051cb3bcbefa090f92c", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/node.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use core::sync::atomic::{spin_loop_hint, AtomicBool, AtomicI64, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/node.rs:402:13 [INFO] [stdout] | [INFO] [stdout] 402 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:485:30 [INFO] [stdout] | [INFO] [stdout] 485 | if self.size_ctl.compare_and_swap(sc, -1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:602:22 [INFO] [stdout] | [INFO] [stdout] 602 | .compare_and_swap(size_ctl, -1, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:661:22 [INFO] [stdout] | [INFO] [stdout] 661 | .compare_and_swap(size_ctl, rs + 2, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:730:22 [INFO] [stdout] | [INFO] [stdout] 730 | .compare_and_swap(next_index, next_bound, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:780:34 [INFO] [stdout] | [INFO] [stdout] 780 | if self.size_ctl.compare_and_swap(sc, sc - 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1148:30 [INFO] [stdout] | [INFO] [stdout] 1148 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1213:34 [INFO] [stdout] | [INFO] [stdout] 1213 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1216:37 [INFO] [stdout] | [INFO] [stdout] 1216 | } else if self.size_ctl.compare_and_swap(sc, rs + 2, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:334:14 [INFO] [stdout] | [INFO] [stdout] 334 | .compare_and_swap(0, WRITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:357:22 [INFO] [stdout] | [INFO] [stdout] 357 | .compare_and_swap(state, WRITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:391:22 [INFO] [stdout] | [INFO] [stdout] 391 | .compare_and_swap(state, state | WAITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:459:18 [INFO] [stdout] | [INFO] [stdout] 459 | .compare_and_swap(s, s + READER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling flurry v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> tests/cuckoo/stress.rs:68:27 [INFO] [stdout] | [INFO] [stdout] 68 | if (*in_use)[idx].compare_and_swap(false, true, Ordering::SeqCst) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> tests/cuckoo/stress.rs:105:27 [INFO] [stdout] | [INFO] [stdout] 105 | if (*in_use)[idx].compare_and_swap(false, true, Ordering::SeqCst) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> tests/cuckoo/stress.rs:128:27 [INFO] [stdout] | [INFO] [stdout] 128 | if (*in_use)[idx].compare_and_swap(false, true, Ordering::SeqCst) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/node.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use core::sync::atomic::{spin_loop_hint, AtomicBool, AtomicI64, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> src/node.rs:402:13 [INFO] [stdout] | [INFO] [stdout] 402 | spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:485:30 [INFO] [stdout] | [INFO] [stdout] 485 | if self.size_ctl.compare_and_swap(sc, -1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:602:22 [INFO] [stdout] | [INFO] [stdout] 602 | .compare_and_swap(size_ctl, -1, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:661:22 [INFO] [stdout] | [INFO] [stdout] 661 | .compare_and_swap(size_ctl, rs + 2, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:730:22 [INFO] [stdout] | [INFO] [stdout] 730 | .compare_and_swap(next_index, next_bound, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:780:34 [INFO] [stdout] | [INFO] [stdout] 780 | if self.size_ctl.compare_and_swap(sc, sc - 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1148:30 [INFO] [stdout] | [INFO] [stdout] 1148 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1213:34 [INFO] [stdout] | [INFO] [stdout] 1213 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/map.rs:1216:37 [INFO] [stdout] | [INFO] [stdout] 1216 | } else if self.size_ctl.compare_and_swap(sc, rs + 2, Ordering::SeqCst) == sc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:334:14 [INFO] [stdout] | [INFO] [stdout] 334 | .compare_and_swap(0, WRITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:357:22 [INFO] [stdout] | [INFO] [stdout] 357 | .compare_and_swap(state, WRITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:391:22 [INFO] [stdout] | [INFO] [stdout] 391 | .compare_and_swap(state, state | WAITER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/node.rs:459:18 [INFO] [stdout] | [INFO] [stdout] 459 | .compare_and_swap(s, s + READER, Ordering::SeqCst) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 55.14s [INFO] running `Command { std: "docker" "inspect" "888f79ecf8cc97b144cd98a9eda8af3a465a8c6e3e231051cb3bcbefa090f92c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "888f79ecf8cc97b144cd98a9eda8af3a465a8c6e3e231051cb3bcbefa090f92c", kill_on_drop: false }` [INFO] [stdout] 888f79ecf8cc97b144cd98a9eda8af3a465a8c6e3e231051cb3bcbefa090f92c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b60d3110d4a411bbf0ec7003ceb59d40d4b891c2b5dcaa3d3480aab2fbc3980d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b60d3110d4a411bbf0ec7003ceb59d40d4b891c2b5dcaa3d3480aab2fbc3980d", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/node.rs:2:26 [INFO] [stderr] | [INFO] [stderr] 2 | use core::sync::atomic::{spin_loop_hint, AtomicBool, AtomicI64, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stderr] --> src/node.rs:402:13 [INFO] [stderr] | [INFO] [stderr] 402 | spin_loop_hint(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:485:30 [INFO] [stderr] | [INFO] [stderr] 485 | if self.size_ctl.compare_and_swap(sc, -1, Ordering::SeqCst) == sc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:602:22 [INFO] [stderr] | [INFO] [stderr] 602 | .compare_and_swap(size_ctl, -1, Ordering::SeqCst) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:661:22 [INFO] [stderr] | [INFO] [stderr] 661 | .compare_and_swap(size_ctl, rs + 2, Ordering::SeqCst) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:730:22 [INFO] [stderr] | [INFO] [stderr] 730 | .compare_and_swap(next_index, next_bound, Ordering::SeqCst) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:780:34 [INFO] [stderr] | [INFO] [stderr] 780 | if self.size_ctl.compare_and_swap(sc, sc - 1, Ordering::SeqCst) == sc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:1148:30 [INFO] [stderr] | [INFO] [stderr] 1148 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:1213:34 [INFO] [stderr] | [INFO] [stderr] 1213 | if self.size_ctl.compare_and_swap(sc, sc + 1, Ordering::SeqCst) == sc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicIsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/map.rs:1216:37 [INFO] [stderr] | [INFO] [stderr] 1216 | } else if self.size_ctl.compare_and_swap(sc, rs + 2, Ordering::SeqCst) == sc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/node.rs:334:14 [INFO] [stderr] | [INFO] [stderr] 334 | .compare_and_swap(0, WRITER, Ordering::SeqCst) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/node.rs:357:22 [INFO] [stderr] | [INFO] [stderr] 357 | .compare_and_swap(state, WRITER, Ordering::SeqCst) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/node.rs:391:22 [INFO] [stderr] | [INFO] [stderr] 391 | .compare_and_swap(state, state | WAITER, Ordering::SeqCst) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicI64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/node.rs:459:18 [INFO] [stderr] | [INFO] [stderr] 459 | .compare_and_swap(s, s + READER, Ordering::SeqCst) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `flurry` (lib) generated 14 warnings [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> tests/cuckoo/stress.rs:68:27 [INFO] [stderr] | [INFO] [stderr] 68 | if (*in_use)[idx].compare_and_swap(false, true, Ordering::SeqCst) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> tests/cuckoo/stress.rs:105:27 [INFO] [stderr] | [INFO] [stderr] 105 | if (*in_use)[idx].compare_and_swap(false, true, Ordering::SeqCst) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> tests/cuckoo/stress.rs:128:27 [INFO] [stderr] | [INFO] [stderr] 128 | if (*in_use)[idx].compare_and_swap(false, true, Ordering::SeqCst) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `flurry` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] warning: `flurry` (test "cuckoo") generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/flurry-df77394ad81d34d0) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test iter::traverser::tests::iter_empty ... ok [INFO] [stdout] test iter::tests::values ... ok [INFO] [stdout] test iter::tests::iter ... ok [INFO] [stdout] test iter::traverser::tests::iter_fw ... ok [INFO] [stdout] test iter::traverser::tests::iter_new ... ok [INFO] [stdout] test iter::traverser::tests::iter_simple ... ok [INFO] [stdout] test map::replace_empty ... ok [INFO] [stdout] test map::no_replacement_return_val ... ok [INFO] [stdout] test map::replace_existing ... ok [INFO] [stdout] test map::replace_existing_observed_value_matching ... ok [INFO] [stdout] test map::tests::resize_stamp_negative ... ok [INFO] [stdout] test map::replace_existing_observed_value_non_matching ... ok [INFO] [stdout] test map::replace_twice ... ok [INFO] [stdout] test node::tests::find_moved_empty_bins_no_match ... ok [INFO] [stdout] test node::tests::find_moved_match ... ok [INFO] [stdout] test node::tests::find_moved_no_bins_no_match ... ok [INFO] [stdout] test node::tests::find_node_single_match ... ok [INFO] [stdout] test node::tests::find_node_no_match ... ok [INFO] [stdout] test node::tests::find_node_multi_match ... ok [INFO] [stdout] test iter::tests::keys ... ok [INFO] [stdout] test map::tests::reserve_uninit ... ok [INFO] [stdout] test map::capacity ... ok [INFO] [stdout] test map::tests::reserve ... ok [INFO] [stdout] test node::tests::find_moved_null_bin_no_match ... ok [INFO] [stdout] test map::tree_bins::untreeify_shared_values_remove ... ok [INFO] [stdout] test map::tree_bins::untreeify_shared_values_compute_if_present ... 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. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s [INFO] [stdout] [INFO] [stderr] Running tests/basic.rs (/opt/rustwide/target/debug/deps/basic-700dbde03df65fe5) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test compute_if_present ... ok [INFO] [stdout] test drop_value ... ignored [INFO] [stdout] test compute_if_present_remove ... ok [INFO] [stdout] test current_kv_dropped ... ok [INFO] [stdout] test different_size_maps_not_equal ... ok [INFO] [stdout] test different_values_not_equal ... ok [INFO] [stdout] test clear ... ok [INFO] [stdout] test from_iter_ref ... ok [INFO] [stdout] test extend ... ok [INFO] [stdout] test extend_ref ... ok [INFO] [stdout] test clone_map_filled ... ok [INFO] [stdout] test compute_if_present_empty ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test insert ... ok [INFO] [stdout] test concurrent_insert ... ok [INFO] [stdout] test from_iter_empty ... ok [INFO] [stdout] test concurrent_remove ... ok [INFO] [stdout] test clone_map_empty ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test concurrent_compute_if_present ... ok [INFO] [stdout] test insert_and_get_key_value ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test default ... ok [INFO] [stdout] test retain_empty ... ok [INFO] [stdout] test retain_all_true ... ok [INFO] [stdout] test retain_some ... ok [INFO] [stdout] test same_values_equal ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test hasher::test_default_hasher ... ok [INFO] [stdout] test retain_force_empty ... ok [INFO] [stdout] test retain_force_some ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test get_key_value_empty ... ok [INFO] [stdout] test new ... ok [INFO] [stdout] test get_empty ... ok [INFO] [stdout] test one_bucket ... ok [INFO] [stdout] test empty_maps_equal ... ok [INFO] [stdout] test retain_all_false ... ok [INFO] [stdout] test concurrent_resize_and_get ... ok [INFO] [stdout] test hasher::test_zero_hasher ... ok [INFO] [stderr] Running tests/basic_ref.rs (/opt/rustwide/target/debug/deps/basic_ref-77e4a9fe34a003e6) [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 0.34s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test clear ... ok [INFO] [stdout] test clone_map_filled ... ok [INFO] [stdout] test drop_value ... ignored [INFO] [stdout] test default ... ok [INFO] [stdout] test clone_map_empty ... ok [INFO] [stdout] test different_values_not_equal ... ok [INFO] [stdout] test empty_maps_equal ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test different_size_maps_not_equal ... ok [INFO] [stdout] test from_iter_ref ... ok [INFO] [stdout] test compute_if_present ... ok [INFO] [stdout] test get_empty ... ok [INFO] [stdout] test insert ... ok [INFO] [stdout] test from_iter_empty ... ok [INFO] [stdout] test get_key_value_empty ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test pin ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test retain_all_true ... ok [INFO] [stdout] test retain_empty ... ok [INFO] [stdout] test retain_force_some ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test same_values_equal ... ok [INFO] [stdout] test retain_some ... ok [INFO] [stdout] test retain_force_empty ... ok [INFO] [stdout] test with_guard ... ok [INFO] [stdout] test retain_all_false ... ok [INFO] [stdout] test one_bucket ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test compute_if_present_remove ... ok [INFO] [stdout] test compute_if_present_empty ... ok [INFO] [stdout] test insert_and_get_key_value ... ok [INFO] [stdout] test concurrent_remove ... ok [INFO] [stdout] test concurrent_compute_if_present ... ok [INFO] [stdout] test concurrent_insert ... 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-390e8adbaa71f43d) [INFO] [stdout] test hasher::test_max_hasher ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test get_empty ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test concurrent_insert ... ok [INFO] [stderr] Running tests/cuckoo/main.rs (/opt/rustwide/target/debug/deps/cuckoo-c9f86bb7a9af04e2) [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.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [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.01s [INFO] [stdout] [INFO] [stderr] Running tests/hasher.rs (/opt/rustwide/target/debug/deps/hasher-975d84152250b67a) [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 0.28s [INFO] [stdout] [INFO] [stderr] Running tests/jdk/main.rs (/opt/rustwide/target/debug/deps/jdk-f48da84026681cf6) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test concurrent_associate::test_concurrent_insert ... ok [INFO] [stdout] test map_check::everything ... ok [INFO] [stdout] test concurrent_contains::test_concurrent_contains_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.56s [INFO] [stdout] [INFO] [stderr] Running tests/jsr166/main.rs (/opt/rustwide/target/debug/deps/jsr166-7ebb8daa543732d1) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/regressions.rs (/opt/rustwide/target/debug/deps/regressions-f705a7d4944becf8) [INFO] [stdout] test test_from_iter ... ok [INFO] [stdout] test test_remove ... 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] [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.21s [INFO] [stdout] [INFO] [stderr] Running tests/set.rs (/opt/rustwide/target/debug/deps/set-4ee267ac457d1fb1) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test debug ... ok [INFO] [stdout] test clone_set_empty ... ok [INFO] [stdout] test default ... ok [INFO] [stdout] test from_iter_ref ... ok [INFO] [stdout] test new ... ok [INFO] [stdout] test empty_sets_equal ... ok [INFO] [stdout] test get_no_contains ... ok [INFO] [stdout] test insert_and_get ... ok [INFO] [stdout] test different_size_maps_not_equal ... ok [INFO] [stdout] test insert ... ok [INFO] [stdout] test different_values_not_equal ... ok [INFO] [stdout] test extend ... ok [INFO] [stdout] test extend_ref ... ok [INFO] [stdout] test insert_and_remove ... ok [INFO] [stdout] test clone_set_filled ... ok [INFO] [stdout] test concurrent_insert ... ok [INFO] [stdout] test from_iter_empty ... ok [INFO] [stdout] test no_contains ... ok [INFO] [stdout] test insert_and_contains ... ok [INFO] [stdout] test update ... ok [INFO] [stdout] test same_values_equal ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stderr] Doc-tests flurry [INFO] [stdout] test concurrent_remove ... 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] [stderr] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:241:5 [INFO] [stderr] | [INFO] [stderr] 241 | broken_intra_doc_links [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 1 warning emitted [INFO] [stdout] running 50 tests [INFO] [stderr] [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3254) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::HashMap::collector (line 109) - compile ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3266) - compile ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3258) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3216) - 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 3244) - 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 3223) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3209) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3164) - 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 3199) - 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 3185) - compile fail ... ok [INFO] [stdout] test src/map.rs - map::CompileFailTests (line 3237) - compile fail ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name flurry --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-6f1386d08d2b0efa.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-eec7bfbdc4ca7d08.rlib --extern crossbeam_epoch=/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d3a39760fa54c903.rlib --extern flurry=/opt/rustwide/target/debug/deps/libflurry-c132e6aca7a5d51d.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-02aeb857270eb57b.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-1c04f5816c2a0d19.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-273227218bf18930.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-7513acc596387765.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a6112a7d803406f3.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b60d3110d4a411bbf0ec7003ceb59d40d4b891c2b5dcaa3d3480aab2fbc3980d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b60d3110d4a411bbf0ec7003ceb59d40d4b891c2b5dcaa3d3480aab2fbc3980d", kill_on_drop: false }` [INFO] [stdout] b60d3110d4a411bbf0ec7003ceb59d40d4b891c2b5dcaa3d3480aab2fbc3980d