Oct 15 08:50:51.805 INFO testing Matt-Hurd/42-GBmu against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:50:51.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 08:50:52.214 INFO blam! 84b902144b67196051ea4c8cdd14b63c35e0e003f66ebbaf4f975e390d188944 Oct 15 08:50:52.216 INFO running `"docker" "start" "-a" "84b902144b67196051ea4c8cdd14b63c35e0e003f66ebbaf4f975e390d188944"` Oct 15 08:50:53.023 INFO kablam! usermod: no changes Oct 15 08:50:53.111 INFO kablam! Compiling dylib v0.0.1 Oct 15 08:50:53.111 INFO kablam! Compiling minifb v0.9.0 Oct 15 08:50:53.819 INFO kablam! Compiling x11-dl v2.2.1 Oct 15 08:51:02.682 INFO kablam! Compiling gbmu v0.1.0 (/source) Oct 15 08:51:03.771 INFO kablam! warning: unused variable: `result` Oct 15 08:51:03.772 INFO kablam! --> src/main.rs:19:9 Oct 15 08:51:03.772 INFO kablam! | Oct 15 08:51:03.772 INFO kablam! 19 | let result = z80.mmu.load(rom_path); Oct 15 08:51:03.773 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 08:51:03.773 INFO kablam! | Oct 15 08:51:03.773 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:03.773 INFO kablam! Oct 15 08:51:03.774 INFO kablam! warning: unused variable: `result` Oct 15 08:51:03.774 INFO kablam! --> src/main.rs:44:9 Oct 15 08:51:03.774 INFO kablam! | Oct 15 08:51:03.775 INFO kablam! 44 | let result = core.mmu.load(path::PathBuf::from(&args[1])); Oct 15 08:51:03.775 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 08:51:03.775 INFO kablam! Oct 15 08:51:03.776 INFO kablam! warning: unused variable: `y` Oct 15 08:51:03.776 INFO kablam! --> src/z80/gpu.rs:262:25 Oct 15 08:51:03.776 INFO kablam! | Oct 15 08:51:03.777 INFO kablam! 262 | for y in 0 .. size { Oct 15 08:51:03.777 INFO kablam! | ^ help: consider using `_y` instead Oct 15 08:51:03.777 INFO kablam! Oct 15 08:51:03.779 INFO kablam! warning: unused variable: `err` Oct 15 08:51:03.779 INFO kablam! --> src/debugger/simple_debug.rs:170:37 Oct 15 08:51:03.780 INFO kablam! | Oct 15 08:51:03.780 INFO kablam! 170 | Err(err) => println!("Invalid breakpoint {}", split[point]), Oct 15 08:51:03.780 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:51:03.781 INFO kablam! Oct 15 08:51:03.781 INFO kablam! warning: unused variable: `err` Oct 15 08:51:03.781 INFO kablam! --> src/debugger/simple_debug.rs:184:37 Oct 15 08:51:03.781 INFO kablam! | Oct 15 08:51:03.782 INFO kablam! 184 | Err(err) => println!("Invalid breakpoint {}", split[point]), Oct 15 08:51:03.782 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:51:03.782 INFO kablam! Oct 15 08:51:03.782 INFO kablam! warning: unused variable: `err` Oct 15 08:51:03.783 INFO kablam! --> src/debugger/simple_debug.rs:198:37 Oct 15 08:51:03.783 INFO kablam! | Oct 15 08:51:03.783 INFO kablam! 198 | Err(err) => println!("Invalid Number: {}", split[point]), Oct 15 08:51:03.784 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:51:03.784 INFO kablam! Oct 15 08:51:03.911 INFO kablam! warning: method is never used: `get_subtract` Oct 15 08:51:03.912 INFO kablam! --> src/z80/registers.rs:133:5 Oct 15 08:51:03.912 INFO kablam! | Oct 15 08:51:03.912 INFO kablam! 133 | pub fn get_subtract(&mut self) -> u8 { Oct 15 08:51:03.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:03.913 INFO kablam! | Oct 15 08:51:03.913 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:51:03.914 INFO kablam! Oct 15 08:51:03.914 INFO kablam! warning: method is never used: `get_half_carry` Oct 15 08:51:03.914 INFO kablam! --> src/z80/registers.rs:140:5 Oct 15 08:51:03.915 INFO kablam! | Oct 15 08:51:03.915 INFO kablam! 140 | pub fn get_half_carry(&mut self) -> u8 { Oct 15 08:51:03.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:03.916 INFO kablam! Oct 15 08:51:03.916 INFO kablam! warning: method is never used: `backup_registers` Oct 15 08:51:03.916 INFO kablam! --> src/z80/mod.rs:51:5 Oct 15 08:51:03.917 INFO kablam! | Oct 15 08:51:03.917 INFO kablam! 51 | pub fn backup_registers(&mut self) { Oct 15 08:51:03.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:03.917 INFO kablam! Oct 15 08:51:03.918 INFO kablam! warning: method is never used: `restore_registers` Oct 15 08:51:03.918 INFO kablam! --> src/z80/mod.rs:62:5 Oct 15 08:51:03.918 INFO kablam! | Oct 15 08:51:03.919 INFO kablam! 62 | pub fn restore_registers(&mut self) { Oct 15 08:51:03.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:03.919 INFO kablam! Oct 15 08:51:03.920 INFO kablam! warning: method is never used: `debug_print_stack` Oct 15 08:51:03.920 INFO kablam! --> src/z80/mod.rs:76:5 Oct 15 08:51:03.920 INFO kablam! | Oct 15 08:51:03.921 INFO kablam! 76 | pub fn debug_print_stack(&mut self) { Oct 15 08:51:03.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:03.921 INFO kablam! Oct 15 08:51:05.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.20s Oct 15 08:51:05.240 INFO kablam! su: No module specific data is present Oct 15 08:51:05.919 INFO running `"docker" "rm" "-f" "84b902144b67196051ea4c8cdd14b63c35e0e003f66ebbaf4f975e390d188944"` Oct 15 08:51:06.146 INFO blam! 84b902144b67196051ea4c8cdd14b63c35e0e003f66ebbaf4f975e390d188944 Oct 15 08:51:06.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 08:51:06.648 INFO blam! cd48f3d5069d92caa385b4197f87763fc464081306d228e01dc8ba1ecf2aa95d Oct 15 08:51:06.653 INFO running `"docker" "start" "-a" "cd48f3d5069d92caa385b4197f87763fc464081306d228e01dc8ba1ecf2aa95d"` Oct 15 08:51:07.946 INFO kablam! usermod: no changes Oct 15 08:51:08.015 INFO kablam! Compiling gbmu v0.1.0 (/source) Oct 15 08:51:09.209 INFO kablam! warning: unused variable: `result` Oct 15 08:51:09.210 INFO kablam! --> src/main.rs:19:9 Oct 15 08:51:09.210 INFO kablam! | Oct 15 08:51:09.210 INFO kablam! 19 | let result = z80.mmu.load(rom_path); Oct 15 08:51:09.211 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 08:51:09.211 INFO kablam! | Oct 15 08:51:09.211 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:51:09.212 INFO kablam! Oct 15 08:51:09.212 INFO kablam! warning: unused variable: `result` Oct 15 08:51:09.212 INFO kablam! --> src/main.rs:44:9 Oct 15 08:51:09.213 INFO kablam! | Oct 15 08:51:09.213 INFO kablam! 44 | let result = core.mmu.load(path::PathBuf::from(&args[1])); Oct 15 08:51:09.213 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 08:51:09.214 INFO kablam! Oct 15 08:51:09.214 INFO kablam! warning: unused variable: `y` Oct 15 08:51:09.214 INFO kablam! --> src/z80/gpu.rs:262:25 Oct 15 08:51:09.219 INFO kablam! | Oct 15 08:51:09.219 INFO kablam! 262 | for y in 0 .. size { Oct 15 08:51:09.220 INFO kablam! | ^ help: consider using `_y` instead Oct 15 08:51:09.220 INFO kablam! Oct 15 08:51:09.220 INFO kablam! warning: unused variable: `err` Oct 15 08:51:09.221 INFO kablam! --> src/debugger/simple_debug.rs:170:37 Oct 15 08:51:09.221 INFO kablam! | Oct 15 08:51:09.221 INFO kablam! 170 | Err(err) => println!("Invalid breakpoint {}", split[point]), Oct 15 08:51:09.222 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:51:09.222 INFO kablam! Oct 15 08:51:09.222 INFO kablam! warning: unused variable: `err` Oct 15 08:51:09.223 INFO kablam! --> src/debugger/simple_debug.rs:184:37 Oct 15 08:51:09.223 INFO kablam! | Oct 15 08:51:09.223 INFO kablam! 184 | Err(err) => println!("Invalid breakpoint {}", split[point]), Oct 15 08:51:09.223 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:51:09.224 INFO kablam! Oct 15 08:51:09.224 INFO kablam! warning: unused variable: `err` Oct 15 08:51:09.224 INFO kablam! --> src/debugger/simple_debug.rs:198:37 Oct 15 08:51:09.225 INFO kablam! | Oct 15 08:51:09.225 INFO kablam! 198 | Err(err) => println!("Invalid Number: {}", split[point]), Oct 15 08:51:09.225 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:51:09.226 INFO kablam! Oct 15 08:51:09.351 INFO kablam! warning: method is never used: `get_subtract` Oct 15 08:51:09.351 INFO kablam! --> src/z80/registers.rs:133:5 Oct 15 08:51:09.351 INFO kablam! | Oct 15 08:51:09.351 INFO kablam! 133 | pub fn get_subtract(&mut self) -> u8 { Oct 15 08:51:09.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:09.351 INFO kablam! | Oct 15 08:51:09.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:51:09.351 INFO kablam! Oct 15 08:51:09.351 INFO kablam! warning: method is never used: `get_half_carry` Oct 15 08:51:09.351 INFO kablam! --> src/z80/registers.rs:140:5 Oct 15 08:51:09.351 INFO kablam! | Oct 15 08:51:09.351 INFO kablam! 140 | pub fn get_half_carry(&mut self) -> u8 { Oct 15 08:51:09.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:09.351 INFO kablam! Oct 15 08:51:09.351 INFO kablam! warning: method is never used: `backup_registers` Oct 15 08:51:09.351 INFO kablam! --> src/z80/mod.rs:51:5 Oct 15 08:51:09.351 INFO kablam! | Oct 15 08:51:09.351 INFO kablam! 51 | pub fn backup_registers(&mut self) { Oct 15 08:51:09.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:09.351 INFO kablam! Oct 15 08:51:09.351 INFO kablam! warning: method is never used: `restore_registers` Oct 15 08:51:09.351 INFO kablam! --> src/z80/mod.rs:62:5 Oct 15 08:51:09.351 INFO kablam! | Oct 15 08:51:09.351 INFO kablam! 62 | pub fn restore_registers(&mut self) { Oct 15 08:51:09.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:09.351 INFO kablam! Oct 15 08:51:09.351 INFO kablam! warning: method is never used: `debug_print_stack` Oct 15 08:51:09.351 INFO kablam! --> src/z80/mod.rs:76:5 Oct 15 08:51:09.351 INFO kablam! | Oct 15 08:51:09.351 INFO kablam! 76 | pub fn debug_print_stack(&mut self) { Oct 15 08:51:09.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:51:09.351 INFO kablam! Oct 15 08:51:09.830 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 15 08:51:09.831 INFO kablam! su: No module specific data is present Oct 15 08:51:10.316 INFO running `"docker" "rm" "-f" "cd48f3d5069d92caa385b4197f87763fc464081306d228e01dc8ba1ecf2aa95d"` Oct 15 08:51:10.662 INFO blam! cd48f3d5069d92caa385b4197f87763fc464081306d228e01dc8ba1ecf2aa95d Oct 15 08:51:10.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 08:51:11.074 INFO blam! 7d607953069849020af4c86a0dee40b8aa40ea70d01c11eb119b3437ed09d8e6 Oct 15 08:51:11.077 INFO running `"docker" "start" "-a" "7d607953069849020af4c86a0dee40b8aa40ea70d01c11eb119b3437ed09d8e6"` Oct 15 08:51:12.930 INFO kablam! usermod: no changes Oct 15 08:51:13.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 08:51:13.043 INFO kablam! Running /target/debug/deps/gbmu-e3fc767867aa0699 Oct 15 08:51:13.047 INFO blam! Oct 15 08:51:13.047 INFO blam! running 0 tests Oct 15 08:51:13.047 INFO blam! Oct 15 08:51:13.047 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:51:13.047 INFO blam! Oct 15 08:51:13.048 INFO kablam! su: No module specific data is present Oct 15 08:51:13.853 INFO running `"docker" "rm" "-f" "7d607953069849020af4c86a0dee40b8aa40ea70d01c11eb119b3437ed09d8e6"` Oct 15 08:51:14.179 INFO blam! 7d607953069849020af4c86a0dee40b8aa40ea70d01c11eb119b3437ed09d8e6