[INFO] fetching crate scarecrow 0.1.0... [INFO] testing scarecrow-0.1.0 against try#ecd7b559f89c73ac8f1d318f7501006f37b944b2 for pr-112849 [INFO] extracting crate scarecrow 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate scarecrow 0.1.0 on toolchain ecd7b559f89c73ac8f1d318f7501006f37b944b2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate scarecrow 0.1.0 [INFO] finished tweaking crates.io crate scarecrow 0.1.0 [INFO] tweaked toml for crates.io crate scarecrow 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa838d9048464d2a737e4935972909f9448298418c1006e1c94e23507b8cff0f [INFO] running `Command { std: "docker" "start" "-a" "aa838d9048464d2a737e4935972909f9448298418c1006e1c94e23507b8cff0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa838d9048464d2a737e4935972909f9448298418c1006e1c94e23507b8cff0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa838d9048464d2a737e4935972909f9448298418c1006e1c94e23507b8cff0f", kill_on_drop: false }` [INFO] [stdout] aa838d9048464d2a737e4935972909f9448298418c1006e1c94e23507b8cff0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1545e6bf10f3af54b644b267d8157baa12dd9f3bcda8e2d83ff8b01736855e1a [INFO] running `Command { std: "docker" "start" "-a" "1545e6bf10f3af54b644b267d8157baa12dd9f3bcda8e2d83ff8b01736855e1a", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling scarecrow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | fn output(&self, &[f32]) -> Vec; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | fn derivw(&self, &[f32]) -> Option> { [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:108:49 [INFO] [stdout] | [INFO] [stdout] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub loss: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | pub loss: Box, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:28:39 [INFO] [stdout] | [INFO] [stdout] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:55:49 [INFO] [stdout] | [INFO] [stdout] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "1545e6bf10f3af54b644b267d8157baa12dd9f3bcda8e2d83ff8b01736855e1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1545e6bf10f3af54b644b267d8157baa12dd9f3bcda8e2d83ff8b01736855e1a", kill_on_drop: false }` [INFO] [stdout] 1545e6bf10f3af54b644b267d8157baa12dd9f3bcda8e2d83ff8b01736855e1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a283cda698ae61c2cde7a788f7a5ef8a5659de7e9619efd921cffffe209b281 [INFO] running `Command { std: "docker" "start" "-a" "9a283cda698ae61c2cde7a788f7a5ef8a5659de7e9619efd921cffffe209b281", kill_on_drop: false }` [INFO] [stderr] Compiling scarecrow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | fn output(&self, &[f32]) -> Vec; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | fn derivw(&self, &[f32]) -> Option> { [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:108:49 [INFO] [stdout] | [INFO] [stdout] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub loss: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | pub loss: Box, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:28:39 [INFO] [stdout] | [INFO] [stdout] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:55:49 [INFO] [stdout] | [INFO] [stdout] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | fn output(&self, &[f32]) -> Vec; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | fn derivw(&self, &[f32]) -> Option> { [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/sgd.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | let mut layers: LinkedList> = LinkedList::new(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | let mut layers: LinkedList> = LinkedList::new(); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:108:49 [INFO] [stdout] | [INFO] [stdout] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub loss: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | pub loss: Box, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:28:39 [INFO] [stdout] | [INFO] [stdout] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/sgd.rs:55:49 [INFO] [stdout] | [INFO] [stdout] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "9a283cda698ae61c2cde7a788f7a5ef8a5659de7e9619efd921cffffe209b281", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a283cda698ae61c2cde7a788f7a5ef8a5659de7e9619efd921cffffe209b281", kill_on_drop: false }` [INFO] [stdout] 9a283cda698ae61c2cde7a788f7a5ef8a5659de7e9619efd921cffffe209b281 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e9404d5c90746240b03c1ef017b454f56db60be5db4a06cb76dcf4912a4d0c0 [INFO] running `Command { std: "docker" "start" "-a" "2e9404d5c90746240b03c1ef017b454f56db60be5db4a06cb76dcf4912a4d0c0", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:12:22 [INFO] [stderr] | [INFO] [stderr] 12 | fn output(&self, &[f32]) -> Vec; [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | fn derivw(&self, &[f32]) -> Option> { [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[f32]` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:78:21 [INFO] [stderr] | [INFO] [stderr] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:78:26 [INFO] [stderr] | [INFO] [stderr] 78 | fn loss1(&self, f32, f32) -> f32; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:94:22 [INFO] [stderr] | [INFO] [stderr] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/traits.rs:94:27 [INFO] [stderr] | [INFO] [stderr] 94 | fn deriv1(&self, f32, f32) -> f32; [INFO] [stderr] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: f32` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/traits.rs:108:49 [INFO] [stderr] | [INFO] [stderr] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 108 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sgd.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | pub loss: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 16 | pub loss: Box, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sgd.rs:28:39 [INFO] [stderr] | [INFO] [stderr] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 28 | fn weight_step(&self, layer: &Box, inputs: &[f32], delta: &[f32]) -> Vec { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sgd.rs:44:37 [INFO] [stderr] | [INFO] [stderr] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 44 | fn bias_step(&self, layer: &Box, delta: &[f32]) -> Vec { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sgd.rs:55:49 [INFO] [stderr] | [INFO] [stderr] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 55 | fn train(&self, layers: &mut LinkedList>, inputs: &[f32], targets: &[f32]) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `scarecrow` (lib) generated 11 warnings (run `cargo fix --lib -p scarecrow` to apply 11 suggestions) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/sgd.rs:16:36 [INFO] [stderr] | [INFO] [stderr] 16 | let mut layers: LinkedList> = LinkedList::new(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 16 | let mut layers: LinkedList> = LinkedList::new(); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `scarecrow` (test "sgd") generated 1 warning (run `cargo fix --test "sgd"` to apply 1 suggestion) [INFO] [stderr] warning: `scarecrow` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scarecrow-91d1bc9c07a1539c) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test layers::tests::dense_derivw ... ok [INFO] [stdout] test layers::tests::dense_delta_from_inputs ... ok [INFO] [stdout] test utils::tests::add_test ... ok [INFO] [stdout] test utils::tests::sum_test ... ok [INFO] [stdout] test layers::tests::rectified_delta_from_inputs ... ok [INFO] [stdout] test layers::tests::dense_output ... ok [INFO] [stdout] test utils::tests::product_test ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test layers::tests::hyperbolic_derivo ... ok [INFO] [stdout] test layers::tests::sigmoid_delta_from_outputs ... ok [INFO] [stdout] test layers::tests::rectified_output ... ok [INFO] [stdout] test utils::tests::dot_test ... ok [INFO] [stdout] test layers::tests::hyperbolic_output ... ok [INFO] [stdout] test layers::tests::sigmoid_output ... ok [INFO] [stdout] test utils::tests::normal_vector_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/sgd.rs (/opt/rustwide/target/debug/deps/sgd-bdc1974d175611cc) [INFO] [stdout] running 1 test [INFO] [stdout] test train_xor ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- train_xor stdout ---- [INFO] [stdout] X: [0.0, 0.0], Y: [0.044279043], T: [0.0] [INFO] [stdout] X: [0.0, 1.0], Y: [0.018653644], T: [1.0] [INFO] [stdout] X: [1.0, 0.0], Y: [0.1710831], T: [1.0] [INFO] [stdout] X: [1.0, 1.0], Y: [0.07818089], T: [0.0] [INFO] [stdout] X: [0.0, 0.0], Y: [0.047369864], T: [0.0] [INFO] [stdout] X: [0.0, 1.0], Y: [0.8998104], T: [1.0] [INFO] [stdout] thread 'train_xor' panicked at tests/sgd.rs:50:9: [INFO] [stdout] assertion failed: trainer.loss.loss1(o[0], t[0]) < 0.01 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555f56494611 - std::backtrace_rs::backtrace::libunwind::trace::he8a34e6ab80996f5 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x555f56494611 - std::backtrace_rs::backtrace::trace_unsynchronized::h864fca907db5bdc0 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555f56494611 - std::sys_common::backtrace::_print_fmt::h47ceae78d0af5160 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x555f56494611 - ::fmt::ha55bd40a5f3054c8 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x555f564baf3f - core::fmt::rt::Argument::fmt::h68717a843c94b5b7 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/fmt/rt.rs:138:9 [INFO] [stdout] 5: 0x555f564baf3f - core::fmt::write::h44d9b1700d264e6b [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/fmt/mod.rs:1094:21 [INFO] [stdout] 6: 0x555f564919b7 - std::io::Write::write_fmt::h2bc437010a25187b [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/io/mod.rs:1714:15 [INFO] [stdout] 7: 0x555f56494425 - std::sys_common::backtrace::_print::h80fb8a1d71a9c116 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x555f56494425 - std::sys_common::backtrace::print::hb5e6b1168a97b5e0 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x555f56496083 - std::panicking::default_hook::{{closure}}::hfa26065dde38d5ba [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:269:22 [INFO] [stdout] 10: 0x555f56495da0 - std::panicking::default_hook::hc3edde983cbecd4a [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:285:9 [INFO] [stdout] 11: 0x555f5644cc72 - as core::ops::function::Fn>::call::hb2676498aafe47fd [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 12: 0x555f5644cc72 - test::test_main::{{closure}}::h3b4c1c68a391ceb5 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/test/src/lib.rs:134:21 [INFO] [stdout] 13: 0x555f5649677e - as core::ops::function::Fn>::call::h59fc42576a57a440 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 14: 0x555f5649677e - std::panicking::rust_panic_with_hook::h7c2fe713408ebcf7 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:709:13 [INFO] [stdout] 15: 0x555f564964c1 - std::panicking::begin_panic_handler::{{closure}}::h48279992bc735ca2 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:595:13 [INFO] [stdout] 16: 0x555f56494a46 - std::sys_common::backtrace::__rust_end_short_backtrace::he5478f246a8d15b1 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/sys_common/backtrace.rs:151:18 [INFO] [stdout] 17: 0x555f56496252 - rust_begin_unwind [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:593:5 [INFO] [stdout] 18: 0x555f56413403 - core::panicking::panic_fmt::hbf1ad618a5d5d708 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/panicking.rs:67:14 [INFO] [stdout] 19: 0x555f56413493 - core::panicking::panic::h5ae5bbe2143240ab [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/panicking.rs:117:5 [INFO] [stdout] 20: 0x555f56417490 - sgd::train_xor::h88fa68304b62d43f [INFO] [stdout] at /opt/rustwide/workdir/tests/sgd.rs:50:9 [INFO] [stdout] 21: 0x555f56416637 - sgd::train_xor::{{closure}}::h8b6eb1a85e59fed5 [INFO] [stdout] at /opt/rustwide/workdir/tests/sgd.rs:10:16 [INFO] [stdout] 22: 0x555f56414225 - core::ops::function::FnOnce::call_once::hadc688f67ba309a1 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x555f5645208f - core::ops::function::FnOnce::call_once::h2e81c07a49b3b328 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x555f5645208f - test::__rust_begin_short_backtrace::h8b9d25b555f3d8a5 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/test/src/lib.rs:655:18 [INFO] [stdout] 25: 0x555f5641dd8c - test::run_test::{{closure}}::ha116a177a18a7684 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/test/src/lib.rs:646:30 [INFO] [stdout] 26: 0x555f5641dd8c - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4d49cffa35c98788 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 27: 0x555f56451059 - as core::ops::function::FnOnce>::call_once::h50a863ea26164a61 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 28: 0x555f56451059 - as core::ops::function::FnOnce<()>>::call_once::h04f5ba1d9599b1e6 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 29: 0x555f56451059 - std::panicking::try::do_call::he78089d143b4ae0d [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:500:40 [INFO] [stdout] 30: 0x555f56451059 - std::panicking::try::hc41cda2a57fa64b6 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:464:19 [INFO] [stdout] 31: 0x555f56451059 - std::panic::catch_unwind::he34d2e069a507d06 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panic.rs:142:14 [INFO] [stdout] 32: 0x555f56451059 - test::run_test_in_process::h1a9933ec65bf150e [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/test/src/lib.rs:678:27 [INFO] [stdout] 33: 0x555f56451059 - test::run_test::run_test_inner::{{closure}}::h6a77ac48c621de22 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/test/src/lib.rs:572:39 [INFO] [stdout] 34: 0x555f56417d88 - test::run_test::run_test_inner::{{closure}}::h2278556ce7b127e9 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/test/src/lib.rs:599:37 [INFO] [stdout] 35: 0x555f56417d88 - std::sys_common::backtrace::__rust_begin_short_backtrace::h6f81324b35a0a8bd [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/sys_common/backtrace.rs:135:18 [INFO] [stdout] 36: 0x555f5641dc4f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6666d0b48280a852 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 37: 0x555f5641dc4f - as core::ops::function::FnOnce<()>>::call_once::h903f46438f50fa4d [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x555f5641dc4f - std::panicking::try::do_call::hd168f55adbd68cdd [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:500:40 [INFO] [stdout] 39: 0x555f5641dc4f - std::panicking::try::hdc44cc99c1165c34 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panicking.rs:464:19 [INFO] [stdout] 40: 0x555f5641dc4f - std::panic::catch_unwind::haffe820e5b950777 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/panic.rs:142:14 [INFO] [stdout] 41: 0x555f5641dc4f - std::thread::Builder::spawn_unchecked_::{{closure}}::h2713c936ff1f9048 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 42: 0x555f5641dc4f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4caeb7de1ff31552 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x555f5649ac45 - as core::ops::function::FnOnce>::call_once::hdc3286f51b5f0d41 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 44: 0x555f5649ac45 - as core::ops::function::FnOnce>::call_once::h2ed120d54908b9bc [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 45: 0x555f5649ac45 - std::sys::unix::thread::Thread::new::thread_start::h8f96ea8d36a51f46 [INFO] [stdout] at /rustc/ecd7b559f89c73ac8f1d318f7501006f37b944b2/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 46: 0x7f190f7aeb43 - [INFO] [stdout] 47: 0x7f190f83fbb4 - __clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] train_xor [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test sgd` [INFO] running `Command { std: "docker" "inspect" "2e9404d5c90746240b03c1ef017b454f56db60be5db4a06cb76dcf4912a4d0c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e9404d5c90746240b03c1ef017b454f56db60be5db4a06cb76dcf4912a4d0c0", kill_on_drop: false }` [INFO] [stdout] 2e9404d5c90746240b03c1ef017b454f56db60be5db4a06cb76dcf4912a4d0c0