Oct 12 23:58:40.393 INFO testing sklopi/diLay against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:58:40.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:58:40.804 INFO blam! 9a9f43438c1ec6e8a75a5ec95626019b61c923ce1cef0b3d31a5e0f4a52c8af4 Oct 12 23:58:40.815 INFO running `"docker" "start" "-a" "9a9f43438c1ec6e8a75a5ec95626019b61c923ce1cef0b3d31a5e0f4a52c8af4"` Oct 12 23:58:41.747 INFO kablam! usermod: no changes Oct 12 23:58:41.833 INFO kablam! Compiling libc v0.2.33 Oct 12 23:58:41.833 INFO kablam! Compiling itoa v0.3.4 Oct 12 23:58:41.833 INFO kablam! Compiling user32-sys v0.2.0 Oct 12 23:58:42.431 INFO kablam! Compiling serde_json v0.9.10 Oct 12 23:58:43.559 INFO kablam! Compiling rand v0.3.17 Oct 12 23:58:46.436 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 23:58:46.436 INFO kablam! Compiling num-bigint v0.1.40 Oct 12 23:58:47.150 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 23:58:48.435 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 23:58:51.931 INFO kablam! Compiling num-rational v0.1.39 Oct 12 23:58:53.612 INFO kablam! Compiling num v0.1.40 Oct 12 23:59:00.669 INFO kablam! Compiling libloading v0.3.4 Oct 12 23:59:03.288 INFO kablam! Compiling vst2 v0.0.1 Oct 12 23:59:05.891 INFO kablam! Compiling di_lay v0.1.0 (/source) Oct 12 23:59:06.311 INFO kablam! warning: unused import: `std` Oct 12 23:59:06.311 INFO kablam! --> src/editor.rs:1:5 Oct 12 23:59:06.311 INFO kablam! | Oct 12 23:59:06.311 INFO kablam! 1 | use std; Oct 12 23:59:06.311 INFO kablam! | ^^^ Oct 12 23:59:06.311 INFO kablam! | Oct 12 23:59:06.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:59:06.311 INFO kablam! Oct 12 23:59:06.311 INFO kablam! warning: unused import: `std::path::Path` Oct 12 23:59:06.311 INFO kablam! --> src/editor.rs:2:5 Oct 12 23:59:06.311 INFO kablam! | Oct 12 23:59:06.311 INFO kablam! 2 | use std::path::Path; Oct 12 23:59:06.311 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 23:59:06.311 INFO kablam! Oct 12 23:59:06.311 INFO kablam! warning: unused imports: `Drain`, `VecDeque` Oct 12 23:59:06.311 INFO kablam! --> src/editor.rs:3:35 Oct 12 23:59:06.311 INFO kablam! | Oct 12 23:59:06.311 INFO kablam! 3 | use std::collections::vec_deque::{VecDeque, Drain}; Oct 12 23:59:06.311 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 12 23:59:06.311 INFO kablam! Oct 12 23:59:06.311 INFO kablam! warning: unused import: `libc` Oct 12 23:59:06.311 INFO kablam! --> src/editor.rs:7:5 Oct 12 23:59:06.311 INFO kablam! | Oct 12 23:59:06.311 INFO kablam! 7 | use libc; Oct 12 23:59:06.311 INFO kablam! | ^^^^ Oct 12 23:59:06.311 INFO kablam! Oct 12 23:59:06.395 INFO kablam! warning: unused variable: `window` Oct 12 23:59:06.395 INFO kablam! --> src/editor.rs:47:24 Oct 12 23:59:06.395 INFO kablam! | Oct 12 23:59:06.395 INFO kablam! 47 | fn open(&mut self, window: *mut c_void) {} Oct 12 23:59:06.395 INFO kablam! | ^^^^^^ help: consider using `_window` instead Oct 12 23:59:06.395 INFO kablam! | Oct 12 23:59:06.395 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:59:06.395 INFO kablam! Oct 12 23:59:06.395 INFO kablam! warning: unused variable: `mode` Oct 12 23:59:06.395 INFO kablam! --> src/editor.rs:54:33 Oct 12 23:59:06.395 INFO kablam! | Oct 12 23:59:06.395 INFO kablam! 54 | fn set_knob_mode(&mut self, mode: KnobMode) -> bool { Oct 12 23:59:06.395 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 12 23:59:06.395 INFO kablam! Oct 12 23:59:06.395 INFO kablam! warning: unused variable: `keycode` Oct 12 23:59:06.395 INFO kablam! --> src/editor.rs:57:26 Oct 12 23:59:06.395 INFO kablam! | Oct 12 23:59:06.395 INFO kablam! 57 | fn key_up(&mut self, keycode: KeyCode) -> bool { Oct 12 23:59:06.395 INFO kablam! | ^^^^^^^ help: consider using `_keycode` instead Oct 12 23:59:06.395 INFO kablam! Oct 12 23:59:06.395 INFO kablam! warning: unused variable: `keycode` Oct 12 23:59:06.395 INFO kablam! --> src/editor.rs:60:28 Oct 12 23:59:06.395 INFO kablam! | Oct 12 23:59:06.395 INFO kablam! 60 | fn key_down(&mut self, keycode: KeyCode) -> bool { Oct 12 23:59:06.395 INFO kablam! | ^^^^^^^ help: consider using `_keycode` instead Oct 12 23:59:06.395 INFO kablam! Oct 12 23:59:07.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.94s Oct 12 23:59:07.711 INFO kablam! su: No module specific data is present Oct 12 23:59:08.335 INFO running `"docker" "rm" "-f" "9a9f43438c1ec6e8a75a5ec95626019b61c923ce1cef0b3d31a5e0f4a52c8af4"` Oct 12 23:59:08.703 INFO blam! 9a9f43438c1ec6e8a75a5ec95626019b61c923ce1cef0b3d31a5e0f4a52c8af4 Oct 12 23:59:08.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:59:09.191 INFO blam! 1d810d7365e2d1f5a884f9e3434abd466d3408c13d3641a6d7f98d146dbb9b5d Oct 12 23:59:09.196 INFO running `"docker" "start" "-a" "1d810d7365e2d1f5a884f9e3434abd466d3408c13d3641a6d7f98d146dbb9b5d"` Oct 12 23:59:10.543 INFO kablam! usermod: no changes Oct 12 23:59:10.651 INFO kablam! Compiling di_lay v0.1.0 (/source) Oct 12 23:59:11.195 INFO kablam! warning: unused import: `std` Oct 12 23:59:11.195 INFO kablam! --> src/editor.rs:1:5 Oct 12 23:59:11.195 INFO kablam! | Oct 12 23:59:11.195 INFO kablam! 1 | use std; Oct 12 23:59:11.195 INFO kablam! | ^^^ Oct 12 23:59:11.195 INFO kablam! | Oct 12 23:59:11.195 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:59:11.195 INFO kablam! Oct 12 23:59:11.195 INFO kablam! warning: unused import: `std::path::Path` Oct 12 23:59:11.195 INFO kablam! --> src/editor.rs:2:5 Oct 12 23:59:11.195 INFO kablam! | Oct 12 23:59:11.195 INFO kablam! 2 | use std::path::Path; Oct 12 23:59:11.195 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 23:59:11.195 INFO kablam! Oct 12 23:59:11.195 INFO kablam! warning: unused imports: `Drain`, `VecDeque` Oct 12 23:59:11.195 INFO kablam! --> src/editor.rs:3:35 Oct 12 23:59:11.195 INFO kablam! | Oct 12 23:59:11.195 INFO kablam! 3 | use std::collections::vec_deque::{VecDeque, Drain}; Oct 12 23:59:11.195 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 12 23:59:11.195 INFO kablam! Oct 12 23:59:11.195 INFO kablam! warning: unused import: `libc` Oct 12 23:59:11.195 INFO kablam! --> src/editor.rs:7:5 Oct 12 23:59:11.195 INFO kablam! | Oct 12 23:59:11.195 INFO kablam! 7 | use libc; Oct 12 23:59:11.195 INFO kablam! | ^^^^ Oct 12 23:59:11.195 INFO kablam! Oct 12 23:59:11.307 INFO kablam! warning: unused variable: `delay_line` Oct 12 23:59:11.307 INFO kablam! --> src/delay_line.rs:67:13 Oct 12 23:59:11.307 INFO kablam! | Oct 12 23:59:11.307 INFO kablam! 67 | let mut delay_line : DelayLine = Default::default(); Oct 12 23:59:11.307 INFO kablam! | ^^^^^^^^^^ help: consider using `_delay_line` instead Oct 12 23:59:11.307 INFO kablam! | Oct 12 23:59:11.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:59:11.307 INFO kablam! Oct 12 23:59:11.307 INFO kablam! warning: unused variable: `window` Oct 12 23:59:11.307 INFO kablam! --> src/editor.rs:47:24 Oct 12 23:59:11.307 INFO kablam! | Oct 12 23:59:11.307 INFO kablam! 47 | fn open(&mut self, window: *mut c_void) {} Oct 12 23:59:11.307 INFO kablam! | ^^^^^^ help: consider using `_window` instead Oct 12 23:59:11.307 INFO kablam! Oct 12 23:59:11.307 INFO kablam! warning: unused variable: `mode` Oct 12 23:59:11.307 INFO kablam! --> src/editor.rs:54:33 Oct 12 23:59:11.307 INFO kablam! | Oct 12 23:59:11.307 INFO kablam! 54 | fn set_knob_mode(&mut self, mode: KnobMode) -> bool { Oct 12 23:59:11.307 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 12 23:59:11.307 INFO kablam! Oct 12 23:59:11.307 INFO kablam! warning: unused variable: `keycode` Oct 12 23:59:11.307 INFO kablam! --> src/editor.rs:57:26 Oct 12 23:59:11.307 INFO kablam! | Oct 12 23:59:11.307 INFO kablam! 57 | fn key_up(&mut self, keycode: KeyCode) -> bool { Oct 12 23:59:11.307 INFO kablam! | ^^^^^^^ help: consider using `_keycode` instead Oct 12 23:59:11.307 INFO kablam! Oct 12 23:59:11.307 INFO kablam! warning: unused variable: `keycode` Oct 12 23:59:11.307 INFO kablam! --> src/editor.rs:60:28 Oct 12 23:59:11.307 INFO kablam! | Oct 12 23:59:11.307 INFO kablam! 60 | fn key_down(&mut self, keycode: KeyCode) -> bool { Oct 12 23:59:11.307 INFO kablam! | ^^^^^^^ help: consider using `_keycode` instead Oct 12 23:59:11.307 INFO kablam! Oct 12 23:59:11.323 INFO kablam! warning: variable does not need to be mutable Oct 12 23:59:11.323 INFO kablam! --> src/lib.rs:167:9 Oct 12 23:59:11.323 INFO kablam! | Oct 12 23:59:11.323 INFO kablam! 167 | let mut buffer: AudioBuffer = AudioBuffer::new( Oct 12 23:59:11.323 INFO kablam! | ----^^^^^^ Oct 12 23:59:11.323 INFO kablam! | | Oct 12 23:59:11.323 INFO kablam! | help: remove this `mut` Oct 12 23:59:11.323 INFO kablam! | Oct 12 23:59:11.323 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:59:11.323 INFO kablam! Oct 12 23:59:11.323 INFO kablam! warning: variable does not need to be mutable Oct 12 23:59:11.323 INFO kablam! --> src/delay_line.rs:67:9 Oct 12 23:59:11.323 INFO kablam! | Oct 12 23:59:11.323 INFO kablam! 67 | let mut delay_line : DelayLine = Default::default(); Oct 12 23:59:11.323 INFO kablam! | ----^^^^^^^^^^ Oct 12 23:59:11.323 INFO kablam! | | Oct 12 23:59:11.323 INFO kablam! | help: remove this `mut` Oct 12 23:59:11.323 INFO kablam! Oct 12 23:59:12.526 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 12 23:59:12.536 INFO kablam! su: No module specific data is present Oct 12 23:59:13.591 INFO running `"docker" "rm" "-f" "1d810d7365e2d1f5a884f9e3434abd466d3408c13d3641a6d7f98d146dbb9b5d"` Oct 12 23:59:13.841 INFO blam! 1d810d7365e2d1f5a884f9e3434abd466d3408c13d3641a6d7f98d146dbb9b5d Oct 12 23:59:13.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 23:59:14.285 INFO blam! 7e60fd56ad3ea34210f786a58cca0d4436791a8faca110efc56bf3244971f8e9 Oct 12 23:59:14.291 INFO running `"docker" "start" "-a" "7e60fd56ad3ea34210f786a58cca0d4436791a8faca110efc56bf3244971f8e9"` Oct 12 23:59:15.502 INFO kablam! usermod: no changes Oct 12 23:59:15.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 23:59:15.614 INFO kablam! Running /target/debug/deps/di_lay-4fd60c9e6ce94908 Oct 12 23:59:15.623 INFO blam! Oct 12 23:59:15.623 INFO blam! running 3 tests Oct 12 23:59:15.631 INFO blam! test delay_line::test_delay ... ok Oct 12 23:59:15.631 INFO blam! test delay_line::test_default ... ok Oct 12 23:59:15.731 INFO blam! test test ... ok Oct 12 23:59:15.731 INFO blam! Oct 12 23:59:15.731 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:59:15.731 INFO blam! Oct 12 23:59:15.737 INFO kablam! su: No module specific data is present Oct 12 23:59:16.375 INFO running `"docker" "rm" "-f" "7e60fd56ad3ea34210f786a58cca0d4436791a8faca110efc56bf3244971f8e9"` Oct 12 23:59:16.707 INFO blam! 7e60fd56ad3ea34210f786a58cca0d4436791a8faca110efc56bf3244971f8e9