[INFO] fetching crate radiate 1.1.59... [INFO] testing radiate-1.1.59 against 1.60.0 for beta-1.61-1 [INFO] extracting crate radiate 1.1.59 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate radiate 1.1.59 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 crates.io crate radiate 1.1.59 [INFO] finished tweaking crates.io crate radiate 1.1.59 [INFO] tweaked toml for crates.io crate radiate 1.1.59 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 72811ec5a5095187f702b8a0151edf487c7edb01c6f9813b5eb272a54f7c2073 [INFO] running `Command { std: "docker" "start" "-a" "72811ec5a5095187f702b8a0151edf487c7edb01c6f9813b5eb272a54f7c2073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72811ec5a5095187f702b8a0151edf487c7edb01c6f9813b5eb272a54f7c2073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72811ec5a5095187f702b8a0151edf487c7edb01c6f9813b5eb272a54f7c2073", kill_on_drop: false }` [INFO] [stdout] 72811ec5a5095187f702b8a0151edf487c7edb01c6f9813b5eb272a54f7c2073 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 8d30cd4507dbfb511d299bc64176f2ee465e72d5358e6890a5b672d0bd8038ba [INFO] running `Command { std: "docker" "start" "-a" "8d30cd4507dbfb511d299bc64176f2ee465e72d5358e6890a5b672d0bd8038ba", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling erased-serde v0.3.20 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling typetag-impl v0.1.8 [INFO] [stderr] Compiling inventory v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling typetag v0.1.8 [INFO] [stderr] Compiling radiate v1.1.59 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `pending_inputs` [INFO] [stdout] --> src/models/neat/layers/dense.rs:406:14 [INFO] [stdout] | [INFO] [stdout] 406 | Pending{ pending_inputs: usize, sum: f32, output: Option }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `NodeUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models/neat/layers/dense.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sum` [INFO] [stdout] --> src/models/neat/layers/dense.rs:406:37 [INFO] [stdout] | [INFO] [stdout] 406 | Pending{ pending_inputs: usize, sum: f32, output: Option }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NodeUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models/neat/layers/dense.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.96s [INFO] running `Command { std: "docker" "inspect" "8d30cd4507dbfb511d299bc64176f2ee465e72d5358e6890a5b672d0bd8038ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d30cd4507dbfb511d299bc64176f2ee465e72d5358e6890a5b672d0bd8038ba", kill_on_drop: false }` [INFO] [stdout] 8d30cd4507dbfb511d299bc64176f2ee465e72d5358e6890a5b672d0bd8038ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80fd07e1bb3e19a8ba8c6df8f8a50275d2ff5f3d827215fe00f76c93e3429b4c [INFO] running `Command { std: "docker" "start" "-a" "80fd07e1bb3e19a8ba8c6df8f8a50275d2ff5f3d827215fe00f76c93e3429b4c", kill_on_drop: false }` [INFO] [stdout] warning: field is never read: `pending_inputs` [INFO] [stdout] --> src/models/neat/layers/dense.rs:406:14 [INFO] [stdout] | [INFO] [stdout] 406 | Pending{ pending_inputs: usize, sum: f32, output: Option }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `NodeUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models/neat/layers/dense.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sum` [INFO] [stdout] --> src/models/neat/layers/dense.rs:406:37 [INFO] [stdout] | [INFO] [stdout] 406 | Pending{ pending_inputs: usize, sum: f32, output: Option }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NodeUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models/neat/layers/dense.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling radiate v1.1.59 (/opt/rustwide/workdir) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> tests/neat.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(test)] [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 E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `radiate` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: field is never read: `pending_inputs` [INFO] [stdout] --> src/models/neat/layers/dense.rs:406:14 [INFO] [stdout] | [INFO] [stdout] 406 | Pending{ pending_inputs: usize, sum: f32, output: Option }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `NodeUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models/neat/layers/dense.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sum` [INFO] [stdout] --> src/models/neat/layers/dense.rs:406:37 [INFO] [stdout] | [INFO] [stdout] 406 | Pending{ pending_inputs: usize, sum: f32, output: Option }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NodeUpdate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/models/neat/layers/dense.rs:404:10 [INFO] [stdout] | [INFO] [stdout] 404 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "80fd07e1bb3e19a8ba8c6df8f8a50275d2ff5f3d827215fe00f76c93e3429b4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80fd07e1bb3e19a8ba8c6df8f8a50275d2ff5f3d827215fe00f76c93e3429b4c", kill_on_drop: false }` [INFO] [stdout] 80fd07e1bb3e19a8ba8c6df8f8a50275d2ff5f3d827215fe00f76c93e3429b4c