[INFO] fetching crate stash 0.1.4... [INFO] checking stash-0.1.4 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate stash 0.1.4 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate stash 0.1.4 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate stash 0.1.4 [INFO] finished tweaking crates.io crate stash 0.1.4 [INFO] tweaked toml for crates.io crate stash 0.1.4 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate stash 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a33327b7288b188bf1fe3eb237fd3ac8a4995e8a4a3e77ecc13e9dfbd64eaf6e [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" "a33327b7288b188bf1fe3eb237fd3ac8a4995e8a4a3e77ecc13e9dfbd64eaf6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a33327b7288b188bf1fe3eb237fd3ac8a4995e8a4a3e77ecc13e9dfbd64eaf6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a33327b7288b188bf1fe3eb237fd3ac8a4995e8a4a3e77ecc13e9dfbd64eaf6e", kill_on_drop: false }` [INFO] [stdout] a33327b7288b188bf1fe3eb237fd3ac8a4995e8a4a3e77ecc13e9dfbd64eaf6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d168d5d115c3e776d3512aee7ce4f1020c97ccbc9eea0e2aaaafd6eb3a4fc20 [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" "7d168d5d115c3e776d3512aee7ce4f1020c97ccbc9eea0e2aaaafd6eb3a4fc20", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Checking stash v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/unique_stash/mod.rs:25:26 [INFO] [stdout] | [INFO] [stdout] 25 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::iter` [INFO] [stdout] --> benches/unique_stash.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::iter; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/unique_stash/mod.rs:25:26 [INFO] [stdout] | [INFO] [stdout] 25 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` 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 10.83s [INFO] running `Command { std: "docker" "inspect" "7d168d5d115c3e776d3512aee7ce4f1020c97ccbc9eea0e2aaaafd6eb3a4fc20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d168d5d115c3e776d3512aee7ce4f1020c97ccbc9eea0e2aaaafd6eb3a4fc20", kill_on_drop: false }` [INFO] [stdout] 7d168d5d115c3e776d3512aee7ce4f1020c97ccbc9eea0e2aaaafd6eb3a4fc20