Sep 19 14:54:28.941 INFO checking nutcase84/piano against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 14:54:28.941 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 14:54:28.941 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:54:29.149 INFO blam! 3bdad117cf88f73b0fc55f8747ebe8dba09593b93cf8173d3eec7ce098d7bee6 Sep 19 14:54:29.151 INFO running `"docker" "start" "-a" "3bdad117cf88f73b0fc55f8747ebe8dba09593b93cf8173d3eec7ce098d7bee6"` Sep 19 14:54:30.169 INFO kablam! usermod: no changes Sep 19 14:54:30.238 INFO kablam! Compiling libloading v0.4.3 Sep 19 14:54:30.238 INFO kablam! Checking bitflags v0.8.2 Sep 19 14:54:31.456 INFO kablam! Checking vst v0.0.1 Sep 19 14:54:32.644 INFO kablam! Checking piano v0.1.0 (/source) Sep 19 14:54:33.119 INFO kablam! warning: variable `active_notes` is assigned to, but never used Sep 19 14:54:33.119 INFO kablam! --> src/event.rs:32:10 Sep 19 14:54:33.119 INFO kablam! | Sep 19 14:54:33.119 INFO kablam! 32 | let mut active_notes = 0; // could be useful later Sep 19 14:54:33.119 INFO kablam! | ^^^^^^^^^^^^ Sep 19 14:54:33.119 INFO kablam! | Sep 19 14:54:33.119 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 14:54:33.119 INFO kablam! = note: consider using `_active_notes` instead Sep 19 14:54:33.119 INFO kablam! Sep 19 14:54:33.120 INFO kablam! warning: unused variable: `i` Sep 19 14:54:33.120 INFO kablam! --> src/filter.rs:54:7 Sep 19 14:54:33.120 INFO kablam! | Sep 19 14:54:33.120 INFO kablam! 54 | for i in 0..buffer_size { Sep 19 14:54:33.120 INFO kablam! | ^ help: consider using `_i` instead Sep 19 14:54:33.120 INFO kablam! Sep 19 14:54:33.160 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Sep 19 14:54:33.161 INFO kablam! --> src/filter.rs:3:1 Sep 19 14:54:33.161 INFO kablam! | Sep 19 14:54:33.161 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Sep 19 14:54:33.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:33.161 INFO kablam! | Sep 19 14:54:33.161 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 14:54:33.161 INFO kablam! Sep 19 14:54:33.161 INFO kablam! warning: method is never used: `new` Sep 19 14:54:33.161 INFO kablam! --> src/filter.rs:10:2 Sep 19 14:54:33.161 INFO kablam! | Sep 19 14:54:33.161 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Sep 19 14:54:33.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:33.161 INFO kablam! Sep 19 14:54:33.161 INFO kablam! warning: method is never used: `update` Sep 19 14:54:33.161 INFO kablam! --> src/filter.rs:18:2 Sep 19 14:54:33.161 INFO kablam! | Sep 19 14:54:33.161 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Sep 19 14:54:33.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:33.161 INFO kablam! Sep 19 14:54:33.166 INFO kablam! warning: variable `active_notes` is assigned to, but never used Sep 19 14:54:33.166 INFO kablam! --> src/event.rs:32:10 Sep 19 14:54:33.166 INFO kablam! | Sep 19 14:54:33.166 INFO kablam! 32 | let mut active_notes = 0; // could be useful later Sep 19 14:54:33.166 INFO kablam! | ^^^^^^^^^^^^ Sep 19 14:54:33.166 INFO kablam! | Sep 19 14:54:33.166 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 14:54:33.166 INFO kablam! = note: consider using `_active_notes` instead Sep 19 14:54:33.166 INFO kablam! Sep 19 14:54:33.167 INFO kablam! warning: unused variable: `i` Sep 19 14:54:33.167 INFO kablam! --> src/filter.rs:54:7 Sep 19 14:54:33.167 INFO kablam! | Sep 19 14:54:33.167 INFO kablam! 54 | for i in 0..buffer_size { Sep 19 14:54:33.167 INFO kablam! | ^ help: consider using `_i` instead Sep 19 14:54:33.167 INFO kablam! Sep 19 14:54:33.215 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Sep 19 14:54:33.215 INFO kablam! --> src/filter.rs:3:1 Sep 19 14:54:33.215 INFO kablam! | Sep 19 14:54:33.215 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Sep 19 14:54:33.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:33.215 INFO kablam! | Sep 19 14:54:33.215 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 14:54:33.216 INFO kablam! Sep 19 14:54:33.216 INFO kablam! warning: method is never used: `new` Sep 19 14:54:33.216 INFO kablam! --> src/filter.rs:10:2 Sep 19 14:54:33.216 INFO kablam! | Sep 19 14:54:33.216 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Sep 19 14:54:33.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:33.216 INFO kablam! Sep 19 14:54:33.226 INFO kablam! warning: method is never used: `update` Sep 19 14:54:33.226 INFO kablam! --> src/filter.rs:18:2 Sep 19 14:54:33.226 INFO kablam! | Sep 19 14:54:33.226 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Sep 19 14:54:33.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:54:33.226 INFO kablam! Sep 19 14:54:33.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.07s Sep 19 14:54:33.271 INFO kablam! su: No module specific data is present Sep 19 14:54:34.643 INFO running `"docker" "rm" "-f" "3bdad117cf88f73b0fc55f8747ebe8dba09593b93cf8173d3eec7ce098d7bee6"` Sep 19 14:54:34.761 INFO blam! 3bdad117cf88f73b0fc55f8747ebe8dba09593b93cf8173d3eec7ce098d7bee6