[INFO] fetching crate rayon-hash 0.5.0... [INFO] testing rayon-hash-0.5.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate rayon-hash 0.5.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate rayon-hash 0.5.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rayon-hash 0.5.0 [INFO] finished tweaking crates.io crate rayon-hash 0.5.0 [INFO] tweaked toml for crates.io crate rayon-hash 0.5.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4af954b4e60338c1bd8cd314b3ca98baffb1896251c2b91c6132a5a6d723c733 [INFO] running `Command { std: "docker" "start" "-a" "4af954b4e60338c1bd8cd314b3ca98baffb1896251c2b91c6132a5a6d723c733", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4af954b4e60338c1bd8cd314b3ca98baffb1896251c2b91c6132a5a6d723c733", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4af954b4e60338c1bd8cd314b3ca98baffb1896251c2b91c6132a5a6d723c733", kill_on_drop: false }` [INFO] [stdout] 4af954b4e60338c1bd8cd314b3ca98baffb1896251c2b91c6132a5a6d723c733 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0dbd2ab1632fbecdf484f60a75774ba3f4f9ae48d5a8809a7478cf9a258e9a4b [INFO] running `Command { std: "docker" "start" "-a" "0dbd2ab1632fbecdf484f60a75774ba3f4f9ae48d5a8809a7478cf9a258e9a4b", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling rayon-hash v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2540:34 [INFO] [stdout] | [INFO] [stdout] 2540 | fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2540 - fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] 2540 + fn next(&mut self) -> Option<&'a K> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2563:34 [INFO] [stdout] | [INFO] [stdout] 2563 | fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2563 - fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] 2563 + fn next(&mut self) -> Option<&'a V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2586:34 [INFO] [stdout] | [INFO] [stdout] 2586 | fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2586 - fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] 2586 + fn next(&mut self) -> Option<&'a mut V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | use std::alloc::{self, LayoutErr}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | fn layout_err() -> LayoutErr { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | impl From for CollectionAllocErr { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:59:78 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) fn from_size_align(size: usize, align: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:147:68 [INFO] [stdout] | [INFO] [stdout] 147 | pub(crate) fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:176:70 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn extend(&self, next: Self) -> Result<(Self, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:194:54 [INFO] [stdout] | [INFO] [stdout] 194 | pub(crate) fn array(n: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:232:16 [INFO] [stdout] | [INFO] [stdout] 232 | fn from(_: LayoutErr) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/std_hash/table.rs:4:42 [INFO] [stdout] | [INFO] [stdout] 4 | use std::alloc::{alloc, dealloc, Layout, LayoutErr, handle_alloc_error}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/std_hash/table.rs:663:71 [INFO] [stdout] | [INFO] [stdout] 663 | fn calculate_layout(capacity: usize) -> Result<(Layout, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.62s [INFO] running `Command { std: "docker" "inspect" "0dbd2ab1632fbecdf484f60a75774ba3f4f9ae48d5a8809a7478cf9a258e9a4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dbd2ab1632fbecdf484f60a75774ba3f4f9ae48d5a8809a7478cf9a258e9a4b", kill_on_drop: false }` [INFO] [stdout] 0dbd2ab1632fbecdf484f60a75774ba3f4f9ae48d5a8809a7478cf9a258e9a4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dede3b2d96504eca58422d85bc736dc35a1aa461bf2482b29e061a3ca83f18b0 [INFO] running `Command { std: "docker" "start" "-a" "dede3b2d96504eca58422d85bc736dc35a1aa461bf2482b29e061a3ca83f18b0", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2540:34 [INFO] [stdout] | [INFO] [stdout] 2540 | fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2540 - fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] 2540 + fn next(&mut self) -> Option<&'a K> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2563:34 [INFO] [stdout] | [INFO] [stdout] 2563 | fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2563 - fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] 2563 + fn next(&mut self) -> Option<&'a V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2586:34 [INFO] [stdout] | [INFO] [stdout] 2586 | fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2586 - fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] 2586 + fn next(&mut self) -> Option<&'a mut V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | use std::alloc::{self, LayoutErr}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | fn layout_err() -> LayoutErr { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | impl From for CollectionAllocErr { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:59:78 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) fn from_size_align(size: usize, align: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:147:68 [INFO] [stdout] | [INFO] [stdout] 147 | pub(crate) fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:176:70 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn extend(&self, next: Self) -> Result<(Self, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:194:54 [INFO] [stdout] | [INFO] [stdout] 194 | pub(crate) fn array(n: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:232:16 [INFO] [stdout] | [INFO] [stdout] 232 | fn from(_: LayoutErr) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/std_hash/table.rs:4:42 [INFO] [stdout] | [INFO] [stdout] 4 | use std::alloc::{alloc, dealloc, Layout, LayoutErr, handle_alloc_error}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/std_hash/table.rs:663:71 [INFO] [stdout] | [INFO] [stdout] 663 | fn calculate_layout(capacity: usize) -> Result<(Layout, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rayon-hash v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2540:34 [INFO] [stdout] | [INFO] [stdout] 2540 | fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2540 - fn next(&mut self) -> Option<(&'a K)> { [INFO] [stdout] 2540 + fn next(&mut self) -> Option<&'a K> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2563:34 [INFO] [stdout] | [INFO] [stdout] 2563 | fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2563 - fn next(&mut self) -> Option<(&'a V)> { [INFO] [stdout] 2563 + fn next(&mut self) -> Option<&'a V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/std_hash/map.rs:2586:34 [INFO] [stdout] | [INFO] [stdout] 2586 | fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2586 - fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stdout] 2586 + fn next(&mut self) -> Option<&'a mut V> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | use std::alloc::{self, LayoutErr}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | fn layout_err() -> LayoutErr { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:230:11 [INFO] [stdout] | [INFO] [stdout] 230 | impl From for CollectionAllocErr { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:59:78 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) fn from_size_align(size: usize, align: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:147:68 [INFO] [stdout] | [INFO] [stdout] 147 | pub(crate) fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:176:70 [INFO] [stdout] | [INFO] [stdout] 176 | pub(crate) fn extend(&self, next: Self) -> Result<(Self, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:194:54 [INFO] [stdout] | [INFO] [stdout] 194 | pub(crate) fn array(n: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/alloc.rs:232:16 [INFO] [stdout] | [INFO] [stdout] 232 | fn from(_: LayoutErr) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/std_hash/table.rs:4:42 [INFO] [stdout] | [INFO] [stdout] 4 | use std::alloc::{alloc, dealloc, Layout, LayoutErr, handle_alloc_error}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stdout] --> src/std_hash/table.rs:663:71 [INFO] [stdout] | [INFO] [stdout] 663 | fn calculate_layout(capacity: usize) -> Result<(Layout, usize), LayoutErr> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.66s [INFO] running `Command { std: "docker" "inspect" "dede3b2d96504eca58422d85bc736dc35a1aa461bf2482b29e061a3ca83f18b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dede3b2d96504eca58422d85bc736dc35a1aa461bf2482b29e061a3ca83f18b0", kill_on_drop: false }` [INFO] [stdout] dede3b2d96504eca58422d85bc736dc35a1aa461bf2482b29e061a3ca83f18b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 322e37664bbb6c202050c25f220748dd18d8c0a2520058eee9832e3c22b49706 [INFO] running `Command { std: "docker" "start" "-a" "322e37664bbb6c202050c25f220748dd18d8c0a2520058eee9832e3c22b49706", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/std_hash/map.rs:2540:34 [INFO] [stderr] | [INFO] [stderr] 2540 | fn next(&mut self) -> Option<(&'a K)> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 2540 - fn next(&mut self) -> Option<(&'a K)> { [INFO] [stderr] 2540 + fn next(&mut self) -> Option<&'a K> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/std_hash/map.rs:2563:34 [INFO] [stderr] | [INFO] [stderr] 2563 | fn next(&mut self) -> Option<(&'a V)> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 2563 - fn next(&mut self) -> Option<(&'a V)> { [INFO] [stderr] 2563 + fn next(&mut self) -> Option<&'a V> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/std_hash/map.rs:2586:34 [INFO] [stderr] | [INFO] [stderr] 2586 | fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 2586 - fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stderr] 2586 + fn next(&mut self) -> Option<&'a mut V> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:18:24 [INFO] [stderr] | [INFO] [stderr] 18 | use std::alloc::{self, LayoutErr}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | fn layout_err() -> LayoutErr { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:230:11 [INFO] [stderr] | [INFO] [stderr] 230 | impl From for CollectionAllocErr { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:59:78 [INFO] [stderr] | [INFO] [stderr] 59 | pub(crate) fn from_size_align(size: usize, align: usize) -> Result { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:147:68 [INFO] [stderr] | [INFO] [stderr] 147 | pub(crate) fn repeat(&self, n: usize) -> Result<(Self, usize), LayoutErr> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:176:70 [INFO] [stderr] | [INFO] [stderr] 176 | pub(crate) fn extend(&self, next: Self) -> Result<(Self, usize), LayoutErr> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:194:54 [INFO] [stderr] | [INFO] [stderr] 194 | pub(crate) fn array(n: usize) -> Result { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/alloc.rs:232:16 [INFO] [stderr] | [INFO] [stderr] 232 | fn from(_: LayoutErr) -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/std_hash/table.rs:4:42 [INFO] [stderr] | [INFO] [stderr] 4 | use std::alloc::{alloc, dealloc, Layout, LayoutErr, handle_alloc_error}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::alloc::LayoutErr`: Name does not follow std convention, use LayoutError [INFO] [stderr] --> src/std_hash/table.rs:663:71 [INFO] [stderr] | [INFO] [stderr] 663 | fn calculate_layout(capacity: usize) -> Result<(Layout, usize), LayoutErr> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rayon-hash` (lib) generated 13 warnings [INFO] [stderr] warning: `rayon-hash` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rayon_hash-abef9bea6b4e0866) [INFO] [stdout] [INFO] [stdout] running 79 tests [INFO] [stdout] test std_hash::map::test_map::test_behavior_resize_policy ... ok [INFO] [stdout] test std_hash::map::test_map::test_capacity_not_less_than_len ... ok [INFO] [stdout] test std_hash::map::test_map::test_clone ... ok [INFO] [stdout] test std_hash::map::test_map::test_conflict_remove ... ok [INFO] [stdout] test std_hash::map::test_map::test_create_capacity_zero ... ok [INFO] [stdout] test std_hash::map::test_map::test_empty_entry ... ok [INFO] [stdout] test std_hash::map::test_map::test_empty_remove ... ok [INFO] [stdout] test std_hash::map::test_map::test_drops ... ok [INFO] [stdout] test std_hash::map::test_map::test_empty_iter ... ok [INFO] [stdout] test std_hash::map::test_map::test_entry ... ok [INFO] [stdout] test std_hash::map::test_map::test_expand ... ok [INFO] [stdout] test std_hash::map::test_map::test_eq ... ok [INFO] [stdout] test std_hash::map::test_map::test_extend_ref ... ok [INFO] [stdout] test std_hash::map::test_map::test_find ... ok [INFO] [stdout] test std_hash::map::test_map::test_find_mut ... ok [INFO] [stdout] test std_hash::map::test_map::test_index ... ok [INFO] [stdout] test std_hash::map::test_map::test_from_iter ... ok [INFO] [stdout] test std_hash::map::test_map::test_entry_take_doesnt_corrupt ... ok [INFO] [stdout] test std_hash::map::test_map::test_insert_conflicts ... ok [INFO] [stdout] test std_hash::map::test_map::test_insert ... ok [INFO] [stdout] test std_hash::map::test_map::test_insert_overwrite ... ok [INFO] [stdout] test std_hash::map::test_map::test_into_iter_drops ... ok [INFO] [stdout] test std_hash::map::test_map::test_is_empty ... ok [INFO] [stdout] test std_hash::map::test_map::test_iter_mut_len ... ok [INFO] [stdout] test std_hash::map::test_map::test_iterate ... ok [INFO] [stdout] test std_hash::map::test_map::test_iter_len ... ok [INFO] [stdout] test std_hash::map::test_map::test_keys ... ok [INFO] [stdout] test std_hash::map::test_map::test_mut_size_hint ... ok [INFO] [stdout] test std_hash::map::test_map::test_occupied_entry_key ... ok [INFO] [stdout] test std_hash::map::test_map::test_remove ... ok [INFO] [stdout] test std_hash::map::test_map::test_retain ... ok [INFO] [stdout] test std_hash::map::test_map::test_show ... ok [INFO] [stdout] test std_hash::map::test_map::test_values ... ok [INFO] [stdout] test std_hash::map::test_map::test_size_hint ... ok [INFO] [stdout] test std_hash::map::test_map::test_reserve_shrink_to_fit ... ok [INFO] [stdout] test std_hash::map::test_map::test_values_mut ... ok [INFO] [stdout] test std_hash::map::test_map::test_vacant_entry_key ... ok [INFO] [stdout] test std_hash::set::test_set::test_difference ... ok [INFO] [stdout] test std_hash::set::test_set::test_eq ... ok [INFO] [stdout] test std_hash::set::test_set::test_intersection ... ok [INFO] [stdout] test std_hash::set::test_set::test_disjoint ... ok [INFO] [stdout] test std_hash::set::test_set::test_extend_ref ... ok [INFO] [stdout] test std_hash::set::test_set::test_from_iter ... ok [INFO] [stdout] test std_hash::map::test_map::test_zero_capacities ... ok [INFO] [stdout] test std_hash::set::test_set::test_iterate ... ok [INFO] [stdout] test std_hash::set::test_set::test_move_iter ... ok [INFO] [stdout] test std_hash::set::test_set::test_replace ... ok [INFO] [stdout] test std_hash::set::test_set::test_retain ... ok [INFO] [stdout] test std_hash::set::test_set::test_drain ... ok [INFO] [stdout] test std_hash::set::test_set::test_show ... ok [INFO] [stdout] test std_hash::set::test_set::test_symmetric_difference ... ok [INFO] [stdout] test std_hash::set::test_set::test_subset_and_superset ... ok [INFO] [stdout] test std_hash::set::test_set::test_zero_capacities ... ok [INFO] [stdout] test std_hash::table::can_alias_safehash_as_hash ... ok [INFO] [stdout] test std_hash::set::test_set::test_trivial_drain ... ok [INFO] [stdout] test std_hash::set::test_set::test_union ... ok [INFO] [stdout] test std_hash::map::test_map::test_adaptive ... ok [INFO] [stdout] test par::map::test_par_map::test_empty_iter ... ok [INFO] [stdout] test par::map::test_par_map::test_from_iter ... ok [INFO] [stdout] test par::set::test_par_set::test_eq ... ok [INFO] [stdout] test par::map::test_par_map::test_extend_ref ... ok [INFO] [stdout] test par::map::test_par_map::test_values_mut ... ok [INFO] [stdout] test par::set::test_par_set::test_extend_ref ... ok [INFO] [stdout] test par::map::test_par_map::test_iterate ... ok [INFO] [stdout] test par::set::test_par_set::test_move_iter ... ok [INFO] [stdout] test par::set::test_par_set::test_union ... ok [INFO] [stdout] test par::set::test_par_set::test_from_iter ... ok [INFO] [stdout] test par::set::test_par_set::test_difference ... ok [INFO] [stdout] test par::map::test_par_map::test_keys ... ok [INFO] [stdout] test par::map::test_par_map::test_into_iter_drops ... ok [INFO] [stdout] test par::set::test_par_set::test_intersection ... ok [INFO] [stdout] test par::map::test_par_map::test_eq ... ok [INFO] [stdout] test par::set::test_par_set::test_iterate ... ok [INFO] [stdout] test std_hash::map::test_map::test_index_nonexistent - should panic ... ok [INFO] [stdout] test par::map::test_par_map::test_values ... ok [INFO] [stdout] test par::set::test_par_set::test_symmetric_difference ... ok [INFO] [stdout] test par::set::test_par_set::test_disjoint ... ok [INFO] [stdout] test par::set::test_par_set::test_subset_and_superset ... ok [INFO] [stdout] test std_hash::map::test_map::test_lots_of_insertions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 35.37s [INFO] [stdout] [INFO] [stderr] Doc-tests rayon-hash [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/std_hash/map.rs:2540:34 [INFO] [stderr] | [INFO] [stderr] 2540 | fn next(&mut self) -> Option<(&'a K)> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 2540 - fn next(&mut self) -> Option<(&'a K)> { [INFO] [stderr] 2540 + fn next(&mut self) -> Option<&'a K> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/std_hash/map.rs:2563:34 [INFO] [stderr] | [INFO] [stderr] 2563 | fn next(&mut self) -> Option<(&'a V)> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 2563 - fn next(&mut self) -> Option<(&'a V)> { [INFO] [stderr] 2563 + fn next(&mut self) -> Option<&'a V> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/std_hash/map.rs:2586:34 [INFO] [stderr] | [INFO] [stderr] 2586 | fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 2586 - fn next(&mut self) -> Option<(&'a mut V)> { [INFO] [stderr] 2586 + fn next(&mut self) -> Option<&'a mut V> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test src/std_hash/map.rs - std_hash::map::HashMap::entry (line 1260) ... FAILED [INFO] [stdout] test src/std_hash/map.rs - std_hash::map::HashMap (line 398) ... FAILED [INFO] [stdout] test src/std_hash/map.rs - std_hash::map::HashMap::remove_entry (line 1467) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::HashSet::drain (line 227) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::HashSet::is_superset (line 641) ... FAILED [INFO] [stdout] test src/std_hash/map.rs - std_hash::map::HashMap::drain (line 910) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::HashSet::remove (line 713) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::HashSet::shrink_to_fit (line 367) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::HashSet::into_iter (line 1094) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::&'_HashSet::bitand (line 898) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::HashSet::with_capacity_and_hasher (line 307) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::&'_HashSet::sub (line 962) ... FAILED [INFO] [stdout] test src/std_hash/set.rs - std_hash::set::HashSet::get (line 566) ... FAILED [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 rayon_hash --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-f04addf4852bd4dd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-0234473dfdc57e57.rlib --extern rand_xorshift=/opt/rustwide/target/debug/deps/librand_xorshift-32a2eb9a2aa64821.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-2e94ed32e0278482.rlib --extern rayon_hash=/opt/rustwide/target/debug/deps/librayon_hash-d8c5ce4936b5d7ef.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "322e37664bbb6c202050c25f220748dd18d8c0a2520058eee9832e3c22b49706", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "322e37664bbb6c202050c25f220748dd18d8c0a2520058eee9832e3c22b49706", kill_on_drop: false }` [INFO] [stdout] 322e37664bbb6c202050c25f220748dd18d8c0a2520058eee9832e3c22b49706