Oct 13 00:09:57.181 INFO testing simontoft/r8080 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:09:57.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 00:09:57.884 INFO blam! e20f5a8e21a55862f83502d03157225d84dcdd8552b2a9d1fcf2cda988a89954 Oct 13 00:09:57.886 INFO running `"docker" "start" "-a" "e20f5a8e21a55862f83502d03157225d84dcdd8552b2a9d1fcf2cda988a89954"` Oct 13 00:10:00.562 INFO kablam! usermod: no changes Oct 13 00:10:00.697 INFO kablam! Compiling text_io v0.1.7 Oct 13 00:10:00.697 INFO kablam! Compiling minifb v0.10.3 Oct 13 00:10:00.698 INFO kablam! Compiling x11-dl v2.14.0 Oct 13 00:10:08.801 INFO kablam! Compiling r8080 v0.1.0 (/source) Oct 13 00:10:09.127 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:10:09.127 INFO kablam! --> src/main.rs:5:1 Oct 13 00:10:09.128 INFO kablam! | Oct 13 00:10:09.128 INFO kablam! 5 | #[macro_use] extern crate text_io; Oct 13 00:10:09.128 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:10:09.129 INFO kablam! | Oct 13 00:10:09.129 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:10:09.129 INFO kablam! Oct 13 00:10:09.146 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 00:10:09.146 INFO kablam! --> src/cpu.rs:411:22 Oct 13 00:10:09.147 INFO kablam! | Oct 13 00:10:09.147 INFO kablam! 411 | for x in (0..WIDTH) { Oct 13 00:10:09.147 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 13 00:10:09.148 INFO kablam! | Oct 13 00:10:09.148 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:10:09.148 INFO kablam! Oct 13 00:10:09.149 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:09.149 INFO kablam! --> src/cpu.rs:427:26 Oct 13 00:10:09.149 INFO kablam! | Oct 13 00:10:09.149 INFO kablam! 427 | self.inp1 |= (1 << 5); Oct 13 00:10:09.150 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:09.150 INFO kablam! Oct 13 00:10:09.150 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:09.151 INFO kablam! --> src/cpu.rs:432:26 Oct 13 00:10:09.151 INFO kablam! | Oct 13 00:10:09.151 INFO kablam! 432 | self.inp1 |= (1 << 6); Oct 13 00:10:09.152 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:09.152 INFO kablam! Oct 13 00:10:09.152 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:09.152 INFO kablam! --> src/cpu.rs:437:26 Oct 13 00:10:09.153 INFO kablam! | Oct 13 00:10:09.153 INFO kablam! 437 | self.inp1 |= (1 << 0); Oct 13 00:10:09.153 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:09.154 INFO kablam! Oct 13 00:10:09.154 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:09.154 INFO kablam! --> src/cpu.rs:442:26 Oct 13 00:10:09.154 INFO kablam! | Oct 13 00:10:09.155 INFO kablam! 442 | self.inp1 |= (1 << 2); Oct 13 00:10:09.155 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:09.155 INFO kablam! Oct 13 00:10:09.156 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:09.156 INFO kablam! --> src/cpu.rs:447:26 Oct 13 00:10:09.156 INFO kablam! | Oct 13 00:10:09.156 INFO kablam! 447 | self.inp1 |= (1 << 4); Oct 13 00:10:09.157 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:09.157 INFO kablam! Oct 13 00:10:09.157 INFO kablam! warning: unused import: `util::*` Oct 13 00:10:09.158 INFO kablam! --> src/instructions.rs:2:5 Oct 13 00:10:09.158 INFO kablam! | Oct 13 00:10:09.158 INFO kablam! 2 | use util::*; Oct 13 00:10:09.158 INFO kablam! | ^^^^^^^ Oct 13 00:10:09.163 INFO kablam! Oct 13 00:10:09.419 INFO kablam! warning: unused variable: `state` Oct 13 00:10:09.419 INFO kablam! --> src/instructions.rs:21:12 Oct 13 00:10:09.420 INFO kablam! | Oct 13 00:10:09.420 INFO kablam! 21 | pub fn nop(state: &mut Cpu) { Oct 13 00:10:09.420 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 13 00:10:09.421 INFO kablam! | Oct 13 00:10:09.421 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:10:09.421 INFO kablam! Oct 13 00:10:09.422 INFO kablam! warning: unused variable: `lhs` Oct 13 00:10:09.422 INFO kablam! --> src/instructions.rs:667:9 Oct 13 00:10:09.422 INFO kablam! | Oct 13 00:10:09.422 INFO kablam! 667 | let lhs = state.a as u16; Oct 13 00:10:09.423 INFO kablam! | ^^^ help: consider using `_lhs` instead Oct 13 00:10:09.423 INFO kablam! Oct 13 00:10:09.423 INFO kablam! warning: unused variable: `lhs` Oct 13 00:10:09.423 INFO kablam! --> src/instructions.rs:696:9 Oct 13 00:10:09.424 INFO kablam! | Oct 13 00:10:09.424 INFO kablam! 696 | let lhs = state.a as u16; Oct 13 00:10:09.424 INFO kablam! | ^^^ help: consider using `_lhs` instead Oct 13 00:10:09.425 INFO kablam! Oct 13 00:10:09.425 INFO kablam! warning: unused variable: `i` Oct 13 00:10:09.425 INFO kablam! --> src/cpu.rs:395:14 Oct 13 00:10:09.425 INFO kablam! | Oct 13 00:10:09.426 INFO kablam! 395 | for (i, byte) in self.get_vram().iter().enumerate() { Oct 13 00:10:09.426 INFO kablam! | ^ help: consider using `_i` instead Oct 13 00:10:09.426 INFO kablam! Oct 13 00:10:09.495 INFO kablam! warning: constant item is never used: `REG_BC` Oct 13 00:10:09.495 INFO kablam! --> src/cpu.rs:12:1 Oct 13 00:10:09.496 INFO kablam! | Oct 13 00:10:09.496 INFO kablam! 12 | const REG_BC: u8 = 0; Oct 13 00:10:09.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.497 INFO kablam! | Oct 13 00:10:09.497 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:10:09.497 INFO kablam! Oct 13 00:10:09.498 INFO kablam! warning: constant item is never used: `REG_DE` Oct 13 00:10:09.498 INFO kablam! --> src/cpu.rs:13:1 Oct 13 00:10:09.498 INFO kablam! | Oct 13 00:10:09.499 INFO kablam! 13 | const REG_DE: u8 = 1; Oct 13 00:10:09.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.499 INFO kablam! Oct 13 00:10:09.499 INFO kablam! warning: constant item is never used: `REG_AF` Oct 13 00:10:09.500 INFO kablam! --> src/cpu.rs:15:1 Oct 13 00:10:09.500 INFO kablam! | Oct 13 00:10:09.500 INFO kablam! 15 | const REG_AF: u8 = 3; Oct 13 00:10:09.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.501 INFO kablam! Oct 13 00:10:09.501 INFO kablam! warning: constant item is never used: `REG_A` Oct 13 00:10:09.502 INFO kablam! --> src/cpu.rs:17:1 Oct 13 00:10:09.502 INFO kablam! | Oct 13 00:10:09.502 INFO kablam! 17 | const REG_A: u8 = 7; Oct 13 00:10:09.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.503 INFO kablam! Oct 13 00:10:09.503 INFO kablam! warning: constant item is never used: `REG_M` Oct 13 00:10:09.503 INFO kablam! --> src/cpu.rs:18:1 Oct 13 00:10:09.504 INFO kablam! | Oct 13 00:10:09.504 INFO kablam! 18 | const REG_M: u8 = 6; Oct 13 00:10:09.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.504 INFO kablam! Oct 13 00:10:09.505 INFO kablam! warning: method is never used: `move_pc` Oct 13 00:10:09.505 INFO kablam! --> src/cpu.rs:322:5 Oct 13 00:10:09.505 INFO kablam! | Oct 13 00:10:09.506 INFO kablam! 322 | pub fn move_pc(&mut self, address: u16) { Oct 13 00:10:09.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.506 INFO kablam! Oct 13 00:10:09.506 INFO kablam! warning: constant item is never used: `REG_BC` Oct 13 00:10:09.507 INFO kablam! --> src/instructions.rs:4:1 Oct 13 00:10:09.507 INFO kablam! | Oct 13 00:10:09.507 INFO kablam! 4 | const REG_BC: u8 = 0; Oct 13 00:10:09.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.508 INFO kablam! Oct 13 00:10:09.508 INFO kablam! warning: constant item is never used: `REG_AF` Oct 13 00:10:09.508 INFO kablam! --> src/instructions.rs:7:1 Oct 13 00:10:09.508 INFO kablam! | Oct 13 00:10:09.509 INFO kablam! 7 | const REG_AF: u8 = 3; Oct 13 00:10:09.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.509 INFO kablam! Oct 13 00:10:09.509 INFO kablam! warning: function is never used: `test_rom` Oct 13 00:10:09.510 INFO kablam! --> src/main.rs:24:1 Oct 13 00:10:09.510 INFO kablam! | Oct 13 00:10:09.510 INFO kablam! 24 | fn test_rom() { Oct 13 00:10:09.511 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:10:09.511 INFO kablam! Oct 13 00:10:09.511 INFO kablam! warning: function is never used: `baloon_bomber` Oct 13 00:10:09.511 INFO kablam! --> src/main.rs:46:1 Oct 13 00:10:09.512 INFO kablam! | Oct 13 00:10:09.512 INFO kablam! 46 | fn baloon_bomber() { Oct 13 00:10:09.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.512 INFO kablam! Oct 13 00:10:09.513 INFO kablam! warning: function is never used: `lunar_rescue` Oct 13 00:10:09.513 INFO kablam! --> src/main.rs:62:1 Oct 13 00:10:09.513 INFO kablam! | Oct 13 00:10:09.513 INFO kablam! 62 | fn lunar_rescue() { Oct 13 00:10:09.514 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 00:10:09.514 INFO kablam! Oct 13 00:10:10.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.98s Oct 13 00:10:10.575 INFO kablam! su: No module specific data is present Oct 13 00:10:11.530 INFO running `"docker" "rm" "-f" "e20f5a8e21a55862f83502d03157225d84dcdd8552b2a9d1fcf2cda988a89954"` Oct 13 00:10:11.767 INFO blam! e20f5a8e21a55862f83502d03157225d84dcdd8552b2a9d1fcf2cda988a89954 Oct 13 00:10:11.770 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 00:10:12.173 INFO blam! 2cfaacdec44e1d2a73ba2e08f85026d4147f378241886e3ee20a10fb75438469 Oct 13 00:10:12.183 INFO running `"docker" "start" "-a" "2cfaacdec44e1d2a73ba2e08f85026d4147f378241886e3ee20a10fb75438469"` Oct 13 00:10:13.261 INFO kablam! usermod: no changes Oct 13 00:10:13.375 INFO kablam! Compiling r8080 v0.1.0 (/source) Oct 13 00:10:13.751 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:10:13.751 INFO kablam! --> src/main.rs:5:1 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 5 | #[macro_use] extern crate text_io; Oct 13 00:10:13.751 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:10:13.751 INFO kablam! Oct 13 00:10:13.751 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 00:10:13.751 INFO kablam! --> src/cpu.rs:411:22 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 411 | for x in (0..WIDTH) { Oct 13 00:10:13.751 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:10:13.751 INFO kablam! Oct 13 00:10:13.751 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:13.751 INFO kablam! --> src/cpu.rs:427:26 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 427 | self.inp1 |= (1 << 5); Oct 13 00:10:13.751 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:13.751 INFO kablam! Oct 13 00:10:13.751 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:13.751 INFO kablam! --> src/cpu.rs:432:26 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 432 | self.inp1 |= (1 << 6); Oct 13 00:10:13.751 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:13.751 INFO kablam! Oct 13 00:10:13.751 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:13.751 INFO kablam! --> src/cpu.rs:437:26 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 437 | self.inp1 |= (1 << 0); Oct 13 00:10:13.751 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:13.751 INFO kablam! Oct 13 00:10:13.751 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:13.751 INFO kablam! --> src/cpu.rs:442:26 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 442 | self.inp1 |= (1 << 2); Oct 13 00:10:13.751 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:13.751 INFO kablam! Oct 13 00:10:13.751 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 00:10:13.751 INFO kablam! --> src/cpu.rs:447:26 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 447 | self.inp1 |= (1 << 4); Oct 13 00:10:13.751 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:10:13.751 INFO kablam! Oct 13 00:10:13.751 INFO kablam! warning: unused import: `util::*` Oct 13 00:10:13.751 INFO kablam! --> src/instructions.rs:2:5 Oct 13 00:10:13.751 INFO kablam! | Oct 13 00:10:13.751 INFO kablam! 2 | use util::*; Oct 13 00:10:13.752 INFO kablam! | ^^^^^^^ Oct 13 00:10:13.752 INFO kablam! Oct 13 00:10:13.995 INFO kablam! warning: unused variable: `state` Oct 13 00:10:13.995 INFO kablam! --> src/instructions.rs:21:12 Oct 13 00:10:13.995 INFO kablam! | Oct 13 00:10:13.995 INFO kablam! 21 | pub fn nop(state: &mut Cpu) { Oct 13 00:10:13.995 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 13 00:10:13.995 INFO kablam! | Oct 13 00:10:13.995 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:10:13.995 INFO kablam! Oct 13 00:10:13.995 INFO kablam! warning: unused variable: `lhs` Oct 13 00:10:13.995 INFO kablam! --> src/instructions.rs:667:9 Oct 13 00:10:13.995 INFO kablam! | Oct 13 00:10:13.995 INFO kablam! 667 | let lhs = state.a as u16; Oct 13 00:10:13.995 INFO kablam! | ^^^ help: consider using `_lhs` instead Oct 13 00:10:13.995 INFO kablam! Oct 13 00:10:13.995 INFO kablam! warning: unused variable: `lhs` Oct 13 00:10:13.995 INFO kablam! --> src/instructions.rs:696:9 Oct 13 00:10:13.995 INFO kablam! | Oct 13 00:10:13.995 INFO kablam! 696 | let lhs = state.a as u16; Oct 13 00:10:13.995 INFO kablam! | ^^^ help: consider using `_lhs` instead Oct 13 00:10:13.995 INFO kablam! Oct 13 00:10:13.995 INFO kablam! warning: unused variable: `i` Oct 13 00:10:13.995 INFO kablam! --> src/cpu.rs:395:14 Oct 13 00:10:13.995 INFO kablam! | Oct 13 00:10:13.995 INFO kablam! 395 | for (i, byte) in self.get_vram().iter().enumerate() { Oct 13 00:10:13.995 INFO kablam! | ^ help: consider using `_i` instead Oct 13 00:10:13.995 INFO kablam! Oct 13 00:10:14.077 INFO kablam! warning: constant item is never used: `REG_BC` Oct 13 00:10:14.077 INFO kablam! --> src/cpu.rs:12:1 Oct 13 00:10:14.077 INFO kablam! | Oct 13 00:10:14.077 INFO kablam! 12 | const REG_BC: u8 = 0; Oct 13 00:10:14.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.077 INFO kablam! | Oct 13 00:10:14.077 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:10:14.077 INFO kablam! Oct 13 00:10:14.077 INFO kablam! warning: constant item is never used: `REG_DE` Oct 13 00:10:14.077 INFO kablam! --> src/cpu.rs:13:1 Oct 13 00:10:14.077 INFO kablam! | Oct 13 00:10:14.077 INFO kablam! 13 | const REG_DE: u8 = 1; Oct 13 00:10:14.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.077 INFO kablam! Oct 13 00:10:14.077 INFO kablam! warning: constant item is never used: `REG_AF` Oct 13 00:10:14.077 INFO kablam! --> src/cpu.rs:15:1 Oct 13 00:10:14.077 INFO kablam! | Oct 13 00:10:14.077 INFO kablam! 15 | const REG_AF: u8 = 3; Oct 13 00:10:14.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.077 INFO kablam! Oct 13 00:10:14.077 INFO kablam! warning: constant item is never used: `REG_A` Oct 13 00:10:14.077 INFO kablam! --> src/cpu.rs:17:1 Oct 13 00:10:14.077 INFO kablam! | Oct 13 00:10:14.077 INFO kablam! 17 | const REG_A: u8 = 7; Oct 13 00:10:14.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.078 INFO kablam! warning: constant item is never used: `REG_M` Oct 13 00:10:14.078 INFO kablam! --> src/cpu.rs:18:1 Oct 13 00:10:14.078 INFO kablam! | Oct 13 00:10:14.078 INFO kablam! 18 | const REG_M: u8 = 6; Oct 13 00:10:14.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.078 INFO kablam! warning: method is never used: `move_pc` Oct 13 00:10:14.078 INFO kablam! --> src/cpu.rs:322:5 Oct 13 00:10:14.078 INFO kablam! | Oct 13 00:10:14.078 INFO kablam! 322 | pub fn move_pc(&mut self, address: u16) { Oct 13 00:10:14.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.078 INFO kablam! warning: constant item is never used: `REG_BC` Oct 13 00:10:14.078 INFO kablam! --> src/instructions.rs:4:1 Oct 13 00:10:14.078 INFO kablam! | Oct 13 00:10:14.078 INFO kablam! 4 | const REG_BC: u8 = 0; Oct 13 00:10:14.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.078 INFO kablam! warning: constant item is never used: `REG_AF` Oct 13 00:10:14.078 INFO kablam! --> src/instructions.rs:7:1 Oct 13 00:10:14.078 INFO kablam! | Oct 13 00:10:14.078 INFO kablam! 7 | const REG_AF: u8 = 3; Oct 13 00:10:14.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.078 INFO kablam! warning: function is never used: `test_rom` Oct 13 00:10:14.078 INFO kablam! --> src/main.rs:24:1 Oct 13 00:10:14.078 INFO kablam! | Oct 13 00:10:14.078 INFO kablam! 24 | fn test_rom() { Oct 13 00:10:14.078 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.078 INFO kablam! warning: function is never used: `baloon_bomber` Oct 13 00:10:14.078 INFO kablam! --> src/main.rs:46:1 Oct 13 00:10:14.078 INFO kablam! | Oct 13 00:10:14.078 INFO kablam! 46 | fn baloon_bomber() { Oct 13 00:10:14.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.078 INFO kablam! warning: function is never used: `lunar_rescue` Oct 13 00:10:14.078 INFO kablam! --> src/main.rs:62:1 Oct 13 00:10:14.078 INFO kablam! | Oct 13 00:10:14.078 INFO kablam! 62 | fn lunar_rescue() { Oct 13 00:10:14.078 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 00:10:14.078 INFO kablam! Oct 13 00:10:14.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 13 00:10:14.733 INFO kablam! su: No module specific data is present Oct 13 00:10:15.475 INFO running `"docker" "rm" "-f" "2cfaacdec44e1d2a73ba2e08f85026d4147f378241886e3ee20a10fb75438469"` Oct 13 00:10:15.711 INFO blam! 2cfaacdec44e1d2a73ba2e08f85026d4147f378241886e3ee20a10fb75438469 Oct 13 00:10:15.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 00:10:16.131 INFO blam! e9a3a7004999cd953d9858df9159806e386c83e7b20017e9dccdbbfc83a8990e Oct 13 00:10:16.139 INFO running `"docker" "start" "-a" "e9a3a7004999cd953d9858df9159806e386c83e7b20017e9dccdbbfc83a8990e"` Oct 13 00:10:17.811 INFO kablam! usermod: no changes Oct 13 00:10:17.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 00:10:17.935 INFO kablam! Running /target/debug/deps/r8080-7075a579466f55e5 Oct 13 00:10:17.935 INFO blam! Oct 13 00:10:17.935 INFO blam! running 0 tests Oct 13 00:10:17.935 INFO blam! Oct 13 00:10:17.935 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:10:17.935 INFO blam! Oct 13 00:10:17.943 INFO kablam! su: No module specific data is present Oct 13 00:10:18.452 INFO running `"docker" "rm" "-f" "e9a3a7004999cd953d9858df9159806e386c83e7b20017e9dccdbbfc83a8990e"` Oct 13 00:10:18.738 INFO blam! e9a3a7004999cd953d9858df9159806e386c83e7b20017e9dccdbbfc83a8990e