Oct 31 22:51:57.982 INFO checking r0xsh/GameBoy-Emulator against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:51:57.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 22:51:58.468 INFO blam! 6ee54fd79b072ba4d46c88f3de2770f704c214a3233e2ff3bd2d3471d5370e53 Oct 31 22:51:58.470 INFO running `"docker" "start" "-a" "6ee54fd79b072ba4d46c88f3de2770f704c214a3233e2ff3bd2d3471d5370e53"` Oct 31 22:52:01.308 INFO kablam! usermod: no changes Oct 31 22:52:01.456 INFO kablam! Checking iovec v0.1.0 Oct 31 22:52:01.456 INFO kablam! Checking net2 v0.2.27 Oct 31 22:52:01.456 INFO kablam! Checking idna v0.1.1 Oct 31 22:52:02.241 INFO kablam! Checking bytes v0.4.2 Oct 31 22:52:03.218 INFO kablam! Checking mio v0.6.6 Oct 31 22:52:06.702 INFO kablam! Checking url v1.4.0 Oct 31 22:52:08.422 INFO kablam! Checking ws v0.7.1 Oct 31 22:52:10.508 INFO kablam! Checking gameboy v0.1.0 (/source) Oct 31 22:52:11.449 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.449 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 31 22:52:11.450 INFO kablam! | Oct 31 22:52:11.450 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 31 22:52:11.450 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.451 INFO kablam! | Oct 31 22:52:11.451 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 22:52:11.451 INFO kablam! Oct 31 22:52:11.452 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.452 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 31 22:52:11.452 INFO kablam! | Oct 31 22:52:11.453 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 31 22:52:11.453 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.453 INFO kablam! Oct 31 22:52:11.454 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.454 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 31 22:52:11.454 INFO kablam! | Oct 31 22:52:11.454 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 31 22:52:11.455 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.455 INFO kablam! Oct 31 22:52:11.455 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.456 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 31 22:52:11.456 INFO kablam! | Oct 31 22:52:11.456 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 31 22:52:11.457 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.457 INFO kablam! Oct 31 22:52:11.457 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.457 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 31 22:52:11.458 INFO kablam! | Oct 31 22:52:11.458 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 31 22:52:11.458 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.458 INFO kablam! Oct 31 22:52:11.459 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.459 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 31 22:52:11.459 INFO kablam! | Oct 31 22:52:11.459 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 31 22:52:11.460 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.460 INFO kablam! Oct 31 22:52:11.460 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.461 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 31 22:52:11.461 INFO kablam! | Oct 31 22:52:11.461 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 31 22:52:11.461 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.462 INFO kablam! Oct 31 22:52:11.462 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.462 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 31 22:52:11.463 INFO kablam! | Oct 31 22:52:11.463 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 31 22:52:11.463 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.463 INFO kablam! Oct 31 22:52:11.477 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.478 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 31 22:52:11.478 INFO kablam! | Oct 31 22:52:11.478 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 31 22:52:11.479 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.479 INFO kablam! | Oct 31 22:52:11.479 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 22:52:11.479 INFO kablam! Oct 31 22:52:11.480 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.480 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 31 22:52:11.480 INFO kablam! | Oct 31 22:52:11.485 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 31 22:52:11.485 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.486 INFO kablam! Oct 31 22:52:11.486 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.486 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 31 22:52:11.486 INFO kablam! | Oct 31 22:52:11.487 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 31 22:52:11.487 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.487 INFO kablam! Oct 31 22:52:11.487 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.488 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 31 22:52:11.488 INFO kablam! | Oct 31 22:52:11.488 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 31 22:52:11.489 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.489 INFO kablam! Oct 31 22:52:11.489 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.489 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 31 22:52:11.490 INFO kablam! | Oct 31 22:52:11.490 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 31 22:52:11.490 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.491 INFO kablam! Oct 31 22:52:11.491 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.491 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 31 22:52:11.492 INFO kablam! | Oct 31 22:52:11.492 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 31 22:52:11.492 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.492 INFO kablam! Oct 31 22:52:11.493 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.493 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 31 22:52:11.493 INFO kablam! | Oct 31 22:52:11.494 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 31 22:52:11.494 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.494 INFO kablam! Oct 31 22:52:11.494 INFO kablam! warning: unnecessary parentheses around method argument Oct 31 22:52:11.495 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 31 22:52:11.495 INFO kablam! | Oct 31 22:52:11.495 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 31 22:52:11.495 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 22:52:11.496 INFO kablam! Oct 31 22:52:12.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.75s Oct 31 22:52:12.112 INFO kablam! su: No module specific data is present Oct 31 22:52:12.820 INFO running `"docker" "rm" "-f" "6ee54fd79b072ba4d46c88f3de2770f704c214a3233e2ff3bd2d3471d5370e53"` Oct 31 22:52:13.200 INFO blam! 6ee54fd79b072ba4d46c88f3de2770f704c214a3233e2ff3bd2d3471d5370e53