[INFO] cloning repository https://github.com/dvdplm/rustinn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dvdplm/rustinn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvdplm%2Frustinn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvdplm%2Frustinn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 78c0a3d98584d1ccdc14bb4e961bd143dbe09390 [INFO] testing dvdplm/rustinn against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdvdplm%2Frustinn" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dvdplm/rustinn on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dvdplm/rustinn [INFO] finished tweaking git repo https://github.com/dvdplm/rustinn [INFO] tweaked toml for git repo https://github.com/dvdplm/rustinn written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/dvdplm/rustinn already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1fab96d8b157c7c70ad28c3d4f5e87c2b823d75e5cfb879dee7549510e496ea1 [INFO] running `Command { std: "docker" "start" "-a" "1fab96d8b157c7c70ad28c3d4f5e87c2b823d75e5cfb879dee7549510e496ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fab96d8b157c7c70ad28c3d4f5e87c2b823d75e5cfb879dee7549510e496ea1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fab96d8b157c7c70ad28c3d4f5e87c2b823d75e5cfb879dee7549510e496ea1", kill_on_drop: false }` [INFO] [stdout] 1fab96d8b157c7c70ad28c3d4f5e87c2b823d75e5cfb879dee7549510e496ea1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1605d63d2b55e11f955f62b25df39bc7f2ad01864d74538795d2d9354069da96 [INFO] running `Command { std: "docker" "start" "-a" "1605d63d2b55e11f955f62b25df39bc7f2ad01864d74538795d2d9354069da96", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.10 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling smallvec v0.6.1 [INFO] [stderr] Compiling serde v1.0.43 [INFO] [stderr] Compiling rand_core v0.1.0 (https://github.com/rust-lang-nursery/rand.git#aa4c4834) [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling proc-macro2 v0.3.7 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling tempfile v3.0.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling petgraph v0.4.12 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling rand v0.5.0-pre.1 (https://github.com/rust-lang-nursery/rand.git#aa4c4834) [INFO] [stderr] Compiling rusttype v0.5.2 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling x11-dl v2.17.5 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling daggy v0.5.0 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling glium v0.21.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.43 [INFO] [stderr] Compiling conrod_derive v0.1.2 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling conrod v0.59.0 [INFO] [stderr] Compiling rustinn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `rand::distributions::IndependentSample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:5:27 [INFO] [stdout] | [INFO] [stdout] 5 | use rand::distributions::{IndependentSample, Range}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:92:31 [INFO] [stdout] | [INFO] [stdout] 92 | self.w[i] = range.ind_sample(&mut rng); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:96:31 [INFO] [stdout] | [INFO] [stdout] 96 | self.b[i] = range.ind_sample(&mut rng); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nips` [INFO] [stdout] --> src/lib.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | nips: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nops` [INFO] [stdout] --> src/lib.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | nops: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SeedableRng`, `SmallRng`, `thread_rng` [INFO] [stdout] --> src/main.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use rand::{Rng, SmallRng, SeedableRng, thread_rng}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Rng` [INFO] [stdout] --> src/main.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use rand::{Rng, SmallRng, SeedableRng, thread_rng}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `digit_image_id` [INFO] [stdout] --> src/viz.rs:139:37 [INFO] [stdout] | [INFO] [stdout] 139 | ... let digit_image_id = image_map.replace(digit_image_id, digit_image).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_digit_image_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `digit_image_id` [INFO] [stdout] --> src/viz.rs:153:37 [INFO] [stdout] | [INFO] [stdout] 153 | ... let digit_image_id = image_map.replace(digit_image_id, digit_image).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_digit_image_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `needs_update` [INFO] [stdout] --> src/viz.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn needs_update(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 15s [INFO] running `Command { std: "docker" "inspect" "1605d63d2b55e11f955f62b25df39bc7f2ad01864d74538795d2d9354069da96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1605d63d2b55e11f955f62b25df39bc7f2ad01864d74538795d2d9354069da96", kill_on_drop: false }` [INFO] [stdout] 1605d63d2b55e11f955f62b25df39bc7f2ad01864d74538795d2d9354069da96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96f6eb161c5f87e88d1a439b4e0ce925ba3cbd7cab195f575567c7b6acd8b6f6 [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" "96f6eb161c5f87e88d1a439b4e0ce925ba3cbd7cab195f575567c7b6acd8b6f6", kill_on_drop: false }` [INFO] [stderr] Compiling rustinn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `rand::distributions::IndependentSample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:5:27 [INFO] [stdout] | [INFO] [stdout] 5 | use rand::distributions::{IndependentSample, Range}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:92:31 [INFO] [stdout] | [INFO] [stdout] 92 | self.w[i] = range.ind_sample(&mut rng); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:96:31 [INFO] [stdout] | [INFO] [stdout] 96 | self.b[i] = range.ind_sample(&mut rng); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nips` [INFO] [stdout] --> src/lib.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | nips: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nops` [INFO] [stdout] --> src/lib.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | nops: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `rand::distributions::IndependentSample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:5:27 [INFO] [stdout] | [INFO] [stdout] 5 | use rand::distributions::{IndependentSample, Range}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:92:31 [INFO] [stdout] | [INFO] [stdout] 92 | self.w[i] = range.ind_sample(&mut rng); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stdout] --> src/lib.rs:96:31 [INFO] [stdout] | [INFO] [stdout] 96 | self.b[i] = range.ind_sample(&mut rng); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SeedableRng`, `SmallRng`, `thread_rng` [INFO] [stdout] --> src/main.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use rand::{Rng, SmallRng, SeedableRng, thread_rng}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Rng` [INFO] [stdout] --> src/main.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use rand::{Rng, SmallRng, SeedableRng, thread_rng}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nips` [INFO] [stdout] --> src/lib.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | nips: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nops` [INFO] [stdout] --> src/lib.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | nops: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `digit_image_id` [INFO] [stdout] --> src/viz.rs:139:37 [INFO] [stdout] | [INFO] [stdout] 139 | ... let digit_image_id = image_map.replace(digit_image_id, digit_image).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_digit_image_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `digit_image_id` [INFO] [stdout] --> src/viz.rs:153:37 [INFO] [stdout] | [INFO] [stdout] 153 | ... let digit_image_id = image_map.replace(digit_image_id, digit_image).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_digit_image_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `needs_update` [INFO] [stdout] --> src/viz.rs:66:16 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn needs_update(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.10s [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tinn-285d52f235bed1b8) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rustinn-06a4e6580776c2e3) [INFO] [stderr] Executable unittests src/viz.rs (/opt/rustwide/target/debug/deps/viz-b78aa1db7d290820) [INFO] running `Command { std: "docker" "inspect" "96f6eb161c5f87e88d1a439b4e0ce925ba3cbd7cab195f575567c7b6acd8b6f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96f6eb161c5f87e88d1a439b4e0ce925ba3cbd7cab195f575567c7b6acd8b6f6", kill_on_drop: false }` [INFO] [stdout] 96f6eb161c5f87e88d1a439b4e0ce925ba3cbd7cab195f575567c7b6acd8b6f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 19ba358b68c83aa193252140ce952a150f9872fe051c2b6ae8c08fc054c21936 [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" "19ba358b68c83aa193252140ce952a150f9872fe051c2b6ae8c08fc054c21936", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated trait `rand::distributions::IndependentSample`: use Distribution instead [INFO] [stderr] --> src/lib.rs:5:27 [INFO] [stderr] | [INFO] [stderr] 5 | use rand::distributions::{IndependentSample, Range}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stderr] --> src/lib.rs:92:31 [INFO] [stderr] | [INFO] [stderr] 92 | self.w[i] = range.ind_sample(&mut rng); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `rand::distributions::IndependentSample::ind_sample`: use Distribution instead [INFO] [stderr] --> src/lib.rs:96:31 [INFO] [stderr] | [INFO] [stderr] 96 | self.b[i] = range.ind_sample(&mut rng); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nips` [INFO] [stderr] --> src/lib.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | nips: usize, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nops` [INFO] [stderr] --> src/lib.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | nops: usize, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rustinn` (lib) generated 5 warnings [INFO] [stderr] warning: `rustinn` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: unused imports: `SeedableRng`, `SmallRng`, `thread_rng` [INFO] [stderr] --> src/main.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | use rand::{Rng, SmallRng, SeedableRng, thread_rng}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Rng` [INFO] [stderr] --> src/main.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | use rand::{Rng, SmallRng, SeedableRng, thread_rng}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `digit_image_id` [INFO] [stderr] --> src/viz.rs:139:37 [INFO] [stderr] | [INFO] [stderr] 139 | ... let digit_image_id = image_map.replace(digit_image_id, digit_image).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_digit_image_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `digit_image_id` [INFO] [stderr] --> src/viz.rs:153:37 [INFO] [stderr] | [INFO] [stderr] 153 | ... let digit_image_id = image_map.replace(digit_image_id, digit_image).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_digit_image_id` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `needs_update` [INFO] [stderr] --> src/viz.rs:66:16 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn needs_update(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rustinn` (bin "rustinn" test) generated 2 warnings [INFO] [stderr] warning: `rustinn` (bin "viz" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tinn-285d52f235bed1b8) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rustinn-06a4e6580776c2e3) [INFO] [stderr] Running unittests src/viz.rs (/opt/rustwide/target/debug/deps/viz-b78aa1db7d290820) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::blabla ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests tinn [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "19ba358b68c83aa193252140ce952a150f9872fe051c2b6ae8c08fc054c21936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19ba358b68c83aa193252140ce952a150f9872fe051c2b6ae8c08fc054c21936", kill_on_drop: false }` [INFO] [stdout] 19ba358b68c83aa193252140ce952a150f9872fe051c2b6ae8c08fc054c21936