[INFO] cloning repository https://github.com/is8ac/bnn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/is8ac/bnn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fis8ac%2Fbnn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fis8ac%2Fbnn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ce278e88d54f311223d30b2795916e8ba034d85 [INFO] testing is8ac/bnn against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fis8ac%2Fbnn" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/is8ac/bnn on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/is8ac/bnn [INFO] finished tweaking git repo https://github.com/is8ac/bnn [INFO] tweaked toml for git repo https://github.com/is8ac/bnn written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/is8ac/bnn already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a5c6cd73d5d5d1088f788169b800a8ffb25ddf18bc0165a7f3bd2683711c867 [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" "6a5c6cd73d5d5d1088f788169b800a8ffb25ddf18bc0165a7f3bd2683711c867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a5c6cd73d5d5d1088f788169b800a8ffb25ddf18bc0165a7f3bd2683711c867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a5c6cd73d5d5d1088f788169b800a8ffb25ddf18bc0165a7f3bd2683711c867", kill_on_drop: false }` [INFO] [stdout] 6a5c6cd73d5d5d1088f788169b800a8ffb25ddf18bc0165a7f3bd2683711c867 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28df158b29b1786c9adfee4f191d83eecee5659bcda0acf6211d44aced0981e1 [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" "28df158b29b1786c9adfee4f191d83eecee5659bcda0acf6211d44aced0981e1", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling const_fn v0.4.2 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling oorandom v11.1.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling standback v0.2.11 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_hc v0.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand_distr v0.3.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling bnn v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::time::Instant` [INFO] [stdout] --> src/descend.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::time::Instant; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Element`, `Merge`, `Shape`, `ZipMap` [INFO] [stdout] --> src/image2d.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::shape::{Element, Merge, Shape, ZipMap}; [INFO] [stdout] | ^^^^^^^ ^^^^^ ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/image2d.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/image2d.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Hash`, `Hasher` [INFO] [stdout] --> src/image2d.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use std::hash::{Hash, Hasher}; [INFO] [stdout] | ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/layers.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | .map(|(i, &(w, sum, target_act))| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x` [INFO] [stdout] --> src/image2d.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | x: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/image2d.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | y: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_alive` [INFO] [stdout] --> src/layers.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | is_alive: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_alive` [INFO] [stdout] --> src/layers.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | is_alive: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::iter` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::iter; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / macro_rules! h1_model { [INFO] [stdout] 133 | | ($w:ty, $h:ty) => { [INFO] [stdout] 134 | | FC, N_CLASSES> [INFO] [stdout] 135 | | } [INFO] [stdout] 136 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bnn::shape::Map` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use bnn::shape::Map; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sum_loss` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let sum_loss: u64 = examples [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sum_loss` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `HiddenShape` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | type HiddenShape = [[(); 32]; 4]; [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: `WeightType` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | type WeightType = Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H0Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | type H0Model = FcMSE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H1Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / type H1Model = [INFO] [stdout] 28 | | FC, N_CLASSES>; [INFO] [stdout] | |__________________________________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H2Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / type H2Model = FC< [INFO] [stdout] 30 | | InputShape, [INFO] [stdout] 31 | | WeightType, [INFO] [stdout] 32 | | HiddenShape, [INFO] [stdout] 33 | | FC, N_CLASSES>, [INFO] [stdout] 34 | | N_CLASSES, [INFO] [stdout] 35 | | >; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H3Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / type H3Model = FC< [INFO] [stdout] 37 | | InputShape, [INFO] [stdout] 38 | | WeightType, [INFO] [stdout] 39 | | HiddenShape, [INFO] [stdout] ... | [INFO] [stdout] 53 | | N_CLASSES, [INFO] [stdout] 54 | | >; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 22s [INFO] running `Command { std: "docker" "inspect" "28df158b29b1786c9adfee4f191d83eecee5659bcda0acf6211d44aced0981e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28df158b29b1786c9adfee4f191d83eecee5659bcda0acf6211d44aced0981e1", kill_on_drop: false }` [INFO] [stdout] 28df158b29b1786c9adfee4f191d83eecee5659bcda0acf6211d44aced0981e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e73f7f9b5d6890dddcf739cb82c43d1c20ef6e8f732d347ebd3aeaacf7b47774 [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" "e73f7f9b5d6890dddcf739cb82c43d1c20ef6e8f732d347ebd3aeaacf7b47774", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `std::time::Instant` [INFO] [stdout] --> src/descend.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::time::Instant; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Element`, `Merge`, `Shape`, `ZipMap` [INFO] [stdout] --> src/image2d.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::shape::{Element, Merge, Shape, ZipMap}; [INFO] [stdout] | ^^^^^^^ ^^^^^ ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/image2d.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/image2d.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Hash`, `Hasher` [INFO] [stdout] --> src/image2d.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use std::hash::{Hash, Hasher}; [INFO] [stdout] | ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/layers.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | .map(|(i, &(w, sum, target_act))| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x` [INFO] [stdout] --> src/image2d.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | x: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bnn v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/image2d.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | y: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_alive` [INFO] [stdout] --> src/layers.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | is_alive: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_alive` [INFO] [stdout] --> src/layers.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | is_alive: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::iter` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::iter; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / macro_rules! h1_model { [INFO] [stdout] 133 | | ($w:ty, $h:ty) => { [INFO] [stdout] 134 | | FC, N_CLASSES> [INFO] [stdout] 135 | | } [INFO] [stdout] 136 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bnn::shape::Map` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use bnn::shape::Map; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sum_loss` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let sum_loss: u64 = examples [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sum_loss` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `HiddenShape` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | type HiddenShape = [[(); 32]; 4]; [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: `WeightType` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | type WeightType = Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H0Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | type H0Model = FcMSE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H1Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / type H1Model = [INFO] [stdout] 28 | | FC, N_CLASSES>; [INFO] [stdout] | |__________________________________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H2Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / type H2Model = FC< [INFO] [stdout] 30 | | InputShape, [INFO] [stdout] 31 | | WeightType, [INFO] [stdout] 32 | | HiddenShape, [INFO] [stdout] 33 | | FC, N_CLASSES>, [INFO] [stdout] 34 | | N_CLASSES, [INFO] [stdout] 35 | | >; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H3Model` [INFO] [stdout] --> src/bin/mnist_fc_multi_layer_bench.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / type H3Model = FC< [INFO] [stdout] 37 | | InputShape, [INFO] [stdout] 38 | | WeightType, [INFO] [stdout] 39 | | HiddenShape, [INFO] [stdout] ... | [INFO] [stdout] 53 | | N_CLASSES, [INFO] [stdout] 54 | | >; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `PackedElement`, `WeightArray`, `Weight`, `b128`, `b16`, `b32`, `b8`, `t128`, `t16`, `t32`, `t8` [INFO] [stdout] --> src/bits.rs:1355:9 [INFO] [stdout] | [INFO] [stdout] 1355 | b128, b16, b32, b8, t128, t16, t32, t8, MaskedDistance, PackedElement, Weight, WeightArray, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/bits.rs:1357:9 [INFO] [stdout] | [INFO] [stdout] 1357 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::SeedableRng` [INFO] [stdout] --> src/bits.rs:1358:9 [INFO] [stdout] | [INFO] [stdout] 1358 | use rand::SeedableRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand_hc::Hc128Rng` [INFO] [stdout] --> src/bits.rs:1359:9 [INFO] [stdout] | [INFO] [stdout] 1359 | use rand_hc::Hc128Rng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::shape::Shape` [INFO] [stdout] --> src/bits.rs:1361:9 [INFO] [stdout] | [INFO] [stdout] 1361 | use crate::shape::Shape; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `PackedElement`, `WeightArray`, `Weight`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1543:21 [INFO] [stdout] | [INFO] [stdout] 1543 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 1544 | PackedElement, Weight, WeightArray, [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/bits.rs:1546:21 [INFO] [stdout] | [INFO] [stdout] 1546 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::SeedableRng` [INFO] [stdout] --> src/bits.rs:1547:21 [INFO] [stdout] | [INFO] [stdout] 1547 | use rand::SeedableRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand_hc::Hc128Rng` [INFO] [stdout] --> src/bits.rs:1548:21 [INFO] [stdout] | [INFO] [stdout] 1548 | use rand_hc::Hc128Rng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1565 | weight_group!(test_bit, bool); [INFO] [stdout] | ------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `PackedElement`, `WeightArray`, `Weight`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1543:21 [INFO] [stdout] | [INFO] [stdout] 1543 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 1544 | PackedElement, Weight, WeightArray, [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/bits.rs:1546:21 [INFO] [stdout] | [INFO] [stdout] 1546 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::SeedableRng` [INFO] [stdout] --> src/bits.rs:1547:21 [INFO] [stdout] | [INFO] [stdout] 1547 | use rand::SeedableRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand_hc::Hc128Rng` [INFO] [stdout] --> src/bits.rs:1548:21 [INFO] [stdout] | [INFO] [stdout] 1548 | use rand_hc::Hc128Rng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stdout] --> src/bits.rs:1522:21 [INFO] [stdout] | [INFO] [stdout] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stdout] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1566 | weight_group!(test_trit, Option); [INFO] [stdout] | --------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Instant` [INFO] [stdout] --> src/descend.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::time::Instant; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Element`, `Merge`, `Shape`, `ZipMap` [INFO] [stdout] --> src/image2d.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::shape::{Element, Merge, Shape, ZipMap}; [INFO] [stdout] | ^^^^^^^ ^^^^^ ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/image2d.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/image2d.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Hash`, `Hasher` [INFO] [stdout] --> src/image2d.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use std::hash::{Hash, Hasher}; [INFO] [stdout] | ^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Weight`, `t128`, `t32`, `t8` [INFO] [stdout] --> src/layers.rs:724:24 [INFO] [stdout] | [INFO] [stdout] 724 | b128, b32, b8, t128, t32, t8, PackedArray, PackedElement, Weight, WeightArray, [INFO] [stdout] | ^^^^ ^^^ ^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `WeightArray` [INFO] [stdout] --> src/layers.rs:724:75 [INFO] [stdout] | [INFO] [stdout] 724 | b128, b32, b8, t128, t32, t8, PackedArray, PackedElement, Weight, WeightArray, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/layers.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | .map(|(i, &(w, sum, target_act))| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/layers.rs:782:33 [INFO] [stdout] | [INFO] [stdout] 782 | for c in 0..$n_chan_iters { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] ... [INFO] [stdout] 874 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_bit_small, [(); 32], 6, 6, GlobalAvgPool<[[(); 6]; 6], [(); 32], FcMSE<[(); 32], bool, 7>, 3, 3>, 7, 200, 1000); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/layers.rs:782:33 [INFO] [stdout] | [INFO] [stdout] 782 | for c in 0..$n_chan_iters { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] ... [INFO] [stdout] 875 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_trit_small, [(); 32], 6, 6, GlobalAvgPool<[[(); 6]; 6], [(); 32], FcMSE<[(); 32], Option, 7>, 3, 3>, 7, 200, 1000); [INFO] [stdout] | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/layers.rs:782:33 [INFO] [stdout] | [INFO] [stdout] 782 | for c in 0..$n_chan_iters { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] ... [INFO] [stdout] 876 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_bit_large, [[(); 32]; 2], 16, 16, GlobalAvgPool<[[(); 16]; 16], [[(); 32]; 2], FcMSE<[[(); 32]; 2], bool, 7>, 3, 3>, 7, 20, 100); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/layers.rs:782:33 [INFO] [stdout] | [INFO] [stdout] 782 | for c in 0..$n_chan_iters { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] ... [INFO] [stdout] 877 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_bit_small_5x5, [(); 32], 8, 8, GlobalAvgPool<[[(); 8]; 8], [(); 32], FcMSE<[(); 32], bool, 7>, 5, 5>, 7, 20, 100); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x` [INFO] [stdout] --> src/image2d.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | x: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/image2d.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | y: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_alive` [INFO] [stdout] --> src/layers.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | is_alive: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_alive` [INFO] [stdout] --> src/layers.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | is_alive: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 49 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.17s [INFO] running `Command { std: "docker" "inspect" "e73f7f9b5d6890dddcf739cb82c43d1c20ef6e8f732d347ebd3aeaacf7b47774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e73f7f9b5d6890dddcf739cb82c43d1c20ef6e8f732d347ebd3aeaacf7b47774", kill_on_drop: false }` [INFO] [stdout] e73f7f9b5d6890dddcf739cb82c43d1c20ef6e8f732d347ebd3aeaacf7b47774 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a953038b128ff229efa287fc5e493f62b8694fbc6edc6e67190bd5c7815a0ddb [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" "a953038b128ff229efa287fc5e493f62b8694fbc6edc6e67190bd5c7815a0ddb", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::time::Instant` [INFO] [stderr] --> src/descend.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::time::Instant; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Element`, `Merge`, `Shape`, `ZipMap` [INFO] [stderr] --> src/image2d.rs:1:20 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::shape::{Element, Merge, Shape, ZipMap}; [INFO] [stderr] | ^^^^^^^ ^^^^^ ^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> src/image2d.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt` [INFO] [stderr] --> src/image2d.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Hash`, `Hasher` [INFO] [stderr] --> src/image2d.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use std::hash::{Hash, Hasher}; [INFO] [stderr] | ^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/layers.rs:137:20 [INFO] [stderr] | [INFO] [stderr] 137 | .map(|(i, &(w, sum, target_act))| { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `x` [INFO] [stderr] --> src/image2d.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | x: usize, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `y` [INFO] [stderr] --> src/image2d.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | y: usize, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_alive` [INFO] [stderr] --> src/layers.rs:353:5 [INFO] [stderr] | [INFO] [stderr] 353 | is_alive: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_alive` [INFO] [stderr] --> src/layers.rs:373:5 [INFO] [stderr] | [INFO] [stderr] 373 | is_alive: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `PackedElement`, `WeightArray`, `Weight`, `b128`, `b16`, `b32`, `b8`, `t128`, `t16`, `t32`, `t8` [INFO] [stderr] --> src/bits.rs:1355:9 [INFO] [stderr] | [INFO] [stderr] 1355 | b128, b16, b32, b8, t128, t16, t32, t8, MaskedDistance, PackedElement, Weight, WeightArray, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> src/bits.rs:1357:9 [INFO] [stderr] | [INFO] [stderr] 1357 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::SeedableRng` [INFO] [stderr] --> src/bits.rs:1358:9 [INFO] [stderr] | [INFO] [stderr] 1358 | use rand::SeedableRng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand_hc::Hc128Rng` [INFO] [stderr] --> src/bits.rs:1359:9 [INFO] [stderr] | [INFO] [stderr] 1359 | use rand_hc::Hc128Rng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::shape::Shape` [INFO] [stderr] --> src/bits.rs:1361:9 [INFO] [stderr] | [INFO] [stderr] 1361 | use crate::shape::Shape; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `PackedElement`, `WeightArray`, `Weight`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1543:21 [INFO] [stderr] | [INFO] [stderr] 1543 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] 1544 | PackedElement, Weight, WeightArray, [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> src/bits.rs:1546:21 [INFO] [stderr] | [INFO] [stderr] 1546 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::SeedableRng` [INFO] [stderr] --> src/bits.rs:1547:21 [INFO] [stderr] | [INFO] [stderr] 1547 | use rand::SeedableRng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand_hc::Hc128Rng` [INFO] [stderr] --> src/bits.rs:1548:21 [INFO] [stderr] | [INFO] [stderr] 1548 | use rand_hc::Hc128Rng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1565 | weight_group!(test_bit, bool); [INFO] [stderr] | ------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `PackedElement`, `WeightArray`, `Weight`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1543:21 [INFO] [stderr] | [INFO] [stderr] 1543 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] 1544 | PackedElement, Weight, WeightArray, [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> src/bits.rs:1546:21 [INFO] [stderr] | [INFO] [stderr] 1546 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::SeedableRng` [INFO] [stderr] --> src/bits.rs:1547:21 [INFO] [stderr] | [INFO] [stderr] 1547 | use rand::SeedableRng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand_hc::Hc128Rng` [INFO] [stderr] --> src/bits.rs:1548:21 [INFO] [stderr] | [INFO] [stderr] 1548 | use rand_hc::Hc128Rng; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MaskedDistance`, `b128`, `b16`, `b32`, `b64`, `b8`, `t128`, `t16`, `t32`, `t64`, `t8` [INFO] [stderr] --> src/bits.rs:1522:21 [INFO] [stderr] | [INFO] [stderr] 1522 | b128, b16, b32, b64, b8, t128, t16, t32, t64, t8, MaskedDistance, [INFO] [stderr] | ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^ ^^^ ^^^ ^^^ ^^ ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1566 | weight_group!(test_trit, Option); [INFO] [stderr] | --------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Instant` [INFO] [stderr] --> src/descend.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::time::Instant; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Element`, `Merge`, `Shape`, `ZipMap` [INFO] [stderr] --> src/image2d.rs:1:20 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::shape::{Element, Merge, Shape, ZipMap}; [INFO] [stderr] | ^^^^^^^ ^^^^^ ^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::Rng` [INFO] [stderr] --> src/image2d.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use rand::Rng; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt` [INFO] [stderr] --> src/image2d.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::fmt; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Hash`, `Hasher` [INFO] [stderr] --> src/image2d.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use std::hash::{Hash, Hasher}; [INFO] [stderr] | ^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Weight`, `t128`, `t32`, `t8` [INFO] [stderr] --> src/layers.rs:724:24 [INFO] [stderr] | [INFO] [stderr] 724 | b128, b32, b8, t128, t32, t8, PackedArray, PackedElement, Weight, WeightArray, [INFO] [stderr] | ^^^^ ^^^ ^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `WeightArray` [INFO] [stderr] --> src/layers.rs:724:75 [INFO] [stderr] | [INFO] [stderr] 724 | b128, b32, b8, t128, t32, t8, PackedArray, PackedElement, Weight, WeightArray, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/layers.rs:137:20 [INFO] [stderr] | [INFO] [stderr] 137 | .map(|(i, &(w, sum, target_act))| { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/layers.rs:782:33 [INFO] [stderr] | [INFO] [stderr] 782 | for c in 0..$n_chan_iters { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 874 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_bit_small, [(); 32], 6, 6, GlobalAvgPool<[[(); 6]; 6], [(); 32], FcMSE<[(); 32], bool, 7>, 3, 3>, 7, 200, 1000); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/layers.rs:782:33 [INFO] [stderr] | [INFO] [stderr] 782 | for c in 0..$n_chan_iters { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 875 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_trit_small, [(); 32], 6, 6, GlobalAvgPool<[[(); 6]; 6], [(); 32], FcMSE<[(); 32], Option, 7>, 3, 3>, 7, 200, 1000); [INFO] [stderr] | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/layers.rs:782:33 [INFO] [stderr] | [INFO] [stderr] 782 | for c in 0..$n_chan_iters { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 876 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_bit_large, [[(); 32]; 2], 16, 16, GlobalAvgPool<[[(); 16]; 16], [[(); 32]; 2], FcMSE<[[(); 32]; 2], bool, 7>, 3, 3>, 7, 20, 100); [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/layers.rs:782:33 [INFO] [stderr] | [INFO] [stderr] 782 | for c in 0..$n_chan_iters { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] ... [INFO] [stderr] 877 | test_input_loss_deltas_conv!(rand_global_avg_pool_input_losses_bit_small_5x5, [(); 32], 8, 8, GlobalAvgPool<[[(); 8]; 8], [(); 32], FcMSE<[(); 32], bool, 7>, 5, 5>, 7, 20, 100); [INFO] [stderr] | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `x` [INFO] [stderr] --> src/image2d.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | x: usize, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `y` [INFO] [stderr] --> src/image2d.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | y: usize, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_alive` [INFO] [stderr] --> src/layers.rs:353:5 [INFO] [stderr] | [INFO] [stderr] 353 | is_alive: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_alive` [INFO] [stderr] --> src/layers.rs:373:5 [INFO] [stderr] | [INFO] [stderr] 373 | is_alive: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 49 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stdout] running 102 tests [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::iter` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use std::iter; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:132:1 [INFO] [stderr] | [INFO] [stderr] 132 | / macro_rules! h1_model { [INFO] [stderr] 133 | | ($w:ty, $h:ty) => { [INFO] [stderr] 134 | | FC, N_CLASSES> [INFO] [stderr] 135 | | } [INFO] [stderr] 136 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `bnn::shape::Map` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use bnn::shape::Map; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sum_loss` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | let sum_loss: u64 = examples [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sum_loss` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `HiddenShape` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | type HiddenShape = [[(); 32]; 4]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `WeightType` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | type WeightType = Option; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `H0Model` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | type H0Model = FcMSE; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `H1Model` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / type H1Model = [INFO] [stderr] 28 | | FC, N_CLASSES>; [INFO] [stderr] | |__________________________________________________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `H2Model` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / type H2Model = FC< [INFO] [stderr] 30 | | InputShape, [INFO] [stderr] 31 | | WeightType, [INFO] [stderr] 32 | | HiddenShape, [INFO] [stderr] 33 | | FC, N_CLASSES>, [INFO] [stderr] 34 | | N_CLASSES, [INFO] [stderr] 35 | | >; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `H3Model` [INFO] [stderr] --> src/bin/mnist_fc_multi_layer_bench.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / type H3Model = FC< [INFO] [stderr] 37 | | InputShape, [INFO] [stderr] 38 | | WeightType, [INFO] [stderr] 39 | | HiddenShape, [INFO] [stderr] ... | [INFO] [stderr] 53 | | N_CLASSES, [INFO] [stderr] 54 | | >; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bnn-7f5b8da8234fc666 [INFO] [stdout] test bits::tests::test_bit::test_b128::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b128::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b16::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b128::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b32::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b64::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b16::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b16::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b64::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b32::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b64::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b32::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x2::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x3::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b64::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x2::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x2::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x4::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x4::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x3::input_acts ... ok [INFO] [stdout] test bits::tests::test_bma::pent ... ok [INFO] [stdout] test bits::tests::test_bma::quat ... ok [INFO] [stdout] test bits::tests::test_bma::trit ... ok [INFO] [stdout] test bits::tests::test_bma::bit ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1x2x3::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b128::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b128::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b128::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x4::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b16::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b16::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b128::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b16::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x3::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b32::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b32::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b64::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b64::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b64::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b32::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1x2x3::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1x2x3::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b128::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1x2x3::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b64::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x2::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x2::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b16::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x2::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x3::bma ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x3::input_acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x2::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x4::bma ... ok [INFO] [stdout] test bits::tests::test_bit::test_b32::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x4::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1x2x3::input_acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x3::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x4::acts ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x3::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b16::loss_deltas ... ok [INFO] [stdout] test layers::tests::rand_fc_fcmse_bit_input_losses_large ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x4::loss_deltas ... ok [INFO] [stdout] test layers::tests::rand_fc_fcmse_trit_input_losses_large ... ok [INFO] [stdout] test bits::tests::test_trit::test_b32::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x2::loss_deltas ... ok [INFO] [stdout] test layers::tests::rand_fcmse_bit_input_losses ... ok [INFO] [stdout] test layers::tests::rand_fcmse_trit_input_losses ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1x2x3::acts ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x3::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_bit::test_b8x1x2x3::loss_deltas ... ok [INFO] [stdout] test shape::test::from_vec ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x4::loss_deltas ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1x2x3::loss_deltas ... test bits::tests::test_trit::test_b8x1x2x3::loss_deltas has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fc_fcmse_bit_losses_large ... test layers::tests::rand_fc_fcmse_bit_losses_large has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fc_fcmse_trit_losses_large ... test layers::tests::rand_fc_fcmse_trit_losses_large has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_bit_input_losses_large ... test layers::tests::rand_fcmse_bit_input_losses_large has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_bit_losses_large ... test layers::tests::rand_fcmse_bit_losses_large has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_bit_losses_small ... test layers::tests::rand_fcmse_bit_losses_small has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_trit_input_losses_large ... test layers::tests::rand_fcmse_trit_input_losses_large has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_trit_losses_large ... test layers::tests::rand_fcmse_trit_losses_large has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_trit_losses_small ... test layers::tests::rand_fcmse_trit_losses_small has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_global_avg_pool_fcmse_bit_small ... test layers::tests::rand_global_avg_pool_fcmse_bit_small has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_global_avg_pool_input_losses_bit_large ... test layers::tests::rand_global_avg_pool_input_losses_bit_large has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_global_avg_pool_input_losses_bit_small ... test layers::tests::rand_global_avg_pool_input_losses_bit_small has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_bit_input_losses_large ... ok [INFO] [stdout] test layers::tests::rand_global_avg_pool_input_losses_bit_small_5x5 ... test layers::tests::rand_global_avg_pool_input_losses_bit_small_5x5 has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_global_avg_pool_input_losses_trit_small ... test layers::tests::rand_global_avg_pool_input_losses_trit_small has been running for over 60 seconds [INFO] [stdout] test layers::tests::rand_fcmse_trit_input_losses_large ... ok [INFO] [stdout] test bits::tests::test_trit::test_b8x1x2x3::loss_deltas ... ok [INFO] [stdout] test layers::tests::rand_global_avg_pool_input_losses_bit_small_5x5 ... ok [INFO] [stdout] test layers::tests::rand_fcmse_bit_losses_small ... ok [INFO] [stdout] test layers::tests::rand_fcmse_trit_losses_small ... ok [INFO] [stdout] test layers::tests::rand_fcmse_bit_losses_large ... ok [INFO] [stdout] test layers::tests::rand_fcmse_trit_losses_large ... ok [ERROR] error running command: command timed out after 900 seconds [INFO] running `Command { std: "docker" "inspect" "a953038b128ff229efa287fc5e493f62b8694fbc6edc6e67190bd5c7815a0ddb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a953038b128ff229efa287fc5e493f62b8694fbc6edc6e67190bd5c7815a0ddb", kill_on_drop: false }` [INFO] [stdout] a953038b128ff229efa287fc5e493f62b8694fbc6edc6e67190bd5c7815a0ddb