[INFO] fetching crate juggernaut 0.9.0... [INFO] testing juggernaut-0.9.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate juggernaut 0.9.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate juggernaut 0.9.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate juggernaut 0.9.0 [INFO] finished tweaking crates.io crate juggernaut 0.9.0 [INFO] tweaked toml for crates.io crate juggernaut 0.9.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7e024a98406188107a4ed6118a5c6f77cc4394095b2ac70f04533b773c8493b [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" "e7e024a98406188107a4ed6118a5c6f77cc4394095b2ac70f04533b773c8493b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7e024a98406188107a4ed6118a5c6f77cc4394095b2ac70f04533b773c8493b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7e024a98406188107a4ed6118a5c6f77cc4394095b2ac70f04533b773c8493b", kill_on_drop: false }` [INFO] [stdout] e7e024a98406188107a4ed6118a5c6f77cc4394095b2ac70f04533b773c8493b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a308a939a58ecbafefda9c1f037cd81ee189d94d9adfde56153717531f3c89b7 [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" "a308a939a58ecbafefda9c1f037cd81ee189d94d9adfde56153717531f3c89b7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling juggernaut v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:14:48 [INFO] [stdout] | [INFO] [stdout] 14 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:60:48 [INFO] [stdout] | [INFO] [stdout] 60 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:145:23 [INFO] [stdout] | [INFO] [stdout] 145 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nl.rs:7:25 [INFO] [stdout] | [INFO] [stdout] 7 | pub activation: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Activation` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | cost_function: Box, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn CostFunction` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | on_error_fn: Option>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Fn(f64)` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | on_epoch_fn: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&NeuralNetwork)` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/cost/cross_entropy.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | (cost.fold(0f64, |sum, val| sum + val) / target.cols() as f64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.25s [INFO] running `Command { std: "docker" "inspect" "a308a939a58ecbafefda9c1f037cd81ee189d94d9adfde56153717531f3c89b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a308a939a58ecbafefda9c1f037cd81ee189d94d9adfde56153717531f3c89b7", kill_on_drop: false }` [INFO] [stdout] a308a939a58ecbafefda9c1f037cd81ee189d94d9adfde56153717531f3c89b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b01abbb161313bc43e2752a562006aaf7f4b6a667e7ea04864553f66b582068 [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" "2b01abbb161313bc43e2752a562006aaf7f4b6a667e7ea04864553f66b582068", kill_on_drop: false }` [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:14:48 [INFO] [stdout] | [INFO] [stdout] 14 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling juggernaut v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:60:48 [INFO] [stdout] | [INFO] [stdout] 60 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:145:23 [INFO] [stdout] | [INFO] [stdout] 145 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nl.rs:7:25 [INFO] [stdout] | [INFO] [stdout] 7 | pub activation: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Activation` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | cost_function: Box, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn CostFunction` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | on_error_fn: Option>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Fn(f64)` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | on_epoch_fn: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&NeuralNetwork)` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/cost/cross_entropy.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | (cost.fold(0f64, |sum, val| sum + val) / target.cols() as f64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:14:48 [INFO] [stdout] | [INFO] [stdout] 14 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:40:41 [INFO] [stdout] | [INFO] [stdout] 40 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:60:48 [INFO] [stdout] | [INFO] [stdout] 60 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:145:23 [INFO] [stdout] | [INFO] [stdout] 145 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/matrix.rs:150:27 [INFO] [stdout] | [INFO] [stdout] 150 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nl.rs:7:25 [INFO] [stdout] | [INFO] [stdout] 7 | pub activation: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Activation` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | cost_function: Box, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn CostFunction` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | on_error_fn: Option>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Fn(f64)` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nn.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | on_epoch_fn: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&NeuralNetwork)` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/cost/cross_entropy.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | (cost.fold(0f64, |sum, val| sum + val) / target.cols() as f64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `Command { std: "docker" "inspect" "2b01abbb161313bc43e2752a562006aaf7f4b6a667e7ea04864553f66b582068", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b01abbb161313bc43e2752a562006aaf7f4b6a667e7ea04864553f66b582068", kill_on_drop: false }` [INFO] [stdout] 2b01abbb161313bc43e2752a562006aaf7f4b6a667e7ea04864553f66b582068 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 00e4decf30140c42670dbea22495d3de78b0b9ef312d164610a46f7712ab0ed1 [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" "00e4decf30140c42670dbea22495d3de78b0b9ef312d164610a46f7712ab0ed1", kill_on_drop: false }` [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:13:41 [INFO] [stderr] | [INFO] [stderr] 13 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:22:27 [INFO] [stderr] | [INFO] [stderr] 22 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:60:48 [INFO] [stderr] | [INFO] [stderr] 60 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:145:23 [INFO] [stderr] | [INFO] [stderr] 145 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:150:27 [INFO] [stderr] | [INFO] [stderr] 150 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nl.rs:7:25 [INFO] [stderr] | [INFO] [stderr] 7 | pub activation: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Activation` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nn.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | cost_function: Box, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn CostFunction` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nn.rs:17:29 [INFO] [stderr] | [INFO] [stderr] 17 | on_error_fn: Option>, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Fn(f64)` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nn.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | on_epoch_fn: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&NeuralNetwork)` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/cost/cross_entropy.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | (cost.fold(0f64, |sum, val| sum + val) / target.cols() as f64) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 14 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:13:41 [INFO] [stderr] | [INFO] [stderr] 13 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Self; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:22:27 [INFO] [stderr] | [INFO] [stderr] 22 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | fn generate(m: usize, n: usize, f: &Fn(usize, usize) -> f64) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:60:48 [INFO] [stderr] | [INFO] [stderr] 60 | fn generate_by_row(m: usize, n: usize, f: &Fn(usize) -> Vec) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:145:23 [INFO] [stderr] | [INFO] [stderr] 145 | fn map(&self, f: &Fn(f64, usize, usize) -> f64) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, usize, usize) -> f64` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix.rs:150:27 [INFO] [stderr] | [INFO] [stderr] 150 | fn map_row(&self, f: &Fn(Vec) -> Vec) -> Matrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Vec) -> Vec` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nl.rs:7:25 [INFO] [stderr] | [INFO] [stderr] 7 | pub activation: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Activation` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nn.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | cost_function: Box, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn CostFunction` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nn.rs:17:29 [INFO] [stderr] | [INFO] [stderr] 17 | on_error_fn: Option>, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Fn(f64)` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/nn.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | on_epoch_fn: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&NeuralNetwork)` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/cost/cross_entropy.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | (cost.fold(0f64, |sum, val| sum + val) / target.cols() as f64) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 13 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/juggernaut-b9d0e1f21c1be105) [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test activation::hyperbolictangent::tests::tanh_derivative_test ... ok [INFO] [stdout] test activation::hyperbolictangent::tests::tanh_test ... ok [INFO] [stdout] test activation::leakyrectifiedlinearunit::tests::leakyrectifiedlinearunit_derivative_test ... ok [INFO] [stdout] test activation::softmax::tests::softmax_derivative_correctness_test ... ignored [INFO] [stdout] test activation::softmax::tests::softmax_test_nan ... ignored [INFO] [stdout] test activation::identity::tests::identity_derivative_test ... ok [INFO] [stdout] test activation::rectifiedlinearunit::tests::rectifiedlinearunit_test ... ok [INFO] [stdout] test activation::identity::tests::identity_test ... ok [INFO] [stdout] test activation::softplus::tests::softplus_test ... ok [INFO] [stdout] test activation::softmax::tests::softmax_test_sum_one ... ok [INFO] [stdout] test activation::rectifiedlinearunit::tests::rectifiedlinearunit_derivative_test ... ok [INFO] [stdout] test activation::leakyrectifiedlinearunit::tests::leakyrectifiedlinearunit_test ... ok [INFO] [stdout] test activation::softmax::tests::softmax_test ... ok [INFO] [stdout] test activation::sigmoid::tests::sigmoid_derivative_correctness_test ... ok [INFO] [stdout] test cost::cross_entropy::tests::cross_entropy_calc_half_test ... ok [INFO] [stdout] test activation::sigmoid::tests::sigmoid_derivative_test ... ok [INFO] [stdout] test activation::sigmoid::tests::sigmoid_test ... ok [INFO] [stdout] test activation::softplus::tests::softplus_derivative_test ... ok [INFO] [stdout] test matrix::tests::random_mul_test1 ... ok [INFO] [stdout] test matrix::tests::generate_by_row ... ok [INFO] [stdout] test math::tests::vec_dot ... ok [INFO] [stdout] test cost::cross_entropy::tests::cross_entropy_calc_test ... ok [INFO] [stdout] test matrix::tests::random_mul_test2 ... ok [INFO] [stdout] test matrix::tests::random_mul_test4 ... ok [INFO] [stdout] test nn::tests::forward_test ... ok [INFO] [stdout] test sample::tests::outputs_count ... ok [INFO] [stdout] test nn::tests::get_layers_test ... ok [INFO] [stdout] test matrix::tests::random_matrix_get ... ok [INFO] [stdout] test sample::tests::new_predict_output_count ... ok [INFO] [stdout] test matrix::tests::from_vec ... ok [INFO] [stdout] test nn::tests::network_with_two_activations ... ok [INFO] [stdout] test matrix::tests::transpose ... ok [INFO] [stdout] test matrix::tests::random_matrix_test ... ok [INFO] [stdout] test matrix::tests::map_row_variable_rows ... ok [INFO] [stdout] test nn::tests::on_epoch_test ... ok [INFO] [stdout] test nn::tests::error_function_test ... ok [INFO] [stdout] test matrix::tests::random_mul_test3 ... ok [INFO] [stdout] test sample::tests::inputs_count ... ok [INFO] [stdout] test sample::tests::new_predict_inputs_count ... ok [INFO] [stdout] test nn::tests::forward_test_2layers ... ok [INFO] [stdout] test matrix::tests::empty_matrix_test ... ok [INFO] [stdout] test nn::tests::train_test_multiclass ... ok [INFO] [stdout] test matrix::tests::body ... ok [INFO] [stdout] test nn::tests::train_test ... ok [INFO] [stdout] test nl::tests::new_neural_layer ... ok [INFO] [stdout] test matrix::tests::generate_by_row_variable_rows ... ok [INFO] [stdout] test nn::tests::shuffle_data ... ok [INFO] [stdout] test nn::tests::three_hidden_layers ... ok [INFO] [stdout] test nn::tests::train_test_2layers_think ... ok [INFO] [stdout] test nn::tests::two_hidden_layers ... ok [INFO] [stdout] test nn::tests::train_test_2layers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 49 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Doc-tests juggernaut [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/workdir/src/cost/cross_entropy.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | (cost.fold(0f64, |sum, val| sum + val) / target.cols() as f64) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/nn.rs - nn::NeuralNetwork::add_layer (line 83) ... ok [INFO] [stdout] test src/matrix.rs - matrix::Matrix::generate (line 31) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "00e4decf30140c42670dbea22495d3de78b0b9ef312d164610a46f7712ab0ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00e4decf30140c42670dbea22495d3de78b0b9ef312d164610a46f7712ab0ed1", kill_on_drop: false }` [INFO] [stdout] 00e4decf30140c42670dbea22495d3de78b0b9ef312d164610a46f7712ab0ed1