Oct 26 23:50:00.018 INFO checking nekronos/gbc_rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:50:00.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 26 23:50:00.429 INFO blam! cb47d12df8070fa3c2c151697df0f5f1d0e0b29f29e98c85b7f2fd9d4264495f Oct 26 23:50:00.431 INFO running `"docker" "start" "-a" "cb47d12df8070fa3c2c151697df0f5f1d0e0b29f29e98c85b7f2fd9d4264495f"` Oct 26 23:50:01.115 INFO kablam! usermod: no changes Oct 26 23:50:01.170 INFO kablam! Checking dylib v0.0.1 Oct 26 23:50:01.171 INFO kablam! Compiling minifb v0.9.0 Oct 26 23:50:01.471 INFO kablam! Checking x11-dl v2.2.1 Oct 26 23:50:06.251 INFO kablam! Checking gbc_rs v0.1.0 (/source) Oct 26 23:50:07.335 INFO kablam! warning: unused variable: `cycle_count` Oct 26 23:50:07.335 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 26 23:50:07.335 INFO kablam! | Oct 26 23:50:07.335 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 26 23:50:07.335 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 26 23:50:07.335 INFO kablam! | Oct 26 23:50:07.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:50:07.335 INFO kablam! Oct 26 23:50:07.527 INFO kablam! warning: field is never used: `gameboy_type` Oct 26 23:50:07.527 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 26 23:50:07.527 INFO kablam! | Oct 26 23:50:07.527 INFO kablam! 12 | gameboy_type: GameboyType, Oct 26 23:50:07.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:50:07.527 INFO kablam! | Oct 26 23:50:07.527 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:50:07.528 INFO kablam! Oct 26 23:50:07.528 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 26 23:50:07.528 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 26 23:50:07.528 INFO kablam! | Oct 26 23:50:07.528 INFO kablam! 60 | Mbc2, Oct 26 23:50:07.528 INFO kablam! | ^^^^ Oct 26 23:50:07.528 INFO kablam! Oct 26 23:50:07.557 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 23:50:07.557 INFO kablam! --> src/main.rs:135:13 Oct 26 23:50:07.557 INFO kablam! | Oct 26 23:50:07.557 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 26 23:50:07.557 INFO kablam! 136 | | .into_iter() Oct 26 23:50:07.557 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 26 23:50:07.557 INFO kablam! 138 | | .collect::>(); Oct 26 23:50:07.557 INFO kablam! | |_____________________________________^ Oct 26 23:50:07.557 INFO kablam! | Oct 26 23:50:07.557 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:50:07.557 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 23:50:07.557 INFO kablam! Oct 26 23:50:08.023 INFO kablam! warning: unused variable: `cycle_count` Oct 26 23:50:08.023 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 26 23:50:08.023 INFO kablam! | Oct 26 23:50:08.023 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 26 23:50:08.023 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 26 23:50:08.023 INFO kablam! | Oct 26 23:50:08.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:50:08.023 INFO kablam! Oct 26 23:50:08.187 INFO kablam! warning: field is never used: `gameboy_type` Oct 26 23:50:08.187 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 26 23:50:08.187 INFO kablam! | Oct 26 23:50:08.187 INFO kablam! 12 | gameboy_type: GameboyType, Oct 26 23:50:08.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:50:08.187 INFO kablam! | Oct 26 23:50:08.187 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:50:08.187 INFO kablam! Oct 26 23:50:08.187 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 26 23:50:08.187 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 26 23:50:08.187 INFO kablam! | Oct 26 23:50:08.187 INFO kablam! 60 | Mbc2, Oct 26 23:50:08.187 INFO kablam! | ^^^^ Oct 26 23:50:08.187 INFO kablam! Oct 26 23:50:08.208 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 23:50:08.208 INFO kablam! --> src/main.rs:135:13 Oct 26 23:50:08.208 INFO kablam! | Oct 26 23:50:08.208 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 26 23:50:08.208 INFO kablam! 136 | | .into_iter() Oct 26 23:50:08.208 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 26 23:50:08.208 INFO kablam! 138 | | .collect::>(); Oct 26 23:50:08.208 INFO kablam! | |_____________________________________^ Oct 26 23:50:08.208 INFO kablam! | Oct 26 23:50:08.208 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:50:08.208 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 23:50:08.208 INFO kablam! Oct 26 23:50:08.296 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.16s Oct 26 23:50:08.305 INFO kablam! su: No module specific data is present Oct 26 23:50:09.221 INFO running `"docker" "rm" "-f" "cb47d12df8070fa3c2c151697df0f5f1d0e0b29f29e98c85b7f2fd9d4264495f"` Oct 26 23:50:09.663 INFO blam! cb47d12df8070fa3c2c151697df0f5f1d0e0b29f29e98c85b7f2fd9d4264495f