Oct 21 14:37:46.930 INFO checking r0xsh/GameBoy-Emulator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:37:46.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 14:37:47.276 INFO blam! dc3e150a4fedf73540c56b264a6443889d8ceca4892cb12c634054b0a1e199c9 Oct 21 14:37:47.288 INFO running `"docker" "start" "-a" "dc3e150a4fedf73540c56b264a6443889d8ceca4892cb12c634054b0a1e199c9"` Oct 21 14:37:48.510 INFO kablam! usermod: no changes Oct 21 14:37:48.692 INFO kablam! Checking iovec v0.1.0 Oct 21 14:37:48.692 INFO kablam! Checking net2 v0.2.27 Oct 21 14:37:49.612 INFO kablam! Checking bytes v0.4.2 Oct 21 14:37:50.340 INFO kablam! Checking mio v0.6.6 Oct 21 14:37:52.412 INFO kablam! Checking ws v0.7.1 Oct 21 14:37:54.420 INFO kablam! Checking gameboy v0.1.0 (/source) Oct 21 14:37:54.956 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.956 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 21 14:37:54.956 INFO kablam! | Oct 21 14:37:54.956 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 21 14:37:54.956 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:54.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.957 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 21 14:37:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:54.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.957 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 21 14:37:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:54.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.957 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 21 14:37:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:54.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.957 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 21 14:37:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:54.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.957 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 21 14:37:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:54.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.957 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 21 14:37:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:54.957 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:54.957 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 21 14:37:54.957 INFO kablam! | Oct 21 14:37:54.957 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 21 14:37:54.957 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:54.957 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.402 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 14:37:55.402 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 21 14:37:55.402 INFO kablam! | Oct 21 14:37:55.402 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 21 14:37:55.402 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:37:55.402 INFO kablam! Oct 21 14:37:55.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.21s Oct 21 14:37:55.772 INFO kablam! su: No module specific data is present Oct 21 14:37:56.671 INFO running `"docker" "rm" "-f" "dc3e150a4fedf73540c56b264a6443889d8ceca4892cb12c634054b0a1e199c9"` Oct 21 14:37:56.872 INFO blam! dc3e150a4fedf73540c56b264a6443889d8ceca4892cb12c634054b0a1e199c9