Oct 15 10:44:16.804 INFO testing GChicha/RustBoy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:44:16.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:44:17.321 INFO blam! aa72addb11d5c8fe787d095b7c426378dd4ac4f152621fb39645c0b878bb69e5 Oct 15 10:44:17.322 INFO running `"docker" "start" "-a" "aa72addb11d5c8fe787d095b7c426378dd4ac4f152621fb39645c0b878bb69e5"` Oct 15 10:44:19.999 INFO kablam! usermod: no changes Oct 15 10:44:20.247 INFO kablam! Compiling tempfile v3.0.2 Oct 15 10:44:20.248 INFO kablam! Compiling clap v2.31.2 Oct 15 10:44:20.271 INFO kablam! Compiling gl_generator v0.8.0 Oct 15 10:44:20.287 INFO kablam! Compiling dlib v0.4.1 Oct 15 10:44:20.299 INFO kablam! Compiling backtrace v0.3.5 Oct 15 10:44:21.996 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 10:44:27.720 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 10:44:31.659 INFO kablam! Compiling glutin v0.12.2 Oct 15 10:44:31.661 INFO kablam! Compiling glium v0.20.0 Oct 15 10:44:37.371 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 10:44:37.371 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 10:44:54.172 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 10:44:59.323 INFO kablam! Compiling winit v0.10.0 Oct 15 10:45:36.456 INFO kablam! Compiling gb_emulator v0.1.0 (/source) Oct 15 10:45:37.830 INFO kablam! warning: unreachable statement Oct 15 10:45:37.830 INFO kablam! --> src/main.rs:52:5 Oct 15 10:45:37.830 INFO kablam! | Oct 15 10:45:37.830 INFO kablam! 52 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 10:45:37.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:45:37.831 INFO kablam! | Oct 15 10:45:37.831 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:45:37.831 INFO kablam! Oct 15 10:45:37.926 INFO kablam! warning: unused variable: `rom_size` Oct 15 10:45:37.926 INFO kablam! --> src/main.rs:40:9 Oct 15 10:45:37.926 INFO kablam! | Oct 15 10:45:37.926 INFO kablam! 40 | let rom_size = match rom_file.read_to_end(&mut rom) { Oct 15 10:45:37.926 INFO kablam! | ^^^^^^^^ help: consider using `_rom_size` instead Oct 15 10:45:37.926 INFO kablam! | Oct 15 10:45:37.926 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:45:37.926 INFO kablam! Oct 15 10:45:37.954 INFO kablam! warning: variant is never constructed: `C` Oct 15 10:45:37.954 INFO kablam! --> src/cpu.rs:21:5 Oct 15 10:45:37.955 INFO kablam! | Oct 15 10:45:37.955 INFO kablam! 21 | C, Oct 15 10:45:37.955 INFO kablam! | ^ Oct 15 10:45:37.955 INFO kablam! | Oct 15 10:45:37.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:45:37.955 INFO kablam! Oct 15 10:45:37.955 INFO kablam! warning: variant is never constructed: `RegisterAddressU16` Oct 15 10:45:37.955 INFO kablam! --> src/cpu.rs:140:5 Oct 15 10:45:37.955 INFO kablam! | Oct 15 10:45:37.955 INFO kablam! 140 | RegisterAddressU16(Register), // Decay to AddressU16 Oct 15 10:45:37.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:45:37.955 INFO kablam! Oct 15 10:45:37.958 INFO kablam! warning: literal out of range for i8 Oct 15 10:45:37.958 INFO kablam! --> src/cpu.rs:529:16 Oct 15 10:45:37.958 INFO kablam! | Oct 15 10:45:37.958 INFO kablam! 529 | e: 0xD8, Oct 15 10:45:37.958 INFO kablam! | ^^^^ Oct 15 10:45:37.958 INFO kablam! | Oct 15 10:45:37.958 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 15 10:45:37.958 INFO kablam! = note: the literal `0xD8` (decimal `216`) does not fit into an `i8` and will become `-40i8` Oct 15 10:45:37.958 INFO kablam! = help: consider using `u8` instead Oct 15 10:45:37.958 INFO kablam! Oct 15 10:45:40.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 15 10:45:40.163 INFO kablam! su: No module specific data is present Oct 15 10:45:40.479 INFO running `"docker" "rm" "-f" "aa72addb11d5c8fe787d095b7c426378dd4ac4f152621fb39645c0b878bb69e5"` Oct 15 10:45:40.663 INFO blam! aa72addb11d5c8fe787d095b7c426378dd4ac4f152621fb39645c0b878bb69e5 Oct 15 10:45:40.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:45:41.047 INFO blam! 29d71a7d9d8962356b7ba9276d60ed4aea7440d176cd4f4cc2d81f4fda1b2556 Oct 15 10:45:41.048 INFO running `"docker" "start" "-a" "29d71a7d9d8962356b7ba9276d60ed4aea7440d176cd4f4cc2d81f4fda1b2556"` Oct 15 10:45:41.501 INFO kablam! usermod: no changes Oct 15 10:45:41.595 INFO kablam! Compiling gb_emulator v0.1.0 (/source) Oct 15 10:45:43.131 INFO kablam! warning: unreachable statement Oct 15 10:45:43.131 INFO kablam! --> src/main.rs:52:5 Oct 15 10:45:43.131 INFO kablam! | Oct 15 10:45:43.131 INFO kablam! 52 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 10:45:43.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:45:43.131 INFO kablam! | Oct 15 10:45:43.131 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:45:43.131 INFO kablam! Oct 15 10:45:43.239 INFO kablam! warning: unused variable: `rom_size` Oct 15 10:45:43.239 INFO kablam! --> src/main.rs:40:9 Oct 15 10:45:43.239 INFO kablam! | Oct 15 10:45:43.239 INFO kablam! 40 | let rom_size = match rom_file.read_to_end(&mut rom) { Oct 15 10:45:43.239 INFO kablam! | ^^^^^^^^ help: consider using `_rom_size` instead Oct 15 10:45:43.239 INFO kablam! | Oct 15 10:45:43.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:45:43.239 INFO kablam! Oct 15 10:45:43.267 INFO kablam! warning: variant is never constructed: `C` Oct 15 10:45:43.267 INFO kablam! --> src/cpu.rs:21:5 Oct 15 10:45:43.267 INFO kablam! | Oct 15 10:45:43.267 INFO kablam! 21 | C, Oct 15 10:45:43.267 INFO kablam! | ^ Oct 15 10:45:43.267 INFO kablam! | Oct 15 10:45:43.267 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:45:43.267 INFO kablam! Oct 15 10:45:43.267 INFO kablam! warning: variant is never constructed: `RegisterAddressU16` Oct 15 10:45:43.267 INFO kablam! --> src/cpu.rs:140:5 Oct 15 10:45:43.267 INFO kablam! | Oct 15 10:45:43.267 INFO kablam! 140 | RegisterAddressU16(Register), // Decay to AddressU16 Oct 15 10:45:43.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:45:43.267 INFO kablam! Oct 15 10:45:43.267 INFO kablam! warning: literal out of range for i8 Oct 15 10:45:43.270 INFO kablam! --> src/cpu.rs:529:16 Oct 15 10:45:43.270 INFO kablam! | Oct 15 10:45:43.270 INFO kablam! 529 | e: 0xD8, Oct 15 10:45:43.270 INFO kablam! | ^^^^ Oct 15 10:45:43.270 INFO kablam! | Oct 15 10:45:43.270 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 15 10:45:43.270 INFO kablam! = note: the literal `0xD8` (decimal `216`) does not fit into an `i8` and will become `-40i8` Oct 15 10:45:43.270 INFO kablam! = help: consider using `u8` instead Oct 15 10:45:43.270 INFO kablam! Oct 15 10:45:43.685 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.17s Oct 15 10:45:43.694 INFO kablam! su: No module specific data is present Oct 15 10:45:44.005 INFO running `"docker" "rm" "-f" "29d71a7d9d8962356b7ba9276d60ed4aea7440d176cd4f4cc2d81f4fda1b2556"` Oct 15 10:45:44.162 INFO blam! 29d71a7d9d8962356b7ba9276d60ed4aea7440d176cd4f4cc2d81f4fda1b2556 Oct 15 10:45:44.164 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 10:45:44.319 INFO blam! 1f7e27d465744e6ff698ac2c618072a9143ae0da090d1a51454a7f184e1861fd Oct 15 10:45:44.319 INFO running `"docker" "start" "-a" "1f7e27d465744e6ff698ac2c618072a9143ae0da090d1a51454a7f184e1861fd"` Oct 15 10:45:44.863 INFO kablam! usermod: no changes Oct 15 10:45:44.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 10:45:45.014 INFO kablam! Running /target/debug/deps/gb_emulator-76c356eaa5dbfae1 Oct 15 10:45:45.019 INFO blam! Oct 15 10:45:45.019 INFO blam! running 0 tests Oct 15 10:45:45.019 INFO blam! Oct 15 10:45:45.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:45:45.019 INFO blam! Oct 15 10:45:45.021 INFO kablam! su: No module specific data is present Oct 15 10:45:45.647 INFO running `"docker" "rm" "-f" "1f7e27d465744e6ff698ac2c618072a9143ae0da090d1a51454a7f184e1861fd"` Oct 15 10:45:46.013 INFO blam! 1f7e27d465744e6ff698ac2c618072a9143ae0da090d1a51454a7f184e1861fd