Oct 10 14:20:47.024 INFO testing starrhorne/nes-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:20:47.024 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:20:47.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 14:20:47.585 INFO blam! dae049eeac82a3c560f428c9e989cb42061bcfd0b896bad4917c48777dae9e34 Oct 10 14:20:47.589 INFO running `"docker" "start" "-a" "dae049eeac82a3c560f428c9e989cb42061bcfd0b896bad4917c48777dae9e34"` Oct 10 14:20:48.536 INFO kablam! usermod: no changes Oct 10 14:20:48.673 INFO kablam! Compiling bitfield v0.12.0 Oct 10 14:20:48.679 INFO kablam! Compiling libretro-sys v0.1.0 Oct 10 14:20:48.696 INFO kablam! Compiling rand v0.3.17 Oct 10 14:20:48.701 INFO kablam! Compiling time v0.1.39 Oct 10 14:20:51.736 INFO kablam! Compiling libretro-backend v0.2.1 Oct 10 14:20:53.225 INFO kablam! Compiling nes v0.1.0 (/source) Oct 10 14:20:56.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.69s Oct 10 14:20:56.275 INFO kablam! su: No module specific data is present Oct 10 14:20:56.866 INFO running `"docker" "rm" "-f" "dae049eeac82a3c560f428c9e989cb42061bcfd0b896bad4917c48777dae9e34"` Oct 10 14:20:57.165 INFO blam! dae049eeac82a3c560f428c9e989cb42061bcfd0b896bad4917c48777dae9e34 Oct 10 14:20:57.169 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:20:57.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 14:20:57.636 INFO blam! f0f67342184d3dc45fd4f3f535a9d9a050c82df1324e46ec2539eb3468021579 Oct 10 14:20:57.638 INFO running `"docker" "start" "-a" "f0f67342184d3dc45fd4f3f535a9d9a050c82df1324e46ec2539eb3468021579"` Oct 10 14:20:58.798 INFO kablam! usermod: no changes Oct 10 14:20:58.888 INFO kablam! Compiling nes v0.1.0 (/source) Oct 10 14:21:00.716 INFO kablam! warning: unused import: `apu::Apu` Oct 10 14:21:00.716 INFO kablam! --> src/./cpu_test.rs:3:5 Oct 10 14:21:00.716 INFO kablam! | Oct 10 14:21:00.724 INFO kablam! 3 | use apu::Apu; Oct 10 14:21:00.724 INFO kablam! | ^^^^^^^^ Oct 10 14:21:00.724 INFO kablam! | Oct 10 14:21:00.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:21:00.724 INFO kablam! Oct 10 14:21:00.724 INFO kablam! warning: unused import: `ppu::Ppu` Oct 10 14:21:00.724 INFO kablam! --> src/./cpu_test.rs:6:5 Oct 10 14:21:00.724 INFO kablam! | Oct 10 14:21:00.724 INFO kablam! 6 | use ppu::Ppu; Oct 10 14:21:00.724 INFO kablam! | ^^^^^^^^ Oct 10 14:21:00.724 INFO kablam! Oct 10 14:21:00.724 INFO kablam! warning: unused macro definition Oct 10 14:21:00.724 INFO kablam! --> src/./cpu_test.rs:44:1 Oct 10 14:21:00.724 INFO kablam! | Oct 10 14:21:00.724 INFO kablam! 44 | / macro_rules! build_cpu_and_run { Oct 10 14:21:00.724 INFO kablam! 45 | | ($instruction:expr, $mode:ident, $bytes:expr) => { Oct 10 14:21:00.724 INFO kablam! 46 | | { Oct 10 14:21:00.724 INFO kablam! 47 | | let op = opcode($instruction, $mode); Oct 10 14:21:00.724 INFO kablam! ... | Oct 10 14:21:00.724 INFO kablam! 60 | | } Oct 10 14:21:00.724 INFO kablam! 61 | | } Oct 10 14:21:00.724 INFO kablam! | |_^ Oct 10 14:21:00.724 INFO kablam! | Oct 10 14:21:00.724 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 14:21:00.724 INFO kablam! Oct 10 14:21:00.776 INFO kablam! warning: unused import: `super::*` Oct 10 14:21:00.776 INFO kablam! --> src/bus.rs:203:9 Oct 10 14:21:00.776 INFO kablam! | Oct 10 14:21:00.776 INFO kablam! 203 | use super::*; Oct 10 14:21:00.776 INFO kablam! | ^^^^^^^^ Oct 10 14:21:00.776 INFO kablam! Oct 10 14:21:14.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.90s Oct 10 14:21:14.742 INFO kablam! su: No module specific data is present Oct 10 14:21:15.559 INFO running `"docker" "rm" "-f" "f0f67342184d3dc45fd4f3f535a9d9a050c82df1324e46ec2539eb3468021579"` Oct 10 14:21:15.884 INFO blam! f0f67342184d3dc45fd4f3f535a9d9a050c82df1324e46ec2539eb3468021579 Oct 10 14:21:15.888 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:21:15.890 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 14:21:16.323 INFO blam! a02501000f8f21a54c18cf41f001fe37626662fd62e64f554ae5d7e59e09c705 Oct 10 14:21:16.325 INFO running `"docker" "start" "-a" "a02501000f8f21a54c18cf41f001fe37626662fd62e64f554ae5d7e59e09c705"` Oct 10 14:21:18.380 INFO kablam! usermod: no changes Oct 10 14:21:18.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 14:21:18.479 INFO kablam! Running /target/debug/deps/nes-8a7c7620ee19140d Oct 10 14:21:18.480 INFO blam! Oct 10 14:21:18.480 INFO blam! running 119 tests Oct 10 14:21:18.488 INFO blam! test cartridge::cartridge_header::test::test_sizes ... ok Oct 10 14:21:18.524 INFO blam! test cartridge::mapper1::test::test_shift ... ok Oct 10 14:21:18.536 INFO blam! test cartridge::pager::test::test_index_first ... ok Oct 10 14:21:18.584 INFO blam! test cartridge::pager::test::test_index_last ... ok Oct 10 14:21:18.672 INFO blam! test cartridge::pager::test::test_index_nopage ... ok Oct 10 14:21:18.704 INFO blam! test cartridge::pager::test::test_index_number ... ok Oct 10 14:21:18.712 INFO blam! test cartridge::pager::test::test_index_overflow ... ok Oct 10 14:21:18.780 INFO blam! test cartridge::pager::test::test_page_count ... ok Oct 10 14:21:18.792 INFO blam! test cartridge::pager::test::test_rw ... ok Oct 10 14:21:18.804 INFO blam! test cartridge::ppu_test::test_chr_ram ... ok Oct 10 14:21:18.812 INFO blam! test cartridge::ppu_test::test_prg_ram ... ok Oct 10 14:21:18.828 INFO blam! test cartridge::ppu_test::test_read_chr_rom ... ok Oct 10 14:21:18.856 INFO blam! test cartridge::ppu_test::test_read_prg_rom ... ok Oct 10 14:21:18.872 INFO blam! test cpu::cpu_test::test_adc ... ok Oct 10 14:21:18.876 INFO blam! test cpu::cpu_test::test_and ... ok Oct 10 14:21:18.876 INFO blam! test cpu::cpu_test::test_asl ... ok Oct 10 14:21:18.876 INFO blam! test cpu::cpu_test::test_bcc ... ok Oct 10 14:21:18.876 INFO blam! test cpu::cpu_test::test_bcs ... ok Oct 10 14:21:18.876 INFO blam! test cpu::cpu_test::test_beq ... ok Oct 10 14:21:18.876 INFO blam! test cpu::cpu_test::test_bit ... ok Oct 10 14:21:18.876 INFO blam! test cpu::cpu_test::test_bmi ... ok Oct 10 14:21:18.878 INFO blam! test cpu::cpu_test::test_bne ... ok Oct 10 14:21:18.878 INFO blam! test cpu::cpu_test::test_bpl ... ok Oct 10 14:21:18.878 INFO blam! test cpu::cpu_test::test_brk ... ok Oct 10 14:21:18.878 INFO blam! test cpu::cpu_test::test_bvc ... ok Oct 10 14:21:18.878 INFO blam! test cpu::cpu_test::test_bvs ... ok Oct 10 14:21:18.879 INFO blam! test cpu::cpu_test::test_cmp ... ok Oct 10 14:21:18.879 INFO blam! test cpu::cpu_test::test_cpx ... ok Oct 10 14:21:18.879 INFO blam! test cpu::cpu_test::test_cpy ... ok Oct 10 14:21:18.880 INFO blam! test cpu::cpu_test::test_dec ... ok Oct 10 14:21:18.880 INFO blam! test cpu::cpu_test::test_dex ... ok Oct 10 14:21:18.888 INFO blam! test cpu::cpu_test::test_dey ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_eor ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_flag_ops ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_inc ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_inx ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_iny ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_jmp ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_jsr_ret ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_lda ... ok Oct 10 14:21:18.900 INFO blam! test cpu::cpu_test::test_ldx ... ok Oct 10 14:21:18.902 INFO blam! test cpu::cpu_test::test_ldy ... ok Oct 10 14:21:18.902 INFO blam! test cpu::cpu_test::test_lsr ... ok Oct 10 14:21:18.902 INFO blam! test cpu::cpu_test::test_ora ... ok Oct 10 14:21:18.902 INFO blam! test cpu::cpu_test::test_pha_pla ... ok Oct 10 14:21:18.902 INFO blam! test cpu::cpu_test::test_php_plp ... ok Oct 10 14:21:18.904 INFO blam! test cpu::cpu_test::test_rol ... ok Oct 10 14:21:18.904 INFO blam! test cpu::cpu_test::test_ror ... ok Oct 10 14:21:18.904 INFO blam! test cpu::cpu_test::test_sbc ... ok Oct 10 14:21:18.908 INFO blam! test cpu::cpu_test::test_sta ... ok Oct 10 14:21:18.908 INFO blam! test cpu::cpu_test::test_stx ... ok Oct 10 14:21:18.908 INFO blam! test cpu::cpu_test::test_sty ... ok Oct 10 14:21:18.908 INFO blam! test cpu::cpu_test::test_tax ... ok Oct 10 14:21:18.908 INFO blam! test cpu::cpu_test::test_tay ... ok Oct 10 14:21:18.908 INFO blam! test cpu::cpu_test::test_tsx ... ok Oct 10 14:21:18.916 INFO blam! test cpu::cpu_test::test_txa ... ok Oct 10 14:21:18.916 INFO blam! test cpu::cpu_test::test_txs ... ok Oct 10 14:21:18.916 INFO blam! test cpu::cpu_test::test_tya ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_attribute_address ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_copy_x ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_copy_y ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_loopy ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_nametable_address ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_register_address ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_scroll_x ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_scroll_y ... ok Oct 10 14:21:18.916 INFO blam! test ppu::address::test::test_tile_offset ... ok Oct 10 14:21:18.916 INFO blam! test ppu::control::test::test_background_tile_base ... ok Oct 10 14:21:18.916 INFO blam! test ppu::control::test::test_increment_amount ... ok Oct 10 14:21:18.916 INFO blam! test ppu::control::test::test_sprite_height ... ok Oct 10 14:21:18.916 INFO blam! test ppu::control::test::test_sprite_tile_base ... ok Oct 10 14:21:18.916 INFO blam! test ppu::mask::test::test_rendering_background ... ok Oct 10 14:21:18.916 INFO blam! test ppu::mask::test::test_rendering_sprites ... ok Oct 10 14:21:18.916 INFO blam! test ppu::registers::test::test_read_data_delayed ... ok Oct 10 14:21:18.916 INFO blam! test ppu::registers::test::test_read_ghost_bits ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_read_oam_data ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_read_status ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_write_address ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_write_control ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_write_data ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_write_mask ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_write_oam_address ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_write_oam_data ... ok Oct 10 14:21:18.917 INFO blam! test ppu::registers::test::test_write_scroll ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_evaluate_sprites ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_load_sprites ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_reload_shift ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_render_background_pixel ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_render_pixel_opaque_sprite_behind ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_render_pixel_opaque_sprite_front ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_render_pixel_transparent_sprite_front ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_render_sprite_pixel ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_shift ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_sprite_overflow ... ok Oct 10 14:21:18.917 INFO blam! test ppu::renderer::test::test_step ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_color_index ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_color_index_flip_x ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_sprite_tile_offset ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_tile_address_large_flip_y ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_tile_address_large_no_flip ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_tile_address_small_flip_y ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_tile_address_small_no_flip ... ok Oct 10 14:21:18.917 INFO blam! test ppu::sprite::test::test_tile_base ... ok Oct 10 14:21:18.917 INFO blam! test ppu::vram::test::test_buffered_read_byte ... ok Oct 10 14:21:18.917 INFO blam! test ppu::vram::test::test_mirror_nametable_horizontally ... ok Oct 10 14:21:18.917 INFO blam! test ppu::vram::test::test_mirror_nametable_vertically ... ok Oct 10 14:21:18.917 INFO blam! test ppu::vram::test::test_mirror_palette ... ok Oct 10 14:21:18.926 INFO blam! test ppu::vram::test::test_read_byte_cartridge ... ok Oct 10 14:21:18.926 INFO blam! test ppu::vram::test::test_read_byte_nametable ... ok Oct 10 14:21:18.926 INFO blam! test ppu::vram::test::test_read_byte_palette ... ok Oct 10 14:21:18.926 INFO blam! test ppu::vram::test::test_write_byte_nametable ... ok Oct 10 14:21:18.926 INFO blam! test ppu::vram::test::test_write_byte_palette ... ok Oct 10 14:21:18.980 INFO blam! test cartridge::mapper1::test::test_set_chr_1 ... ok Oct 10 14:21:19.072 INFO blam! test cartridge::mapper1::test::test_set_control ... ok Oct 10 14:21:19.109 INFO blam! test cartridge::mapper1::test::test_prg_ram ... ok Oct 10 14:21:19.109 INFO blam! test cartridge::mapper1::test::test_prg_rom ... ok Oct 10 14:21:19.109 INFO blam! test cartridge::mapper1::test::test_set_chr_0 ... ok Oct 10 14:21:19.109 INFO blam! test cartridge::mapper1::test::test_set_prg ... ok Oct 10 14:21:19.128 INFO blam! test cartridge::mapper1::test::test_chr_rom ... ok Oct 10 14:21:19.128 INFO blam! Oct 10 14:21:19.128 INFO blam! test result: ok. 119 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:21:19.128 INFO blam! Oct 10 14:21:19.140 INFO kablam! su: No module specific data is present Oct 10 14:21:20.468 INFO running `"docker" "rm" "-f" "a02501000f8f21a54c18cf41f001fe37626662fd62e64f554ae5d7e59e09c705"` Oct 10 14:21:20.753 INFO blam! a02501000f8f21a54c18cf41f001fe37626662fd62e64f554ae5d7e59e09c705