Oct 15 01:59:23.819 INFO testing brianbrewer/rusted-gameboy against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:59:23.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 01:59:24.055 INFO blam! 47294232704a781845f70781ad131d1dfa8ab7db54a7f8e7dadbbed102770238 Oct 15 01:59:24.057 INFO running `"docker" "start" "-a" "47294232704a781845f70781ad131d1dfa8ab7db54a7f8e7dadbbed102770238"` Oct 15 01:59:24.567 INFO kablam! usermod: no changes Oct 15 01:59:24.602 INFO kablam! Compiling rusted-gameboy v0.1.0 (/source) Oct 15 01:59:25.023 INFO kablam! warning: unused variable: `mmu` Oct 15 01:59:25.023 INFO kablam! --> src/gameboy/cpu.rs:312:45 Oct 15 01:59:25.023 INFO kablam! | Oct 15 01:59:25.023 INFO kablam! 312 | fn execute_extra_instruction(&mut self, mmu: &mut MMU, instruction: u8) { Oct 15 01:59:25.023 INFO kablam! | ^^^ help: consider using `_mmu` instead Oct 15 01:59:25.023 INFO kablam! | Oct 15 01:59:25.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:59:25.023 INFO kablam! Oct 15 01:59:25.023 INFO kablam! warning: unused variable: `value` Oct 15 01:59:25.023 INFO kablam! --> src/gameboy/cpu.rs:410:21 Oct 15 01:59:25.023 INFO kablam! | Oct 15 01:59:25.023 INFO kablam! 410 | fn xor_a(&self, value: u8) {} Oct 15 01:59:25.023 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 01:59:25.023 INFO kablam! Oct 15 01:59:25.023 INFO kablam! warning: unused variable: `bit` Oct 15 01:59:25.023 INFO kablam! --> src/gameboy/cpu.rs:411:21 Oct 15 01:59:25.023 INFO kablam! | Oct 15 01:59:25.023 INFO kablam! 411 | fn bit_h(&self, bit: u8) {} Oct 15 01:59:25.023 INFO kablam! | ^^^ help: consider using `_bit` instead Oct 15 01:59:25.023 INFO kablam! Oct 15 01:59:25.023 INFO kablam! warning: unused variable: `addr` Oct 15 01:59:25.023 INFO kablam! --> src/gameboy/sound_chip.rs:10:44 Oct 15 01:59:25.023 INFO kablam! | Oct 15 01:59:25.023 INFO kablam! 10 | pub fn read_sound_register (&mut self, addr: u16) -> u8 { Oct 15 01:59:25.023 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 01:59:25.023 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_get_f` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:335:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 335 | fn register_get_f(&mut self) -> u8 { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_set_f` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:338:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 338 | fn register_set_f(&mut self, value: u8) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_get_e` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:359:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 359 | fn register_get_e(&mut self) -> u8 { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_set_e` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:362:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 362 | fn register_set_e(&mut self, value: u8) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_get_h` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:365:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 365 | fn register_get_h(&mut self) -> u8 { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_set_h` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:368:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 368 | fn register_set_h(&mut self, value: u8) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_get_l` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:371:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 371 | fn register_get_l(&mut self) -> u8 { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `register_set_l` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:374:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 374 | fn register_set_l(&mut self, value: u8) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `flag_get_zero` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:384:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 384 | fn flag_get_zero(&mut self) -> u8 { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `flag_set_sub` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:387:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 387 | fn flag_set_sub(&mut self) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `flag_set_carry` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:399:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 399 | fn flag_set_carry(&mut self) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `flag_clr_carry` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:402:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 402 | fn flag_clr_carry(&mut self) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `ld_sp` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:406:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 406 | fn ld_sp(&mut self, value: u16) { Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `ld_hl_a` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:409:5 Oct 15 01:59:25.063 INFO kablam! | Oct 15 01:59:25.063 INFO kablam! 409 | fn ld_hl_a(&self) {} Oct 15 01:59:25.063 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.063 INFO kablam! Oct 15 01:59:25.063 INFO kablam! warning: method is never used: `xor_a` Oct 15 01:59:25.063 INFO kablam! --> src/gameboy/cpu.rs:410:5 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 410 | fn xor_a(&self, value: u8) {} Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: method is never used: `bit_h` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/cpu.rs:411:5 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 411 | fn bit_h(&self, bit: u8) {} Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `CART_ROM_END` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:5:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 5 | const CART_ROM_END: u16 = 0x7FFF; Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `CART_ENTRY_POINT` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:7:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 7 | const CART_ENTRY_POINT: u16 = 0x0100; Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `LCD_CONTROL_REGISTER` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:23:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 23 | const LCD_CONTROL_REGISTER: u16 = 0xFF40; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `LCD_STATUS_REGISTER` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:24:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 24 | const LCD_STATUS_REGISTER: u16 = 0xFF41; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `SCROLL_Y` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:25:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 25 | const SCROLL_Y: u16 = 0xFF42; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `SCROLL_X` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:26:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 26 | const SCROLL_X: u16 = 0xFF43; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `LCD_LY` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:27:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 27 | const LCD_LY: u16 = 0xFF44; // R Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `LCD_LYC` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:28:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 28 | const LCD_LYC: u16 = 0xFF45; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `LCD_WY` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:29:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 29 | const LCD_WY: u16 = 0xFF4A; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `LCD_WX` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:30:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 30 | const LCD_WX: u16 = 0xFF4B; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `BG_PALETTE_DATA` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:31:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 31 | const BG_PALETTE_DATA: u16 = 0xFF47; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `OBJECT_PALETTE_0` Oct 15 01:59:25.064 INFO kablam! --> src/gameboy/mem_map.rs:32:1 Oct 15 01:59:25.064 INFO kablam! | Oct 15 01:59:25.064 INFO kablam! 32 | const OBJECT_PALETTE_0: u16 = 0xFF48; // R/W Oct 15 01:59:25.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.064 INFO kablam! Oct 15 01:59:25.064 INFO kablam! warning: constant item is never used: `OBJECT_PALETTE_1` Oct 15 01:59:25.065 INFO kablam! --> src/gameboy/mem_map.rs:33:1 Oct 15 01:59:25.065 INFO kablam! | Oct 15 01:59:25.065 INFO kablam! 33 | const OBJECT_PALETTE_1: u16 = 0xFF49; // R/W Oct 15 01:59:25.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:25.065 INFO kablam! Oct 15 01:59:25.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 15 01:59:25.620 INFO kablam! su: No module specific data is present Oct 15 01:59:25.974 INFO running `"docker" "rm" "-f" "47294232704a781845f70781ad131d1dfa8ab7db54a7f8e7dadbbed102770238"` Oct 15 01:59:26.091 INFO blam! 47294232704a781845f70781ad131d1dfa8ab7db54a7f8e7dadbbed102770238 Oct 15 01:59:26.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 01:59:26.319 INFO blam! 5f45d45722cd2684393dab6f5150457ab03655d34cdd08eb7219691a6358c028 Oct 15 01:59:26.320 INFO running `"docker" "start" "-a" "5f45d45722cd2684393dab6f5150457ab03655d34cdd08eb7219691a6358c028"` Oct 15 01:59:26.770 INFO kablam! usermod: no changes Oct 15 01:59:26.802 INFO kablam! Compiling rusted-gameboy v0.1.0 (/source) Oct 15 01:59:27.255 INFO kablam! warning: unused variable: `mmu` Oct 15 01:59:27.255 INFO kablam! --> src/gameboy/cpu.rs:312:45 Oct 15 01:59:27.255 INFO kablam! | Oct 15 01:59:27.255 INFO kablam! 312 | fn execute_extra_instruction(&mut self, mmu: &mut MMU, instruction: u8) { Oct 15 01:59:27.255 INFO kablam! | ^^^ help: consider using `_mmu` instead Oct 15 01:59:27.256 INFO kablam! | Oct 15 01:59:27.256 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:59:27.256 INFO kablam! Oct 15 01:59:27.256 INFO kablam! warning: unused variable: `value` Oct 15 01:59:27.256 INFO kablam! --> src/gameboy/cpu.rs:410:21 Oct 15 01:59:27.256 INFO kablam! | Oct 15 01:59:27.256 INFO kablam! 410 | fn xor_a(&self, value: u8) {} Oct 15 01:59:27.256 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 15 01:59:27.256 INFO kablam! Oct 15 01:59:27.256 INFO kablam! warning: unused variable: `bit` Oct 15 01:59:27.256 INFO kablam! --> src/gameboy/cpu.rs:411:21 Oct 15 01:59:27.256 INFO kablam! | Oct 15 01:59:27.256 INFO kablam! 411 | fn bit_h(&self, bit: u8) {} Oct 15 01:59:27.256 INFO kablam! | ^^^ help: consider using `_bit` instead Oct 15 01:59:27.256 INFO kablam! Oct 15 01:59:27.256 INFO kablam! warning: unused variable: `addr` Oct 15 01:59:27.256 INFO kablam! --> src/gameboy/sound_chip.rs:10:44 Oct 15 01:59:27.256 INFO kablam! | Oct 15 01:59:27.256 INFO kablam! 10 | pub fn read_sound_register (&mut self, addr: u16) -> u8 { Oct 15 01:59:27.256 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 15 01:59:27.256 INFO kablam! Oct 15 01:59:27.295 INFO kablam! warning: method is never used: `register_get_f` Oct 15 01:59:27.295 INFO kablam! --> src/gameboy/cpu.rs:335:5 Oct 15 01:59:27.295 INFO kablam! | Oct 15 01:59:27.295 INFO kablam! 335 | fn register_get_f(&mut self) -> u8 { Oct 15 01:59:27.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.295 INFO kablam! | Oct 15 01:59:27.295 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:59:27.295 INFO kablam! Oct 15 01:59:27.300 INFO kablam! warning: method is never used: `register_set_f` Oct 15 01:59:27.300 INFO kablam! --> src/gameboy/cpu.rs:338:5 Oct 15 01:59:27.300 INFO kablam! | Oct 15 01:59:27.300 INFO kablam! 338 | fn register_set_f(&mut self, value: u8) { Oct 15 01:59:27.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.300 INFO kablam! Oct 15 01:59:27.300 INFO kablam! warning: method is never used: `register_get_e` Oct 15 01:59:27.300 INFO kablam! --> src/gameboy/cpu.rs:359:5 Oct 15 01:59:27.300 INFO kablam! | Oct 15 01:59:27.300 INFO kablam! 359 | fn register_get_e(&mut self) -> u8 { Oct 15 01:59:27.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.300 INFO kablam! Oct 15 01:59:27.300 INFO kablam! warning: method is never used: `register_set_e` Oct 15 01:59:27.301 INFO kablam! --> src/gameboy/cpu.rs:362:5 Oct 15 01:59:27.301 INFO kablam! | Oct 15 01:59:27.301 INFO kablam! 362 | fn register_set_e(&mut self, value: u8) { Oct 15 01:59:27.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.301 INFO kablam! Oct 15 01:59:27.301 INFO kablam! warning: method is never used: `register_get_h` Oct 15 01:59:27.301 INFO kablam! --> src/gameboy/cpu.rs:365:5 Oct 15 01:59:27.301 INFO kablam! | Oct 15 01:59:27.301 INFO kablam! 365 | fn register_get_h(&mut self) -> u8 { Oct 15 01:59:27.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.301 INFO kablam! Oct 15 01:59:27.301 INFO kablam! warning: method is never used: `register_set_h` Oct 15 01:59:27.301 INFO kablam! --> src/gameboy/cpu.rs:368:5 Oct 15 01:59:27.301 INFO kablam! | Oct 15 01:59:27.301 INFO kablam! 368 | fn register_set_h(&mut self, value: u8) { Oct 15 01:59:27.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.301 INFO kablam! Oct 15 01:59:27.301 INFO kablam! warning: method is never used: `register_get_l` Oct 15 01:59:27.301 INFO kablam! --> src/gameboy/cpu.rs:371:5 Oct 15 01:59:27.301 INFO kablam! | Oct 15 01:59:27.301 INFO kablam! 371 | fn register_get_l(&mut self) -> u8 { Oct 15 01:59:27.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.301 INFO kablam! Oct 15 01:59:27.301 INFO kablam! warning: method is never used: `register_set_l` Oct 15 01:59:27.301 INFO kablam! --> src/gameboy/cpu.rs:374:5 Oct 15 01:59:27.301 INFO kablam! | Oct 15 01:59:27.302 INFO kablam! 374 | fn register_set_l(&mut self, value: u8) { Oct 15 01:59:27.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.302 INFO kablam! Oct 15 01:59:27.302 INFO kablam! warning: method is never used: `flag_get_zero` Oct 15 01:59:27.302 INFO kablam! --> src/gameboy/cpu.rs:384:5 Oct 15 01:59:27.302 INFO kablam! | Oct 15 01:59:27.302 INFO kablam! 384 | fn flag_get_zero(&mut self) -> u8 { Oct 15 01:59:27.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.302 INFO kablam! Oct 15 01:59:27.302 INFO kablam! warning: method is never used: `flag_set_sub` Oct 15 01:59:27.302 INFO kablam! --> src/gameboy/cpu.rs:387:5 Oct 15 01:59:27.302 INFO kablam! | Oct 15 01:59:27.302 INFO kablam! 387 | fn flag_set_sub(&mut self) { Oct 15 01:59:27.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.302 INFO kablam! Oct 15 01:59:27.302 INFO kablam! warning: method is never used: `flag_set_carry` Oct 15 01:59:27.302 INFO kablam! --> src/gameboy/cpu.rs:399:5 Oct 15 01:59:27.302 INFO kablam! | Oct 15 01:59:27.302 INFO kablam! 399 | fn flag_set_carry(&mut self) { Oct 15 01:59:27.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.302 INFO kablam! Oct 15 01:59:27.302 INFO kablam! warning: method is never used: `flag_clr_carry` Oct 15 01:59:27.302 INFO kablam! --> src/gameboy/cpu.rs:402:5 Oct 15 01:59:27.302 INFO kablam! | Oct 15 01:59:27.302 INFO kablam! 402 | fn flag_clr_carry(&mut self) { Oct 15 01:59:27.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.303 INFO kablam! Oct 15 01:59:27.303 INFO kablam! warning: method is never used: `ld_sp` Oct 15 01:59:27.303 INFO kablam! --> src/gameboy/cpu.rs:406:5 Oct 15 01:59:27.303 INFO kablam! | Oct 15 01:59:27.303 INFO kablam! 406 | fn ld_sp(&mut self, value: u16) { Oct 15 01:59:27.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.303 INFO kablam! Oct 15 01:59:27.303 INFO kablam! warning: method is never used: `ld_hl_a` Oct 15 01:59:27.303 INFO kablam! --> src/gameboy/cpu.rs:409:5 Oct 15 01:59:27.303 INFO kablam! | Oct 15 01:59:27.304 INFO kablam! 409 | fn ld_hl_a(&self) {} Oct 15 01:59:27.304 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.304 INFO kablam! Oct 15 01:59:27.304 INFO kablam! warning: method is never used: `xor_a` Oct 15 01:59:27.304 INFO kablam! --> src/gameboy/cpu.rs:410:5 Oct 15 01:59:27.304 INFO kablam! | Oct 15 01:59:27.304 INFO kablam! 410 | fn xor_a(&self, value: u8) {} Oct 15 01:59:27.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.304 INFO kablam! Oct 15 01:59:27.304 INFO kablam! warning: method is never used: `bit_h` Oct 15 01:59:27.304 INFO kablam! --> src/gameboy/cpu.rs:411:5 Oct 15 01:59:27.305 INFO kablam! | Oct 15 01:59:27.305 INFO kablam! 411 | fn bit_h(&self, bit: u8) {} Oct 15 01:59:27.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.305 INFO kablam! Oct 15 01:59:27.305 INFO kablam! warning: constant item is never used: `CART_ROM_END` Oct 15 01:59:27.305 INFO kablam! --> src/gameboy/mem_map.rs:5:1 Oct 15 01:59:27.305 INFO kablam! | Oct 15 01:59:27.305 INFO kablam! 5 | const CART_ROM_END: u16 = 0x7FFF; Oct 15 01:59:27.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.305 INFO kablam! Oct 15 01:59:27.305 INFO kablam! warning: constant item is never used: `CART_ENTRY_POINT` Oct 15 01:59:27.305 INFO kablam! --> src/gameboy/mem_map.rs:7:1 Oct 15 01:59:27.305 INFO kablam! | Oct 15 01:59:27.305 INFO kablam! 7 | const CART_ENTRY_POINT: u16 = 0x0100; Oct 15 01:59:27.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.305 INFO kablam! Oct 15 01:59:27.305 INFO kablam! warning: constant item is never used: `LCD_CONTROL_REGISTER` Oct 15 01:59:27.305 INFO kablam! --> src/gameboy/mem_map.rs:23:1 Oct 15 01:59:27.305 INFO kablam! | Oct 15 01:59:27.305 INFO kablam! 23 | const LCD_CONTROL_REGISTER: u16 = 0xFF40; // R/W Oct 15 01:59:27.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.305 INFO kablam! Oct 15 01:59:27.305 INFO kablam! warning: constant item is never used: `LCD_STATUS_REGISTER` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:24:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 24 | const LCD_STATUS_REGISTER: u16 = 0xFF41; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `SCROLL_Y` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:25:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 25 | const SCROLL_Y: u16 = 0xFF42; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `SCROLL_X` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:26:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 26 | const SCROLL_X: u16 = 0xFF43; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `LCD_LY` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:27:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 27 | const LCD_LY: u16 = 0xFF44; // R Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `LCD_LYC` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:28:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 28 | const LCD_LYC: u16 = 0xFF45; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `LCD_WY` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:29:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 29 | const LCD_WY: u16 = 0xFF4A; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `LCD_WX` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:30:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 30 | const LCD_WX: u16 = 0xFF4B; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `BG_PALETTE_DATA` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:31:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 31 | const BG_PALETTE_DATA: u16 = 0xFF47; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `OBJECT_PALETTE_0` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:32:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 32 | const OBJECT_PALETTE_0: u16 = 0xFF48; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.308 INFO kablam! warning: constant item is never used: `OBJECT_PALETTE_1` Oct 15 01:59:27.308 INFO kablam! --> src/gameboy/mem_map.rs:33:1 Oct 15 01:59:27.308 INFO kablam! | Oct 15 01:59:27.308 INFO kablam! 33 | const OBJECT_PALETTE_1: u16 = 0xFF49; // R/W Oct 15 01:59:27.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:59:27.308 INFO kablam! Oct 15 01:59:27.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 15 01:59:27.771 INFO kablam! su: No module specific data is present Oct 15 01:59:28.431 INFO running `"docker" "rm" "-f" "5f45d45722cd2684393dab6f5150457ab03655d34cdd08eb7219691a6358c028"` Oct 15 01:59:28.627 INFO blam! 5f45d45722cd2684393dab6f5150457ab03655d34cdd08eb7219691a6358c028 Oct 15 01:59:28.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 01:59:29.024 INFO blam! 62f63fe2425f3bd6247a4776cf0bc10fe2fb9a46c4397133106794e3767a561f Oct 15 01:59:29.027 INFO running `"docker" "start" "-a" "62f63fe2425f3bd6247a4776cf0bc10fe2fb9a46c4397133106794e3767a561f"` Oct 15 01:59:29.535 INFO kablam! usermod: no changes Oct 15 01:59:29.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 01:59:29.564 INFO kablam! Running /target/debug/deps/rusted_gameboy-a55fe50c7255a3d6 Oct 15 01:59:29.565 INFO blam! Oct 15 01:59:29.565 INFO blam! running 0 tests Oct 15 01:59:29.565 INFO blam! Oct 15 01:59:29.565 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:59:29.565 INFO blam! Oct 15 01:59:29.567 INFO kablam! su: No module specific data is present Oct 15 01:59:29.865 INFO running `"docker" "rm" "-f" "62f63fe2425f3bd6247a4776cf0bc10fe2fb9a46c4397133106794e3767a561f"` Oct 15 01:59:29.980 INFO blam! 62f63fe2425f3bd6247a4776cf0bc10fe2fb9a46c4397133106794e3767a561f