[INFO] cloning repository https://github.com/cedrou/nn-from-scratch-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cedrou/nn-from-scratch-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedrou%2Fnn-from-scratch-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedrou%2Fnn-from-scratch-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 823d35982e9e1c6e5acbdb30bf1c8b587d0d60b9 [INFO] testing cedrou/nn-from-scratch-rs against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcedrou%2Fnn-from-scratch-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cedrou/nn-from-scratch-rs on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cedrou/nn-from-scratch-rs [INFO] finished tweaking git repo https://github.com/cedrou/nn-from-scratch-rs [INFO] tweaked toml for git repo https://github.com/cedrou/nn-from-scratch-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/cedrou/nn-from-scratch-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27e006ac84a826ce584785e55577f00c3ec5254a3c2299873dd82686832b6cd4 [INFO] running `Command { std: "docker" "start" "-a" "27e006ac84a826ce584785e55577f00c3ec5254a3c2299873dd82686832b6cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27e006ac84a826ce584785e55577f00c3ec5254a3c2299873dd82686832b6cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27e006ac84a826ce584785e55577f00c3ec5254a3c2299873dd82686832b6cd4", kill_on_drop: false }` [INFO] [stdout] 27e006ac84a826ce584785e55577f00c3ec5254a3c2299873dd82686832b6cd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 607ace59fb6a1d2b0e6b1bdd20e817fb7db354a2701eba9a9bfa2281ca0aff55 [INFO] running `Command { std: "docker" "start" "-a" "607ace59fb6a1d2b0e6b1bdd20e817fb7db354a2701eba9a9bfa2281ca0aff55", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling nn-from-scratch-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.08s [INFO] running `Command { std: "docker" "inspect" "607ace59fb6a1d2b0e6b1bdd20e817fb7db354a2701eba9a9bfa2281ca0aff55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "607ace59fb6a1d2b0e6b1bdd20e817fb7db354a2701eba9a9bfa2281ca0aff55", kill_on_drop: false }` [INFO] [stdout] 607ace59fb6a1d2b0e6b1bdd20e817fb7db354a2701eba9a9bfa2281ca0aff55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11fe7ca3c35f5ddbbeec2993bba28fa00b01e5e2a0ee12c8c4f3d36fbeb0da94 [INFO] running `Command { std: "docker" "start" "-a" "11fe7ca3c35f5ddbbeec2993bba28fa00b01e5e2a0ee12c8c4f3d36fbeb0da94", kill_on_drop: false }` [INFO] [stderr] Compiling nn-from-scratch-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "11fe7ca3c35f5ddbbeec2993bba28fa00b01e5e2a0ee12c8c4f3d36fbeb0da94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11fe7ca3c35f5ddbbeec2993bba28fa00b01e5e2a0ee12c8c4f3d36fbeb0da94", kill_on_drop: false }` [INFO] [stdout] 11fe7ca3c35f5ddbbeec2993bba28fa00b01e5e2a0ee12c8c4f3d36fbeb0da94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c7525755d58dc2cef5ef1de79be0020bc4d90ee940c3e3c00b50914110064d5b [INFO] running `Command { std: "docker" "start" "-a" "c7525755d58dc2cef5ef1de79be0020bc4d90ee940c3e3c00b50914110064d5b", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/nn_from_scratch_rs-3509e2b300de946c) [INFO] [stdout] test linspace_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c7525755d58dc2cef5ef1de79be0020bc4d90ee940c3e3c00b50914110064d5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7525755d58dc2cef5ef1de79be0020bc4d90ee940c3e3c00b50914110064d5b", kill_on_drop: false }` [INFO] [stdout] c7525755d58dc2cef5ef1de79be0020bc4d90ee940c3e3c00b50914110064d5b