Oct 15 02:12:41.925 INFO testing bokuweb/rustynes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:12:41.925 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 02:12:42.338 INFO blam! 80a4209b793daccea4910a314ce7d1b293ad08ca8996fc075f1836da818ae9b4 Oct 15 02:12:42.338 INFO running `"docker" "start" "-a" "80a4209b793daccea4910a314ce7d1b293ad08ca8996fc075f1836da818ae9b4"` Oct 15 02:12:43.563 INFO kablam! usermod: no changes Oct 15 02:12:43.626 INFO kablam! Compiling rustynes v0.1.0 (/source) Oct 15 02:12:44.083 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 02:12:44.084 INFO kablam! --> src/nes/cpu/instructions.rs:556:15 Oct 15 02:12:44.084 INFO kablam! | Oct 15 02:12:44.084 INFO kablam! 556 | bus.write((addr | 0x0100), data); Oct 15 02:12:44.084 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:12:44.085 INFO kablam! | Oct 15 02:12:44.085 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 02:12:44.085 INFO kablam! Oct 15 02:12:44.695 INFO kablam! warning: unreachable pattern Oct 15 02:12:44.695 INFO kablam! --> src/nes/cpu/mod.rs:113:9 Oct 15 02:12:44.695 INFO kablam! | Oct 15 02:12:44.695 INFO kablam! 113 | _ => panic!("{}", "Undefined opecode detected."), Oct 15 02:12:44.695 INFO kablam! | ^ Oct 15 02:12:44.695 INFO kablam! | Oct 15 02:12:44.695 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 02:12:44.695 INFO kablam! Oct 15 02:12:44.899 INFO kablam! warning: method is never used: `enable` Oct 15 02:12:44.899 INFO kablam! --> src/nes/apu/noise.rs:42:5 Oct 15 02:12:44.900 INFO kablam! | Oct 15 02:12:44.900 INFO kablam! 42 | pub fn enable(&mut self) { Oct 15 02:12:44.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.900 INFO kablam! | Oct 15 02:12:44.901 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:12:44.901 INFO kablam! Oct 15 02:12:44.901 INFO kablam! warning: method is never used: `disable` Oct 15 02:12:44.902 INFO kablam! --> src/nes/apu/noise.rs:47:5 Oct 15 02:12:44.902 INFO kablam! | Oct 15 02:12:44.902 INFO kablam! 47 | pub fn disable(&mut self) { Oct 15 02:12:44.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.903 INFO kablam! Oct 15 02:12:44.903 INFO kablam! warning: foreign function is never used: `close_oscillator` Oct 15 02:12:44.903 INFO kablam! --> src/nes/apu/triangle.rs:19:5 Oct 15 02:12:44.903 INFO kablam! | Oct 15 02:12:44.904 INFO kablam! 19 | fn close_oscillator(index: usize); Oct 15 02:12:44.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.904 INFO kablam! Oct 15 02:12:44.904 INFO kablam! warning: foreign function is never used: `set_oscillator_pulse_width` Oct 15 02:12:44.905 INFO kablam! --> src/nes/apu/triangle.rs:23:5 Oct 15 02:12:44.905 INFO kablam! | Oct 15 02:12:44.905 INFO kablam! 23 | fn set_oscillator_pulse_width(index: usize, width: f32); Oct 15 02:12:44.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.906 INFO kablam! Oct 15 02:12:44.906 INFO kablam! warning: method is never used: `get_bank` Oct 15 02:12:44.906 INFO kablam! --> src/nes/mmc/mod.rs:16:5 Oct 15 02:12:44.906 INFO kablam! | Oct 15 02:12:44.907 INFO kablam! 16 | pub fn get_bank(&self) -> u8 { Oct 15 02:12:44.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.907 INFO kablam! Oct 15 02:12:44.908 INFO kablam! warning: method is never used: `get_mapper` Oct 15 02:12:44.908 INFO kablam! --> src/nes/mmc/mod.rs:25:5 Oct 15 02:12:44.908 INFO kablam! | Oct 15 02:12:44.908 INFO kablam! 25 | pub fn get_mapper(&self) -> u8 { Oct 15 02:12:44.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.909 INFO kablam! Oct 15 02:12:44.909 INFO kablam! warning: method is never used: `reset_addr` Oct 15 02:12:44.909 INFO kablam! --> src/nes/ppu/registers/oam.rs:22:5 Oct 15 02:12:44.910 INFO kablam! | Oct 15 02:12:44.910 INFO kablam! 22 | pub fn reset_addr(&mut self) { Oct 15 02:12:44.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.910 INFO kablam! Oct 15 02:12:44.910 INFO kablam! warning: function is never used: `eval` Oct 15 02:12:44.910 INFO kablam! --> src/externs/mod.rs:12:1 Oct 15 02:12:44.910 INFO kablam! | Oct 15 02:12:44.910 INFO kablam! 12 | pub fn eval(x: &str) -> i32 { Oct 15 02:12:44.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.910 INFO kablam! Oct 15 02:12:44.910 INFO kablam! warning: foreign function is never used: `emscripten_run_script_int` Oct 15 02:12:44.910 INFO kablam! --> src/externs/mod.rs:20:5 Oct 15 02:12:44.910 INFO kablam! | Oct 15 02:12:44.910 INFO kablam! 20 | pub fn emscripten_run_script_int(x: *const c_uchar) -> c_int; Oct 15 02:12:44.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:44.910 INFO kablam! Oct 15 02:12:46.497 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 15 02:12:46.499 INFO kablam! su: No module specific data is present Oct 15 02:12:47.141 INFO running `"docker" "rm" "-f" "80a4209b793daccea4910a314ce7d1b293ad08ca8996fc075f1836da818ae9b4"` Oct 15 02:12:47.471 INFO blam! 80a4209b793daccea4910a314ce7d1b293ad08ca8996fc075f1836da818ae9b4 Oct 15 02:12:47.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 02:12:47.971 INFO blam! 12b2e0106004920ab700a666e78399220e66ffc5b412a54ee0821cf00d713160 Oct 15 02:12:47.991 INFO running `"docker" "start" "-a" "12b2e0106004920ab700a666e78399220e66ffc5b412a54ee0821cf00d713160"` Oct 15 02:12:49.490 INFO kablam! usermod: no changes Oct 15 02:12:49.583 INFO kablam! Compiling rustynes v0.1.0 (/source) Oct 15 02:12:50.243 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 02:12:50.244 INFO kablam! --> src/nes/cpu/instructions.rs:556:15 Oct 15 02:12:50.245 INFO kablam! | Oct 15 02:12:50.245 INFO kablam! 556 | bus.write((addr | 0x0100), data); Oct 15 02:12:50.245 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:12:50.245 INFO kablam! | Oct 15 02:12:50.245 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 02:12:50.245 INFO kablam! Oct 15 02:12:51.011 INFO kablam! warning: unreachable pattern Oct 15 02:12:51.011 INFO kablam! --> src/nes/cpu/mod.rs:113:9 Oct 15 02:12:51.012 INFO kablam! | Oct 15 02:12:51.012 INFO kablam! 113 | _ => panic!("{}", "Undefined opecode detected."), Oct 15 02:12:51.012 INFO kablam! | ^ Oct 15 02:12:51.012 INFO kablam! | Oct 15 02:12:51.012 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 02:12:51.012 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: method is never used: `enable` Oct 15 02:12:51.335 INFO kablam! --> src/nes/apu/noise.rs:42:5 Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! 42 | pub fn enable(&mut self) { Oct 15 02:12:51.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:12:51.335 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: method is never used: `disable` Oct 15 02:12:51.335 INFO kablam! --> src/nes/apu/noise.rs:47:5 Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! 47 | pub fn disable(&mut self) { Oct 15 02:12:51.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.335 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: foreign function is never used: `close_oscillator` Oct 15 02:12:51.335 INFO kablam! --> src/nes/apu/triangle.rs:19:5 Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! 19 | fn close_oscillator(index: usize); Oct 15 02:12:51.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.335 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: foreign function is never used: `set_oscillator_pulse_width` Oct 15 02:12:51.335 INFO kablam! --> src/nes/apu/triangle.rs:23:5 Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! 23 | fn set_oscillator_pulse_width(index: usize, width: f32); Oct 15 02:12:51.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.335 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: method is never used: `get_bank` Oct 15 02:12:51.335 INFO kablam! --> src/nes/mmc/mod.rs:16:5 Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! 16 | pub fn get_bank(&self) -> u8 { Oct 15 02:12:51.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.335 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: method is never used: `get_mapper` Oct 15 02:12:51.335 INFO kablam! --> src/nes/mmc/mod.rs:25:5 Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! 25 | pub fn get_mapper(&self) -> u8 { Oct 15 02:12:51.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.335 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: method is never used: `reset_addr` Oct 15 02:12:51.335 INFO kablam! --> src/nes/ppu/registers/oam.rs:22:5 Oct 15 02:12:51.335 INFO kablam! | Oct 15 02:12:51.335 INFO kablam! 22 | pub fn reset_addr(&mut self) { Oct 15 02:12:51.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.335 INFO kablam! Oct 15 02:12:51.335 INFO kablam! warning: function is never used: `eval` Oct 15 02:12:51.335 INFO kablam! --> src/externs/mod.rs:12:1 Oct 15 02:12:51.336 INFO kablam! | Oct 15 02:12:51.336 INFO kablam! 12 | pub fn eval(x: &str) -> i32 { Oct 15 02:12:51.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.336 INFO kablam! Oct 15 02:12:51.336 INFO kablam! warning: foreign function is never used: `emscripten_run_script_int` Oct 15 02:12:51.336 INFO kablam! --> src/externs/mod.rs:20:5 Oct 15 02:12:51.336 INFO kablam! | Oct 15 02:12:51.336 INFO kablam! 20 | pub fn emscripten_run_script_int(x: *const c_uchar) -> c_int; Oct 15 02:12:51.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:12:51.336 INFO kablam! Oct 15 02:12:53.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.80s Oct 15 02:12:53.327 INFO kablam! su: No module specific data is present Oct 15 02:12:54.114 INFO running `"docker" "rm" "-f" "12b2e0106004920ab700a666e78399220e66ffc5b412a54ee0821cf00d713160"` Oct 15 02:12:54.479 INFO blam! 12b2e0106004920ab700a666e78399220e66ffc5b412a54ee0821cf00d713160 Oct 15 02:12:54.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 02:12:54.877 INFO blam! ebbbff63681c32bee3b51725df67e27f566d3307b1e8245f26ba1e17d939efdf Oct 15 02:12:54.878 INFO running `"docker" "start" "-a" "ebbbff63681c32bee3b51725df67e27f566d3307b1e8245f26ba1e17d939efdf"` Oct 15 02:12:55.995 INFO kablam! usermod: no changes Oct 15 02:12:56.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 02:12:56.063 INFO kablam! Running /target/debug/deps/rustynes-81947a5faf4e3ea4 Oct 15 02:12:56.079 INFO blam! Oct 15 02:12:56.079 INFO blam! running 59 tests Oct 15 02:12:56.107 INFO blam! test nes::cpu::instructions::test::test_adc_immediate ... ok Oct 15 02:12:56.107 INFO blam! test nes::cpu::instructions::test::test_and ... ok Oct 15 02:12:56.107 INFO blam! test nes::cpu::instructions::test::test_and_immediate ... ok Oct 15 02:12:56.107 INFO blam! test nes::cpu::instructions::test::test_asl ... ok Oct 15 02:12:56.125 INFO blam! test nes::cpu::instructions::test::test_cmp_immediate ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_cmp ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_asl_acc ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_cpx ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_adc ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_dey ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_eor ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_dex ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_dec ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_cpy_immediate ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_inx ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_iny ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_jmp ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_jsr ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_lda ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_lda_immediate ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ldx ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ldx_immediate ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ldy ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ldy_immediate ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_lsr ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_lsr_acc ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ora ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ora_immediate ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_pha ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_php ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_pla ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_plp ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_rol_accumlator_with_carry ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ror_accumlator_with_carry ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_ror_accumlator_without_carry ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_sbc ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_sbc_immediate ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_sta ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_stx ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_sty ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_tax ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_tay ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_tsx ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_txa ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_txs ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu::instructions::test::test_tya ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu_registers::get_p ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu_registers::update_negative ... ok Oct 15 02:12:56.126 INFO blam! test nes::cpu_registers::update_zero ... ok Oct 15 02:12:56.136 INFO blam! test nes::ppu::palette::test_get_baclground_palette ... ok Oct 15 02:12:56.136 INFO blam! test nes::ppu::palette::test_get_sprite_palette ... ok Oct 15 02:12:56.136 INFO blam! test nes::ppu::registers::oam::set_addr ... ok Oct 15 02:12:56.136 INFO blam! test nes::ppu::registers::ppu_addr::set_addr ... ok Oct 15 02:12:56.136 INFO blam! test nes::ppu::registers::ppu_addr::update_addr ... ok Oct 15 02:12:56.136 INFO blam! test nes::ppu::sprite_utils::test_get_block_id ... ok Oct 15 02:12:56.136 INFO blam! test nes::cpu::instructions::test::test_cpx_immediate ... ok Oct 15 02:12:56.136 INFO blam! test nes::cpu::instructions::test::test_eor_immediate ... ok Oct 15 02:12:56.136 INFO blam! test nes::cpu::instructions::test::test_inc ... ok Oct 15 02:12:56.136 INFO blam! test nes::cpu::instructions::test::test_cpy ... ok Oct 15 02:12:56.136 INFO blam! Oct 15 02:12:56.136 INFO blam! test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:12:56.136 INFO blam! Oct 15 02:12:56.139 INFO kablam! su: No module specific data is present Oct 15 02:12:56.767 INFO running `"docker" "rm" "-f" "ebbbff63681c32bee3b51725df67e27f566d3307b1e8245f26ba1e17d939efdf"` Oct 15 02:12:57.111 INFO blam! ebbbff63681c32bee3b51725df67e27f566d3307b1e8245f26ba1e17d939efdf