Oct 14 13:10:29.929 INFO testing ltriant/nes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:10:29.929 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:10:30.388 INFO blam! 70cd2ef21d50a87b5cff67e6c83bf491471b2e3cbafcef8abf9f1c7321ecfe6b Oct 14 13:10:30.390 INFO running `"docker" "start" "-a" "70cd2ef21d50a87b5cff67e6c83bf491471b2e3cbafcef8abf9f1c7321ecfe6b"` Oct 14 13:10:32.030 INFO kablam! usermod: no changes Oct 14 13:10:32.187 INFO kablam! Compiling regex v1.0.4 Oct 14 13:10:32.187 INFO kablam! Compiling termcolor v1.0.2 Oct 14 13:10:32.187 INFO kablam! Compiling memchr v2.0.2 Oct 14 13:10:32.187 INFO kablam! Compiling log v0.4.4 Oct 14 13:10:33.544 INFO kablam! Compiling aho-corasick v0.6.8 Oct 14 13:10:46.735 INFO kablam! Compiling env_logger v0.5.13 Oct 14 13:10:48.267 INFO kablam! Compiling nes v0.1.0 (/source) Oct 14 13:10:48.939 INFO kablam! warning: enum is never used: `SpriteSize` Oct 14 13:10:48.939 INFO kablam! --> src/ppu/ctrl.rs:3:1 Oct 14 13:10:48.939 INFO kablam! | Oct 14 13:10:48.939 INFO kablam! 3 | pub enum SpriteSize { Oct 14 13:10:48.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.939 INFO kablam! | Oct 14 13:10:48.939 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:10:48.939 INFO kablam! Oct 14 13:10:48.939 INFO kablam! warning: method is never used: `generate_nmi` Oct 14 13:10:48.939 INFO kablam! --> src/ppu/ctrl.rs:9:5 Oct 14 13:10:48.939 INFO kablam! | Oct 14 13:10:48.939 INFO kablam! 9 | pub fn generate_nmi(&self) -> bool { Oct 14 13:10:48.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.951 INFO kablam! Oct 14 13:10:48.951 INFO kablam! warning: method is never used: `sprite_size` Oct 14 13:10:48.951 INFO kablam! --> src/ppu/ctrl.rs:15:5 Oct 14 13:10:48.951 INFO kablam! | Oct 14 13:10:48.951 INFO kablam! 15 | pub fn sprite_size(&self) -> SpriteSize { Oct 14 13:10:48.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.951 INFO kablam! Oct 14 13:10:48.951 INFO kablam! warning: method is never used: `background_pattern_table_addr` Oct 14 13:10:48.951 INFO kablam! --> src/ppu/ctrl.rs:26:5 Oct 14 13:10:48.951 INFO kablam! | Oct 14 13:10:48.951 INFO kablam! 26 | pub fn background_pattern_table_addr(&self) -> u16 { Oct 14 13:10:48.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.951 INFO kablam! Oct 14 13:10:48.951 INFO kablam! warning: method is never used: `sprite_pattern_table_addr` Oct 14 13:10:48.951 INFO kablam! --> src/ppu/ctrl.rs:37:5 Oct 14 13:10:48.951 INFO kablam! | Oct 14 13:10:48.951 INFO kablam! 37 | pub fn sprite_pattern_table_addr(&self) -> u16 { Oct 14 13:10:48.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.951 INFO kablam! Oct 14 13:10:48.951 INFO kablam! warning: method is never used: `base_nametable_addr` Oct 14 13:10:48.951 INFO kablam! --> src/ppu/ctrl.rs:59:5 Oct 14 13:10:48.951 INFO kablam! | Oct 14 13:10:48.951 INFO kablam! 59 | pub fn base_nametable_addr(&self) -> u16 { Oct 14 13:10:48.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.951 INFO kablam! Oct 14 13:10:48.951 INFO kablam! warning: method is never used: `emphasize_blue` Oct 14 13:10:48.951 INFO kablam! --> src/ppu/mask.rs:4:5 Oct 14 13:10:48.951 INFO kablam! | Oct 14 13:10:48.951 INFO kablam! 4 | pub fn emphasize_blue(&self) -> bool { Oct 14 13:10:48.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.951 INFO kablam! Oct 14 13:10:48.951 INFO kablam! warning: method is never used: `emphasize_green` Oct 14 13:10:48.951 INFO kablam! --> src/ppu/mask.rs:9:5 Oct 14 13:10:48.951 INFO kablam! | Oct 14 13:10:48.951 INFO kablam! 9 | pub fn emphasize_green(&self) -> bool { Oct 14 13:10:48.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.951 INFO kablam! Oct 14 13:10:48.951 INFO kablam! warning: method is never used: `emphasize_red` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/mask.rs:14:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 14 | pub fn emphasize_red(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `show_sprites` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/mask.rs:19:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 19 | pub fn show_sprites(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `show_background` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/mask.rs:24:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 24 | pub fn show_background(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `show_sprites_leftmost` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/mask.rs:29:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 29 | pub fn show_sprites_leftmost(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `show_background_leftmost` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/mask.rs:34:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 34 | pub fn show_background_leftmost(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `greyscale` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/mask.rs:39:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 39 | pub fn greyscale(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `vblank_started` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/status.rs:4:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 4 | pub fn vblank_started(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `sprite_zero_hit` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/status.rs:9:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 9 | pub fn sprite_zero_hit(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:48.952 INFO kablam! warning: method is never used: `sprite_overflow` Oct 14 13:10:48.952 INFO kablam! --> src/ppu/status.rs:14:5 Oct 14 13:10:48.952 INFO kablam! | Oct 14 13:10:48.952 INFO kablam! 14 | pub fn sprite_overflow(&self) -> bool { Oct 14 13:10:48.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:48.952 INFO kablam! Oct 14 13:10:50.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.79s Oct 14 13:10:50.853 INFO kablam! su: No module specific data is present Oct 14 13:10:52.614 INFO running `"docker" "rm" "-f" "70cd2ef21d50a87b5cff67e6c83bf491471b2e3cbafcef8abf9f1c7321ecfe6b"` Oct 14 13:10:53.015 INFO blam! 70cd2ef21d50a87b5cff67e6c83bf491471b2e3cbafcef8abf9f1c7321ecfe6b Oct 14 13:10:53.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:10:53.597 INFO blam! c345b3198edb020c74a5aaacad2a9b39e9a385918e5ad066c497b8d991cc72a8 Oct 14 13:10:53.600 INFO running `"docker" "start" "-a" "c345b3198edb020c74a5aaacad2a9b39e9a385918e5ad066c497b8d991cc72a8"` Oct 14 13:10:55.722 INFO kablam! usermod: no changes Oct 14 13:10:55.807 INFO kablam! Compiling nes v0.1.0 (/source) Oct 14 13:10:56.819 INFO kablam! warning: enum is never used: `SpriteSize` Oct 14 13:10:56.819 INFO kablam! --> src/ppu/ctrl.rs:3:1 Oct 14 13:10:56.819 INFO kablam! | Oct 14 13:10:56.819 INFO kablam! 3 | pub enum SpriteSize { Oct 14 13:10:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.819 INFO kablam! | Oct 14 13:10:56.819 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:10:56.819 INFO kablam! Oct 14 13:10:56.819 INFO kablam! warning: method is never used: `sprite_size` Oct 14 13:10:56.819 INFO kablam! --> src/ppu/ctrl.rs:15:5 Oct 14 13:10:56.819 INFO kablam! | Oct 14 13:10:56.819 INFO kablam! 15 | pub fn sprite_size(&self) -> SpriteSize { Oct 14 13:10:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.819 INFO kablam! Oct 14 13:10:56.819 INFO kablam! warning: method is never used: `background_pattern_table_addr` Oct 14 13:10:56.819 INFO kablam! --> src/ppu/ctrl.rs:26:5 Oct 14 13:10:56.819 INFO kablam! | Oct 14 13:10:56.819 INFO kablam! 26 | pub fn background_pattern_table_addr(&self) -> u16 { Oct 14 13:10:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.819 INFO kablam! Oct 14 13:10:56.819 INFO kablam! warning: method is never used: `sprite_pattern_table_addr` Oct 14 13:10:56.819 INFO kablam! --> src/ppu/ctrl.rs:37:5 Oct 14 13:10:56.819 INFO kablam! | Oct 14 13:10:56.819 INFO kablam! 37 | pub fn sprite_pattern_table_addr(&self) -> u16 { Oct 14 13:10:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.819 INFO kablam! Oct 14 13:10:56.819 INFO kablam! warning: method is never used: `emphasize_blue` Oct 14 13:10:56.819 INFO kablam! --> src/ppu/mask.rs:4:5 Oct 14 13:10:56.819 INFO kablam! | Oct 14 13:10:56.819 INFO kablam! 4 | pub fn emphasize_blue(&self) -> bool { Oct 14 13:10:56.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.819 INFO kablam! Oct 14 13:10:56.819 INFO kablam! warning: method is never used: `emphasize_green` Oct 14 13:10:56.819 INFO kablam! --> src/ppu/mask.rs:9:5 Oct 14 13:10:56.819 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 9 | pub fn emphasize_green(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `emphasize_red` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/mask.rs:14:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 14 | pub fn emphasize_red(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `show_sprites` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/mask.rs:19:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 19 | pub fn show_sprites(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `show_background` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/mask.rs:24:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 24 | pub fn show_background(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `show_sprites_leftmost` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/mask.rs:29:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 29 | pub fn show_sprites_leftmost(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `show_background_leftmost` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/mask.rs:34:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 34 | pub fn show_background_leftmost(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `greyscale` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/mask.rs:39:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 39 | pub fn greyscale(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `vblank_started` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/status.rs:4:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 4 | pub fn vblank_started(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `sprite_zero_hit` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/status.rs:9:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 9 | pub fn sprite_zero_hit(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:56.820 INFO kablam! warning: method is never used: `sprite_overflow` Oct 14 13:10:56.820 INFO kablam! --> src/ppu/status.rs:14:5 Oct 14 13:10:56.820 INFO kablam! | Oct 14 13:10:56.820 INFO kablam! 14 | pub fn sprite_overflow(&self) -> bool { Oct 14 13:10:56.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:10:56.820 INFO kablam! Oct 14 13:10:58.046 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 14 13:10:58.051 INFO kablam! su: No module specific data is present Oct 14 13:10:59.077 INFO running `"docker" "rm" "-f" "c345b3198edb020c74a5aaacad2a9b39e9a385918e5ad066c497b8d991cc72a8"` Oct 14 13:10:59.310 INFO blam! c345b3198edb020c74a5aaacad2a9b39e9a385918e5ad066c497b8d991cc72a8 Oct 14 13:10:59.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 13:10:59.924 INFO blam! a9f087ba4663b4ded5ec7d26a4cdda1d19be0ac86254c90bdd784fdc3714e094 Oct 14 13:10:59.927 INFO running `"docker" "start" "-a" "a9f087ba4663b4ded5ec7d26a4cdda1d19be0ac86254c90bdd784fdc3714e094"` Oct 14 13:11:01.033 INFO kablam! usermod: no changes Oct 14 13:11:01.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 13:11:01.127 INFO kablam! Running /target/debug/deps/nes-75fe1c90b0fae877 Oct 14 13:11:01.128 INFO blam! Oct 14 13:11:01.128 INFO blam! running 9 tests Oct 14 13:11:01.155 INFO blam! test cpu::tests::test_stack ... ok Oct 14 13:11:01.165 INFO blam! test mem::tests::test_read_write ... ok Oct 14 13:11:01.169 INFO blam! test mem::tests::test_load_rom ... ok Oct 14 13:11:01.170 INFO blam! test ppu::ctrl::tests::test_the_thing ... ok Oct 14 13:11:01.172 INFO blam! test ppu::addr::tests::test_ppu_addr ... ok Oct 14 13:11:01.172 INFO blam! test cpu::tests::test_flags ... ok Oct 14 13:11:01.173 INFO blam! test ppu::scroll::tests::test_ppu_scroll ... ok Oct 14 13:11:01.173 INFO blam! test cpu::tests::test_stack_push_full ... ok Oct 14 13:11:01.174 INFO blam! test cpu::tests::test_stack_pop_empty ... ok Oct 14 13:11:01.174 INFO blam! Oct 14 13:11:01.174 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:11:01.174 INFO blam! Oct 14 13:11:01.176 INFO kablam! su: No module specific data is present Oct 14 13:11:01.778 INFO running `"docker" "rm" "-f" "a9f087ba4663b4ded5ec7d26a4cdda1d19be0ac86254c90bdd784fdc3714e094"` Oct 14 13:11:02.131 INFO blam! a9f087ba4663b4ded5ec7d26a4cdda1d19be0ac86254c90bdd784fdc3714e094