Oct 15 06:42:03.360 INFO testing Spalynx/soliloquy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:42:03.360 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 06:42:03.828 INFO blam! 7d6ca2c037ecc5dc3ba14a4b82cec6b32db84b60e1d6415aa390b7f839ddc3ab Oct 15 06:42:03.833 INFO running `"docker" "start" "-a" "7d6ca2c037ecc5dc3ba14a4b82cec6b32db84b60e1d6415aa390b7f839ddc3ab"` Oct 15 06:42:04.819 INFO kablam! usermod: no changes Oct 15 06:42:04.876 INFO kablam! Compiling soliloquy v0.1.0 (/source) Oct 15 06:42:05.891 INFO kablam! warning: unused variable: `cpu` Oct 15 06:42:05.891 INFO kablam! --> src/core/cpu.rs:477:21 Oct 15 06:42:05.891 INFO kablam! | Oct 15 06:42:05.891 INFO kablam! 477 | fn load (&self, cpu: &mut CPU) -> u8 Oct 15 06:42:05.891 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 15 06:42:05.891 INFO kablam! | Oct 15 06:42:05.891 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:42:05.891 INFO kablam! Oct 15 06:42:05.891 INFO kablam! warning: unused variable: `cpu` Oct 15 06:42:05.891 INFO kablam! --> src/core/cpu.rs:479:21 Oct 15 06:42:05.891 INFO kablam! | Oct 15 06:42:05.891 INFO kablam! 479 | fn save (&self, cpu: &mut CPU, storeval: u8) Oct 15 06:42:05.891 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 15 06:42:05.891 INFO kablam! Oct 15 06:42:05.891 INFO kablam! warning: unused variable: `storeval` Oct 15 06:42:05.891 INFO kablam! --> src/core/cpu.rs:479:36 Oct 15 06:42:05.891 INFO kablam! | Oct 15 06:42:05.891 INFO kablam! 479 | fn save (&self, cpu: &mut CPU, storeval: u8) Oct 15 06:42:05.891 INFO kablam! | ^^^^^^^^ help: consider using `_storeval` instead Oct 15 06:42:05.891 INFO kablam! Oct 15 06:42:05.891 INFO kablam! warning: unused variable: `game` Oct 15 06:42:05.891 INFO kablam! --> src/core/nes.rs:29:28 Oct 15 06:42:05.891 INFO kablam! | Oct 15 06:42:05.891 INFO kablam! 29 | pub fn boot(&mut self, game: &ROM) { Oct 15 06:42:05.891 INFO kablam! | ^^^^ help: consider using `_game` instead Oct 15 06:42:05.891 INFO kablam! Oct 15 06:42:05.918 INFO kablam! warning: struct is never constructed: `AccumulatorAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:458:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 458 | pub struct AccumulatorAM; Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `AbsoluteAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:460:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 460 | pub struct AbsoluteAM {pub address: u16} /*6*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `AbsoluteXAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:461:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 461 | pub struct AbsoluteXAM {pub address: u16} /*7*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `AbsoluteYAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:462:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 462 | pub struct AbsoluteYAM {pub address: u16} /*8*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `ZeroPageAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:463:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 463 | pub struct ZeroPageAM {pub address: u8} /*3*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `ZeroPageXAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:464:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 464 | pub struct ZeroPageXAM {pub address: u8} /*4*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `ZeroPageYAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:465:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 465 | pub struct ZeroPageYAM {pub address: u8} /*5*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `IndexedIndirectAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:466:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 466 | pub struct IndexedIndirectAM{pub address: u8} /*12*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `IndirectIndexedAM` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:467:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 467 | pub struct IndirectIndexedAM{pub address: u8} /*11*/ Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `Instructions` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:559:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 559 | pub struct Instructions { Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: method is never used: `new` Oct 15 06:42:05.919 INFO kablam! --> src/core/cpu.rs:570:5 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 570 | pub fn new() -> Instructions { Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: struct is never constructed: `NES` Oct 15 06:42:05.919 INFO kablam! --> src/core/nes.rs:12:1 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 12 | pub struct NES { Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: method is never used: `new` Oct 15 06:42:05.919 INFO kablam! --> src/core/nes.rs:19:5 Oct 15 06:42:05.919 INFO kablam! | Oct 15 06:42:05.919 INFO kablam! 19 | pub fn new() -> NES { Oct 15 06:42:05.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.919 INFO kablam! Oct 15 06:42:05.919 INFO kablam! warning: method is never used: `boot` Oct 15 06:42:05.919 INFO kablam! --> src/core/nes.rs:29:5 Oct 15 06:42:05.920 INFO kablam! | Oct 15 06:42:05.920 INFO kablam! 29 | pub fn boot(&mut self, game: &ROM) { Oct 15 06:42:05.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.920 INFO kablam! Oct 15 06:42:05.920 INFO kablam! warning: method is never used: `fde_loop` Oct 15 06:42:05.920 INFO kablam! --> src/core/nes.rs:35:5 Oct 15 06:42:05.920 INFO kablam! | Oct 15 06:42:05.920 INFO kablam! 35 | pub fn fde_loop (&mut self) { Oct 15 06:42:05.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.920 INFO kablam! Oct 15 06:42:05.920 INFO kablam! warning: method is never used: `shutdown` Oct 15 06:42:05.920 INFO kablam! --> src/core/nes.rs:43:5 Oct 15 06:42:05.920 INFO kablam! | Oct 15 06:42:05.920 INFO kablam! 43 | pub fn shutdown (&mut self){ Oct 15 06:42:05.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.920 INFO kablam! Oct 15 06:42:05.920 INFO kablam! warning: struct is never constructed: `ROM` Oct 15 06:42:05.920 INFO kablam! --> src/core/cartridge.rs:1:1 Oct 15 06:42:05.920 INFO kablam! | Oct 15 06:42:05.920 INFO kablam! 1 | pub struct ROM { Oct 15 06:42:05.920 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:42:05.920 INFO kablam! Oct 15 06:42:05.920 INFO kablam! warning: method is never used: `new` Oct 15 06:42:05.920 INFO kablam! --> src/core/cartridge.rs:6:5 Oct 15 06:42:05.920 INFO kablam! | Oct 15 06:42:05.920 INFO kablam! 6 | pub fn new() -> ROM { Oct 15 06:42:05.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:05.920 INFO kablam! Oct 15 06:42:06.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 15 06:42:06.426 INFO kablam! su: No module specific data is present Oct 15 06:42:07.225 INFO running `"docker" "rm" "-f" "7d6ca2c037ecc5dc3ba14a4b82cec6b32db84b60e1d6415aa390b7f839ddc3ab"` Oct 15 06:42:07.555 INFO blam! 7d6ca2c037ecc5dc3ba14a4b82cec6b32db84b60e1d6415aa390b7f839ddc3ab Oct 15 06:42:07.557 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 06:42:07.944 INFO blam! 99220bd75a96e9cabfa9530dacf975da3cdb64d824bcaf4ff379d0f9856dc35f Oct 15 06:42:07.947 INFO running `"docker" "start" "-a" "99220bd75a96e9cabfa9530dacf975da3cdb64d824bcaf4ff379d0f9856dc35f"` Oct 15 06:42:09.390 INFO kablam! usermod: no changes Oct 15 06:42:09.440 INFO kablam! Compiling soliloquy v0.1.0 (/source) Oct 15 06:42:10.267 INFO kablam! warning: unused variable: `cpu` Oct 15 06:42:10.267 INFO kablam! --> src/core/cpu.rs:477:21 Oct 15 06:42:10.267 INFO kablam! | Oct 15 06:42:10.267 INFO kablam! 477 | fn load (&self, cpu: &mut CPU) -> u8 Oct 15 06:42:10.267 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 15 06:42:10.267 INFO kablam! | Oct 15 06:42:10.267 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:42:10.267 INFO kablam! Oct 15 06:42:10.267 INFO kablam! warning: unused variable: `cpu` Oct 15 06:42:10.267 INFO kablam! --> src/core/cpu.rs:479:21 Oct 15 06:42:10.267 INFO kablam! | Oct 15 06:42:10.267 INFO kablam! 479 | fn save (&self, cpu: &mut CPU, storeval: u8) Oct 15 06:42:10.267 INFO kablam! | ^^^ help: consider using `_cpu` instead Oct 15 06:42:10.267 INFO kablam! Oct 15 06:42:10.267 INFO kablam! warning: unused variable: `storeval` Oct 15 06:42:10.267 INFO kablam! --> src/core/cpu.rs:479:36 Oct 15 06:42:10.267 INFO kablam! | Oct 15 06:42:10.267 INFO kablam! 479 | fn save (&self, cpu: &mut CPU, storeval: u8) Oct 15 06:42:10.267 INFO kablam! | ^^^^^^^^ help: consider using `_storeval` instead Oct 15 06:42:10.267 INFO kablam! Oct 15 06:42:10.267 INFO kablam! warning: unused variable: `game` Oct 15 06:42:10.267 INFO kablam! --> src/core/nes.rs:29:28 Oct 15 06:42:10.267 INFO kablam! | Oct 15 06:42:10.267 INFO kablam! 29 | pub fn boot(&mut self, game: &ROM) { Oct 15 06:42:10.267 INFO kablam! | ^^^^ help: consider using `_game` instead Oct 15 06:42:10.267 INFO kablam! Oct 15 06:42:10.355 INFO kablam! warning: struct is never constructed: `NES` Oct 15 06:42:10.355 INFO kablam! --> src/core/nes.rs:12:1 Oct 15 06:42:10.355 INFO kablam! | Oct 15 06:42:10.355 INFO kablam! 12 | pub struct NES { Oct 15 06:42:10.355 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:42:10.355 INFO kablam! | Oct 15 06:42:10.355 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:42:10.355 INFO kablam! Oct 15 06:42:10.355 INFO kablam! warning: method is never used: `new` Oct 15 06:42:10.355 INFO kablam! --> src/core/nes.rs:19:5 Oct 15 06:42:10.355 INFO kablam! | Oct 15 06:42:10.355 INFO kablam! 19 | pub fn new() -> NES { Oct 15 06:42:10.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:10.355 INFO kablam! Oct 15 06:42:10.355 INFO kablam! warning: method is never used: `boot` Oct 15 06:42:10.355 INFO kablam! --> src/core/nes.rs:29:5 Oct 15 06:42:10.355 INFO kablam! | Oct 15 06:42:10.355 INFO kablam! 29 | pub fn boot(&mut self, game: &ROM) { Oct 15 06:42:10.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:10.355 INFO kablam! Oct 15 06:42:10.355 INFO kablam! warning: method is never used: `fde_loop` Oct 15 06:42:10.355 INFO kablam! --> src/core/nes.rs:35:5 Oct 15 06:42:10.355 INFO kablam! | Oct 15 06:42:10.355 INFO kablam! 35 | pub fn fde_loop (&mut self) { Oct 15 06:42:10.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:10.355 INFO kablam! Oct 15 06:42:10.355 INFO kablam! warning: method is never used: `shutdown` Oct 15 06:42:10.355 INFO kablam! --> src/core/nes.rs:43:5 Oct 15 06:42:10.355 INFO kablam! | Oct 15 06:42:10.355 INFO kablam! 43 | pub fn shutdown (&mut self){ Oct 15 06:42:10.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:10.355 INFO kablam! Oct 15 06:42:10.355 INFO kablam! warning: struct is never constructed: `ROM` Oct 15 06:42:10.355 INFO kablam! --> src/core/cartridge.rs:1:1 Oct 15 06:42:10.355 INFO kablam! | Oct 15 06:42:10.355 INFO kablam! 1 | pub struct ROM { Oct 15 06:42:10.355 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:42:10.355 INFO kablam! Oct 15 06:42:10.356 INFO kablam! warning: method is never used: `new` Oct 15 06:42:10.356 INFO kablam! --> src/core/cartridge.rs:6:5 Oct 15 06:42:10.356 INFO kablam! | Oct 15 06:42:10.356 INFO kablam! 6 | pub fn new() -> ROM { Oct 15 06:42:10.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:42:10.356 INFO kablam! Oct 15 06:42:11.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 15 06:42:11.239 INFO kablam! su: No module specific data is present Oct 15 06:42:11.536 INFO running `"docker" "rm" "-f" "99220bd75a96e9cabfa9530dacf975da3cdb64d824bcaf4ff379d0f9856dc35f"` Oct 15 06:42:11.663 INFO blam! 99220bd75a96e9cabfa9530dacf975da3cdb64d824bcaf4ff379d0f9856dc35f Oct 15 06:42:11.666 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 06:42:11.880 INFO blam! fe4cc973da8e0a3e56cbd2f252f65e6f44554014d8c08b282594eb1c565ee02d Oct 15 06:42:11.886 INFO running `"docker" "start" "-a" "fe4cc973da8e0a3e56cbd2f252f65e6f44554014d8c08b282594eb1c565ee02d"` Oct 15 06:42:12.635 INFO kablam! usermod: no changes Oct 15 06:42:12.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:42:12.661 INFO kablam! Running /target/debug/deps/soliloquy-1fb69c3f3e6feef6 Oct 15 06:42:12.666 INFO blam! Oct 15 06:42:12.666 INFO blam! running 1 test Oct 15 06:42:12.666 INFO blam! test tests::it_works ... ok Oct 15 06:42:12.666 INFO blam! Oct 15 06:42:12.666 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:42:12.666 INFO blam! Oct 15 06:42:12.668 INFO kablam! Running /target/debug/deps/soliloquy-bb044ea95ce4cf7c Oct 15 06:42:12.670 INFO blam! Oct 15 06:42:12.670 INFO blam! running 14 tests Oct 15 06:42:12.671 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_ADC_memory_with_lda ... ok Oct 15 06:42:12.671 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_ADC_overflow ... ok Oct 15 06:42:12.671 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_ADC_carry ... ok Oct 15 06:42:12.671 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_ADC_zero ... ok Oct 15 06:42:12.671 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_flags ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::test_cpu_init ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::test_instruction_init ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_LDY ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::test_new_memory ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::test_AM ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_LDX ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::testOP_LDA ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::test_status_each ... ok Oct 15 06:42:12.672 INFO blam! test core::cpu::cpu_test::cpu_test::test_status_settingtwice ... ok Oct 15 06:42:12.672 INFO blam! Oct 15 06:42:12.672 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:42:12.672 INFO blam! Oct 15 06:42:12.675 INFO kablam! Doc-tests soliloquy Oct 15 06:42:13.197 INFO blam! Oct 15 06:42:13.197 INFO blam! running 0 tests Oct 15 06:42:13.197 INFO blam! Oct 15 06:42:13.197 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:42:13.197 INFO blam! Oct 15 06:42:13.202 INFO kablam! su: No module specific data is present Oct 15 06:42:13.408 INFO running `"docker" "rm" "-f" "fe4cc973da8e0a3e56cbd2f252f65e6f44554014d8c08b282594eb1c565ee02d"` Oct 15 06:42:13.482 INFO blam! fe4cc973da8e0a3e56cbd2f252f65e6f44554014d8c08b282594eb1c565ee02d