Oct 12 23:09:57.946 INFO testing starrhorne/nes-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:09:57.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:09:58.387 INFO blam! 22e89e2815b2291fff40d4e54f3878c0666ea0794d830315e53acbf8205e4073 Oct 12 23:09:58.393 INFO running `"docker" "start" "-a" "22e89e2815b2291fff40d4e54f3878c0666ea0794d830315e53acbf8205e4073"` Oct 12 23:09:59.667 INFO kablam! usermod: no changes Oct 12 23:09:59.787 INFO kablam! Compiling bitfield v0.12.0 Oct 12 23:09:59.787 INFO kablam! Compiling libretro-sys v0.1.0 Oct 12 23:09:59.791 INFO kablam! Compiling time v0.1.39 Oct 12 23:09:59.791 INFO kablam! Compiling rand v0.3.17 Oct 12 23:10:02.295 INFO kablam! Compiling libretro-backend v0.2.1 Oct 12 23:10:04.147 INFO kablam! Compiling nes v0.1.0 (/source) Oct 12 23:10:06.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.17s Oct 12 23:10:06.887 INFO kablam! su: No module specific data is present Oct 12 23:10:07.699 INFO running `"docker" "rm" "-f" "22e89e2815b2291fff40d4e54f3878c0666ea0794d830315e53acbf8205e4073"` Oct 12 23:10:08.059 INFO blam! 22e89e2815b2291fff40d4e54f3878c0666ea0794d830315e53acbf8205e4073 Oct 12 23:10:08.065 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:10:08.576 INFO blam! f73a8aed7b494086fa5fe19dc8faa018ccefd5cc62d282f2960441dcaca2f864 Oct 12 23:10:08.578 INFO running `"docker" "start" "-a" "f73a8aed7b494086fa5fe19dc8faa018ccefd5cc62d282f2960441dcaca2f864"` Oct 12 23:10:09.684 INFO kablam! usermod: no changes Oct 12 23:10:09.819 INFO kablam! Compiling nes v0.1.0 (/source) Oct 12 23:10:11.279 INFO kablam! warning: unused import: `apu::Apu` Oct 12 23:10:11.279 INFO kablam! --> src/./cpu_test.rs:3:5 Oct 12 23:10:11.279 INFO kablam! | Oct 12 23:10:11.279 INFO kablam! 3 | use apu::Apu; Oct 12 23:10:11.279 INFO kablam! | ^^^^^^^^ Oct 12 23:10:11.279 INFO kablam! | Oct 12 23:10:11.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:10:11.279 INFO kablam! Oct 12 23:10:11.279 INFO kablam! warning: unused import: `ppu::Ppu` Oct 12 23:10:11.279 INFO kablam! --> src/./cpu_test.rs:6:5 Oct 12 23:10:11.279 INFO kablam! | Oct 12 23:10:11.279 INFO kablam! 6 | use ppu::Ppu; Oct 12 23:10:11.279 INFO kablam! | ^^^^^^^^ Oct 12 23:10:11.279 INFO kablam! Oct 12 23:10:11.279 INFO kablam! warning: unused macro definition Oct 12 23:10:11.279 INFO kablam! --> src/./cpu_test.rs:44:1 Oct 12 23:10:11.279 INFO kablam! | Oct 12 23:10:11.279 INFO kablam! 44 | / macro_rules! build_cpu_and_run { Oct 12 23:10:11.279 INFO kablam! 45 | | ($instruction:expr, $mode:ident, $bytes:expr) => { Oct 12 23:10:11.279 INFO kablam! 46 | | { Oct 12 23:10:11.279 INFO kablam! 47 | | let op = opcode($instruction, $mode); Oct 12 23:10:11.279 INFO kablam! ... | Oct 12 23:10:11.279 INFO kablam! 60 | | } Oct 12 23:10:11.279 INFO kablam! 61 | | } Oct 12 23:10:11.279 INFO kablam! | |_^ Oct 12 23:10:11.279 INFO kablam! | Oct 12 23:10:11.279 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 23:10:11.279 INFO kablam! Oct 12 23:10:11.327 INFO kablam! warning: unused import: `super::*` Oct 12 23:10:11.327 INFO kablam! --> src/bus.rs:203:9 Oct 12 23:10:11.327 INFO kablam! | Oct 12 23:10:11.327 INFO kablam! 203 | use super::*; Oct 12 23:10:11.327 INFO kablam! | ^^^^^^^^ Oct 12 23:10:11.327 INFO kablam! Oct 12 23:10:25.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.57s Oct 12 23:10:25.292 INFO kablam! su: No module specific data is present Oct 12 23:10:26.657 INFO running `"docker" "rm" "-f" "f73a8aed7b494086fa5fe19dc8faa018ccefd5cc62d282f2960441dcaca2f864"` Oct 12 23:10:26.907 INFO blam! f73a8aed7b494086fa5fe19dc8faa018ccefd5cc62d282f2960441dcaca2f864 Oct 12 23:10:26.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 23:10:27.329 INFO blam! d37ad0c05bff66ede85f090bc4f16b43be1166733e05dc029b39d563f198ef42 Oct 12 23:10:27.330 INFO running `"docker" "start" "-a" "d37ad0c05bff66ede85f090bc4f16b43be1166733e05dc029b39d563f198ef42"` Oct 12 23:10:28.894 INFO kablam! usermod: no changes Oct 12 23:10:29.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 23:10:29.007 INFO kablam! Running /target/debug/deps/nes-8a7c7620ee19140d Oct 12 23:10:29.007 INFO blam! Oct 12 23:10:29.007 INFO blam! running 119 tests Oct 12 23:10:29.071 INFO blam! test cartridge::cartridge_header::test::test_sizes ... ok Oct 12 23:10:29.071 INFO blam! test cartridge::mapper1::test::test_shift ... ok Oct 12 23:10:29.083 INFO blam! test cartridge::pager::test::test_index_first ... ok Oct 12 23:10:29.099 INFO blam! test cartridge::pager::test::test_index_last ... ok Oct 12 23:10:29.295 INFO blam! test cartridge::pager::test::test_index_nopage ... ok Oct 12 23:10:29.323 INFO blam! test cartridge::pager::test::test_index_number ... ok Oct 12 23:10:29.331 INFO blam! test cartridge::pager::test::test_index_overflow ... ok Oct 12 23:10:29.379 INFO blam! test cartridge::pager::test::test_page_count ... ok Oct 12 23:10:29.427 INFO blam! test cartridge::pager::test::test_rw ... ok Oct 12 23:10:29.439 INFO blam! test cartridge::ppu_test::test_chr_ram ... ok Oct 12 23:10:29.467 INFO blam! test cartridge::ppu_test::test_prg_ram ... ok Oct 12 23:10:29.515 INFO blam! test cartridge::ppu_test::test_read_chr_rom ... ok Oct 12 23:10:29.515 INFO blam! test cartridge::mapper1::test::test_chr_rom ... ok Oct 12 23:10:29.515 INFO blam! test cartridge::mapper1::test::test_prg_ram ... ok Oct 12 23:10:29.531 INFO blam! test cpu::cpu_test::test_and ... ok Oct 12 23:10:29.532 INFO blam! test cpu::cpu_test::test_adc ... ok Oct 12 23:10:29.532 INFO blam! test cpu::cpu_test::test_asl ... ok Oct 12 23:10:29.533 INFO blam! test cpu::cpu_test::test_bcc ... ok Oct 12 23:10:29.533 INFO blam! test cpu::cpu_test::test_beq ... ok Oct 12 23:10:29.534 INFO blam! test cpu::cpu_test::test_bit ... ok Oct 12 23:10:29.535 INFO blam! test cpu::cpu_test::test_bcs ... ok Oct 12 23:10:29.535 INFO blam! test cpu::cpu_test::test_bmi ... ok Oct 12 23:10:29.535 INFO blam! test cpu::cpu_test::test_bne ... ok Oct 12 23:10:29.536 INFO blam! test cpu::cpu_test::test_brk ... ok Oct 12 23:10:29.551 INFO blam! test cpu::cpu_test::test_bvc ... ok Oct 12 23:10:29.551 INFO blam! test cpu::cpu_test::test_bvs ... ok Oct 12 23:10:29.552 INFO blam! test cpu::cpu_test::test_cmp ... ok Oct 12 23:10:29.556 INFO blam! test cpu::cpu_test::test_cpx ... ok Oct 12 23:10:29.559 INFO blam! test cpu::cpu_test::test_cpy ... ok Oct 12 23:10:29.567 INFO blam! test cpu::cpu_test::test_bpl ... ok Oct 12 23:10:29.567 INFO blam! test cpu::cpu_test::test_dec ... ok Oct 12 23:10:29.568 INFO blam! test cpu::cpu_test::test_dex ... ok Oct 12 23:10:29.568 INFO blam! test cpu::cpu_test::test_dey ... ok Oct 12 23:10:29.579 INFO blam! test cpu::cpu_test::test_eor ... ok Oct 12 23:10:29.579 INFO blam! test cartridge::ppu_test::test_read_prg_rom ... ok Oct 12 23:10:29.587 INFO blam! test cpu::cpu_test::test_inx ... ok Oct 12 23:10:29.587 INFO blam! test cpu::cpu_test::test_inc ... ok Oct 12 23:10:29.606 INFO blam! test cpu::cpu_test::test_flag_ops ... ok Oct 12 23:10:29.615 INFO blam! test cpu::cpu_test::test_jsr_ret ... ok Oct 12 23:10:29.615 INFO blam! test cpu::cpu_test::test_iny ... ok Oct 12 23:10:29.615 INFO blam! test cpu::cpu_test::test_lda ... ok Oct 12 23:10:29.615 INFO blam! test cpu::cpu_test::test_jmp ... ok Oct 12 23:10:29.615 INFO blam! test cpu::cpu_test::test_ldx ... ok Oct 12 23:10:29.616 INFO blam! test cartridge::mapper1::test::test_set_chr_1 ... ok Oct 12 23:10:29.616 INFO blam! test cartridge::mapper1::test::test_set_prg ... ok Oct 12 23:10:29.635 INFO blam! test cpu::cpu_test::test_ldy ... ok Oct 12 23:10:29.643 INFO blam! test cpu::cpu_test::test_ora ... ok Oct 12 23:10:29.643 INFO blam! test cpu::cpu_test::test_pha_pla ... ok Oct 12 23:10:29.643 INFO blam! test cpu::cpu_test::test_php_plp ... ok Oct 12 23:10:29.643 INFO blam! test cpu::cpu_test::test_lsr ... ok Oct 12 23:10:29.643 INFO blam! test cpu::cpu_test::test_rol ... ok Oct 12 23:10:29.644 INFO blam! test cpu::cpu_test::test_stx ... ok Oct 12 23:10:29.644 INFO blam! test cpu::cpu_test::test_sty ... ok Oct 12 23:10:29.644 INFO blam! test cpu::cpu_test::test_sta ... ok Oct 12 23:10:29.645 INFO blam! test cpu::cpu_test::test_sbc ... ok Oct 12 23:10:29.651 INFO blam! test cpu::cpu_test::test_tax ... ok Oct 12 23:10:29.659 INFO blam! test cpu::cpu_test::test_ror ... ok Oct 12 23:10:29.659 INFO blam! test cpu::cpu_test::test_tay ... ok Oct 12 23:10:29.659 INFO blam! test cpu::cpu_test::test_tsx ... ok Oct 12 23:10:29.659 INFO blam! test cpu::cpu_test::test_txs ... ok Oct 12 23:10:29.659 INFO blam! test cpu::cpu_test::test_txa ... ok Oct 12 23:10:29.659 INFO blam! test ppu::address::test::test_copy_x ... ok Oct 12 23:10:29.660 INFO blam! test cpu::cpu_test::test_tya ... ok Oct 12 23:10:29.660 INFO blam! test ppu::address::test::test_register_address ... ok Oct 12 23:10:29.660 INFO blam! test ppu::address::test::test_scroll_x ... ok Oct 12 23:10:29.660 INFO blam! test ppu::address::test::test_scroll_y ... ok Oct 12 23:10:29.660 INFO blam! test ppu::address::test::test_tile_offset ... ok Oct 12 23:10:29.660 INFO blam! test ppu::control::test::test_background_tile_base ... ok Oct 12 23:10:29.660 INFO blam! test ppu::control::test::test_increment_amount ... ok Oct 12 23:10:29.660 INFO blam! test ppu::control::test::test_sprite_height ... ok Oct 12 23:10:29.660 INFO blam! test ppu::control::test::test_sprite_tile_base ... ok Oct 12 23:10:29.660 INFO blam! test ppu::mask::test::test_rendering_background ... ok Oct 12 23:10:29.660 INFO blam! test ppu::mask::test::test_rendering_sprites ... ok Oct 12 23:10:29.660 INFO blam! test ppu::registers::test::test_read_data_delayed ... ok Oct 12 23:10:29.660 INFO blam! test ppu::registers::test::test_read_ghost_bits ... ok Oct 12 23:10:29.661 INFO blam! test ppu::registers::test::test_read_oam_data ... ok Oct 12 23:10:29.661 INFO blam! test ppu::registers::test::test_read_status ... ok Oct 12 23:10:29.662 INFO blam! test ppu::registers::test::test_write_address ... ok Oct 12 23:10:29.663 INFO blam! test ppu::registers::test::test_write_control ... ok Oct 12 23:10:29.663 INFO blam! test ppu::registers::test::test_write_data ... ok Oct 12 23:10:29.667 INFO blam! test ppu::registers::test::test_write_mask ... ok Oct 12 23:10:29.667 INFO blam! test ppu::registers::test::test_write_oam_address ... ok Oct 12 23:10:29.667 INFO blam! test ppu::registers::test::test_write_oam_data ... ok Oct 12 23:10:29.667 INFO blam! test ppu::registers::test::test_write_scroll ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_evaluate_sprites ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_load_sprites ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_reload_shift ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_render_background_pixel ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_render_pixel_opaque_sprite_behind ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_render_pixel_opaque_sprite_front ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_render_pixel_transparent_sprite_front ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_render_sprite_pixel ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_shift ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_sprite_overflow ... ok Oct 12 23:10:29.667 INFO blam! test ppu::renderer::test::test_step ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_color_index ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_color_index_flip_x ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_sprite_tile_offset ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_tile_address_large_flip_y ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_tile_address_large_no_flip ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_tile_address_small_flip_y ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_tile_address_small_no_flip ... ok Oct 12 23:10:29.667 INFO blam! test ppu::sprite::test::test_tile_base ... ok Oct 12 23:10:29.667 INFO blam! test ppu::vram::test::test_buffered_read_byte ... ok Oct 12 23:10:29.667 INFO blam! test ppu::vram::test::test_mirror_nametable_horizontally ... ok Oct 12 23:10:29.667 INFO blam! test ppu::vram::test::test_mirror_nametable_vertically ... ok Oct 12 23:10:29.667 INFO blam! test ppu::vram::test::test_mirror_palette ... ok Oct 12 23:10:29.667 INFO blam! test ppu::address::test::test_loopy ... ok Oct 12 23:10:29.667 INFO blam! test ppu::address::test::test_copy_y ... ok Oct 12 23:10:29.667 INFO blam! test ppu::address::test::test_attribute_address ... ok Oct 12 23:10:29.671 INFO blam! test ppu::address::test::test_nametable_address ... ok Oct 12 23:10:29.671 INFO blam! test ppu::vram::test::test_read_byte_nametable ... ok Oct 12 23:10:29.671 INFO blam! test ppu::vram::test::test_read_byte_palette ... ok Oct 12 23:10:29.683 INFO blam! test ppu::vram::test::test_write_byte_nametable ... ok Oct 12 23:10:29.683 INFO blam! test ppu::vram::test::test_write_byte_palette ... ok Oct 12 23:10:29.703 INFO blam! test cartridge::mapper1::test::test_set_chr_0 ... ok Oct 12 23:10:29.703 INFO blam! test ppu::vram::test::test_read_byte_cartridge ... ok Oct 12 23:10:29.707 INFO blam! test cartridge::mapper1::test::test_prg_rom ... ok Oct 12 23:10:29.721 INFO blam! test cartridge::mapper1::test::test_set_control ... ok Oct 12 23:10:29.721 INFO blam! Oct 12 23:10:29.721 INFO blam! test result: ok. 119 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:10:29.721 INFO blam! Oct 12 23:10:29.751 INFO kablam! su: No module specific data is present Oct 12 23:10:31.113 INFO running `"docker" "rm" "-f" "d37ad0c05bff66ede85f090bc4f16b43be1166733e05dc029b39d563f198ef42"` Oct 12 23:10:31.423 INFO blam! d37ad0c05bff66ede85f090bc4f16b43be1166733e05dc029b39d563f198ef42