Oct 11 06:37:33.944 INFO testing GChicha/RustBoy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:37:33.945 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:37:33.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:37:34.382 INFO blam! 291c2299fc52a1ce04ba9fdabbcf2aa0fb6e855abe7f60fa5d4652883b48040f Oct 11 06:37:34.384 INFO running `"docker" "start" "-a" "291c2299fc52a1ce04ba9fdabbcf2aa0fb6e855abe7f60fa5d4652883b48040f"` Oct 11 06:37:35.832 INFO kablam! usermod: no changes Oct 11 06:37:36.186 INFO kablam! Compiling libloading v0.5.0 Oct 11 06:37:36.197 INFO kablam! Compiling x11-dl v2.17.5 Oct 11 06:37:36.197 INFO kablam! Compiling tempfile v3.0.2 Oct 11 06:37:36.197 INFO kablam! Compiling clap v2.31.2 Oct 11 06:37:36.198 INFO kablam! Compiling gl_generator v0.8.0 Oct 11 06:37:36.198 INFO kablam! Compiling backtrace v0.3.5 Oct 11 06:37:41.521 INFO kablam! Compiling dlib v0.4.1 Oct 11 06:37:43.044 INFO kablam! Compiling wayland-sys v0.12.5 Oct 11 06:37:44.036 INFO kablam! Compiling glutin v0.12.2 Oct 11 06:37:44.037 INFO kablam! Compiling glium v0.20.0 Oct 11 06:37:47.528 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 06:38:03.859 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 06:38:03.984 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 06:38:13.652 INFO kablam! Compiling wayland-window v0.13.3 Oct 11 06:38:15.028 INFO kablam! Compiling winit v0.10.0 Oct 11 06:38:50.075 INFO kablam! Compiling gb_emulator v0.1.0 (/source) Oct 11 06:38:51.485 INFO kablam! warning: unreachable statement Oct 11 06:38:51.485 INFO kablam! --> src/main.rs:52:5 Oct 11 06:38:51.485 INFO kablam! | Oct 11 06:38:51.485 INFO kablam! 52 | let mut events_loop = glutin::EventsLoop::new(); Oct 11 06:38:51.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:38:51.485 INFO kablam! | Oct 11 06:38:51.485 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 06:38:51.485 INFO kablam! Oct 11 06:38:51.644 INFO kablam! warning: unused variable: `rom_size` Oct 11 06:38:51.644 INFO kablam! --> src/main.rs:40:9 Oct 11 06:38:51.644 INFO kablam! | Oct 11 06:38:51.644 INFO kablam! 40 | let rom_size = match rom_file.read_to_end(&mut rom) { Oct 11 06:38:51.644 INFO kablam! | ^^^^^^^^ help: consider using `_rom_size` instead Oct 11 06:38:51.644 INFO kablam! | Oct 11 06:38:51.644 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:38:51.644 INFO kablam! Oct 11 06:38:51.680 INFO kablam! warning: variant is never constructed: `C` Oct 11 06:38:51.680 INFO kablam! --> src/cpu.rs:21:5 Oct 11 06:38:51.680 INFO kablam! | Oct 11 06:38:51.680 INFO kablam! 21 | C, Oct 11 06:38:51.680 INFO kablam! | ^ Oct 11 06:38:51.680 INFO kablam! | Oct 11 06:38:51.680 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:38:51.680 INFO kablam! Oct 11 06:38:51.680 INFO kablam! warning: variant is never constructed: `RegisterAddressU16` Oct 11 06:38:51.680 INFO kablam! --> src/cpu.rs:140:5 Oct 11 06:38:51.680 INFO kablam! | Oct 11 06:38:51.680 INFO kablam! 140 | RegisterAddressU16(Register), // Decay to AddressU16 Oct 11 06:38:51.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:38:51.680 INFO kablam! Oct 11 06:38:51.688 INFO kablam! warning: literal out of range for i8 Oct 11 06:38:51.688 INFO kablam! --> src/cpu.rs:529:16 Oct 11 06:38:51.688 INFO kablam! | Oct 11 06:38:51.688 INFO kablam! 529 | e: 0xD8, Oct 11 06:38:51.688 INFO kablam! | ^^^^ Oct 11 06:38:51.688 INFO kablam! | Oct 11 06:38:51.688 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 11 06:38:51.688 INFO kablam! = note: the literal `0xD8` (decimal `216`) does not fit into an `i8` and will become `-40i8` Oct 11 06:38:51.688 INFO kablam! = help: consider using `u8` instead Oct 11 06:38:51.688 INFO kablam! Oct 11 06:38:54.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 11 06:38:54.312 INFO kablam! su: No module specific data is present Oct 11 06:38:55.174 INFO running `"docker" "rm" "-f" "291c2299fc52a1ce04ba9fdabbcf2aa0fb6e855abe7f60fa5d4652883b48040f"` Oct 11 06:38:55.464 INFO blam! 291c2299fc52a1ce04ba9fdabbcf2aa0fb6e855abe7f60fa5d4652883b48040f Oct 11 06:38:55.477 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:38:55.478 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:38:55.892 INFO blam! a2f2faf9420acd64187c1c9ba581203261e7967291691dcd36ada876eea0cf18 Oct 11 06:38:55.904 INFO running `"docker" "start" "-a" "a2f2faf9420acd64187c1c9ba581203261e7967291691dcd36ada876eea0cf18"` Oct 11 06:38:56.947 INFO kablam! usermod: no changes Oct 11 06:38:57.152 INFO kablam! Compiling gb_emulator v0.1.0 (/source) Oct 11 06:38:58.405 INFO kablam! warning: unreachable statement Oct 11 06:38:58.405 INFO kablam! --> src/main.rs:52:5 Oct 11 06:38:58.405 INFO kablam! | Oct 11 06:38:58.405 INFO kablam! 52 | let mut events_loop = glutin::EventsLoop::new(); Oct 11 06:38:58.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:38:58.405 INFO kablam! | Oct 11 06:38:58.405 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 06:38:58.405 INFO kablam! Oct 11 06:38:58.540 INFO kablam! warning: unused variable: `rom_size` Oct 11 06:38:58.540 INFO kablam! --> src/main.rs:40:9 Oct 11 06:38:58.540 INFO kablam! | Oct 11 06:38:58.540 INFO kablam! 40 | let rom_size = match rom_file.read_to_end(&mut rom) { Oct 11 06:38:58.540 INFO kablam! | ^^^^^^^^ help: consider using `_rom_size` instead Oct 11 06:38:58.540 INFO kablam! | Oct 11 06:38:58.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:38:58.560 INFO kablam! Oct 11 06:38:58.573 INFO kablam! warning: variant is never constructed: `C` Oct 11 06:38:58.574 INFO kablam! --> src/cpu.rs:21:5 Oct 11 06:38:58.574 INFO kablam! | Oct 11 06:38:58.574 INFO kablam! 21 | C, Oct 11 06:38:58.574 INFO kablam! | ^ Oct 11 06:38:58.574 INFO kablam! | Oct 11 06:38:58.574 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:38:58.574 INFO kablam! Oct 11 06:38:58.574 INFO kablam! warning: variant is never constructed: `RegisterAddressU16` Oct 11 06:38:58.574 INFO kablam! --> src/cpu.rs:140:5 Oct 11 06:38:58.574 INFO kablam! | Oct 11 06:38:58.574 INFO kablam! 140 | RegisterAddressU16(Register), // Decay to AddressU16 Oct 11 06:38:58.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:38:58.574 INFO kablam! Oct 11 06:38:58.574 INFO kablam! warning: literal out of range for i8 Oct 11 06:38:58.574 INFO kablam! --> src/cpu.rs:529:16 Oct 11 06:38:58.574 INFO kablam! | Oct 11 06:38:58.574 INFO kablam! 529 | e: 0xD8, Oct 11 06:38:58.574 INFO kablam! | ^^^^ Oct 11 06:38:58.574 INFO kablam! | Oct 11 06:38:58.574 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 11 06:38:58.578 INFO kablam! = note: the literal `0xD8` (decimal `216`) does not fit into an `i8` and will become `-40i8` Oct 11 06:38:58.578 INFO kablam! = help: consider using `u8` instead Oct 11 06:38:58.578 INFO kablam! Oct 11 06:38:59.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 11 06:38:59.166 INFO kablam! su: No module specific data is present Oct 11 06:39:00.056 INFO running `"docker" "rm" "-f" "a2f2faf9420acd64187c1c9ba581203261e7967291691dcd36ada876eea0cf18"` Oct 11 06:39:00.371 INFO blam! a2f2faf9420acd64187c1c9ba581203261e7967291691dcd36ada876eea0cf18 Oct 11 06:39:00.377 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:39:00.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:39:00.829 INFO blam! aff758b76622ef12b0f7248eb6179e5049fd22a39def84f77bc8acac0ac656f1 Oct 11 06:39:00.834 INFO running `"docker" "start" "-a" "aff758b76622ef12b0f7248eb6179e5049fd22a39def84f77bc8acac0ac656f1"` Oct 11 06:39:02.014 INFO kablam! usermod: no changes Oct 11 06:39:02.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 06:39:02.232 INFO kablam! Running /target/debug/deps/gb_emulator-76c356eaa5dbfae1 Oct 11 06:39:02.243 INFO blam! Oct 11 06:39:02.243 INFO blam! running 0 tests Oct 11 06:39:02.243 INFO blam! Oct 11 06:39:02.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:39:02.243 INFO blam! Oct 11 06:39:02.246 INFO kablam! su: No module specific data is present Oct 11 06:39:03.057 INFO running `"docker" "rm" "-f" "aff758b76622ef12b0f7248eb6179e5049fd22a39def84f77bc8acac0ac656f1"` Oct 11 06:39:03.464 INFO blam! aff758b76622ef12b0f7248eb6179e5049fd22a39def84f77bc8acac0ac656f1