[INFO] fetching crate double 0.2.4... [INFO] checking double-0.2.4 against master#3e826bb11228508fbe749e594038d6727208aa94 for pr-82322 [INFO] extracting crate double 0.2.4 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate double 0.2.4 on toolchain 3e826bb11228508fbe749e594038d6727208aa94 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate double 0.2.4 [INFO] finished tweaking crates.io crate double 0.2.4 [INFO] tweaked toml for crates.io crate double 0.2.4 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate double 0.2.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "fetch" "--locked" "--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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9dcd73eabeda6ab86487e3bec8195bd0a07fc7dfcc9dff4e47ae3a596a088480 [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" "9dcd73eabeda6ab86487e3bec8195bd0a07fc7dfcc9dff4e47ae3a596a088480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dcd73eabeda6ab86487e3bec8195bd0a07fc7dfcc9dff4e47ae3a596a088480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dcd73eabeda6ab86487e3bec8195bd0a07fc7dfcc9dff4e47ae3a596a088480", kill_on_drop: false }` [INFO] [stdout] 9dcd73eabeda6ab86487e3bec8195bd0a07fc7dfcc9dff4e47ae3a596a088480 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 844bd9e8769195f2005ec9a6df8f32b4bc652c618bd38d3aef3e0564d8ba10e8 [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" "844bd9e8769195f2005ec9a6df8f32b4bc652c618bd38d3aef3e0564d8ba10e8", kill_on_drop: false }` [INFO] [stderr] Checking lazysort v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling double v0.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking float-cmp v0.2.5 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> examples/return_value.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | pub profit: Mock<(u32, u32), (i32)>, [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` 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] --> examples/unclonable.rs:58:30 [INFO] [stdout] | [INFO] [stdout] 58 | write!(f, "{}", 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 5.65s [INFO] running `Command { std: "docker" "inspect" "844bd9e8769195f2005ec9a6df8f32b4bc652c618bd38d3aef3e0564d8ba10e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "844bd9e8769195f2005ec9a6df8f32b4bc652c618bd38d3aef3e0564d8ba10e8", kill_on_drop: false }` [INFO] [stdout] 844bd9e8769195f2005ec9a6df8f32b4bc652c618bd38d3aef3e0564d8ba10e8