Oct 11 02:01:45.942 INFO testing bokuweb/rustynes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:01:45.942 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:01:45.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:01:46.124 INFO blam! 304e93015a858de24a2c40ae4ca6914f0016686b8749d3cd56891c4232b736e6 Oct 11 02:01:46.129 INFO running `"docker" "start" "-a" "304e93015a858de24a2c40ae4ca6914f0016686b8749d3cd56891c4232b736e6"` Oct 11 02:01:46.670 INFO kablam! usermod: no changes Oct 11 02:01:46.696 INFO kablam! Compiling rustynes v0.1.0 (/source) Oct 11 02:01:47.376 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:01:47.376 INFO kablam! --> src/nes/cpu/instructions.rs:556:15 Oct 11 02:01:47.376 INFO kablam! | Oct 11 02:01:47.376 INFO kablam! 556 | bus.write((addr | 0x0100), data); Oct 11 02:01:47.376 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:01:47.376 INFO kablam! | Oct 11 02:01:47.376 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 02:01:47.376 INFO kablam! Oct 11 02:01:47.920 INFO kablam! warning: unreachable pattern Oct 11 02:01:47.920 INFO kablam! --> src/nes/cpu/mod.rs:113:9 Oct 11 02:01:47.920 INFO kablam! | Oct 11 02:01:47.920 INFO kablam! 113 | _ => panic!("{}", "Undefined opecode detected."), Oct 11 02:01:47.920 INFO kablam! | ^ Oct 11 02:01:47.920 INFO kablam! | Oct 11 02:01:47.920 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 02:01:47.920 INFO kablam! Oct 11 02:01:48.089 INFO kablam! warning: method is never used: `enable` Oct 11 02:01:48.089 INFO kablam! --> src/nes/apu/noise.rs:42:5 Oct 11 02:01:48.089 INFO kablam! | Oct 11 02:01:48.089 INFO kablam! 42 | pub fn enable(&mut self) { Oct 11 02:01:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.089 INFO kablam! | Oct 11 02:01:48.089 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:01:48.089 INFO kablam! Oct 11 02:01:48.089 INFO kablam! warning: method is never used: `disable` Oct 11 02:01:48.089 INFO kablam! --> src/nes/apu/noise.rs:47:5 Oct 11 02:01:48.089 INFO kablam! | Oct 11 02:01:48.089 INFO kablam! 47 | pub fn disable(&mut self) { Oct 11 02:01:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.089 INFO kablam! Oct 11 02:01:48.089 INFO kablam! warning: foreign function is never used: `close_oscillator` Oct 11 02:01:48.089 INFO kablam! --> src/nes/apu/triangle.rs:19:5 Oct 11 02:01:48.089 INFO kablam! | Oct 11 02:01:48.089 INFO kablam! 19 | fn close_oscillator(index: usize); Oct 11 02:01:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.089 INFO kablam! Oct 11 02:01:48.089 INFO kablam! warning: foreign function is never used: `set_oscillator_pulse_width` Oct 11 02:01:48.089 INFO kablam! --> src/nes/apu/triangle.rs:23:5 Oct 11 02:01:48.089 INFO kablam! | Oct 11 02:01:48.089 INFO kablam! 23 | fn set_oscillator_pulse_width(index: usize, width: f32); Oct 11 02:01:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.089 INFO kablam! Oct 11 02:01:48.092 INFO kablam! warning: method is never used: `get_bank` Oct 11 02:01:48.092 INFO kablam! --> src/nes/mmc/mod.rs:16:5 Oct 11 02:01:48.092 INFO kablam! | Oct 11 02:01:48.092 INFO kablam! 16 | pub fn get_bank(&self) -> u8 { Oct 11 02:01:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.092 INFO kablam! Oct 11 02:01:48.092 INFO kablam! warning: method is never used: `get_mapper` Oct 11 02:01:48.092 INFO kablam! --> src/nes/mmc/mod.rs:25:5 Oct 11 02:01:48.092 INFO kablam! | Oct 11 02:01:48.092 INFO kablam! 25 | pub fn get_mapper(&self) -> u8 { Oct 11 02:01:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.092 INFO kablam! Oct 11 02:01:48.092 INFO kablam! warning: method is never used: `reset_addr` Oct 11 02:01:48.092 INFO kablam! --> src/nes/ppu/registers/oam.rs:22:5 Oct 11 02:01:48.092 INFO kablam! | Oct 11 02:01:48.092 INFO kablam! 22 | pub fn reset_addr(&mut self) { Oct 11 02:01:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.092 INFO kablam! Oct 11 02:01:48.092 INFO kablam! warning: function is never used: `eval` Oct 11 02:01:48.092 INFO kablam! --> src/externs/mod.rs:12:1 Oct 11 02:01:48.092 INFO kablam! | Oct 11 02:01:48.092 INFO kablam! 12 | pub fn eval(x: &str) -> i32 { Oct 11 02:01:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.093 INFO kablam! Oct 11 02:01:48.093 INFO kablam! warning: foreign function is never used: `emscripten_run_script_int` Oct 11 02:01:48.093 INFO kablam! --> src/externs/mod.rs:20:5 Oct 11 02:01:48.093 INFO kablam! | Oct 11 02:01:48.093 INFO kablam! 20 | pub fn emscripten_run_script_int(x: *const c_uchar) -> c_int; Oct 11 02:01:48.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:48.093 INFO kablam! Oct 11 02:01:48.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.16s Oct 11 02:01:48.856 INFO kablam! su: No module specific data is present Oct 11 02:01:49.152 INFO running `"docker" "rm" "-f" "304e93015a858de24a2c40ae4ca6914f0016686b8749d3cd56891c4232b736e6"` Oct 11 02:01:49.235 INFO blam! 304e93015a858de24a2c40ae4ca6914f0016686b8749d3cd56891c4232b736e6 Oct 11 02:01:49.237 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:01:49.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:01:49.398 INFO blam! 82ce261cfc31e79023635fb2757ece0aa5545fe57a9b1c0b58b496b837525d9a Oct 11 02:01:49.399 INFO running `"docker" "start" "-a" "82ce261cfc31e79023635fb2757ece0aa5545fe57a9b1c0b58b496b837525d9a"` Oct 11 02:01:50.424 INFO kablam! usermod: no changes Oct 11 02:01:50.480 INFO kablam! Compiling rustynes v0.1.0 (/source) Oct 11 02:01:51.504 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 02:01:51.504 INFO kablam! --> src/nes/cpu/instructions.rs:556:15 Oct 11 02:01:51.504 INFO kablam! | Oct 11 02:01:51.504 INFO kablam! 556 | bus.write((addr | 0x0100), data); Oct 11 02:01:51.504 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:01:51.504 INFO kablam! | Oct 11 02:01:51.504 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 02:01:51.504 INFO kablam! Oct 11 02:01:52.259 INFO kablam! warning: unreachable pattern Oct 11 02:01:52.260 INFO kablam! --> src/nes/cpu/mod.rs:113:9 Oct 11 02:01:52.260 INFO kablam! | Oct 11 02:01:52.260 INFO kablam! 113 | _ => panic!("{}", "Undefined opecode detected."), Oct 11 02:01:52.261 INFO kablam! | ^ Oct 11 02:01:52.261 INFO kablam! | Oct 11 02:01:52.261 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 02:01:52.262 INFO kablam! Oct 11 02:01:52.529 INFO kablam! warning: method is never used: `enable` Oct 11 02:01:52.529 INFO kablam! --> src/nes/apu/noise.rs:42:5 Oct 11 02:01:52.529 INFO kablam! | Oct 11 02:01:52.529 INFO kablam! 42 | pub fn enable(&mut self) { Oct 11 02:01:52.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.530 INFO kablam! | Oct 11 02:01:52.531 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:01:52.531 INFO kablam! Oct 11 02:01:52.531 INFO kablam! warning: method is never used: `disable` Oct 11 02:01:52.531 INFO kablam! --> src/nes/apu/noise.rs:47:5 Oct 11 02:01:52.532 INFO kablam! | Oct 11 02:01:52.532 INFO kablam! 47 | pub fn disable(&mut self) { Oct 11 02:01:52.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.533 INFO kablam! Oct 11 02:01:52.533 INFO kablam! warning: foreign function is never used: `close_oscillator` Oct 11 02:01:52.533 INFO kablam! --> src/nes/apu/triangle.rs:19:5 Oct 11 02:01:52.533 INFO kablam! | Oct 11 02:01:52.534 INFO kablam! 19 | fn close_oscillator(index: usize); Oct 11 02:01:52.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.534 INFO kablam! Oct 11 02:01:52.534 INFO kablam! warning: foreign function is never used: `set_oscillator_pulse_width` Oct 11 02:01:52.535 INFO kablam! --> src/nes/apu/triangle.rs:23:5 Oct 11 02:01:52.535 INFO kablam! | Oct 11 02:01:52.535 INFO kablam! 23 | fn set_oscillator_pulse_width(index: usize, width: f32); Oct 11 02:01:52.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.536 INFO kablam! Oct 11 02:01:52.536 INFO kablam! warning: method is never used: `get_bank` Oct 11 02:01:52.537 INFO kablam! --> src/nes/mmc/mod.rs:16:5 Oct 11 02:01:52.537 INFO kablam! | Oct 11 02:01:52.537 INFO kablam! 16 | pub fn get_bank(&self) -> u8 { Oct 11 02:01:52.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.538 INFO kablam! Oct 11 02:01:52.538 INFO kablam! warning: method is never used: `get_mapper` Oct 11 02:01:52.538 INFO kablam! --> src/nes/mmc/mod.rs:25:5 Oct 11 02:01:52.539 INFO kablam! | Oct 11 02:01:52.539 INFO kablam! 25 | pub fn get_mapper(&self) -> u8 { Oct 11 02:01:52.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.539 INFO kablam! Oct 11 02:01:52.540 INFO kablam! warning: method is never used: `reset_addr` Oct 11 02:01:52.540 INFO kablam! --> src/nes/ppu/registers/oam.rs:22:5 Oct 11 02:01:52.540 INFO kablam! | Oct 11 02:01:52.541 INFO kablam! 22 | pub fn reset_addr(&mut self) { Oct 11 02:01:52.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.541 INFO kablam! Oct 11 02:01:52.542 INFO kablam! warning: function is never used: `eval` Oct 11 02:01:52.542 INFO kablam! --> src/externs/mod.rs:12:1 Oct 11 02:01:52.542 INFO kablam! | Oct 11 02:01:52.542 INFO kablam! 12 | pub fn eval(x: &str) -> i32 { Oct 11 02:01:52.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.543 INFO kablam! Oct 11 02:01:52.543 INFO kablam! warning: foreign function is never used: `emscripten_run_script_int` Oct 11 02:01:52.543 INFO kablam! --> src/externs/mod.rs:20:5 Oct 11 02:01:52.543 INFO kablam! | Oct 11 02:01:52.544 INFO kablam! 20 | pub fn emscripten_run_script_int(x: *const c_uchar) -> c_int; Oct 11 02:01:52.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:01:52.544 INFO kablam! Oct 11 02:01:54.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.98s Oct 11 02:01:54.432 INFO kablam! su: No module specific data is present Oct 11 02:01:55.372 INFO running `"docker" "rm" "-f" "82ce261cfc31e79023635fb2757ece0aa5545fe57a9b1c0b58b496b837525d9a"` Oct 11 02:01:55.656 INFO blam! 82ce261cfc31e79023635fb2757ece0aa5545fe57a9b1c0b58b496b837525d9a Oct 11 02:01:55.658 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:01:55.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:01:56.073 INFO blam! a3b8c4c0b8a95ffdae3a6e6cf8414909f0aa16cad2dce5c689e590ec59c880df Oct 11 02:01:56.073 INFO running `"docker" "start" "-a" "a3b8c4c0b8a95ffdae3a6e6cf8414909f0aa16cad2dce5c689e590ec59c880df"` Oct 11 02:01:57.431 INFO kablam! usermod: no changes Oct 11 02:01:57.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 02:01:57.516 INFO kablam! Running /target/debug/deps/rustynes-81947a5faf4e3ea4 Oct 11 02:01:57.516 INFO blam! Oct 11 02:01:57.516 INFO blam! running 59 tests Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_adc ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_adc_immediate ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_cmp_immediate ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_cmp ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_and ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_cpx ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_cpx_immediate ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_asl ... ok Oct 11 02:01:57.536 INFO blam! test nes::cpu::instructions::test::test_and_immediate ... ok Oct 11 02:01:57.538 INFO blam! test nes::cpu::instructions::test::test_eor ... ok Oct 11 02:01:57.580 INFO blam! test nes::cpu::instructions::test::test_cpy_immediate ... ok Oct 11 02:01:57.580 INFO blam! test nes::cpu::instructions::test::test_cpy ... ok Oct 11 02:01:57.580 INFO blam! test nes::cpu::instructions::test::test_eor_immediate ... ok Oct 11 02:01:57.580 INFO blam! test nes::cpu::instructions::test::test_dex ... ok Oct 11 02:01:57.580 INFO blam! test nes::cpu::instructions::test::test_asl_acc ... ok Oct 11 02:01:57.581 INFO blam! test nes::cpu::instructions::test::test_jmp ... ok Oct 11 02:01:57.581 INFO blam! test nes::cpu::instructions::test::test_inx ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_iny ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_inc ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_dec ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_dey ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_lda_immediate ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_ldy ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_ldy_immediate ... ok Oct 11 02:01:57.600 INFO blam! test nes::cpu::instructions::test::test_lsr ... ok Oct 11 02:01:57.602 INFO blam! test nes::cpu::instructions::test::test_lsr_acc ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_ora ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_pha ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_ora_immediate ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_pla ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_plp ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_rol_accumlator_with_carry ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_php ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_ror_accumlator_without_carry ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_ror_accumlator_with_carry ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_sbc ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_sbc_immediate ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_sta ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_stx ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_sty ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_tax ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_tsx ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_tay ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_txs ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_txa ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu::instructions::test::test_tya ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu_registers::get_p ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu_registers::update_zero ... ok Oct 11 02:01:57.605 INFO blam! test nes::cpu_registers::update_negative ... ok Oct 11 02:01:57.605 INFO blam! test nes::ppu::palette::test_get_baclground_palette ... ok Oct 11 02:01:57.605 INFO blam! test nes::ppu::palette::test_get_sprite_palette ... ok Oct 11 02:01:57.605 INFO blam! test nes::ppu::registers::ppu_addr::set_addr ... ok Oct 11 02:01:57.605 INFO blam! test nes::ppu::registers::ppu_addr::update_addr ... ok Oct 11 02:01:57.605 INFO blam! test nes::ppu::sprite_utils::test_get_block_id ... ok Oct 11 02:01:57.605 INFO blam! test nes::ppu::registers::oam::set_addr ... ok Oct 11 02:01:57.609 INFO blam! test nes::cpu::instructions::test::test_lda ... ok Oct 11 02:01:57.609 INFO blam! test nes::cpu::instructions::test::test_ldx ... ok Oct 11 02:01:57.609 INFO blam! test nes::cpu::instructions::test::test_jsr ... ok Oct 11 02:01:57.609 INFO blam! test nes::cpu::instructions::test::test_ldx_immediate ... ok Oct 11 02:01:57.609 INFO blam! Oct 11 02:01:57.609 INFO blam! test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:01:57.609 INFO blam! Oct 11 02:01:57.622 INFO kablam! su: No module specific data is present Oct 11 02:01:58.194 INFO running `"docker" "rm" "-f" "a3b8c4c0b8a95ffdae3a6e6cf8414909f0aa16cad2dce5c689e590ec59c880df"` Oct 11 02:01:58.436 INFO blam! a3b8c4c0b8a95ffdae3a6e6cf8414909f0aa16cad2dce5c689e590ec59c880df