Oct 13 03:24:27.784 INFO testing r0xsh/GameBoy-Emulator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:24:27.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 13 03:24:28.158 INFO blam! a487beb16b7ab6a63610a93737bee72001aa3a3f7e5f06c50f6885d5aeaf9d3f Oct 13 03:24:28.159 INFO running `"docker" "start" "-a" "a487beb16b7ab6a63610a93737bee72001aa3a3f7e5f06c50f6885d5aeaf9d3f"` Oct 13 03:24:29.903 INFO kablam! usermod: no changes Oct 13 03:24:30.043 INFO kablam! Compiling iovec v0.1.0 Oct 13 03:24:30.043 INFO kablam! Compiling net2 v0.2.27 Oct 13 03:24:30.044 INFO kablam! Compiling idna v0.1.1 Oct 13 03:24:30.787 INFO kablam! Compiling bytes v0.4.2 Oct 13 03:24:32.623 INFO kablam! Compiling mio v0.6.6 Oct 13 03:24:35.891 INFO kablam! Compiling url v1.4.0 Oct 13 03:24:40.171 INFO kablam! Compiling ws v0.7.1 Oct 13 03:24:43.835 INFO kablam! Compiling gameboy v0.1.0 (/source) Oct 13 03:24:44.451 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.451 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 13 03:24:44.451 INFO kablam! | Oct 13 03:24:44.451 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 13 03:24:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.451 INFO kablam! | Oct 13 03:24:44.451 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 03:24:44.451 INFO kablam! Oct 13 03:24:44.451 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.451 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 13 03:24:44.451 INFO kablam! | Oct 13 03:24:44.451 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 13 03:24:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.451 INFO kablam! Oct 13 03:24:44.451 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.451 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 13 03:24:44.451 INFO kablam! | Oct 13 03:24:44.451 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 13 03:24:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.451 INFO kablam! Oct 13 03:24:44.451 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.451 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 13 03:24:44.451 INFO kablam! | Oct 13 03:24:44.451 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 13 03:24:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.451 INFO kablam! Oct 13 03:24:44.451 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.451 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 13 03:24:44.451 INFO kablam! | Oct 13 03:24:44.451 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 13 03:24:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.451 INFO kablam! Oct 13 03:24:44.451 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.451 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 13 03:24:44.451 INFO kablam! | Oct 13 03:24:44.451 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 13 03:24:44.452 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.452 INFO kablam! Oct 13 03:24:44.452 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.452 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 13 03:24:44.452 INFO kablam! | Oct 13 03:24:44.452 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 13 03:24:44.452 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.452 INFO kablam! Oct 13 03:24:44.452 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:44.452 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 13 03:24:44.452 INFO kablam! | Oct 13 03:24:44.452 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 13 03:24:44.452 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:44.452 INFO kablam! Oct 13 03:24:47.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.88s Oct 13 03:24:47.820 INFO kablam! su: No module specific data is present Oct 13 03:24:49.182 INFO running `"docker" "rm" "-f" "a487beb16b7ab6a63610a93737bee72001aa3a3f7e5f06c50f6885d5aeaf9d3f"` Oct 13 03:24:49.488 INFO blam! a487beb16b7ab6a63610a93737bee72001aa3a3f7e5f06c50f6885d5aeaf9d3f Oct 13 03:24:49.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 13 03:24:50.147 INFO blam! eba49d06e365f268ec098b0d70616134a4619f4236d15a9f703ed28513d70d6c Oct 13 03:24:50.167 INFO running `"docker" "start" "-a" "eba49d06e365f268ec098b0d70616134a4619f4236d15a9f703ed28513d70d6c"` Oct 13 03:24:51.795 INFO kablam! usermod: no changes Oct 13 03:24:51.933 INFO kablam! Compiling gameboy v0.1.0 (/source) Oct 13 03:24:52.838 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.838 INFO kablam! --> src/cpu/mod.rs:136:57 Oct 13 03:24:52.838 INFO kablam! | Oct 13 03:24:52.838 INFO kablam! 136 | (Flag::Z, true) => self.set_8(Register8::F, (f | 0b10000000)), Oct 13 03:24:52.838 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.838 INFO kablam! | Oct 13 03:24:52.838 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 03:24:52.838 INFO kablam! Oct 13 03:24:52.838 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.838 INFO kablam! --> src/cpu/mod.rs:137:57 Oct 13 03:24:52.838 INFO kablam! | Oct 13 03:24:52.838 INFO kablam! 137 | (Flag::N, true) => self.set_8(Register8::F, (f | 0b01000000)), Oct 13 03:24:52.838 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.838 INFO kablam! Oct 13 03:24:52.842 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.842 INFO kablam! --> src/cpu/mod.rs:138:57 Oct 13 03:24:52.842 INFO kablam! | Oct 13 03:24:52.843 INFO kablam! 138 | (Flag::H, true) => self.set_8(Register8::F, (f | 0b00100000)), Oct 13 03:24:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.843 INFO kablam! Oct 13 03:24:52.843 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.843 INFO kablam! --> src/cpu/mod.rs:139:57 Oct 13 03:24:52.843 INFO kablam! | Oct 13 03:24:52.843 INFO kablam! 139 | (Flag::C, true) => self.set_8(Register8::F, (f | 0b00010000)), Oct 13 03:24:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.843 INFO kablam! Oct 13 03:24:52.843 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.843 INFO kablam! --> src/cpu/mod.rs:140:58 Oct 13 03:24:52.843 INFO kablam! | Oct 13 03:24:52.843 INFO kablam! 140 | (Flag::Z, false) => self.set_8(Register8::F, (f & 0b01111111)), Oct 13 03:24:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.843 INFO kablam! Oct 13 03:24:52.843 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.843 INFO kablam! --> src/cpu/mod.rs:141:58 Oct 13 03:24:52.843 INFO kablam! | Oct 13 03:24:52.843 INFO kablam! 141 | (Flag::N, false) => self.set_8(Register8::F, (f & 0b10111111)), Oct 13 03:24:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.843 INFO kablam! Oct 13 03:24:52.843 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.843 INFO kablam! --> src/cpu/mod.rs:142:58 Oct 13 03:24:52.843 INFO kablam! | Oct 13 03:24:52.843 INFO kablam! 142 | (Flag::H, false) => self.set_8(Register8::F, (f & 0b11011111)), Oct 13 03:24:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.843 INFO kablam! Oct 13 03:24:52.843 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 03:24:52.843 INFO kablam! --> src/cpu/mod.rs:143:58 Oct 13 03:24:52.843 INFO kablam! | Oct 13 03:24:52.843 INFO kablam! 143 | (Flag::C, false) => self.set_8(Register8::F, (f & 0b11101111)), Oct 13 03:24:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:24:52.843 INFO kablam! Oct 13 03:24:54.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Oct 13 03:24:54.336 INFO kablam! su: No module specific data is present Oct 13 03:24:55.964 INFO running `"docker" "rm" "-f" "eba49d06e365f268ec098b0d70616134a4619f4236d15a9f703ed28513d70d6c"` Oct 13 03:24:56.287 INFO blam! eba49d06e365f268ec098b0d70616134a4619f4236d15a9f703ed28513d70d6c Oct 13 03:24:56.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 13 03:24:56.896 INFO blam! cfccdf16f61554e72ceeda4da041c473ab06c062faa98365aaf5de8aa522d1b9 Oct 13 03:24:56.897 INFO running `"docker" "start" "-a" "cfccdf16f61554e72ceeda4da041c473ab06c062faa98365aaf5de8aa522d1b9"` Oct 13 03:24:58.885 INFO kablam! usermod: no changes Oct 13 03:24:59.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 03:24:59.015 INFO kablam! Running /target/debug/deps/gameboy-fe6677e225d4be3d Oct 13 03:24:59.015 INFO blam! Oct 13 03:24:59.015 INFO blam! running 4 tests Oct 13 03:24:59.015 INFO blam! test cpu::set_get ... ok Oct 13 03:24:59.015 INFO blam! test cpu::flags ... ok Oct 13 03:24:59.015 INFO blam! test gameboy::debugger::handle_cmd ... ok Oct 13 03:24:59.028 INFO blam! test memory::read_write ... ok Oct 13 03:24:59.028 INFO blam! Oct 13 03:24:59.028 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:24:59.028 INFO blam! Oct 13 03:24:59.036 INFO kablam! su: No module specific data is present Oct 13 03:25:01.228 INFO running `"docker" "rm" "-f" "cfccdf16f61554e72ceeda4da041c473ab06c062faa98365aaf5de8aa522d1b9"` Oct 13 03:25:01.503 INFO blam! cfccdf16f61554e72ceeda4da041c473ab06c062faa98365aaf5de8aa522d1b9