Oct 14 13:10:13.031 INFO testing ltriant/nes against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:10:13.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 13:10:13.614 INFO blam! ba8589852c347dea4ac4e76cd548379d856e24cbd10d8a6695e224263a11d5a2 Oct 14 13:10:13.616 INFO running `"docker" "start" "-a" "ba8589852c347dea4ac4e76cd548379d856e24cbd10d8a6695e224263a11d5a2"` Oct 14 13:10:16.094 INFO kablam! usermod: no changes Oct 14 13:10:16.173 INFO kablam! Compiling regex v1.0.4 Oct 14 13:10:16.173 INFO kablam! Compiling termcolor v1.0.2 Oct 14 13:10:29.527 INFO kablam! Compiling env_logger v0.5.13 Oct 14 13:10:31.263 INFO kablam! Compiling nes v0.1.0 (/source) Oct 14 13:10:32.070 INFO kablam! warning: enum is never used: `SpriteSize` Oct 14 13:10:32.070 INFO kablam! --> src/ppu/ctrl.rs:3:1 Oct 14 13:10:32.070 INFO kablam! | Oct 14 13:10:32.070 INFO kablam! 3 | pub enum SpriteSize { Oct 14 13:10:32.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.070 INFO kablam! | Oct 14 13:10:32.070 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:10:32.070 INFO kablam! Oct 14 13:10:32.070 INFO kablam! warning: method is never used: `generate_nmi` Oct 14 13:10:32.070 INFO kablam! --> src/ppu/ctrl.rs:9:5 Oct 14 13:10:32.070 INFO kablam! | Oct 14 13:10:32.070 INFO kablam! 9 | pub fn generate_nmi(&self) -> bool { Oct 14 13:10:32.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.070 INFO kablam! Oct 14 13:10:32.070 INFO kablam! warning: method is never used: `sprite_size` Oct 14 13:10:32.070 INFO kablam! --> src/ppu/ctrl.rs:15:5 Oct 14 13:10:32.070 INFO kablam! | Oct 14 13:10:32.070 INFO kablam! 15 | pub fn sprite_size(&self) -> SpriteSize { Oct 14 13:10:32.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.070 INFO kablam! Oct 14 13:10:32.070 INFO kablam! warning: method is never used: `background_pattern_table_addr` Oct 14 13:10:32.070 INFO kablam! --> src/ppu/ctrl.rs:26:5 Oct 14 13:10:32.070 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 26 | pub fn background_pattern_table_addr(&self) -> u16 { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `sprite_pattern_table_addr` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/ctrl.rs:37:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 37 | pub fn sprite_pattern_table_addr(&self) -> u16 { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `base_nametable_addr` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/ctrl.rs:59:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 59 | pub fn base_nametable_addr(&self) -> u16 { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `emphasize_blue` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:4:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 4 | pub fn emphasize_blue(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `emphasize_green` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:9:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 9 | pub fn emphasize_green(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `emphasize_red` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:14:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 14 | pub fn emphasize_red(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `show_sprites` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:19:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 19 | pub fn show_sprites(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `show_background` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:24:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 24 | pub fn show_background(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `show_sprites_leftmost` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:29:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 29 | pub fn show_sprites_leftmost(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `show_background_leftmost` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:34:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 34 | pub fn show_background_leftmost(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `greyscale` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/mask.rs:39:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 39 | pub fn greyscale(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `vblank_started` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/status.rs:4:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 4 | pub fn vblank_started(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `sprite_zero_hit` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/status.rs:9:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 9 | pub fn sprite_zero_hit(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:32.071 INFO kablam! warning: method is never used: `sprite_overflow` Oct 14 13:10:32.071 INFO kablam! --> src/ppu/status.rs:14:5 Oct 14 13:10:32.071 INFO kablam! | Oct 14 13:10:32.071 INFO kablam! 14 | pub fn sprite_overflow(&self) -> bool { Oct 14 13:10:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:32.071 INFO kablam! Oct 14 13:10:33.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.68s Oct 14 13:10:33.807 INFO kablam! su: No module specific data is present Oct 14 13:10:35.311 INFO running `"docker" "rm" "-f" "ba8589852c347dea4ac4e76cd548379d856e24cbd10d8a6695e224263a11d5a2"` Oct 14 13:10:35.587 INFO blam! ba8589852c347dea4ac4e76cd548379d856e24cbd10d8a6695e224263a11d5a2 Oct 14 13:10:35.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 13:10:36.063 INFO blam! 3466125105fb58e36bce02abda81c22eda2434f883db5d11bdc6de5e6d61bfb2 Oct 14 13:10:36.066 INFO running `"docker" "start" "-a" "3466125105fb58e36bce02abda81c22eda2434f883db5d11bdc6de5e6d61bfb2"` Oct 14 13:10:38.335 INFO kablam! usermod: no changes Oct 14 13:10:38.479 INFO kablam! Compiling nes v0.1.0 (/source) Oct 14 13:10:39.482 INFO kablam! warning: enum is never used: `SpriteSize` Oct 14 13:10:39.482 INFO kablam! --> src/ppu/ctrl.rs:3:1 Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! 3 | pub enum SpriteSize { Oct 14 13:10:39.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:10:39.482 INFO kablam! Oct 14 13:10:39.482 INFO kablam! warning: method is never used: `sprite_size` Oct 14 13:10:39.482 INFO kablam! --> src/ppu/ctrl.rs:15:5 Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! 15 | pub fn sprite_size(&self) -> SpriteSize { Oct 14 13:10:39.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.482 INFO kablam! Oct 14 13:10:39.482 INFO kablam! warning: method is never used: `background_pattern_table_addr` Oct 14 13:10:39.482 INFO kablam! --> src/ppu/ctrl.rs:26:5 Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! 26 | pub fn background_pattern_table_addr(&self) -> u16 { Oct 14 13:10:39.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.482 INFO kablam! Oct 14 13:10:39.482 INFO kablam! warning: method is never used: `sprite_pattern_table_addr` Oct 14 13:10:39.482 INFO kablam! --> src/ppu/ctrl.rs:37:5 Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! 37 | pub fn sprite_pattern_table_addr(&self) -> u16 { Oct 14 13:10:39.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.482 INFO kablam! Oct 14 13:10:39.482 INFO kablam! warning: method is never used: `emphasize_blue` Oct 14 13:10:39.482 INFO kablam! --> src/ppu/mask.rs:4:5 Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! 4 | pub fn emphasize_blue(&self) -> bool { Oct 14 13:10:39.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.482 INFO kablam! Oct 14 13:10:39.482 INFO kablam! warning: method is never used: `emphasize_green` Oct 14 13:10:39.482 INFO kablam! --> src/ppu/mask.rs:9:5 Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! 9 | pub fn emphasize_green(&self) -> bool { Oct 14 13:10:39.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.482 INFO kablam! Oct 14 13:10:39.482 INFO kablam! warning: method is never used: `emphasize_red` Oct 14 13:10:39.482 INFO kablam! --> src/ppu/mask.rs:14:5 Oct 14 13:10:39.482 INFO kablam! | Oct 14 13:10:39.482 INFO kablam! 14 | pub fn emphasize_red(&self) -> bool { Oct 14 13:10:39.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.482 INFO kablam! Oct 14 13:10:39.482 INFO kablam! warning: method is never used: `show_sprites` Oct 14 13:10:39.490 INFO kablam! --> src/ppu/mask.rs:19:5 Oct 14 13:10:39.490 INFO kablam! | Oct 14 13:10:39.490 INFO kablam! 19 | pub fn show_sprites(&self) -> bool { Oct 14 13:10:39.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.490 INFO kablam! Oct 14 13:10:39.490 INFO kablam! warning: method is never used: `show_background` Oct 14 13:10:39.490 INFO kablam! --> src/ppu/mask.rs:24:5 Oct 14 13:10:39.490 INFO kablam! | Oct 14 13:10:39.490 INFO kablam! 24 | pub fn show_background(&self) -> bool { Oct 14 13:10:39.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.490 INFO kablam! Oct 14 13:10:39.490 INFO kablam! warning: method is never used: `show_sprites_leftmost` Oct 14 13:10:39.490 INFO kablam! --> src/ppu/mask.rs:29:5 Oct 14 13:10:39.490 INFO kablam! | Oct 14 13:10:39.490 INFO kablam! 29 | pub fn show_sprites_leftmost(&self) -> bool { Oct 14 13:10:39.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.490 INFO kablam! Oct 14 13:10:39.490 INFO kablam! warning: method is never used: `show_background_leftmost` Oct 14 13:10:39.490 INFO kablam! --> src/ppu/mask.rs:34:5 Oct 14 13:10:39.490 INFO kablam! | Oct 14 13:10:39.490 INFO kablam! 34 | pub fn show_background_leftmost(&self) -> bool { Oct 14 13:10:39.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.490 INFO kablam! Oct 14 13:10:39.490 INFO kablam! warning: method is never used: `greyscale` Oct 14 13:10:39.490 INFO kablam! --> src/ppu/mask.rs:39:5 Oct 14 13:10:39.490 INFO kablam! | Oct 14 13:10:39.490 INFO kablam! 39 | pub fn greyscale(&self) -> bool { Oct 14 13:10:39.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.490 INFO kablam! Oct 14 13:10:39.491 INFO kablam! warning: method is never used: `vblank_started` Oct 14 13:10:39.491 INFO kablam! --> src/ppu/status.rs:4:5 Oct 14 13:10:39.491 INFO kablam! | Oct 14 13:10:39.491 INFO kablam! 4 | pub fn vblank_started(&self) -> bool { Oct 14 13:10:39.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.491 INFO kablam! Oct 14 13:10:39.491 INFO kablam! warning: method is never used: `sprite_zero_hit` Oct 14 13:10:39.491 INFO kablam! --> src/ppu/status.rs:9:5 Oct 14 13:10:39.491 INFO kablam! | Oct 14 13:10:39.491 INFO kablam! 9 | pub fn sprite_zero_hit(&self) -> bool { Oct 14 13:10:39.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.491 INFO kablam! Oct 14 13:10:39.491 INFO kablam! warning: method is never used: `sprite_overflow` Oct 14 13:10:39.491 INFO kablam! --> src/ppu/status.rs:14:5 Oct 14 13:10:39.491 INFO kablam! | Oct 14 13:10:39.491 INFO kablam! 14 | pub fn sprite_overflow(&self) -> bool { Oct 14 13:10:39.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:39.491 INFO kablam! Oct 14 13:10:40.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.60s Oct 14 13:10:40.971 INFO kablam! su: No module specific data is present Oct 14 13:10:42.386 INFO running `"docker" "rm" "-f" "3466125105fb58e36bce02abda81c22eda2434f883db5d11bdc6de5e6d61bfb2"` Oct 14 13:10:42.727 INFO blam! 3466125105fb58e36bce02abda81c22eda2434f883db5d11bdc6de5e6d61bfb2 Oct 14 13:10:42.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 13:10:43.211 INFO blam! f408a80fef42e8d207c8d4b8e82d84b9246ac14657f86d48b65d6372b0e32b39 Oct 14 13:10:43.214 INFO running `"docker" "start" "-a" "f408a80fef42e8d207c8d4b8e82d84b9246ac14657f86d48b65d6372b0e32b39"` Oct 14 13:10:44.827 INFO kablam! usermod: no changes Oct 14 13:10:44.938 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 13:10:44.938 INFO kablam! Running /target/debug/deps/nes-453dd6c72503cd9d Oct 14 13:10:44.939 INFO blam! Oct 14 13:10:44.939 INFO blam! running 9 tests Oct 14 13:10:44.947 INFO blam! test ppu::ctrl::tests::test_the_thing ... ok Oct 14 13:10:44.947 INFO blam! test ppu::addr::tests::test_ppu_addr ... ok Oct 14 13:10:44.947 INFO blam! test cpu::tests::test_stack ... ok Oct 14 13:10:44.959 INFO blam! test mem::tests::test_read_write ... ok Oct 14 13:10:44.960 INFO blam! test mem::tests::test_load_rom ... ok Oct 14 13:10:44.960 INFO blam! test cpu::tests::test_flags ... ok Oct 14 13:10:44.960 INFO blam! test ppu::scroll::tests::test_ppu_scroll ... ok Oct 14 13:10:44.990 INFO blam! test cpu::tests::test_stack_push_full ... ok Oct 14 13:10:44.990 INFO blam! test cpu::tests::test_stack_pop_empty ... ok Oct 14 13:10:44.990 INFO blam! Oct 14 13:10:44.990 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:10:44.990 INFO blam! Oct 14 13:10:44.997 INFO kablam! su: No module specific data is present Oct 14 13:10:46.058 INFO running `"docker" "rm" "-f" "f408a80fef42e8d207c8d4b8e82d84b9246ac14657f86d48b65d6372b0e32b39"` Oct 14 13:10:46.379 INFO blam! f408a80fef42e8d207c8d4b8e82d84b9246ac14657f86d48b65d6372b0e32b39