Oct 27 04:57:05.609 INFO checking evantypanski/gremulator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:57:05.609 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 27 04:57:06.147 INFO blam! 44ba41140c2dba3062731e017fcab71129e8f5431de00461a6ce7d0c38f58f2e Oct 27 04:57:06.149 INFO running `"docker" "start" "-a" "44ba41140c2dba3062731e017fcab71129e8f5431de00461a6ce7d0c38f58f2e"` Oct 27 04:57:07.374 INFO kablam! usermod: no changes Oct 27 04:57:07.431 INFO kablam! Checking gremulator v0.1.0 (/source) Oct 27 04:57:07.971 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 04:57:07.971 INFO kablam! --> src/register.rs:57:12 Oct 27 04:57:07.971 INFO kablam! | Oct 27 04:57:07.971 INFO kablam! 57 | if (set) { self.f |= (1 << offset); } Oct 27 04:57:07.971 INFO kablam! | ^^^^^ help: remove these parentheses Oct 27 04:57:07.971 INFO kablam! | Oct 27 04:57:07.971 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:57:07.971 INFO kablam! Oct 27 04:57:07.971 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 04:57:07.971 INFO kablam! --> src/register.rs:57:30 Oct 27 04:57:07.971 INFO kablam! | Oct 27 04:57:07.971 INFO kablam! 57 | if (set) { self.f |= (1 << offset); } Oct 27 04:57:07.971 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:57:07.971 INFO kablam! Oct 27 04:57:08.051 INFO kablam! warning: unused variable: `other` Oct 27 04:57:08.051 INFO kablam! --> src/cpu.rs:204:13 Oct 27 04:57:08.051 INFO kablam! | Oct 27 04:57:08.051 INFO kablam! 204 | other => panic!("Instruction not implemented!"), Oct 27 04:57:08.051 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 27 04:57:08.051 INFO kablam! | Oct 27 04:57:08.051 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:57:08.051 INFO kablam! Oct 27 04:57:08.062 INFO kablam! warning: field is never used: `halted` Oct 27 04:57:08.062 INFO kablam! --> src/cpu.rs:4:5 Oct 27 04:57:08.062 INFO kablam! | Oct 27 04:57:08.062 INFO kablam! 4 | halted: bool, Oct 27 04:57:08.062 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 04:57:08.062 INFO kablam! | Oct 27 04:57:08.062 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:57:08.062 INFO kablam! Oct 27 04:57:08.062 INFO kablam! warning: field is never used: `a` Oct 27 04:57:08.062 INFO kablam! --> src/mmu.rs:2:5 Oct 27 04:57:08.062 INFO kablam! | Oct 27 04:57:08.062 INFO kablam! 2 | a: u8, Oct 27 04:57:08.062 INFO kablam! | ^^^^^ Oct 27 04:57:08.062 INFO kablam! Oct 27 04:57:08.062 INFO kablam! warning: comparison is useless due to type limits Oct 27 04:57:08.062 INFO kablam! --> src/cpu.rs:53:15 Oct 27 04:57:08.062 INFO kablam! | Oct 27 04:57:08.062 INFO kablam! 53 | set = self.registers.a + val > 0xff; Oct 27 04:57:08.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:57:08.062 INFO kablam! | Oct 27 04:57:08.062 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 04:57:08.062 INFO kablam! Oct 27 04:57:08.071 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:57:08.071 INFO kablam! --> src/mbc.rs:23:9 Oct 27 04:57:08.071 INFO kablam! | Oct 27 04:57:08.071 INFO kablam! 23 | file.read_to_end(&mut contents); Oct 27 04:57:08.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:57:08.071 INFO kablam! | Oct 27 04:57:08.071 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:57:08.071 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:57:08.071 INFO kablam! Oct 27 04:57:08.075 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 04:57:08.075 INFO kablam! --> src/register.rs:57:12 Oct 27 04:57:08.075 INFO kablam! | Oct 27 04:57:08.075 INFO kablam! 57 | if (set) { self.f |= (1 << offset); } Oct 27 04:57:08.075 INFO kablam! | ^^^^^ help: remove these parentheses Oct 27 04:57:08.075 INFO kablam! | Oct 27 04:57:08.075 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:57:08.075 INFO kablam! Oct 27 04:57:08.075 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 04:57:08.075 INFO kablam! --> src/register.rs:57:30 Oct 27 04:57:08.075 INFO kablam! | Oct 27 04:57:08.075 INFO kablam! 57 | if (set) { self.f |= (1 << offset); } Oct 27 04:57:08.075 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:57:08.075 INFO kablam! Oct 27 04:57:08.215 INFO kablam! warning: unused variable: `other` Oct 27 04:57:08.215 INFO kablam! --> src/cpu.rs:204:13 Oct 27 04:57:08.215 INFO kablam! | Oct 27 04:57:08.215 INFO kablam! 204 | other => panic!("Instruction not implemented!"), Oct 27 04:57:08.215 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 27 04:57:08.215 INFO kablam! | Oct 27 04:57:08.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:57:08.215 INFO kablam! Oct 27 04:57:08.243 INFO kablam! warning: variable does not need to be mutable Oct 27 04:57:08.243 INFO kablam! --> src/cpu.rs:215:13 Oct 27 04:57:08.243 INFO kablam! | Oct 27 04:57:08.243 INFO kablam! 215 | let mut cpu = CPU::new(); Oct 27 04:57:08.243 INFO kablam! | ----^^^ Oct 27 04:57:08.243 INFO kablam! | | Oct 27 04:57:08.243 INFO kablam! | help: remove this `mut` Oct 27 04:57:08.243 INFO kablam! | Oct 27 04:57:08.243 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:57:08.243 INFO kablam! Oct 27 04:57:08.259 INFO kablam! warning: field is never used: `a` Oct 27 04:57:08.259 INFO kablam! --> src/mmu.rs:2:5 Oct 27 04:57:08.259 INFO kablam! | Oct 27 04:57:08.259 INFO kablam! 2 | a: u8, Oct 27 04:57:08.259 INFO kablam! | ^^^^^ Oct 27 04:57:08.259 INFO kablam! | Oct 27 04:57:08.259 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:57:08.259 INFO kablam! Oct 27 04:57:08.260 INFO kablam! warning: comparison is useless due to type limits Oct 27 04:57:08.260 INFO kablam! --> src/cpu.rs:53:15 Oct 27 04:57:08.260 INFO kablam! | Oct 27 04:57:08.260 INFO kablam! 53 | set = self.registers.a + val > 0xff; Oct 27 04:57:08.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:57:08.260 INFO kablam! | Oct 27 04:57:08.260 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 04:57:08.260 INFO kablam! Oct 27 04:57:08.273 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 04:57:08.274 INFO kablam! --> src/mbc.rs:23:9 Oct 27 04:57:08.274 INFO kablam! | Oct 27 04:57:08.274 INFO kablam! 23 | file.read_to_end(&mut contents); Oct 27 04:57:08.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:57:08.274 INFO kablam! | Oct 27 04:57:08.274 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 04:57:08.274 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 04:57:08.274 INFO kablam! Oct 27 04:57:09.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 27 04:57:09.043 INFO kablam! su: No module specific data is present Oct 27 04:57:09.929 INFO running `"docker" "rm" "-f" "44ba41140c2dba3062731e017fcab71129e8f5431de00461a6ce7d0c38f58f2e"` Oct 27 04:57:10.211 INFO blam! 44ba41140c2dba3062731e017fcab71129e8f5431de00461a6ce7d0c38f58f2e