Sep 19 12:42:39.796 INFO checking nutcase84/piano against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 12:42:39.796 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 12:42:39.796 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 12:42:40.127 INFO blam! 458d56aaeafc276c92f4c1123ccf8d0e9c579605a77b834f411ddec50c9778d3 Sep 19 12:42:40.135 INFO running `"docker" "start" "-a" "458d56aaeafc276c92f4c1123ccf8d0e9c579605a77b834f411ddec50c9778d3"` Sep 19 12:42:40.903 INFO kablam! usermod: no changes Sep 19 12:42:40.955 INFO kablam! Compiling num-traits v0.2.4 Sep 19 12:42:43.603 INFO kablam! Checking num-traits v0.1.43 Sep 19 12:42:43.798 INFO kablam! Checking vst v0.0.1 Sep 19 12:42:45.061 INFO kablam! Checking piano v0.1.0 (/source) Sep 19 12:42:45.663 INFO kablam! warning: variable `active_notes` is assigned to, but never used Sep 19 12:42:45.663 INFO kablam! --> src/event.rs:32:10 Sep 19 12:42:45.663 INFO kablam! | Sep 19 12:42:45.663 INFO kablam! 32 | let mut active_notes = 0; // could be useful later Sep 19 12:42:45.663 INFO kablam! | ^^^^^^^^^^^^ Sep 19 12:42:45.663 INFO kablam! | Sep 19 12:42:45.663 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 12:42:45.663 INFO kablam! = note: consider using `_active_notes` instead Sep 19 12:42:45.663 INFO kablam! Sep 19 12:42:45.663 INFO kablam! warning: unused variable: `i` Sep 19 12:42:45.663 INFO kablam! --> src/filter.rs:54:7 Sep 19 12:42:45.663 INFO kablam! | Sep 19 12:42:45.663 INFO kablam! 54 | for i in 0..buffer_size { Sep 19 12:42:45.663 INFO kablam! | ^ help: consider using `_i` instead Sep 19 12:42:45.663 INFO kablam! Sep 19 12:42:45.719 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Sep 19 12:42:45.719 INFO kablam! --> src/filter.rs:3:1 Sep 19 12:42:45.719 INFO kablam! | Sep 19 12:42:45.719 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Sep 19 12:42:45.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:42:45.719 INFO kablam! | Sep 19 12:42:45.719 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 12:42:45.719 INFO kablam! Sep 19 12:42:45.719 INFO kablam! warning: method is never used: `new` Sep 19 12:42:45.719 INFO kablam! --> src/filter.rs:10:2 Sep 19 12:42:45.719 INFO kablam! | Sep 19 12:42:45.719 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Sep 19 12:42:45.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:42:45.719 INFO kablam! Sep 19 12:42:45.719 INFO kablam! warning: method is never used: `update` Sep 19 12:42:45.719 INFO kablam! --> src/filter.rs:18:2 Sep 19 12:42:45.719 INFO kablam! | Sep 19 12:42:45.719 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Sep 19 12:42:45.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:42:45.719 INFO kablam! Sep 19 12:42:45.799 INFO kablam! warning: variable `active_notes` is assigned to, but never used Sep 19 12:42:45.799 INFO kablam! --> src/event.rs:32:10 Sep 19 12:42:45.799 INFO kablam! | Sep 19 12:42:45.799 INFO kablam! 32 | let mut active_notes = 0; // could be useful later Sep 19 12:42:45.799 INFO kablam! | ^^^^^^^^^^^^ Sep 19 12:42:45.799 INFO kablam! | Sep 19 12:42:45.799 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 12:42:45.799 INFO kablam! = note: consider using `_active_notes` instead Sep 19 12:42:45.799 INFO kablam! Sep 19 12:42:45.799 INFO kablam! warning: unused variable: `i` Sep 19 12:42:45.799 INFO kablam! --> src/filter.rs:54:7 Sep 19 12:42:45.799 INFO kablam! | Sep 19 12:42:45.799 INFO kablam! 54 | for i in 0..buffer_size { Sep 19 12:42:45.799 INFO kablam! | ^ help: consider using `_i` instead Sep 19 12:42:45.799 INFO kablam! Sep 19 12:42:45.818 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Sep 19 12:42:45.818 INFO kablam! --> src/filter.rs:3:1 Sep 19 12:42:45.818 INFO kablam! | Sep 19 12:42:45.818 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Sep 19 12:42:45.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:42:45.818 INFO kablam! | Sep 19 12:42:45.818 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 12:42:45.818 INFO kablam! Sep 19 12:42:45.818 INFO kablam! warning: method is never used: `new` Sep 19 12:42:45.818 INFO kablam! --> src/filter.rs:10:2 Sep 19 12:42:45.818 INFO kablam! | Sep 19 12:42:45.818 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Sep 19 12:42:45.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:42:45.818 INFO kablam! Sep 19 12:42:45.818 INFO kablam! warning: method is never used: `update` Sep 19 12:42:45.818 INFO kablam! --> src/filter.rs:18:2 Sep 19 12:42:45.818 INFO kablam! | Sep 19 12:42:45.818 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Sep 19 12:42:45.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:42:45.818 INFO kablam! Sep 19 12:42:45.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.92s Sep 19 12:42:45.855 INFO kablam! su: No module specific data is present Sep 19 12:42:47.234 INFO running `"docker" "rm" "-f" "458d56aaeafc276c92f4c1123ccf8d0e9c579605a77b834f411ddec50c9778d3"` Sep 19 12:42:47.540 INFO blam! 458d56aaeafc276c92f4c1123ccf8d0e9c579605a77b834f411ddec50c9778d3