Oct 10 17:21:53.202 INFO testing nutcase84/piano against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:21:53.202 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:21:53.202 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:21:53.742 INFO blam! d7390834a09f2e5d45b65386cadbbc01c1034a5310bb53628fb335250dce47ea Oct 10 17:21:53.749 INFO running `"docker" "start" "-a" "d7390834a09f2e5d45b65386cadbbc01c1034a5310bb53628fb335250dce47ea"` Oct 10 17:21:55.240 INFO kablam! usermod: no changes Oct 10 17:21:55.424 INFO kablam! Compiling rand v0.5.5 Oct 10 17:21:55.424 INFO kablam! Compiling vst v0.0.1 Oct 10 17:22:00.493 INFO kablam! Compiling piano v0.1.0 (/source) Oct 10 17:22:01.712 INFO kablam! warning: variable `active_notes` is assigned to, but never used Oct 10 17:22:01.712 INFO kablam! --> src/event.rs:34:10 Oct 10 17:22:01.712 INFO kablam! | Oct 10 17:22:01.712 INFO kablam! 34 | let mut active_notes = 0; // could be useful later Oct 10 17:22:01.712 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:22:01.712 INFO kablam! | Oct 10 17:22:01.712 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:22:01.712 INFO kablam! = note: consider using `_active_notes` instead Oct 10 17:22:01.712 INFO kablam! Oct 10 17:22:01.712 INFO kablam! warning: unused variable: `i` Oct 10 17:22:01.712 INFO kablam! --> src/filter.rs:54:7 Oct 10 17:22:01.712 INFO kablam! | Oct 10 17:22:01.712 INFO kablam! 54 | for i in 0..buffer_size { Oct 10 17:22:01.712 INFO kablam! | ^ help: consider using `_i` instead Oct 10 17:22:01.712 INFO kablam! Oct 10 17:22:01.726 INFO kablam! warning: function is never used: `hammer` Oct 10 17:22:01.726 INFO kablam! --> src/hammer.rs:4:1 Oct 10 17:22:01.726 INFO kablam! | Oct 10 17:22:01.726 INFO kablam! 4 | pub fn hammer(string: &mut Waveguide, stiffness: f32, size: usize, velocity: f32, position: usize, time: f32) { Oct 10 17:22:01.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:01.726 INFO kablam! | Oct 10 17:22:01.726 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:22:01.726 INFO kablam! Oct 10 17:22:01.726 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Oct 10 17:22:01.726 INFO kablam! --> src/filter.rs:3:1 Oct 10 17:22:01.726 INFO kablam! | Oct 10 17:22:01.726 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Oct 10 17:22:01.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:01.726 INFO kablam! Oct 10 17:22:01.726 INFO kablam! warning: method is never used: `new` Oct 10 17:22:01.726 INFO kablam! --> src/filter.rs:10:2 Oct 10 17:22:01.726 INFO kablam! | Oct 10 17:22:01.726 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Oct 10 17:22:01.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:01.726 INFO kablam! Oct 10 17:22:01.726 INFO kablam! warning: method is never used: `update` Oct 10 17:22:01.726 INFO kablam! --> src/filter.rs:18:2 Oct 10 17:22:01.726 INFO kablam! | Oct 10 17:22:01.726 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Oct 10 17:22:01.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:01.726 INFO kablam! Oct 10 17:22:02.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.32s Oct 10 17:22:02.596 INFO kablam! su: No module specific data is present Oct 10 17:22:03.102 INFO running `"docker" "rm" "-f" "d7390834a09f2e5d45b65386cadbbc01c1034a5310bb53628fb335250dce47ea"` Oct 10 17:22:03.350 INFO blam! d7390834a09f2e5d45b65386cadbbc01c1034a5310bb53628fb335250dce47ea Oct 10 17:22:03.354 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:22:03.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:03.869 INFO blam! 23c4794d4e50c9f941bdb97f9ef08b53ae89e3cf859eb3440e5c3dab706c1e29 Oct 10 17:22:03.876 INFO running `"docker" "start" "-a" "23c4794d4e50c9f941bdb97f9ef08b53ae89e3cf859eb3440e5c3dab706c1e29"` Oct 10 17:22:04.924 INFO kablam! usermod: no changes Oct 10 17:22:05.021 INFO kablam! Compiling piano v0.1.0 (/source) Oct 10 17:22:06.244 INFO kablam! warning: variable `active_notes` is assigned to, but never used Oct 10 17:22:06.244 INFO kablam! --> src/event.rs:34:10 Oct 10 17:22:06.244 INFO kablam! | Oct 10 17:22:06.244 INFO kablam! 34 | let mut active_notes = 0; // could be useful later Oct 10 17:22:06.244 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:22:06.244 INFO kablam! | Oct 10 17:22:06.244 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:22:06.244 INFO kablam! = note: consider using `_active_notes` instead Oct 10 17:22:06.244 INFO kablam! Oct 10 17:22:06.244 INFO kablam! warning: unused variable: `i` Oct 10 17:22:06.244 INFO kablam! --> src/filter.rs:54:7 Oct 10 17:22:06.244 INFO kablam! | Oct 10 17:22:06.245 INFO kablam! 54 | for i in 0..buffer_size { Oct 10 17:22:06.245 INFO kablam! | ^ help: consider using `_i` instead Oct 10 17:22:06.245 INFO kablam! Oct 10 17:22:06.268 INFO kablam! warning: function is never used: `hammer` Oct 10 17:22:06.268 INFO kablam! --> src/hammer.rs:4:1 Oct 10 17:22:06.268 INFO kablam! | Oct 10 17:22:06.269 INFO kablam! 4 | pub fn hammer(string: &mut Waveguide, stiffness: f32, size: usize, velocity: f32, position: usize, time: f32) { Oct 10 17:22:06.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:06.269 INFO kablam! | Oct 10 17:22:06.269 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:22:06.269 INFO kablam! Oct 10 17:22:06.269 INFO kablam! warning: struct is never constructed: `IntegerAllPass` Oct 10 17:22:06.269 INFO kablam! --> src/filter.rs:3:1 Oct 10 17:22:06.269 INFO kablam! | Oct 10 17:22:06.269 INFO kablam! 3 | pub struct IntegerAllPass { // Generic integer-delay allpass Oct 10 17:22:06.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:06.269 INFO kablam! Oct 10 17:22:06.269 INFO kablam! warning: method is never used: `new` Oct 10 17:22:06.269 INFO kablam! --> src/filter.rs:10:2 Oct 10 17:22:06.269 INFO kablam! | Oct 10 17:22:06.269 INFO kablam! 10 | pub fn new(gain: f32, size: usize) -> Self { Oct 10 17:22:06.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:06.269 INFO kablam! Oct 10 17:22:06.269 INFO kablam! warning: method is never used: `update` Oct 10 17:22:06.269 INFO kablam! --> src/filter.rs:18:2 Oct 10 17:22:06.269 INFO kablam! | Oct 10 17:22:06.269 INFO kablam! 18 | pub fn update(&mut self, input: f32) -> f32 { Oct 10 17:22:06.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:22:06.269 INFO kablam! Oct 10 17:22:07.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.37s Oct 10 17:22:07.333 INFO kablam! su: No module specific data is present Oct 10 17:22:08.289 INFO running `"docker" "rm" "-f" "23c4794d4e50c9f941bdb97f9ef08b53ae89e3cf859eb3440e5c3dab706c1e29"` Oct 10 17:22:08.628 INFO blam! 23c4794d4e50c9f941bdb97f9ef08b53ae89e3cf859eb3440e5c3dab706c1e29 Oct 10 17:22:08.630 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:22:08.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:22:09.300 INFO blam! 6acb590d45cb4e1a61d240bc3b4d6fa3f7e3bc483fa4cbac939a367649131336 Oct 10 17:22:09.303 INFO running `"docker" "start" "-a" "6acb590d45cb4e1a61d240bc3b4d6fa3f7e3bc483fa4cbac939a367649131336"` Oct 10 17:22:10.411 INFO kablam! usermod: no changes Oct 10 17:22:10.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 17:22:10.529 INFO kablam! Running /target/debug/deps/piano-8df97662429c09a0 Oct 10 17:22:10.536 INFO blam! Oct 10 17:22:10.536 INFO blam! running 0 tests Oct 10 17:22:10.536 INFO blam! Oct 10 17:22:10.536 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:22:10.536 INFO blam! Oct 10 17:22:10.544 INFO kablam! su: No module specific data is present Oct 10 17:22:11.605 INFO running `"docker" "rm" "-f" "6acb590d45cb4e1a61d240bc3b4d6fa3f7e3bc483fa4cbac939a367649131336"` Oct 10 17:22:11.927 INFO blam! 6acb590d45cb4e1a61d240bc3b4d6fa3f7e3bc483fa4cbac939a367649131336