Sep 14 03:26:01.716 INFO checking nutcase84/piano against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 03:26:01.716 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 03:26:01.716 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:26:02.081 INFO blam! 8baaee9e2eed5c2d5c06f161b390bab615b87ffce5c4926592f80110a9506803 Sep 14 03:26:02.082 INFO running `"docker" "start" "-a" "8baaee9e2eed5c2d5c06f161b390bab615b87ffce5c4926592f80110a9506803"` Sep 14 03:26:04.503 INFO kablam! usermod: no changes Sep 14 03:26:04.639 INFO kablam! Compiling num-traits v0.2.4 Sep 14 03:26:04.639 INFO kablam! Compiling libloading v0.4.3 Sep 14 03:26:04.639 INFO kablam! Checking cfg-if v0.1.3 Sep 14 03:26:04.639 INFO kablam! Checking libc v0.2.41 Sep 14 03:26:05.002 INFO kablam! Checking log v0.4.1 Sep 14 03:26:06.428 INFO kablam! Checking log v0.3.9 Sep 14 03:26:10.122 INFO kablam! Checking num-traits v0.1.43 Sep 14 03:26:10.345 INFO kablam! Checking vst v0.0.1 Sep 14 03:26:11.591 INFO kablam! Checking piano v0.1.0 (file:///source) Sep 14 03:26:11.923 INFO kablam! warning: variable `active_notes` is assigned to, but never used Sep 14 03:26:11.923 INFO kablam! --> src/event.rs:32:10 Sep 14 03:26:11.923 INFO kablam! | Sep 14 03:26:11.923 INFO kablam! 32 | let mut active_notes = 0; // could be useful later Sep 14 03:26:11.923 INFO kablam! | ^^^^^^^^^^^^ Sep 14 03:26:11.923 INFO kablam! | Sep 14 03:26:11.923 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 03:26:11.923 INFO kablam! = note: consider using `_active_notes` instead Sep 14 03:26:11.923 INFO kablam! Sep 14 03:26:11.923 INFO kablam! warning: unused variable: `i` Sep 14 03:26:11.923 INFO kablam! --> src/filter.rs:54:7 Sep 14 03:26:11.923 INFO kablam! | Sep 14 03:26:11.923 INFO kablam! 54 | for i in 0..buffer_size { Sep 14 03:26:11.923 INFO kablam! | ^ help: consider using `_i` instead Sep 14 03:26:11.923 INFO kablam! Sep 14 03:26:11.923 INFO kablam! warning: variable `active_notes` is assigned to, but never used Sep 14 03:26:11.923 INFO kablam! --> src/event.rs:32:10 Sep 14 03:26:11.923 INFO kablam! | Sep 14 03:26:11.923 INFO kablam! 32 | let mut active_notes = 0; // could be useful later Sep 14 03:26:11.923 INFO kablam! | ^^^^^^^^^^^^ Sep 14 03:26:11.923 INFO kablam! | Sep 14 03:26:11.923 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 03:26:11.923 INFO kablam! = note: consider using `_active_notes` instead Sep 14 03:26:11.923 INFO kablam! Sep 14 03:26:11.923 INFO kablam! warning: unused variable: `i` Sep 14 03:26:11.923 INFO kablam! --> src/filter.rs:54:7 Sep 14 03:26:11.923 INFO kablam! | Sep 14 03:26:11.923 INFO kablam! 54 | for i in 0..buffer_size { Sep 14 03:26:11.923 INFO kablam! | ^ help: consider using `_i` instead Sep 14 03:26:11.923 INFO kablam! Sep 14 03:26:11.940 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Sep 14 03:26:11.940 INFO kablam! --> src/filter.rs:3:1 Sep 14 03:26:11.940 INFO kablam! | Sep 14 03:26:11.940 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Sep 14 03:26:11.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 03:26:11.940 INFO kablam! | Sep 14 03:26:11.940 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 03:26:11.940 INFO kablam! Sep 14 03:26:11.940 INFO kablam! warning: method is never used: `new` Sep 14 03:26:11.940 INFO kablam! --> src/filter.rs:10:2 Sep 14 03:26:11.940 INFO kablam! | Sep 14 03:26:11.940 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Sep 14 03:26:11.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 03:26:11.941 INFO kablam! Sep 14 03:26:11.941 INFO kablam! warning: method is never used: `update` Sep 14 03:26:11.941 INFO kablam! --> src/filter.rs:18:2 Sep 14 03:26:11.941 INFO kablam! | Sep 14 03:26:11.941 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Sep 14 03:26:11.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 03:26:11.941 INFO kablam! Sep 14 03:26:11.941 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Sep 14 03:26:11.941 INFO kablam! --> src/filter.rs:3:1 Sep 14 03:26:11.941 INFO kablam! | Sep 14 03:26:11.941 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Sep 14 03:26:11.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 03:26:11.941 INFO kablam! | Sep 14 03:26:11.941 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 03:26:11.941 INFO kablam! Sep 14 03:26:11.952 INFO kablam! warning: method is never used: `new` Sep 14 03:26:11.952 INFO kablam! --> src/filter.rs:10:2 Sep 14 03:26:11.952 INFO kablam! | Sep 14 03:26:11.952 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Sep 14 03:26:11.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 03:26:11.952 INFO kablam! Sep 14 03:26:11.952 INFO kablam! warning: method is never used: `update` Sep 14 03:26:11.952 INFO kablam! --> src/filter.rs:18:2 Sep 14 03:26:11.952 INFO kablam! | Sep 14 03:26:11.952 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Sep 14 03:26:11.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 03:26:11.952 INFO kablam! Sep 14 03:26:11.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.44s Sep 14 03:26:11.999 INFO kablam! su: No module specific data is present Sep 14 03:26:12.778 INFO running `"docker" "rm" "-f" "8baaee9e2eed5c2d5c06f161b390bab615b87ffce5c4926592f80110a9506803"` Sep 14 03:26:13.085 INFO blam! 8baaee9e2eed5c2d5c06f161b390bab615b87ffce5c4926592f80110a9506803