Oct 26 23:49:54.404 INFO checking nekronos/gbc_rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:49:54.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:49:54.752 INFO blam! 90d8398e232ce9328b80d73f42e176a72545fa604ba35983c6c4e3445d901f58 Oct 26 23:49:54.767 INFO running `"docker" "start" "-a" "90d8398e232ce9328b80d73f42e176a72545fa604ba35983c6c4e3445d901f58"` Oct 26 23:49:56.187 INFO kablam! usermod: no changes Oct 26 23:49:56.295 INFO kablam! Checking dylib v0.0.1 Oct 26 23:49:56.295 INFO kablam! Compiling minifb v0.9.0 Oct 26 23:49:56.295 INFO kablam! Checking time v0.1.35 Oct 26 23:49:57.127 INFO kablam! Checking x11-dl v2.2.1 Oct 26 23:50:02.585 INFO kablam! Checking gbc_rs v0.1.0 (/source) Oct 26 23:50:03.663 INFO kablam! warning: unused variable: `cycle_count` Oct 26 23:50:03.663 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 26 23:50:03.663 INFO kablam! | Oct 26 23:50:03.663 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 26 23:50:03.663 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 26 23:50:03.663 INFO kablam! | Oct 26 23:50:03.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:50:03.663 INFO kablam! Oct 26 23:50:03.684 INFO kablam! warning: unused variable: `cycle_count` Oct 26 23:50:03.684 INFO kablam! --> src/gbc/gamepad.rs:90:35 Oct 26 23:50:03.684 INFO kablam! | Oct 26 23:50:03.684 INFO kablam! 90 | pub fn cycle_flush(&mut self, cycle_count: u32) -> Interrupts { Oct 26 23:50:03.684 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_count` instead Oct 26 23:50:03.684 INFO kablam! | Oct 26 23:50:03.685 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:50:03.685 INFO kablam! Oct 26 23:50:03.871 INFO kablam! warning: field is never used: `gameboy_type` Oct 26 23:50:03.871 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 26 23:50:03.871 INFO kablam! | Oct 26 23:50:03.871 INFO kablam! 12 | gameboy_type: GameboyType, Oct 26 23:50:03.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:50:03.871 INFO kablam! | Oct 26 23:50:03.871 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:50:03.871 INFO kablam! Oct 26 23:50:03.871 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 26 23:50:03.871 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 26 23:50:03.872 INFO kablam! | Oct 26 23:50:03.872 INFO kablam! 60 | Mbc2, Oct 26 23:50:03.872 INFO kablam! | ^^^^ Oct 26 23:50:03.872 INFO kablam! Oct 26 23:50:03.889 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 23:50:03.889 INFO kablam! --> src/main.rs:135:13 Oct 26 23:50:03.889 INFO kablam! | Oct 26 23:50:03.889 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 26 23:50:03.889 INFO kablam! 136 | | .into_iter() Oct 26 23:50:03.889 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 26 23:50:03.889 INFO kablam! 138 | | .collect::>(); Oct 26 23:50:03.889 INFO kablam! | |_____________________________________^ Oct 26 23:50:03.889 INFO kablam! | Oct 26 23:50:03.889 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:50:03.889 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 23:50:03.889 INFO kablam! Oct 26 23:50:03.894 INFO kablam! warning: field is never used: `gameboy_type` Oct 26 23:50:03.894 INFO kablam! --> src/gbc/interconnect.rs:12:5 Oct 26 23:50:03.894 INFO kablam! | Oct 26 23:50:03.895 INFO kablam! 12 | gameboy_type: GameboyType, Oct 26 23:50:03.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:50:03.895 INFO kablam! | Oct 26 23:50:03.895 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:50:03.895 INFO kablam! Oct 26 23:50:03.903 INFO kablam! warning: variant is never constructed: `Mbc2` Oct 26 23:50:03.903 INFO kablam! --> src/gbc/mbc/mod.rs:60:5 Oct 26 23:50:03.903 INFO kablam! | Oct 26 23:50:03.903 INFO kablam! 60 | Mbc2, Oct 26 23:50:03.903 INFO kablam! | ^^^^ Oct 26 23:50:03.903 INFO kablam! Oct 26 23:50:03.922 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 23:50:03.923 INFO kablam! --> src/main.rs:135:13 Oct 26 23:50:03.924 INFO kablam! | Oct 26 23:50:03.924 INFO kablam! 135 | / make_events(keys.clone(), prev_keys) Oct 26 23:50:03.924 INFO kablam! 136 | | .into_iter() Oct 26 23:50:03.924 INFO kablam! 137 | | .map(|e| gamepad_tx.send(e).unwrap()) Oct 26 23:50:03.924 INFO kablam! 138 | | .collect::>(); Oct 26 23:50:03.924 INFO kablam! | |_____________________________________^ Oct 26 23:50:03.924 INFO kablam! | Oct 26 23:50:03.924 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:50:03.924 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 23:50:03.924 INFO kablam! Oct 26 23:50:03.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.73s Oct 26 23:50:03.958 INFO kablam! su: No module specific data is present Oct 26 23:50:04.457 INFO running `"docker" "rm" "-f" "90d8398e232ce9328b80d73f42e176a72545fa604ba35983c6c4e3445d901f58"` Oct 26 23:50:04.638 INFO blam! 90d8398e232ce9328b80d73f42e176a72545fa604ba35983c6c4e3445d901f58