Oct 12 15:23:32.269 INFO checking r0xsh/GameBoy-Emulator against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 15:23:32.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 15:23:32.729 INFO blam! 6c869b32b483b254e602c48bfe40fe1dfa7cdaff35dcaf4ab2fedda90b4fa42d Oct 12 15:23:32.731 INFO running `"docker" "start" "-a" "6c869b32b483b254e602c48bfe40fe1dfa7cdaff35dcaf4ab2fedda90b4fa42d"` Oct 12 15:23:34.991 INFO kablam! usermod: no changes Oct 12 15:23:35.151 INFO kablam! Checking iovec v0.1.0 Oct 12 15:23:35.151 INFO kablam! Checking net2 v0.2.27 Oct 12 15:23:35.556 INFO kablam! Checking bytes v0.4.2 Oct 12 15:23:35.960 INFO kablam! Checking mio v0.6.6 Oct 12 15:23:37.754 INFO kablam! Checking ws v0.7.1 Oct 12 15:23:39.795 INFO kablam! Checking gameboy v0.1.0 (/source) Oct 12 15:23:40.664 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.664 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 12 15:23:40.664 INFO kablam! | Oct 12 15:23:40.664 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 12 15:23:40.665 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.665 INFO kablam! | Oct 12 15:23:40.665 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 15:23:40.665 INFO kablam! Oct 12 15:23:40.665 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.665 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 12 15:23:40.665 INFO kablam! | Oct 12 15:23:40.665 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 12 15:23:40.665 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.665 INFO kablam! Oct 12 15:23:40.665 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.665 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 12 15:23:40.665 INFO kablam! | Oct 12 15:23:40.665 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 12 15:23:40.665 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.665 INFO kablam! Oct 12 15:23:40.665 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.665 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 12 15:23:40.665 INFO kablam! | Oct 12 15:23:40.665 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 12 15:23:40.665 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.665 INFO kablam! Oct 12 15:23:40.665 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.665 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 12 15:23:40.665 INFO kablam! | Oct 12 15:23:40.665 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 12 15:23:40.665 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.665 INFO kablam! Oct 12 15:23:40.666 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.666 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 12 15:23:40.666 INFO kablam! | Oct 12 15:23:40.666 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 12 15:23:40.666 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.666 INFO kablam! Oct 12 15:23:40.666 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.666 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 12 15:23:40.666 INFO kablam! | Oct 12 15:23:40.666 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 12 15:23:40.666 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.666 INFO kablam! Oct 12 15:23:40.666 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.666 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 12 15:23:40.666 INFO kablam! | Oct 12 15:23:40.666 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 12 15:23:40.666 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.666 INFO kablam! Oct 12 15:23:40.704 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.704 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 12 15:23:40.705 INFO kablam! | Oct 12 15:23:40.705 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 12 15:23:40.705 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.705 INFO kablam! | Oct 12 15:23:40.705 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 15:23:40.705 INFO kablam! Oct 12 15:23:40.706 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.706 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 12 15:23:40.706 INFO kablam! | Oct 12 15:23:40.706 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 12 15:23:40.707 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.707 INFO kablam! Oct 12 15:23:40.707 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.707 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 12 15:23:40.707 INFO kablam! | Oct 12 15:23:40.708 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 12 15:23:40.708 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.708 INFO kablam! Oct 12 15:23:40.708 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.708 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 12 15:23:40.709 INFO kablam! | Oct 12 15:23:40.709 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 12 15:23:40.709 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.709 INFO kablam! Oct 12 15:23:40.709 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.710 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 12 15:23:40.710 INFO kablam! | Oct 12 15:23:40.710 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 12 15:23:40.710 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.710 INFO kablam! Oct 12 15:23:40.711 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.711 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 12 15:23:40.711 INFO kablam! | Oct 12 15:23:40.711 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 12 15:23:40.712 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.712 INFO kablam! Oct 12 15:23:40.712 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.712 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 12 15:23:40.712 INFO kablam! | Oct 12 15:23:40.712 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 12 15:23:40.712 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.713 INFO kablam! Oct 12 15:23:40.713 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 15:23:40.713 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 12 15:23:40.716 INFO kablam! | Oct 12 15:23:40.716 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 12 15:23:40.716 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 15:23:40.716 INFO kablam! Oct 12 15:23:41.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.37s Oct 12 15:23:41.414 INFO kablam! su: No module specific data is present Oct 12 15:23:42.790 INFO running `"docker" "rm" "-f" "6c869b32b483b254e602c48bfe40fe1dfa7cdaff35dcaf4ab2fedda90b4fa42d"` Oct 12 15:23:43.184 INFO blam! 6c869b32b483b254e602c48bfe40fe1dfa7cdaff35dcaf4ab2fedda90b4fa42d