Oct 21 15:17:21.422 INFO checking nekronos/gbc_rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:17:21.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 15:17:21.740 INFO blam! 3e304b0cebf23654bc9075df76144b7c4bd4b7b5df591534f479bb4f10c3417e Oct 21 15:17:21.743 INFO running `"docker" "start" "-a" "3e304b0cebf23654bc9075df76144b7c4bd4b7b5df591534f479bb4f10c3417e"` Oct 21 15:17:22.796 INFO kablam! usermod: no changes Oct 21 15:17:22.880 INFO kablam! Compiling gcc v0.3.39 Oct 21 15:17:22.880 INFO kablam! Checking libc v0.1.12 Oct 21 15:17:22.896 INFO kablam! Checking dylib v0.0.1 Oct 21 15:17:22.896 INFO kablam! Checking time v0.1.35 Oct 21 15:17:23.784 INFO kablam! Checking x11-dl v2.2.1 Oct 21 15:17:25.873 INFO kablam! Compiling minifb v0.9.0 Oct 21 15:17:30.205 INFO kablam! Checking gbc_rs v0.1.0 (/source) Oct 21 15:17:31.087 INFO kablam! warning: unused variable: `cycle_count` Oct 21 15:17:31.087 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 21 15:17:31.087 INFO kablam! | Oct 21 15:17:31.088 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 21 15:17:31.088 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 21 15:17:31.088 INFO kablam! | Oct 21 15:17:31.089 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:17:31.089 INFO kablam! Oct 21 15:17:31.148 INFO kablam! warning: unused variable: `cycle_count` Oct 21 15:17:31.148 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 21 15:17:31.148 INFO kablam! | Oct 21 15:17:31.148 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 21 15:17:31.148 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 21 15:17:31.148 INFO kablam! | Oct 21 15:17:31.148 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:17:31.148 INFO kablam! Oct 21 15:17:31.288 INFO kablam! warning: field is never used: `gameboy_type` Oct 21 15:17:31.289 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 21 15:17:31.289 INFO kablam! | Oct 21 15:17:31.289 INFO kablam! 12 | gameboy_type: GameboyType, Oct 21 15:17:31.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:17:31.290 INFO kablam! | Oct 21 15:17:31.290 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:17:31.291 INFO kablam! Oct 21 15:17:31.291 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 21 15:17:31.291 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 21 15:17:31.292 INFO kablam! | Oct 21 15:17:31.292 INFO kablam! 60 | Mbc2, Oct 21 15:17:31.292 INFO kablam! | ^^^^ Oct 21 15:17:31.293 INFO kablam! Oct 21 15:17:31.297 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 15:17:31.297 INFO kablam! --> src/main.rs:135:13 Oct 21 15:17:31.297 INFO kablam! | Oct 21 15:17:31.297 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 21 15:17:31.297 INFO kablam! 136 | | .into_iter() Oct 21 15:17:31.297 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 21 15:17:31.297 INFO kablam! 138 | | .collect::>(); Oct 21 15:17:31.297 INFO kablam! | |_____________________________________^ Oct 21 15:17:31.297 INFO kablam! | Oct 21 15:17:31.297 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 15:17:31.297 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 15:17:31.297 INFO kablam! Oct 21 15:17:31.355 INFO kablam! warning: field is never used: `gameboy_type` Oct 21 15:17:31.355 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 21 15:17:31.355 INFO kablam! | Oct 21 15:17:31.355 INFO kablam! 12 | gameboy_type: GameboyType, Oct 21 15:17:31.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:17:31.355 INFO kablam! | Oct 21 15:17:31.355 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:17:31.355 INFO kablam! Oct 21 15:17:31.355 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 21 15:17:31.355 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 21 15:17:31.355 INFO kablam! | Oct 21 15:17:31.356 INFO kablam! 60 | Mbc2, Oct 21 15:17:31.356 INFO kablam! | ^^^^ Oct 21 15:17:31.356 INFO kablam! Oct 21 15:17:31.361 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 15:17:31.361 INFO kablam! --> src/main.rs:135:13 Oct 21 15:17:31.361 INFO kablam! | Oct 21 15:17:31.361 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 21 15:17:31.361 INFO kablam! 136 | | .into_iter() Oct 21 15:17:31.361 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 21 15:17:31.361 INFO kablam! 138 | | .collect::>(); Oct 21 15:17:31.361 INFO kablam! | |_____________________________________^ Oct 21 15:17:31.361 INFO kablam! | Oct 21 15:17:31.361 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 15:17:31.361 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 15:17:31.361 INFO kablam! Oct 21 15:17:31.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.57s Oct 21 15:17:31.407 INFO kablam! su: No module specific data is present Oct 21 15:17:31.686 INFO running `"docker" "rm" "-f" "3e304b0cebf23654bc9075df76144b7c4bd4b7b5df591534f479bb4f10c3417e"` Oct 21 15:17:31.891 INFO blam! 3e304b0cebf23654bc9075df76144b7c4bd4b7b5df591534f479bb4f10c3417e