Oct 12 16:39:19.035 INFO checking nekronos/gbc_rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 16:39:19.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 16:39:19.464 INFO blam! fd691b28e17733983b4f1f009bb7837c7a9769bfc4819e3afbdb398ebaaea70f Oct 12 16:39:19.466 INFO running `"docker" "start" "-a" "fd691b28e17733983b4f1f009bb7837c7a9769bfc4819e3afbdb398ebaaea70f"` Oct 12 16:39:20.252 INFO kablam! usermod: no changes Oct 12 16:39:20.336 INFO kablam! Checking dylib v0.0.1 Oct 12 16:39:20.348 INFO kablam! Compiling minifb v0.9.0 Oct 12 16:39:20.348 INFO kablam! Checking time v0.1.35 Oct 12 16:39:20.755 INFO kablam! Checking x11-dl v2.2.1 Oct 12 16:39:25.982 INFO kablam! Checking gbc_rs v0.1.0 (/source) Oct 12 16:39:27.072 INFO kablam! warning: unused variable: `cycle_count` Oct 12 16:39:27.072 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 12 16:39:27.072 INFO kablam! | Oct 12 16:39:27.072 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 12 16:39:27.072 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 12 16:39:27.072 INFO kablam! | Oct 12 16:39:27.072 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:39:27.072 INFO kablam! Oct 12 16:39:27.110 INFO kablam! warning: unused variable: `cycle_count` Oct 12 16:39:27.111 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 12 16:39:27.111 INFO kablam! | Oct 12 16:39:27.111 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 12 16:39:27.112 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 12 16:39:27.112 INFO kablam! | Oct 12 16:39:27.112 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:39:27.112 INFO kablam! Oct 12 16:39:27.268 INFO kablam! warning: field is never used: `gameboy_type` Oct 12 16:39:27.269 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 12 16:39:27.269 INFO kablam! | Oct 12 16:39:27.269 INFO kablam! 12 | gameboy_type: GameboyType, Oct 12 16:39:27.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:39:27.270 INFO kablam! | Oct 12 16:39:27.270 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:39:27.271 INFO kablam! Oct 12 16:39:27.271 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 12 16:39:27.271 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 12 16:39:27.272 INFO kablam! | Oct 12 16:39:27.272 INFO kablam! 60 | Mbc2, Oct 12 16:39:27.272 INFO kablam! | ^^^^ Oct 12 16:39:27.273 INFO kablam! Oct 12 16:39:27.285 INFO kablam! warning: field is never used: `gameboy_type` Oct 12 16:39:27.286 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 12 16:39:27.286 INFO kablam! | Oct 12 16:39:27.292 INFO kablam! 12 | gameboy_type: GameboyType, Oct 12 16:39:27.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:39:27.293 INFO kablam! | Oct 12 16:39:27.293 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:39:27.293 INFO kablam! Oct 12 16:39:27.293 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 12 16:39:27.294 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 12 16:39:27.294 INFO kablam! | Oct 12 16:39:27.294 INFO kablam! 60 | Mbc2, Oct 12 16:39:27.295 INFO kablam! | ^^^^ Oct 12 16:39:27.295 INFO kablam! Oct 12 16:39:27.295 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 12 16:39:27.296 INFO kablam! --> src/main.rs:135:13 Oct 12 16:39:27.296 INFO kablam! | Oct 12 16:39:27.296 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 12 16:39:27.297 INFO kablam! 136 | | .into_iter() Oct 12 16:39:27.297 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 12 16:39:27.297 INFO kablam! 138 | | .collect::>(); Oct 12 16:39:27.297 INFO kablam! | |_____________________________________^ Oct 12 16:39:27.298 INFO kablam! | Oct 12 16:39:27.298 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 16:39:27.298 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 12 16:39:27.298 INFO kablam! Oct 12 16:39:27.301 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 12 16:39:27.301 INFO kablam! --> src/main.rs:135:13 Oct 12 16:39:27.302 INFO kablam! | Oct 12 16:39:27.302 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 12 16:39:27.302 INFO kablam! 136 | | .into_iter() Oct 12 16:39:27.303 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 12 16:39:27.303 INFO kablam! 138 | | .collect::>(); Oct 12 16:39:27.303 INFO kablam! | |_____________________________________^ Oct 12 16:39:27.303 INFO kablam! | Oct 12 16:39:27.304 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 16:39:27.304 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 12 16:39:27.304 INFO kablam! Oct 12 16:39:27.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.05s Oct 12 16:39:27.338 INFO kablam! su: No module specific data is present Oct 12 16:39:27.745 INFO running `"docker" "rm" "-f" "fd691b28e17733983b4f1f009bb7837c7a9769bfc4819e3afbdb398ebaaea70f"` Oct 12 16:39:27.956 INFO blam! fd691b28e17733983b4f1f009bb7837c7a9769bfc4819e3afbdb398ebaaea70f