[INFO] cloning repository https://github.com/kitagry/rust-deep-learning [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kitagry/rust-deep-learning" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkitagry%2Frust-deep-learning", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkitagry%2Frust-deep-learning'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e37fb00e07d650cd8fdfc6ed8771d2a0f6527fd [INFO] checking kitagry/rust-deep-learning against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkitagry%2Frust-deep-learning" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kitagry/rust-deep-learning on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kitagry/rust-deep-learning [INFO] finished tweaking git repo https://github.com/kitagry/rust-deep-learning [INFO] tweaked toml for git repo https://github.com/kitagry/rust-deep-learning written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/kitagry/rust-deep-learning already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mnist v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f953fc91c013b9cd2f441421215b5789a3592f62815f567e616686282cc100db [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" "f953fc91c013b9cd2f441421215b5789a3592f62815f567e616686282cc100db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f953fc91c013b9cd2f441421215b5789a3592f62815f567e616686282cc100db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f953fc91c013b9cd2f441421215b5789a3592f62815f567e616686282cc100db", kill_on_drop: false }` [INFO] [stdout] f953fc91c013b9cd2f441421215b5789a3592f62815f567e616686282cc100db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0984fc46e703813026b1b1f33cc4283b68092eb45a5ee4c7b922e927889dcb00 [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" "0984fc46e703813026b1b1f33cc4283b68092eb45a5ee4c7b922e927889dcb00", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Checking mnist v0.4.0 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking rust-deep-learning v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `trn_lbl` [INFO] [stdout] --> src/main.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | let trn_lbl = rcarr1(&trn_lbl).reshape((trn_size, 10)); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trn_lbl` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tst_img` [INFO] [stdout] --> src/main.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | let tst_img = rcarr1(&tst_img).reshape((tst_size, rows * cols)); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tst_img` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tst_lbl` [INFO] [stdout] --> src/main.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | let tst_lbl = rcarr1(&tst_lbl).reshape((tst_size, 10)); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tst_lbl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trn_lbl` [INFO] [stdout] --> src/main.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | let trn_lbl = rcarr1(&trn_lbl).reshape((trn_size, 10)); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trn_lbl` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tst_img` [INFO] [stdout] --> src/main.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | let tst_img = rcarr1(&tst_img).reshape((tst_size, rows * cols)); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tst_img` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tst_lbl` [INFO] [stdout] --> src/main.rs:69:7 [INFO] [stdout] | [INFO] [stdout] 69 | let tst_lbl = rcarr1(&tst_lbl).reshape((tst_size, 10)); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tst_lbl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.17s [INFO] running `Command { std: "docker" "inspect" "0984fc46e703813026b1b1f33cc4283b68092eb45a5ee4c7b922e927889dcb00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0984fc46e703813026b1b1f33cc4283b68092eb45a5ee4c7b922e927889dcb00", kill_on_drop: false }` [INFO] [stdout] 0984fc46e703813026b1b1f33cc4283b68092eb45a5ee4c7b922e927889dcb00