Oct 26 22:35:27.687 INFO checking r0xsh/GameBoy-Emulator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:35:27.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 26 22:35:28.142 INFO blam! e626646629f924fe5838d9de6bbb9decec445d4f6b5667c62841dd522ba5bfec Oct 26 22:35:28.143 INFO running `"docker" "start" "-a" "e626646629f924fe5838d9de6bbb9decec445d4f6b5667c62841dd522ba5bfec"` Oct 26 22:35:30.399 INFO kablam! usermod: no changes Oct 26 22:35:30.487 INFO kablam! Checking iovec v0.1.0 Oct 26 22:35:30.487 INFO kablam! Checking net2 v0.2.27 Oct 26 22:35:30.519 INFO kablam! Checking idna v0.1.1 Oct 26 22:35:31.224 INFO kablam! Checking bytes v0.4.2 Oct 26 22:35:32.180 INFO kablam! Checking mio v0.6.6 Oct 26 22:35:34.699 INFO kablam! Checking url v1.4.0 Oct 26 22:35:36.496 INFO kablam! Checking ws v0.7.1 Oct 26 22:35:38.359 INFO kablam! Checking gameboy v0.1.0 (/source) Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.064 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.064 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 26 22:35:39.064 INFO kablam! | Oct 26 22:35:39.064 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 26 22:35:39.064 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.064 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 26 22:35:39.295 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 22:35:39.295 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 26 22:35:39.295 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.295 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 26 22:35:39.295 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.295 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 26 22:35:39.295 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.295 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 26 22:35:39.295 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.295 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 26 22:35:39.295 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.295 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 26 22:35:39.295 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.295 INFO kablam! Oct 26 22:35:39.295 INFO kablam! warning: unnecessary parentheses around method argument Oct 26 22:35:39.295 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 26 22:35:39.295 INFO kablam! | Oct 26 22:35:39.295 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 26 22:35:39.296 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:35:39.296 INFO kablam! Oct 26 22:35:39.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.41s Oct 26 22:35:39.855 INFO kablam! su: No module specific data is present Oct 26 22:35:40.723 INFO running `"docker" "rm" "-f" "e626646629f924fe5838d9de6bbb9decec445d4f6b5667c62841dd522ba5bfec"` Oct 26 22:35:41.079 INFO blam! e626646629f924fe5838d9de6bbb9decec445d4f6b5667c62841dd522ba5bfec