[INFO] fetching crate cifar-ten 0.2.1... [INFO] testing cifar-ten-0.2.1 against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] extracting crate cifar-ten 0.2.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate cifar-ten 0.2.1 on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cifar-ten 0.2.1 [INFO] finished tweaking crates.io crate cifar-ten 0.2.1 [INFO] tweaked toml for crates.io crate cifar-ten 0.2.1 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate cifar-ten 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06221ec05ec16b18502322f96903b32006407a558d8ea41b1e76b109a7f3df80 [INFO] running `Command { std: "docker" "start" "-a" "06221ec05ec16b18502322f96903b32006407a558d8ea41b1e76b109a7f3df80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06221ec05ec16b18502322f96903b32006407a558d8ea41b1e76b109a7f3df80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06221ec05ec16b18502322f96903b32006407a558d8ea41b1e76b109a7f3df80", kill_on_drop: false }` [INFO] [stdout] 06221ec05ec16b18502322f96903b32006407a558d8ea41b1e76b109a7f3df80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50a7d119c99c79ae8d353d067fd280f9cf497b9a9d80da27b24dfb7c6d4d24c5 [INFO] running `Command { std: "docker" "start" "-a" "50a7d119c99c79ae8d353d067fd280f9cf497b9a9d80da27b24dfb7c6d4d24c5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.1 [INFO] [stderr] Compiling cifar-ten v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:271:20 [INFO] [stdout] | [INFO] [stdout] 271 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 272 | | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stdout] 273 | | label [INFO] [stdout] 274 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 271 | panic!( [INFO] [stdout] 272 | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stdout] 273 | label [INFO] [stdout] 274 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.35s [INFO] running `Command { std: "docker" "inspect" "50a7d119c99c79ae8d353d067fd280f9cf497b9a9d80da27b24dfb7c6d4d24c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50a7d119c99c79ae8d353d067fd280f9cf497b9a9d80da27b24dfb7c6d4d24c5", kill_on_drop: false }` [INFO] [stdout] 50a7d119c99c79ae8d353d067fd280f9cf497b9a9d80da27b24dfb7c6d4d24c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26d932f0e8c9f5fd2ea5687d16cb8a65330864f55efd403511c19d80bcda2014 [INFO] running `Command { std: "docker" "start" "-a" "26d932f0e8c9f5fd2ea5687d16cb8a65330864f55efd403511c19d80bcda2014", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:271:20 [INFO] [stdout] | [INFO] [stdout] 271 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 272 | | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stdout] 273 | | label [INFO] [stdout] 274 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 271 | panic!( [INFO] [stdout] 272 | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stdout] 273 | label [INFO] [stdout] 274 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cifar-ten v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:271:20 [INFO] [stdout] | [INFO] [stdout] 271 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 272 | | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stdout] 273 | | label [INFO] [stdout] 274 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 271 | panic!( [INFO] [stdout] 272 | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stdout] 273 | label [INFO] [stdout] 274 | ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "26d932f0e8c9f5fd2ea5687d16cb8a65330864f55efd403511c19d80bcda2014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26d932f0e8c9f5fd2ea5687d16cb8a65330864f55efd403511c19d80bcda2014", kill_on_drop: false }` [INFO] [stdout] 26d932f0e8c9f5fd2ea5687d16cb8a65330864f55efd403511c19d80bcda2014 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 904536b2039c9855f518f41c1006a024ecb8d0042ee18f42c60b261926b53fdc [INFO] running `Command { std: "docker" "start" "-a" "904536b2039c9855f518f41c1006a024ecb8d0042ee18f42c60b261926b53fdc", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:271:20 [INFO] [stderr] | [INFO] [stderr] 271 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 272 | | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stderr] 273 | | label [INFO] [stderr] 274 | | )); [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 271 | panic!( [INFO] [stderr] 272 | "Label is {}, which is inconsistent with the CIFAR-10 scheme", [INFO] [stderr] 273 | label [INFO] [stderr] 274 | ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `cifar-ten` (lib) generated 1 warning [INFO] [stderr] warning: `cifar-ten` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cifar_ten-f15c1a65fb92f075) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests cifar_ten [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 13) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "904536b2039c9855f518f41c1006a024ecb8d0042ee18f42c60b261926b53fdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "904536b2039c9855f518f41c1006a024ecb8d0042ee18f42c60b261926b53fdc", kill_on_drop: false }` [INFO] [stdout] 904536b2039c9855f518f41c1006a024ecb8d0042ee18f42c60b261926b53fdc