[INFO] cloning repository https://github.com/dkudernatsch/mle-nn-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dkudernatsch/mle-nn-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkudernatsch%2Fmle-nn-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkudernatsch%2Fmle-nn-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a9b0b4288f2c0cba34be0099c2b0e9bc4baa737 [INFO] testing dkudernatsch/mle-nn-rs against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkudernatsch%2Fmle-nn-rs" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dkudernatsch/mle-nn-rs on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dkudernatsch/mle-nn-rs [INFO] finished tweaking git repo https://github.com/dkudernatsch/mle-nn-rs [INFO] tweaked toml for git repo https://github.com/dkudernatsch/mle-nn-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/dkudernatsch/mle-nn-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31eac7ff2816182f394483c61363f01473907c4780b3462856a16e2dd8d18d3a [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" "31eac7ff2816182f394483c61363f01473907c4780b3462856a16e2dd8d18d3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31eac7ff2816182f394483c61363f01473907c4780b3462856a16e2dd8d18d3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31eac7ff2816182f394483c61363f01473907c4780b3462856a16e2dd8d18d3a", kill_on_drop: false }` [INFO] [stdout] 31eac7ff2816182f394483c61363f01473907c4780b3462856a16e2dd8d18d3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b39c01df9deaef7f4a3a3e86e16ce6e05597b8b9837fc964e893116136d24ee5 [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" "b39c01df9deaef7f4a3a3e86e16ce6e05597b8b9837fc964e893116136d24ee5", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling libm v0.1.2 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling alga v0.9.0 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling mle-nn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DynMatrixSlice` [INFO] [stdout] --> src/images.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nn::{DynMatrix, DynMatrixSlice}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ArrayStorage`, `Matrix`, `U28` [INFO] [stdout] --> src/images.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use nalgebra::{ArrayStorage, Matrix, U28}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/images.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nalgebra::base::dimension::Dynamic` [INFO] [stdout] --> src/nn.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use nalgebra::base::dimension::Dynamic; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SliceStorage`, `U1`, `VecStorage` [INFO] [stdout] --> src/nn.rs:2:56 [INFO] [stdout] | [INFO] [stdout] 2 | use nalgebra::{DMatrix, DMatrixSlice, DMatrixSliceMut, SliceStorage, VecStorage, U1}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `map_res` [INFO] [stdout] --> src/parser.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | use nom::{be_u32, be_u8, count, do_parse, map, map_res, named, tag, take}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/parser.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BufWriter` [INFO] [stdout] --> src/main.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::{BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:117:81 [INFO] [stdout] | [INFO] [stdout] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result, Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [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: unused import: `std::io::Write` [INFO] [stdout] --> src/images.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `train_data` [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let train_data = load_train_data()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_train_data` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t0` [INFO] [stdout] --> src/nn.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | let t0 = Instant::now(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_t0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rows` [INFO] [stdout] --> src/nn.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | fn output_shape(&self, (rows, cols): (usize, usize)) -> (usize, usize) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tmp` [INFO] [stdout] --> src/parser.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | let tmp = std::iter::once(1.0) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_tmp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_parts` [INFO] [stdout] --> src/images.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn from_parts(data: DynMatrix, label: DynMatrix) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `DynMatrixSlice` [INFO] [stdout] --> src/nn.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub type DynMatrixSlice<'a> = DMatrixSlice<'a, f64>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_weights` [INFO] [stdout] --> src/nn.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn with_weights(nodes: usize, weights: usize, weight_data: &[f64]) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.30s [INFO] running `Command { std: "docker" "inspect" "b39c01df9deaef7f4a3a3e86e16ce6e05597b8b9837fc964e893116136d24ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b39c01df9deaef7f4a3a3e86e16ce6e05597b8b9837fc964e893116136d24ee5", kill_on_drop: false }` [INFO] [stdout] b39c01df9deaef7f4a3a3e86e16ce6e05597b8b9837fc964e893116136d24ee5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72157506a862baa7f82c72627fead0b53e358771080f19515ef9f704a50d271c [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" "72157506a862baa7f82c72627fead0b53e358771080f19515ef9f704a50d271c", kill_on_drop: false }` [INFO] [stderr] Compiling mle-nn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `DynMatrixSlice` [INFO] [stdout] --> src/images.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nn::{DynMatrix, DynMatrixSlice}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ArrayStorage`, `Matrix`, `U28` [INFO] [stdout] --> src/images.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use nalgebra::{ArrayStorage, Matrix, U28}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/images.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nalgebra::base::dimension::Dynamic` [INFO] [stdout] --> src/nn.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use nalgebra::base::dimension::Dynamic; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SliceStorage`, `U1`, `VecStorage` [INFO] [stdout] --> src/nn.rs:2:56 [INFO] [stdout] | [INFO] [stdout] 2 | use nalgebra::{DMatrix, DMatrixSlice, DMatrixSliceMut, SliceStorage, VecStorage, U1}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/nn.rs:516:20 [INFO] [stdout] | [INFO] [stdout] 516 | if (i == 25) { [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `map_res` [INFO] [stdout] --> src/parser.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | use nom::{be_u32, be_u8, count, do_parse, map, map_res, named, tag, take}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/parser.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::images::Image` [INFO] [stdout] --> src/parser.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | use crate::images::Image; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::error::Error` [INFO] [stdout] --> src/parser.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | use std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BufWriter` [INFO] [stdout] --> src/main.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::{BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:117:81 [INFO] [stdout] | [INFO] [stdout] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result, Box> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [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: unused import: `std::io::Write` [INFO] [stdout] --> src/images.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `train_data` [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let train_data = load_train_data()?; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_train_data` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t0` [INFO] [stdout] --> src/nn.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | let t0 = Instant::now(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_t0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rows` [INFO] [stdout] --> src/nn.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | fn output_shape(&self, (rows, cols): (usize, usize)) -> (usize, usize) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `out` [INFO] [stdout] --> src/nn.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 237 | let out = nn.forward_propagate(&input); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `out` [INFO] [stdout] --> src/nn.rs:297:21 [INFO] [stdout] | [INFO] [stdout] 297 | let out = nn.forward_propagate(&input); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `out` [INFO] [stdout] --> src/nn.rs:343:21 [INFO] [stdout] | [INFO] [stdout] 343 | let out = nn.forward_propagate(&input); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `out` [INFO] [stdout] --> src/nn.rs:519:21 [INFO] [stdout] | [INFO] [stdout] 519 | let out = nn.forward_propagate(&data); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label` [INFO] [stdout] --> src/nn.rs:525:20 [INFO] [stdout] | [INFO] [stdout] 525 | for (data, label) in data.iter().zip(&labels) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tmp` [INFO] [stdout] --> src/parser.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | let tmp = std::iter::once(1.0) [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_tmp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/parser.rs:74:20 [INFO] [stdout] | [INFO] [stdout] 74 | if let Ok((input, labels)) = mnist_label_parser(&data) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_parts` [INFO] [stdout] --> src/images.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn from_parts(data: DynMatrix, label: DynMatrix) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `DynMatrixSlice` [INFO] [stdout] --> src/nn.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub type DynMatrixSlice<'a> = DMatrixSlice<'a, f64>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/parser.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | rdr.read_to_end(&mut buff); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.28s [INFO] running `Command { std: "docker" "inspect" "72157506a862baa7f82c72627fead0b53e358771080f19515ef9f704a50d271c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72157506a862baa7f82c72627fead0b53e358771080f19515ef9f704a50d271c", kill_on_drop: false }` [INFO] [stdout] 72157506a862baa7f82c72627fead0b53e358771080f19515ef9f704a50d271c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] eadc6deb86724d9b2053fabfa171f501edf56be4aa4f78482876088ac27646f0 [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" "eadc6deb86724d9b2053fabfa171f501edf56be4aa4f78482876088ac27646f0", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `DynMatrixSlice` [INFO] [stderr] --> src/images.rs:1:28 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::nn::{DynMatrix, DynMatrixSlice}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `ArrayStorage`, `Matrix`, `U28` [INFO] [stderr] --> src/images.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use nalgebra::{ArrayStorage, Matrix, U28}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^ ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::convert::TryFrom` [INFO] [stderr] --> src/images.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::convert::TryFrom; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `nalgebra::base::dimension::Dynamic` [INFO] [stderr] --> src/nn.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use nalgebra::base::dimension::Dynamic; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `SliceStorage`, `U1`, `VecStorage` [INFO] [stderr] --> src/nn.rs:2:56 [INFO] [stderr] | [INFO] [stderr] 2 | use nalgebra::{DMatrix, DMatrixSlice, DMatrixSliceMut, SliceStorage, VecStorage, U1}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^ ^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/nn.rs:516:20 [INFO] [stderr] | [INFO] [stderr] 516 | if (i == 25) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `map_res` [INFO] [stderr] --> src/parser.rs:1:48 [INFO] [stderr] | [INFO] [stderr] 1 | use nom::{be_u32, be_u8, count, do_parse, map, map_res, named, tag, take}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::convert::TryFrom` [INFO] [stderr] --> src/parser.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::convert::TryFrom; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::images::Image` [INFO] [stderr] --> src/parser.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | use crate::images::Image; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/parser.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `BufWriter` [INFO] [stderr] --> src/main.rs:6:26 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::{BufReader, BufWriter, Read, Write}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:117:81 [INFO] [stderr] | [INFO] [stderr] 117 | fn parse_images(image_data: &[u8], label_data: &[u8]) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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: unused import: `std::io::Write` [INFO] [stderr] --> src/images.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `train_data` [INFO] [stderr] --> src/main.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | let train_data = load_train_data()?; [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_train_data` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `t0` [INFO] [stderr] --> src/nn.rs:116:13 [INFO] [stderr] | [INFO] [stderr] 116 | let t0 = Instant::now(); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_t0` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rows` [INFO] [stderr] --> src/nn.rs:126:29 [INFO] [stderr] | [INFO] [stderr] 126 | fn output_shape(&self, (rows, cols): (usize, usize)) -> (usize, usize) { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_rows` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `out` [INFO] [stderr] --> src/nn.rs:237:21 [INFO] [stderr] | [INFO] [stderr] 237 | let out = nn.forward_propagate(&input); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `out` [INFO] [stderr] --> src/nn.rs:297:21 [INFO] [stderr] | [INFO] [stderr] 297 | let out = nn.forward_propagate(&input); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `out` [INFO] [stderr] --> src/nn.rs:343:21 [INFO] [stderr] | [INFO] [stderr] 343 | let out = nn.forward_propagate(&input); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `out` [INFO] [stderr] --> src/nn.rs:519:21 [INFO] [stderr] | [INFO] [stderr] 519 | let out = nn.forward_propagate(&data); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_out` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `label` [INFO] [stderr] --> src/nn.rs:525:20 [INFO] [stderr] | [INFO] [stderr] 525 | for (data, label) in data.iter().zip(&labels) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `tmp` [INFO] [stderr] --> src/parser.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | let tmp = std::iter::once(1.0) [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_tmp` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/parser.rs:74:20 [INFO] [stderr] | [INFO] [stderr] 74 | if let Ok((input, labels)) = mnist_label_parser(&data) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_parts` [INFO] [stderr] --> src/images.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn from_parts(data: DynMatrix, label: DynMatrix) -> Self { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `DynMatrixSlice` [INFO] [stderr] --> src/nn.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub type DynMatrixSlice<'a> = DMatrixSlice<'a, f64>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/parser.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 70 | rdr.read_to_end(&mut buff); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 26 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mle_nn-2e10cc7dadda9115) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test nn::tests::test_it_works ... ok [INFO] [stdout] test nn::tests::test_network ... ok [INFO] [stdout] test parser::test::integration_test_label_parser ... ok [INFO] [stdout] test nn::tests::test_big ... FAILED [INFO] [stdout] test nn::tests::example_network ... FAILED [INFO] [stdout] test nn::tests::example_network3 ... FAILED [INFO] [stdout] test nn::tests::example_network2 ... FAILED [INFO] [stdout] test nn::tests::test_set ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- nn::tests::test_big stdout ---- [INFO] [stdout] res: [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 0.50063229683733 0.5006470382469721 0.5006363849754827 0.500646140675199 0.5006399275449638 0.500642673386508 0.5006597528990554 0.5006493470405023 0.5006298271219123 0.500637270012413 │ [INFO] [stdout] │ 0.5006198054287143 0.5006352995989939 0.5006396961423842 0.5006360920975781 0.5006289935219889 0.5006241636904579 0.5006434992156357 0.5006319958982677 0.5006070752051204 0.5006222332480204 │ [INFO] [stdout] │ 0.5006453088894286 0.5006554424739319 0.5006470338970689 0.500653917854329 0.5006331581902179 0.5006618162434542 0.5006457011179862 0.500658200896425 0.5006151935551306 0.5006456256189408 │ [INFO] [stdout] │ 0.5006229154664774 0.5006205489484362 0.5006420812236673 0.5006217425456967 0.5006225054127665 0.5006326470776116 0.5006274272611398 0.5006351982088504 0.5006120259170613 0.5006171431817739 │ [INFO] [stdout] │ 0.5006262412672007 0.5006348617987767 0.5006382403131884 0.5006401896508345 0.5006334688229805 0.5006296154550931 0.5006398929394509 0.5006311509818329 0.500607705585344 0.5006286942024519 │ [INFO] [stdout] │ 0.5006128033525207 0.5006255690560997 0.5006285215539001 0.5006355012150451 0.5006125975558645 0.5006124368433402 0.5006205796529367 0.5006221029183228 0.5006043642721544 0.5006141131758476 │ [INFO] [stdout] │ 0.5005927399515825 0.5006075517672902 0.500608389338792 0.5006092512395433 0.5005893983826926 0.5006240919061437 0.5006115995484516 0.5006220806445203 0.5006004512920748 0.500600436007834 │ [INFO] [stdout] │ 0.5006511219360508 0.5006599082892191 0.5006636156005777 0.5006447349313702 0.5006456461926464 0.5006583607117253 0.5006724547243486 0.5006501920731434 0.5006415095865134 0.500637403270716 │ [INFO] [stdout] │ 0.5006204999597053 0.500618572693855 0.5006239541399925 0.5006108104486451 0.5006088873077934 0.5006315337822901 0.5006244306138269 0.500618535162535 0.5005994267926617 0.5006205539156408 │ [INFO] [stdout] │ 0.5006435146056301 0.5006452833989545 0.5006378061359784 0.5006489658185923 0.5006345934189386 0.5006595530840524 0.5006506586249507 0.500636449880685 0.5006166972760313 0.5006311825423989 │ [INFO] [stdout] │ 0.5006256893728429 0.5006334467389137 0.5006367986392494 0.5006320751713756 0.5006368411709864 0.5006448887228272 0.5006320506406677 0.5006420004960751 0.5006131550066389 0.5006378158958178 │ [INFO] [stdout] │ 0.5006129959093092 0.5006125693643309 0.5006214475187512 0.5006133311667962 0.5006307382654201 0.5006385106349068 0.500630995108284 0.500644781807491 0.5005937255150665 0.500608869094335 │ [INFO] [stdout] │ 0.5005920756486538 0.5006119686775891 0.5006117177652967 0.5006117556884717 0.5006033284796554 0.5006073528486216 0.5005986760695694 0.5005913303383273 0.5005694402074035 0.5006025221987382 │ [INFO] [stdout] │ 0.5006273207701163 0.500629689381849 0.5006199257800485 0.5006229870787713 0.5006232724454167 0.5006466413252526 0.5006294153649533 0.5006202283350824 0.5006137820003796 0.5006322876399067 │ [INFO] [stdout] │ 0.5006343973178428 0.5006497128417323 0.5006583228533023 0.5006479643796582 0.5006471345334167 0.50064975627831 0.5006381687455902 0.5006423170065187 0.5006264755191967 0.5006404353309342 │ [INFO] [stdout] │ 0.5006100086135582 0.5006449917750307 0.5006330589384501 0.5006314975728664 0.5006223673456817 0.5006345139821192 0.5006294688821408 0.5006228119281516 0.5006011404703624 0.5006388301884012 │ [INFO] [stdout] │ 0.5006300461400301 0.5006303180173093 0.5006347568188915 0.5006463852217959 0.500628352602242 0.5006321958841751 0.5006394762052269 0.5006272591548113 0.5006155580180051 0.5006329811071187 │ [INFO] [stdout] │ 0.5006164530626681 0.5006132864803292 0.5006243734171303 0.5006262305075837 0.500613166480191 0.500623348027702 0.5006225127591335 0.5006185449971134 0.5006020429231973 0.5006022361579059 │ [INFO] [stdout] │ 0.5006234954822338 0.5006508166972723 0.5006471299299847 0.5006370381989507 0.5006471998701598 0.5006561961415729 0.5006415010274667 0.5006357978512276 0.5006196882498469 0.5006326673465923 │ [INFO] [stdout] │ 0.5006332130714224 0.500630468249806 0.5006411831886333 0.5006400021360518 0.5006205883943048 0.5006335671778624 0.5006460075357021 0.5006182619776796 0.5005914693365371 0.500633918142298 │ [INFO] [stdout] │ 0.5006127799847622 0.5006328498751045 0.5006407350425005 0.5006454628228263 0.5006331200829032 0.5006491076854054 0.5006410052902343 0.5006318721492083 0.5006123111600358 0.5006378245305743 │ [INFO] [stdout] │ 0.5006288047515718 0.5006376580971182 0.5006419977408471 0.5006469253381747 0.5006363684510889 0.5006404641938276 0.5006422951047298 0.5006372817271378 0.5006111358935119 0.5006299591301875 │ [INFO] [stdout] │ 0.5006301822426185 0.5006484325675127 0.5006651781849932 0.5006448876659285 0.5006337250553622 0.5006581248068032 0.5006484176755017 0.5006448935304368 0.5006134397744378 0.5006439744052229 │ [INFO] [stdout] │ 0.5006271875907359 0.5006308197406882 0.5006274416586367 0.5006321437413395 0.5006460454856914 0.5006473886462578 0.5006251223262085 0.5006320103737038 0.5006059186895926 0.5006205177184734 │ [INFO] [stdout] │ 0.500617596459454 0.50064014302459 0.5006496134788976 0.5006579028258366 0.500621819007682 0.5006391575008129 0.5006407333134187 0.5006283893646846 0.5006210494638957 0.500623095088109 │ [INFO] [stdout] │ 0.500644659651319 0.5006619918418399 0.5006677781793772 0.5006527562826298 0.5006574596706612 0.5006686379596675 0.500657786106259 0.5006659677608585 0.5006179044838842 0.5006408403787812 │ [INFO] [stdout] │ 0.5006072526825703 0.500628391869587 0.5006366779808368 0.5006238179900931 0.5006247289255433 0.500629839962257 0.5006219873372089 0.5006147187925034 0.5006013370194298 0.5006291476235408 │ [INFO] [stdout] │ 0.5005721790483989 0.5005990489419857 0.5006101581522487 0.500602950654553 0.5005942008377667 0.5006074808347132 0.5006194020360903 0.5005954088116997 0.5005807238549231 0.5006020383456041 │ [INFO] [stdout] │ 0.5005918882496279 0.5006053879645126 0.5006108226376831 0.5006033356716147 0.5006151447967321 0.5006424513425913 0.5006051714333553 0.5006164200834288 0.5005929493047441 0.5006031242887018 │ [INFO] [stdout] │ 0.500620397034382 0.5006333648031015 0.5006362925533846 0.5006300895670589 0.5006375865603816 0.5006377338404113 0.5006216600720801 0.5006290496475586 0.5006223303001033 0.5006380721842336 │ [INFO] [stdout] │ 0.5006191406526274 0.50062674880713 0.500645177180864 0.5006412096983015 0.5006290723798251 0.500641163746937 0.50063629066169 0.5006459193989273 0.5006042628544352 0.5006245861935089 │ [INFO] [stdout] │ 0.5006232809866087 0.5006195212105705 0.5006282840340974 0.5006289982770935 0.5006271626079338 0.5006251471998101 0.5006304790159826 0.5006201085412793 0.5005923001558902 0.5006182424042646 │ [INFO] [stdout] │ 0.5006149204334553 0.5006361967963214 0.5006209787141112 0.5006317515187697 0.5006299355707392 0.5006258476575968 0.5006278495941509 0.5006267884165755 0.5005912208832166 0.5006268326741491 │ [INFO] [stdout] │ 0.5006476116625036 0.5006419168045905 0.5006565036514284 0.5006457477403131 0.5006577883354258 0.5006529649380503 0.5006572845435395 0.5006569996344382 0.5006237766984245 0.500649680914902 │ [INFO] [stdout] │ 0.5006275560352784 0.5006322692288927 0.5006383778838321 0.500625420396128 0.5006261257365954 0.5006352243764954 0.5006303360116766 0.5006304564987201 0.5006168901726432 0.5006192174720145 │ [INFO] [stdout] │ 0.5006176780908899 0.5006199258966957 0.5006410639502001 0.5006358332279781 0.5006353239776454 0.5006352788368944 0.5006276535949624 0.5006234527435811 0.5006113478512587 0.5006271976686669 │ [INFO] [stdout] │ 0.5006055809721152 0.5006103061063649 0.5006327871696614 0.5006089268588778 0.500606897591192 0.5006256435410107 0.5006269007598845 0.5006148664145602 0.500615170891309 0.500601559227149 │ [INFO] [stdout] │ 0.5006287483867631 0.500629003726042 0.500632430049437 0.5006387881642157 0.5006331151422638 0.5006387398099743 0.5006453065702077 0.5006136896136594 0.500595076746777 0.5006176671957596 │ [INFO] [stdout] │ 0.5006413341328907 0.5006311682322124 0.5006592576458935 0.5006437264454998 0.5006380065657554 0.5006479319778324 0.500653404560982 0.5006513108168207 0.5006181130826578 0.5006338386392858 │ [INFO] [stdout] │ 0.5006119077755286 0.5006138327304721 0.5006025202291873 0.500613180796296 0.5005990532173148 0.5006276404465766 0.5006102140476855 0.5006145713450291 0.5005915942840082 0.5005989074188546 │ [INFO] [stdout] │ 0.5006087402594269 0.5006398922412058 0.5006323879525402 0.5006281484081435 0.5006173940824294 0.5006329310192408 0.5006368839377308 0.5006373821492868 0.5006161127322207 0.5006211670632118 │ [INFO] [stdout] │ 0.5006409480725027 0.5006537094666513 0.5006556445869988 0.5006367034890168 0.5006344212440318 0.5006524430305298 0.5006557013056749 0.5006441775708506 0.5006318101991397 0.5006322676287457 │ [INFO] [stdout] │ 0.5006312978834531 0.5006266763582322 0.500647031611595 0.5006429203714826 0.5006214681756656 0.5006379358927162 0.5006451018089972 0.5006394301128428 0.5006246398792448 0.5006242192721143 │ [INFO] [stdout] │ 0.5006162690934025 0.5006191590789603 0.5006277573995527 0.5006174054562273 0.5006197849407121 0.5006246975912679 0.5006107401309361 0.5006178375124213 0.5006020849261859 0.5006037953698809 │ [INFO] [stdout] │ 0.500636323786176 0.5006527016907505 0.5006469089813358 0.5006375045413122 0.5006287592567911 0.5006572845225711 0.5006359171142384 0.500636017320548 0.500608183472528 0.5006150409614386 │ [INFO] [stdout] │ 0.5006377307248284 0.5006356531699456 0.5006449043997082 0.500625989077854 0.5006334222412031 0.5006498681995608 0.5006329930690127 0.5006371494534849 0.5006061985252244 0.5006353739986956 │ [INFO] [stdout] │ 0.500630280223807 0.5006337182748163 0.500628727485424 0.5006185865972953 0.5006363815489323 0.5006364898851705 0.5006380263752505 0.500636328865461 0.5006098022495495 0.5006226304764866 │ [INFO] [stdout] │ 0.5006144130961679 0.5006415054154163 0.5006413244857155 0.5006321031684453 0.5006088067331854 0.5006410427977255 0.5006194586960526 0.5006188932855261 0.5005968413327824 0.5006106373047722 │ [INFO] [stdout] │ 0.5005944456871526 0.5006090363723672 0.5006226772057026 0.5006248284730582 0.5006071658243576 0.5006108333006318 0.5006123258704732 0.5005995328083269 0.5006011947454505 0.500607956519362 │ [INFO] [stdout] │ 0.5006328976443579 0.5006338175807367 0.5006241920898107 0.5006254561820425 0.5006315916272049 0.5006264330846348 0.5006252723865865 0.5006267934006559 0.5006262533950706 0.500625353226966 │ [INFO] [stdout] │ 0.5006369484768218 0.5006435197168233 0.500647364775841 0.500643948996328 0.5006460735065518 0.5006467088248454 0.5006329751149926 0.5006504928170139 0.500607525291091 0.500631119651831 │ [INFO] [stdout] │ 0.5006058857542998 0.5006283992889083 0.5006419643554249 0.5006294962240493 0.5006230485984269 0.5006330466261497 0.5006242062485152 0.5006381131896813 0.5006144683890384 0.5006277771632555 │ [INFO] [stdout] │ 0.5006109137692825 0.5006086001009382 0.5006250271883758 0.5006265584667188 0.50059604411099 0.5006375560508044 0.5006085665726062 0.5006070298298875 0.5005877479613564 0.5006040419002413 │ [INFO] [stdout] │ 0.5006274340226883 0.5006405239434247 0.5006508176065804 0.5006359240239603 0.5006187578627077 0.5006275925681274 0.5006406209159546 0.5006386975016893 0.5006207426731224 0.5006382495495613 │ [INFO] [stdout] │ 0.5006139451953125 0.5006363716893676 0.5006234916347079 0.5006234580869877 0.5006172107570711 0.50063115625919 0.5006241428164903 0.5006223757595137 0.5006075404074954 0.5006129050702246 │ [INFO] [stdout] │ 0.5006244952581039 0.5006254177590216 0.5006352877854857 0.5006281479671777 0.5006273741993017 0.5006232325465 0.5006255440015767 0.5006196323639129 0.5006068673711803 0.5006180993569692 │ [INFO] [stdout] │ 0.5006507226900286 0.5006436184368775 0.50064170604422 0.5006461135731596 0.5006469901409858 0.5006506116582868 0.5006511960754408 0.5006428322755586 0.5006222063766491 0.5006336775141287 │ [INFO] [stdout] │ 0.5006165230431193 0.5006256294956655 0.5006269200173148 0.5006249918246468 0.50061222598943 0.5006281833526947 0.5006233096544036 0.5006200781417443 0.5006062699491162 0.5006226176484743 │ [INFO] [stdout] │ 0.5006276942970131 0.500636155604146 0.5006444955503819 0.5006472506247833 0.5006328764460725 0.5006409564840121 0.5006342203461626 0.5006393700836225 0.5006256759994551 0.5006311484902748 │ [INFO] [stdout] │ 0.5006256076790849 0.5006153262313326 0.5006189214249241 0.5006265868571343 0.50061101618604 0.5006210448315582 0.5006181559599459 0.500610615347353 0.5006047216959053 0.5006112237265704 │ [INFO] [stdout] │ 0.5006395822227351 0.5006432822731599 0.5006763654514994 0.500656566686437 0.5006315412087945 0.5006650657379297 0.500644375211437 0.5006478419975261 0.5006233730901776 0.5006404926534919 │ [INFO] [stdout] │ 0.5006017219311021 0.5006185309310165 0.5006288312004756 0.500612177909638 0.5006246144644092 0.5006258289707056 0.5005953638638374 0.500614995990299 0.5006032845478475 0.5006059158997264 │ [INFO] [stdout] │ 0.5006399925410993 0.5006306948660257 0.5006434220536573 0.5006365340733064 0.5006392120656797 0.5006373939291067 0.5006402471433888 0.5006377127774404 0.5006046542181165 0.5006197342845818 │ [INFO] [stdout] │ 0.500651512206672 0.500654151330315 0.5006734674907451 0.5006630568858453 0.5006647141660827 0.5006573690907417 0.500670251772367 0.5006707787852741 0.5006463229398682 0.5006620038491459 │ [INFO] [stdout] │ 0.5006301000837631 0.5006317499187674 0.5006379631527936 0.50064813760982 0.5006270464170958 0.5006412502933593 0.5006381453951597 0.5006317138163321 0.5006253592093146 0.5006427825295928 │ [INFO] [stdout] │ 0.5006088971911478 0.5006157359919149 0.5006199316205594 0.5006379715056575 0.5006115329285008 0.5006359074409028 0.5006306725695208 0.5006229375461129 0.500615981866721 0.5006312150860631 │ [INFO] [stdout] │ 0.5006018587717728 0.5006058613746054 0.500617965774978 0.5006036741204832 0.5006105072577817 0.5006236117116102 0.5006177646056266 0.5006075489525329 0.5005934400599434 0.500596849686628 │ [INFO] [stdout] │ 0.5006059532069792 0.5006416024266146 0.5006289401343464 0.5006295406015736 0.5006215232969596 0.5006461505475538 0.500628364111057 0.5006202156947861 0.500606438010984 0.5006184281172495 │ [INFO] [stdout] │ 0.5006416445471854 0.5006558068364095 0.500642234294771 0.5006460267112898 0.5006450786666478 0.5006510854684979 0.5006595090464256 0.5006572349016746 0.5006403674553486 0.5006455265561258 │ [INFO] [stdout] │ 0.5006281160164938 0.5006357503149398 0.5006420268713108 0.5006440480389956 0.5006247950417034 0.5006408920639152 0.5006414592847288 0.50063895155048 0.500605470620517 0.5006236045872742 │ [INFO] [stdout] │ 0.5006252883436029 0.5006287697083307 0.5006287234987579 0.5006191111554058 0.5006178606043371 0.5006246358208242 0.5006464395706409 0.5006174359343177 0.5006124120067293 0.500621829477469 │ [INFO] [stdout] │ 0.5006576279284104 0.5006585335937269 0.5006548094146218 0.5006629169151772 0.5006431672744345 0.5006702765336792 0.5006560322805849 0.5006501684329091 0.5006321739262253 0.500657273601195 │ [INFO] [stdout] │ 0.5005928888694204 0.5006099604237813 0.5006078022204598 0.500615313456742 0.5006041666256839 0.5006050577482688 0.5006170899653943 0.5006137066730239 0.5005918071506561 0.5005985756278082 │ [INFO] [stdout] │ 0.5006115894358472 0.5006157027622943 0.500618846247776 0.5006160872850791 0.5006097554921751 0.5006049152653973 0.5006166498034089 0.5005955107196496 0.5005937237909475 0.5005971750098838 │ [INFO] [stdout] │ 0.5006303959038494 0.5006437866243835 0.5006340045020574 0.5006531075379357 0.5006249179268154 0.5006379490678771 0.5006435244508377 0.5006381231032436 0.5006132802721291 0.5006257853809755 │ [INFO] [stdout] │ 0.5006344775069262 0.5006327084676673 0.500642499139157 0.5006516531033297 0.500629581709936 0.5006371801735875 0.5006390162317316 0.5006327634318686 0.5006374547874933 0.5006360157610462 │ [INFO] [stdout] │ 0.5006185132302023 0.5006178211836982 0.5006316790784869 0.5006212232130046 0.5006326002523176 0.5006390709125873 0.5006333735173001 0.5006292577766718 0.5006025741594515 0.5006267483487069 │ [INFO] [stdout] │ 0.5006356791923323 0.5006343228121557 0.500636333990539 0.5006306059878033 0.5006273346386866 0.5006402639198096 0.5006342749032867 0.5006337090275653 0.5006131280700415 0.5006093278332123 │ [INFO] [stdout] │ 0.5006091981518266 0.5006082139161244 0.5006417353781953 0.5006135316254441 0.5006270268092834 0.5006281871872209 0.5006277445292215 0.5006093790798576 0.500601406170684 0.5006069200750028 │ [INFO] [stdout] │ 0.5006283425284858 0.5006545121783567 0.5006610236398163 0.5006465677694832 0.5006460193341029 0.5006550490721546 0.5006456399919214 0.5006472994308484 0.5006376788778825 0.5006427619694245 │ [INFO] [stdout] │ 0.5006221127491496 0.5006272908255068 0.5006396497651465 0.5006473978496123 0.5006243131748876 0.5006443813004322 0.5006254357830424 0.5006335678221729 0.5006291713630735 0.5006225391321728 │ [INFO] [stdout] │ 0.5006289035059277 0.5006352305585924 0.5006358308579462 0.5006538779559025 0.5006433974914459 0.5006466208169846 0.5006473363300862 0.500641268387791 0.5006162282103752 0.500646410277603 │ [INFO] [stdout] │ 0.5006507837356662 0.5006539002631489 0.500661844275998 0.5006562718125607 0.5006466740583749 0.500656343980792 0.5006442811707513 0.5006559337741598 0.5006283112691639 0.5006505164423385 │ [INFO] [stdout] │ 0.5006353775060116 0.5006267962733695 0.5006260391717622 0.5006388839185635 0.5006286431325646 0.5006522941846752 0.5006341172378911 0.5006244746831326 0.5005962536119898 0.5006252333762286 │ [INFO] [stdout] │ 0.5006086974013365 0.5006124664037317 0.5006261105073999 0.5006131633604359 0.5006170649509144 0.5006161995685962 0.5006296638667419 0.5006171752550231 0.5006008818549713 0.5006020307745277 │ [INFO] [stdout] │ 0.5006441370843084 0.5006551559301208 0.5006554827995469 0.5006528089613493 0.5006429192976445 0.5006542911933992 0.500642135697102 0.5006381084607584 0.5006255897790716 0.5006339504568112 │ [INFO] [stdout] │ 0.5006240637706969 0.5006440547699049 0.5006509117503023 0.5006455195099161 0.5006322815079584 0.5006474604063442 0.5006474475029683 0.500635541957291 0.5006155697579414 0.5006413262556682 │ [INFO] [stdout] │ 0.5006048110359889 0.5006364181018419 0.5006372506061207 0.5006127050839024 0.500621801847065 0.500635049873484 0.5006352905719417 0.5006312114434912 0.5006007152238336 0.5006228970283259 │ [INFO] [stdout] │ 0.5006131294142847 0.5006279311973552 0.5006330908535709 0.5006270603004863 0.5006257648090372 0.5006363163441075 0.5006234353988621 0.500637962960614 0.5006225950108063 0.5006150093177136 │ [INFO] [stdout] │ 0.5006224727262132 0.5006393882792306 0.5006327657511392 0.500632753520878 0.5006295292540663 0.5006393045990486 0.5006294151140995 0.5006317146907557 0.5006093111333338 0.5006228919767521 │ [INFO] [stdout] │ 0.5006171555519605 0.5006293221184622 0.5006499395484729 0.5006419637898525 0.5006227880234818 0.5006390814010043 0.5006285290450777 0.5006442678918255 0.5006152978301422 0.500632253703689 │ [INFO] [stdout] │ 0.5006008331411176 0.500631091897958 0.5006280010851962 0.5006179117698131 0.5006089023682926 0.5006317691933331 0.5006239356337254 0.5006275177247206 0.5005924254200239 0.5006234314513245 │ [INFO] [stdout] │ 0.5006116158216591 0.5005947820627165 0.5006181885153964 0.5006066373574583 0.500597629818615 0.500621928529484 0.5006003245845637 0.5006081777696464 0.5005895382837335 0.5006028281062052 │ [INFO] [stdout] │ 0.5006259054251673 0.5006296538453495 0.5006393601591992 0.500622463376914 0.50063004599724 0.5006475712887326 0.5006224415311809 0.5006367451676981 0.5006012458858914 0.5006195629504134 │ [INFO] [stdout] │ 0.5006130697599058 0.5006317941067309 0.5006480748586934 0.5006443782961852 0.5006385171275677 0.5006651012605435 0.5006548519568033 0.5006325621146449 0.5006233868249335 0.5006350478084772 │ [INFO] [stdout] │ 0.5006554209345957 0.5006602850882605 0.500660946424859 0.5006525679038318 0.5006426920525768 0.5006624253046048 0.5006627478044079 0.500655953218607 0.5006322058017785 0.5006560423702279 │ [INFO] [stdout] │ 0.5006156869045519 0.5006282401037704 0.500629493657884 0.5006143370303701 0.5006080174392937 0.50062459987041 0.5006252262323151 0.5006154508967661 0.5005958427644333 0.5006210699630518 │ [INFO] [stdout] │ 0.5006183614152288 0.5006302182846877 0.5006241604560526 0.5006162679173637 0.5006075759940791 0.5006162894296949 0.5006162767186288 0.5006079219557332 0.5005889510082249 0.5006108157335397 │ [INFO] [stdout] │ 0.5006261191975585 0.5006278141827682 0.5006326712439305 0.5006205851543118 0.500625145620562 0.5006270604142071 0.5006192578939166 0.5006153184664114 0.5005980278100688 0.5006104982117145 │ [INFO] [stdout] │ 0.5006307862447564 0.5006258559912445 0.5006444040342385 0.500623975420768 0.5006161536416853 0.5006400030052108 0.5006358778373318 0.5006274444835688 0.5006119964015368 0.5006150783286483 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] in: 30804µs [INFO] [stdout] thread 'nn::tests::test_big' panicked at 'assertion failed: false', src/nn.rs:171:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5629ec89a430 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5629ec89a430 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5629ec89a430 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5629ec89a430 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5629ec8bda6c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5629ec8973c5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5629ec89c59b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5629ec89c59b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5629ec89c59b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5629ec89c0ac - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5629ec89cc41 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5629ec89c717 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5629ec89a90c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5629ec89c6a9 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5629ec7d08a1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5629ec7d07ed - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5629ec7e906a - mle_nn::nn::tests::test_big::h528c97863e48f1af [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:171:9 [INFO] [stdout] 17: 0x5629ec7e8cfa - mle_nn::nn::tests::test_big::{{closure}}::h23ce9a97be0b448c [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:156:5 [INFO] [stdout] 18: 0x5629ec7e12ee - core::ops::function::FnOnce::call_once::h41a8f28b882c77cf [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5629ec8175d3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5629ec8175d3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 21: 0x5629ec816080 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 22: 0x5629ec816080 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 23: 0x5629ec816080 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x5629ec816080 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x5629ec816080 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 26: 0x5629ec816080 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 27: 0x5629ec816080 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5629ec7f1352 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5629ec7f1352 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x5629ec7f50c8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 32: 0x5629ec7f50c8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x5629ec7f50c8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x5629ec7f50c8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 35: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x5629ec7f50c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 38: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5629ec8a1757 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 40: 0x7f3ae5b5e609 - start_thread [INFO] [stdout] 41: 0x7f3ae5930293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- nn::tests::example_network stdout ---- [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 0 │ [INFO] [stdout] │ 0 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.010637360307366317 │ [INFO] [stdout] │ 0.010663620977703557 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 1 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.9906765911231565 │ [INFO] [stdout] │ 0.9905672133194946 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 1 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.9904527367085602 │ [INFO] [stdout] │ 0.9906562802549235 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 0 │ [INFO] [stdout] │ 0 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.010788346001556148 │ [INFO] [stdout] │ 0.010709734880061215 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] thread 'nn::tests::example_network' panicked at 'assertion failed: false', src/nn.rs:248:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5629ec89a430 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5629ec89a430 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5629ec89a430 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5629ec89a430 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5629ec8bda6c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5629ec8973c5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5629ec89c59b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5629ec89c59b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5629ec89c59b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5629ec89c0ac - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5629ec89cc41 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5629ec89c717 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5629ec89a90c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5629ec89c6a9 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5629ec7d08a1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5629ec7d07ed - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5629ec7e9c6b - mle_nn::nn::tests::example_network::h11f33f4af63aec9d [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:248:9 [INFO] [stdout] 17: 0x5629ec7e934a - mle_nn::nn::tests::example_network::{{closure}}::h76c5625cc3554293 [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:199:5 [INFO] [stdout] 18: 0x5629ec7e136e - core::ops::function::FnOnce::call_once::h7dc8463672074666 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5629ec8175d3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5629ec8175d3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 21: 0x5629ec816080 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 22: 0x5629ec816080 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 23: 0x5629ec816080 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x5629ec816080 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x5629ec816080 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 26: 0x5629ec816080 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 27: 0x5629ec816080 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5629ec7f1352 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5629ec7f1352 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x5629ec7f50c8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 32: 0x5629ec7f50c8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x5629ec7f50c8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x5629ec7f50c8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 35: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x5629ec7f50c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 38: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5629ec8a1757 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 40: 0x7f3ae5b5e609 - start_thread [INFO] [stdout] 41: 0x7f3ae5930293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- nn::tests::example_network3 stdout ---- [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 0 │ [INFO] [stdout] │ 0 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.004251547965514599 │ [INFO] [stdout] │ 0.003311987138296292 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 1 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.9918404087050883 │ [INFO] [stdout] │ 0.9921617669083572 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 1 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.9917439449725256 │ [INFO] [stdout] │ 0.9920631269708696 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 0 │ [INFO] [stdout] │ 0 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.009600587185520785 │ [INFO] [stdout] │ 0.009531819494964974 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] thread 'nn::tests::example_network3' panicked at 'assertion failed: false', src/nn.rs:308:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5629ec89a430 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5629ec89a430 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5629ec89a430 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5629ec89a430 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5629ec8bda6c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5629ec8973c5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5629ec89c59b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5629ec89c59b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5629ec89c59b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5629ec89c0ac - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5629ec89cc41 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5629ec89c717 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5629ec89a90c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5629ec89c6a9 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5629ec7d08a1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5629ec7d07ed - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5629ec7ea775 - mle_nn::nn::tests::example_network3::hb11c2406172b869e [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:308:9 [INFO] [stdout] 17: 0x5629ec7e9dea - mle_nn::nn::tests::example_network3::{{closure}}::hbc871640a1e8527f [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:252:5 [INFO] [stdout] 18: 0x5629ec7e148e - core::ops::function::FnOnce::call_once::hed1b4ef45eb00e2f [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5629ec8175d3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5629ec8175d3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 21: 0x5629ec816080 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 22: 0x5629ec816080 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 23: 0x5629ec816080 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x5629ec816080 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x5629ec816080 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 26: 0x5629ec816080 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 27: 0x5629ec816080 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5629ec7f1352 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5629ec7f1352 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x5629ec7f50c8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 32: 0x5629ec7f50c8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x5629ec7f50c8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x5629ec7f50c8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 35: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x5629ec7f50c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 38: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5629ec8a1757 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 40: 0x7f3ae5b5e609 - start_thread [INFO] [stdout] 41: 0x7f3ae5930293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- nn::tests::example_network2 stdout ---- [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 0 │ [INFO] [stdout] │ 0 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.0076521954857007085 │ [INFO] [stdout] │ 0.007648830245430161 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 1 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.6590488969809198 │ [INFO] [stdout] │ 0.6590489018832018 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 1 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.6590369950823648 │ [INFO] [stdout] │ 0.6590370395798649 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 0 │ [INFO] [stdout] │ 0 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.6592060281395623 │ [INFO] [stdout] │ 0.6592054753600277 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ======================== [INFO] [stdout] thread 'nn::tests::example_network2' panicked at 'assertion failed: false', src/nn.rs:354:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5629ec89a430 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5629ec89a430 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5629ec89a430 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5629ec89a430 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5629ec8bda6c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5629ec8973c5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5629ec89c59b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5629ec89c59b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5629ec89c59b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5629ec89c0ac - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5629ec89cc41 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5629ec89c717 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5629ec89a90c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5629ec89c6a9 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5629ec7d08a1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5629ec7d07ed - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5629ec7eb25e - mle_nn::nn::tests::example_network2::h9992f8e95863851f [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:354:9 [INFO] [stdout] 17: 0x5629ec7ea8fa - mle_nn::nn::tests::example_network2::{{closure}}::ha2a1ffa18a6820c3 [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:312:5 [INFO] [stdout] 18: 0x5629ec7e14ce - core::ops::function::FnOnce::call_once::hf3583d995b1ba66f [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5629ec8175d3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5629ec8175d3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 21: 0x5629ec816080 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 22: 0x5629ec816080 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 23: 0x5629ec816080 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x5629ec816080 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x5629ec816080 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 26: 0x5629ec816080 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 27: 0x5629ec816080 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5629ec7f1352 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5629ec7f1352 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x5629ec7f50c8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 32: 0x5629ec7f50c8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x5629ec7f50c8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x5629ec7f50c8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 35: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x5629ec7f50c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 38: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5629ec8a1757 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 40: 0x7f3ae5b5e609 - start_thread [INFO] [stdout] 41: 0x7f3ae5930293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- nn::tests::test_set stdout ---- [INFO] [stdout] stopstopstopstopstopstopstopstopstopstop [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.10122457450914073 │ [INFO] [stdout] │ 0.09319357443385275 │ [INFO] [stdout] │ 0.1000133944501493 │ [INFO] [stdout] │ 0.10067547882670093 │ [INFO] [stdout] │ 0.1003412177551064 │ [INFO] [stdout] │ 0.10418427716396103 │ [INFO] [stdout] │ 0.10512389999965022 │ [INFO] [stdout] │ 0.09821336009027241 │ [INFO] [stdout] │ 0.10904471543631158 │ [INFO] [stdout] │ 0.10701411490078087 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.08484504418567695 │ [INFO] [stdout] │ 0.08427808751625356 │ [INFO] [stdout] │ 0.08540204883216398 │ [INFO] [stdout] │ 0.08608762492312735 │ [INFO] [stdout] │ 0.08693337734729892 │ [INFO] [stdout] │ 0.08835512588638267 │ [INFO] [stdout] │ 0.08943418696670484 │ [INFO] [stdout] │ 0.08866686488629681 │ [INFO] [stdout] │ 0.09157240011927727 │ [INFO] [stdout] │ 0.09172423572632295 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.09783683977543003 │ [INFO] [stdout] │ 0.09139767408676719 │ [INFO] [stdout] │ 0.09701078558577687 │ [INFO] [stdout] │ 0.09767931502976884 │ [INFO] [stdout] │ 0.09760004243753433 │ [INFO] [stdout] │ 0.10092455487551814 │ [INFO] [stdout] │ 0.10189669427616814 │ [INFO] [stdout] │ 0.09628964196747972 │ [INFO] [stdout] │ 0.10543560009128333 │ [INFO] [stdout] │ 0.10387778340053141 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.09743184472349842 │ [INFO] [stdout] │ 0.09118142243021561 │ [INFO] [stdout] │ 0.09665119647862261 │ [INFO] [stdout] │ 0.09732044418790677 │ [INFO] [stdout] │ 0.09727129963622583 │ [INFO] [stdout] │ 0.10053439615401068 │ [INFO] [stdout] │ 0.10151030202016752 │ [INFO] [stdout] │ 0.09605802163074591 │ [INFO] [stdout] │ 0.10500397916485686 │ [INFO] [stdout] │ 0.10350198724889524 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.0959683888248746 │ [INFO] [stdout] │ 0.09039713947371869 │ [INFO] [stdout] │ 0.09535065551552381 │ [INFO] [stdout] │ 0.09602240353029398 │ [INFO] [stdout] │ 0.0960814766293135 │ [INFO] [stdout] │ 0.09912370042443797 │ [INFO] [stdout] │ 0.10011299615839907 │ [INFO] [stdout] │ 0.09521804248217754 │ [INFO] [stdout] │ 0.10344402371351122 │ [INFO] [stdout] │ 0.10214248170651559 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.09973042182215429 │ [INFO] [stdout] │ 0.0924043263938509 │ [INFO] [stdout] │ 0.0986902567400646 │ [INFO] [stdout] │ 0.09935527892757613 │ [INFO] [stdout] │ 0.09913412611201039 │ [INFO] [stdout] │ 0.10274743607247666 │ [INFO] [stdout] │ 0.10370162045207106 │ [INFO] [stdout] │ 0.09736789940367552 │ [INFO] [stdout] │ 0.10745321830101587 │ [INFO] [stdout] │ 0.10563240279090311 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.09962175895313008 │ [INFO] [stdout] │ 0.09234675555797936 │ [INFO] [stdout] │ 0.09859396046825278 │ [INFO] [stdout] │ 0.09925919049295695 │ [INFO] [stdout] │ 0.09904622412529608 │ [INFO] [stdout] │ 0.10264288917302618 │ [INFO] [stdout] │ 0.10359811910286765 │ [INFO] [stdout] │ 0.09730623064463126 │ [INFO] [stdout] │ 0.10733745788107427 │ [INFO] [stdout] │ 0.10553182197033828 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.08626093231223798 │ [INFO] [stdout] │ 0.08507355717158034 │ [INFO] [stdout] │ 0.0866750134578104 │ [INFO] [stdout] │ 0.08735936495537687 │ [INFO] [stdout] │ 0.08810873226734203 │ [INFO] [stdout] │ 0.0897306343315972 │ [INFO] [stdout] │ 0.09079951341115274 │ [INFO] [stdout] │ 0.08951825154520947 │ [INFO] [stdout] │ 0.09308500293270042 │ [INFO] [stdout] │ 0.09305917579660987 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.10179394322405469 │ [INFO] [stdout] │ 0.09349317960828746 │ [INFO] [stdout] │ 0.10051712464086213 │ [INFO] [stdout] │ 0.10117805065341329 │ [INFO] [stdout] │ 0.10080042531620163 │ [INFO] [stdout] │ 0.10473145868878994 │ [INFO] [stdout] │ 0.10566544283117432 │ [INFO] [stdout] │ 0.0985343202202843 │ [INFO] [stdout] │ 0.10965105650901874 │ [INFO] [stdout] │ 0.10754000027518398 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ┌ ┐ [INFO] [stdout] │ 1 │ [INFO] [stdout] │ 0.09832751038625093 │ [INFO] [stdout] │ 0.09165922057669477 │ [INFO] [stdout] │ 0.09744626048488982 │ [INFO] [stdout] │ 0.0981139045829667 │ [INFO] [stdout] │ 0.09799802723613167 │ [INFO] [stdout] │ 0.10139711519380783 │ [INFO] [stdout] │ 0.102364656319558 │ [INFO] [stdout] │ 0.0965697827097095 │ [INFO] [stdout] │ 0.10595848322654824 │ [INFO] [stdout] │ 0.10433283009736867 │ [INFO] [stdout] └ ┘ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] thread 'nn::tests::test_set' panicked at 'assertion failed: false', src/nn.rs:529:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5629ec89a430 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5629ec89a430 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5629ec89a430 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5629ec89a430 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5629ec8bda6c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x5629ec8973c5 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x5629ec89c59b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5629ec89c59b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5629ec89c59b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5629ec89c0ac - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5629ec89cc41 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5629ec89c717 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5629ec89a90c - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5629ec89c6a9 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x5629ec7d08a1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5629ec7d07ed - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5629ec7ec397 - mle_nn::nn::tests::test_set::h129a7506869e1467 [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:529:9 [INFO] [stdout] 17: 0x5629ec7eb3da - mle_nn::nn::tests::test_set::{{closure}}::h656db369d2332f42 [INFO] [stdout] at /opt/rustwide/workdir/src/nn.rs:358:5 [INFO] [stdout] 18: 0x5629ec7e13fe - core::ops::function::FnOnce::call_once::hc53cf7b5d43c2820 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5629ec8175d3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5629ec8175d3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 21: 0x5629ec816080 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 22: 0x5629ec816080 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 23: 0x5629ec816080 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x5629ec816080 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x5629ec816080 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 26: 0x5629ec816080 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 27: 0x5629ec816080 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x5629ec7f1352 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x5629ec7f1352 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x5629ec7f50c8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 32: 0x5629ec7f50c8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 33: 0x5629ec7f50c8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 34: 0x5629ec7f50c8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 35: 0x5629ec7f50c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x5629ec7f50c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 38: 0x5629ec8a1757 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x5629ec8a1757 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 40: 0x7f3ae5b5e609 - start_thread [INFO] [stdout] 41: 0x7f3ae5930293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] nn::tests::example_network [INFO] [stdout] nn::tests::example_network2 [INFO] [stdout] nn::tests::example_network3 [INFO] [stdout] nn::tests::test_big [INFO] [stdout] nn::tests::test_set [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.76s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin mle-nn' [INFO] running `Command { std: "docker" "inspect" "eadc6deb86724d9b2053fabfa171f501edf56be4aa4f78482876088ac27646f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eadc6deb86724d9b2053fabfa171f501edf56be4aa4f78482876088ac27646f0", kill_on_drop: false }` [INFO] [stdout] eadc6deb86724d9b2053fabfa171f501edf56be4aa4f78482876088ac27646f0