[INFO] cloning repository https://github.com/radialHuman/neural_network_from_scratch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/radialHuman/neural_network_from_scratch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FradialHuman%2Fneural_network_from_scratch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FradialHuman%2Fneural_network_from_scratch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7924112a5d29f7cf74f5115d7be333c196103da6 [INFO] testing radialHuman/neural_network_from_scratch against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FradialHuman%2Fneural_network_from_scratch" "/workspace/builds/worker-86/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-86/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/radialHuman/neural_network_from_scratch on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/radialHuman/neural_network_from_scratch [INFO] finished tweaking git repo https://github.com/radialHuman/neural_network_from_scratch [INFO] tweaked toml for git repo https://github.com/radialHuman/neural_network_from_scratch written to /workspace/builds/worker-86/source/Cargo.toml [INFO] crate git repo https://github.com/radialHuman/neural_network_from_scratch already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.2.69 [INFO] [stderr] Downloaded libmath v0.2.1 [INFO] [stderr] Downloaded num-integer v0.1.42 [INFO] [stderr] Downloaded ndarray-rand v0.11.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 091250dde09e7131e2d8b6dba57d82d7a30fc01f041817875abb00c09ba84ce9 [INFO] running `Command { std: "docker" "start" "-a" "091250dde09e7131e2d8b6dba57d82d7a30fc01f041817875abb00c09ba84ce9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "091250dde09e7131e2d8b6dba57d82d7a30fc01f041817875abb00c09ba84ce9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "091250dde09e7131e2d8b6dba57d82d7a30fc01f041817875abb00c09ba84ce9", kill_on_drop: false }` [INFO] [stdout] 091250dde09e7131e2d8b6dba57d82d7a30fc01f041817875abb00c09ba84ce9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e4674bd562ad4726d45e54e6034a1416f6e43b2dd7d8ce200b5fe8873e0bd32 [INFO] running `Command { std: "docker" "start" "-a" "7e4674bd562ad4726d45e54e6034a1416f6e43b2dd7d8ce200b5fe8873e0bd32", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling libmath v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling ndarray-rand v0.11.0 [INFO] [stderr] Compiling try_out v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `try_out` due to 2 previous errors [INFO] [stdout] error[E0369]: cannot multiply `T` by `T` [INFO] [stdout] --> src/five.rs:333:44 [INFO] [stdout] | [INFO] [stdout] 333 | a.iter().zip(b.iter()).map(|(x, y)| *x * *y).collect() [INFO] [stdout] | -- ^ -- T [INFO] [stdout] | | [INFO] [stdout] | T [INFO] [stdout] | [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 332 | pub fn element_wise_multiplication>(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | +++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7e4674bd562ad4726d45e54e6034a1416f6e43b2dd7d8ce200b5fe8873e0bd32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e4674bd562ad4726d45e54e6034a1416f6e43b2dd7d8ce200b5fe8873e0bd32", kill_on_drop: false }` [INFO] [stdout] 7e4674bd562ad4726d45e54e6034a1416f6e43b2dd7d8ce200b5fe8873e0bd32