[INFO] fetching crate nescore 0.2.0... [INFO] testing nescore-0.2.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate nescore 0.2.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate nescore 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate nescore 0.2.0 [INFO] tweaked toml for crates.io crate nescore 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nescore 0.2.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 62 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0090343dcc44c00cc73cac391198aa0812d256526eebdbd890e8b7742326eb4c [INFO] running `Command { std: "docker" "start" "-a" "0090343dcc44c00cc73cac391198aa0812d256526eebdbd890e8b7742326eb4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0090343dcc44c00cc73cac391198aa0812d256526eebdbd890e8b7742326eb4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0090343dcc44c00cc73cac391198aa0812d256526eebdbd890e8b7742326eb4c", kill_on_drop: false }` [INFO] [stdout] 0090343dcc44c00cc73cac391198aa0812d256526eebdbd890e8b7742326eb4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d0bf32812b172de2b1f19b8dfcd098d9eeaa430d7b3902ea7b914baddbfe7f8 [INFO] running `Command { std: "docker" "start" "-a" "3d0bf32812b172de2b1f19b8dfcd098d9eeaa430d7b3902ea7b914baddbfe7f8", kill_on_drop: false }` [INFO] [stderr] Compiling nescore v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: named argument `instr` is not used by name [INFO] [stdout] --> src/asm/mod.rs:187:75 [INFO] [stdout] | [INFO] [stdout] 187 | _ => unreachable!("Matching ZeroPage to categories {:?}", instr=instr), [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/common.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait Register { [INFO] [stdout] | -------- associated function in this trait [INFO] [stdout] 42 | fn new(value: T) -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "3d0bf32812b172de2b1f19b8dfcd098d9eeaa430d7b3902ea7b914baddbfe7f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d0bf32812b172de2b1f19b8dfcd098d9eeaa430d7b3902ea7b914baddbfe7f8", kill_on_drop: false }` [INFO] [stdout] 3d0bf32812b172de2b1f19b8dfcd098d9eeaa430d7b3902ea7b914baddbfe7f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b43cb7bd2c070f4ffbdf75778af8b13638fc7f95b6dea1532a927632eed8baed [INFO] running `Command { std: "docker" "start" "-a" "b43cb7bd2c070f4ffbdf75778af8b13638fc7f95b6dea1532a927632eed8baed", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stdout] warning: named argument `instr` is not used by name [INFO] [stdout] --> src/asm/mod.rs:187:75 [INFO] [stdout] | [INFO] [stdout] 187 | _ => unreachable!("Matching ZeroPage to categories {:?}", instr=instr), [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/common.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait Register { [INFO] [stdout] | -------- associated function in this trait [INFO] [stdout] 42 | fn new(value: T) -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling nescore v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: named argument `instr` is not used by name [INFO] [stdout] --> src/asm/mod.rs:187:75 [INFO] [stdout] | [INFO] [stdout] 187 | _ => unreachable!("Matching ZeroPage to categories {:?}", instr=instr), [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 36.52s [INFO] running `Command { std: "docker" "inspect" "b43cb7bd2c070f4ffbdf75778af8b13638fc7f95b6dea1532a927632eed8baed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b43cb7bd2c070f4ffbdf75778af8b13638fc7f95b6dea1532a927632eed8baed", kill_on_drop: false }` [INFO] [stdout] b43cb7bd2c070f4ffbdf75778af8b13638fc7f95b6dea1532a927632eed8baed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2bb8002e26a0c2f2702e7dc5794b7c2fc811ebb3d9f63e374de1e700e70457f2 [INFO] running `Command { std: "docker" "start" "-a" "2bb8002e26a0c2f2702e7dc5794b7c2fc811ebb3d9f63e374de1e700e70457f2", kill_on_drop: false }` [INFO] [stderr] warning: named argument `instr` is not used by name [INFO] [stderr] --> src/asm/mod.rs:187:75 [INFO] [stderr] | [INFO] [stderr] 187 | _ => unreachable!("Matching ZeroPage to categories {:?}", instr=instr), [INFO] [stderr] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> src/common.rs:42:8 [INFO] [stderr] | [INFO] [stderr] 41 | pub trait Register { [INFO] [stderr] | -------- associated function in this trait [INFO] [stderr] 42 | fn new(value: T) -> Self [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `nescore` (lib) generated 2 warnings [INFO] [stderr] warning: `nescore` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stdout] [INFO] [stdout] running 209 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nescore-fcdd9d79f4d5d602) [INFO] [stdout] test apu::chnl::envelope::tests::decay_no_reload ... ok [INFO] [stdout] test apu::chnl::div::tests::down_counter ... ok [INFO] [stdout] test apu::chnl::envelope::tests::decay_reload ... ok [INFO] [stdout] test apu::chnl::lenctr::tests::halt ... ok [INFO] [stdout] test apu::chnl::lenctr::tests::no_load_when_disabled ... ok [INFO] [stdout] test apu::chnl::lenctr::tests::simple ... ok [INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_ones ... ok [INFO] [stdout] test apu::chnl::timer::tests::timer_set ... ok [INFO] [stdout] test apu::chnl::pulse::tests::waveform_reset_phase ... ok [INFO] [stdout] test apu::chnl::triangle::tests::basic_triangle ... ok [INFO] [stdout] test apu::chnl::envelope::tests::constant ... ok [INFO] [stdout] test bit::tests::bit_group ... ok [INFO] [stdout] test bit::tests::bit_reverse ... ok [INFO] [stdout] test bit::tests::test_bit_as_value ... ok [INFO] [stdout] test bit::tests::test_bit_clear ... ok [INFO] [stdout] test apu::seq::tests::clocks_for_step5_mode ... ok [INFO] [stdout] test apu::seq::tests::set_mode ... ok [INFO] [stdout] test bit::tests::test_bit_set ... ok [INFO] [stdout] test bit::tests::test_bit_value ... ok [INFO] [stdout] test bit::tests::test_high_byte ... ok [INFO] [stdout] test bit::tests::test_low_byte ... ok [INFO] [stdout] test bit::tests::test_bit_is_set ... ok [INFO] [stdout] test apu::chnl::pulse::tests::waveform_seq_duty ... ok [INFO] [stdout] test bit::tests::test_mask_clear ... ok [INFO] [stdout] test bit::tests::test_mask_is_clear ... ok [INFO] [stdout] test apu::seq::tests::clocks_for_step4_mode ... ok [INFO] [stdout] test bit::tests::test_mask_is_set ... ok [INFO] [stdout] test bit::tests::test_mask_set ... ok [INFO] [stdout] test cart::tests::get_format_ines ... ok [INFO] [stdout] test cart::tests::load_invalid_sig ... ok [INFO] [stdout] test cart::tests::loader_no_rom ... ok [INFO] [stdout] test cart::tests::mapper_number ... ok [INFO] [stdout] test cart::tests::mirroring_horizontal ... ok [INFO] [stdout] test cart::tests::mirroring_vertical ... ok [INFO] [stdout] test cart::tests::get_format_nes2 ... ok [INFO] [stdout] test cart::tests::number_of_prg_and_chr_rom_banks ... ok [INFO] [stdout] test cpu::bus::tests::mirror_ram ... ok [INFO] [stdout] test cpu::bus::tests::mirroring_function ... ok [INFO] [stdout] test cpu::bus::tests::ppu_mirrored_registers ... ok [INFO] [stdout] test cpu::cpu::tests::adc_immediate_carry ... ok [INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_twos ... ok [INFO] [stdout] test cpu::cpu::tests::adc_immediate_with_carry_set ... ok [INFO] [stdout] test cart::tests::load_cart_from_vec ... ok [INFO] [stdout] test cpu::cpu::tests::adc_immediate_no_carry ... ok [INFO] [stdout] test cpu::cpu::tests::adc_overflow_1 ... ok [INFO] [stdout] test cpu::cpu::tests::adc_overflow_2 ... ok [INFO] [stdout] test cpu::cpu::tests::adc_overflow_4 ... ok [INFO] [stdout] test cpu::cpu::tests::and_immediate ... ok [INFO] [stdout] test cpu::cpu::tests::asl_accumulator ... ok [INFO] [stdout] test apu::chnl::pulse::tests::sweep_no_negate ... ok [INFO] [stdout] test cpu::cpu::tests::adc_overflow_3 ... ok [INFO] [stdout] test cpu::cpu::tests::asl_accumulator_is_zero ... ok [INFO] [stdout] test cpu::cpu::tests::and_immediate_zero_set ... ok [INFO] [stdout] test cpu::cpu::tests::b_flag ... ok [INFO] [stdout] test cpu::cpu::tests::bcc_carry_set ... ok [INFO] [stdout] test cpu::cpu::tests::bcc_carry_not_set ... ok [INFO] [stdout] test apu::apu::tests::pulse_lenctr ... ok [INFO] [stdout] test cpu::cpu::tests::bcs_carry_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::bcs_carry_set ... ok [INFO] [stdout] test cpu::cpu::tests::beq_zero_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::beq_zero_set ... ok [INFO] [stdout] test cpu::cpu::tests::bit_check_mask ... ok [INFO] [stdout] test cpu::cpu::tests::bit_check_mask_absolute ... ok [INFO] [stdout] test cpu::cpu::tests::bit_check_mask_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::bmi_negative_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::bmi_negative_set ... ok [INFO] [stdout] test cpu::cpu::tests::bne_zero_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::asl_accumulator_carry_and_negative_set ... ok [INFO] [stdout] test cpu::cpu::tests::bpl_negative_set ... ok [INFO] [stdout] test cpu::cpu::tests::bvc_overflow_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::bvc_overflow_set ... ok [INFO] [stdout] test cpu::cpu::tests::bvs_overflow_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::bvs_overflow_set ... ok [INFO] [stdout] test cpu::cpu::tests::brk ... ok [INFO] [stdout] test cpu::cpu::tests::bne_zero_not_set_negative_offset ... ok [INFO] [stdout] test cpu::cpu::tests::bne_zero_set ... ok [INFO] [stdout] test cpu::cpu::tests::clear_flags_instructions ... ok [INFO] [stdout] test cpu::cpu::tests::cmp_negative_set ... ok [INFO] [stdout] test cpu::cpu::tests::cmp_zero_set ... ok [INFO] [stdout] test cpu::cpu::tests::dcp ... ok [INFO] [stdout] test cpu::cpu::tests::dec_mem ... ok [INFO] [stdout] test cpu::cpu::tests::dex ... ok [INFO] [stdout] test cpu::cpu::tests::dey ... ok [INFO] [stdout] test cpu::cpu::tests::eor ... ok [INFO] [stdout] test cpu::cpu::tests::inc_mem ... ok [INFO] [stdout] test cpu::cpu::tests::inx ... ok [INFO] [stdout] test cpu::cpu::tests::iny ... ok [INFO] [stdout] test cpu::cpu::tests::irq_interrupt_masked ... ok [INFO] [stdout] test cpu::cpu::tests::irq_interrupt_not_masked ... ok [INFO] [stdout] test cpu::cpu::tests::is_holding ... ok [INFO] [stdout] test cpu::cpu::tests::isb ... ok [INFO] [stdout] test cpu::cpu::tests::jmp_absolute ... ok [INFO] [stdout] test cpu::cpu::tests::jmp_indirect ... ok [INFO] [stdout] test cpu::cpu::tests::jmp_indirect_page_cross ... ok [INFO] [stdout] test cpu::cpu::tests::jsr ... ok [INFO] [stdout] test cpu::cpu::tests::lax ... ok [INFO] [stdout] test cpu::cpu::tests::lda_absolute ... ok [INFO] [stdout] test cpu::cpu::tests::lda_absolute_x ... ok [INFO] [stdout] test cpu::cpu::tests::lda_absolute_y ... ok [INFO] [stdout] test cpu::cpu::tests::lda_flags_negative ... ok [INFO] [stdout] test cpu::cpu::tests::lda_flags_zero ... ok [INFO] [stdout] test cpu::cpu::tests::lda_immediate ... ok [INFO] [stdout] test cpu::cpu::tests::lda_indexed_indirect ... ok [INFO] [stdout] test cpu::cpu::tests::lda_indirect_indexed ... ok [INFO] [stdout] test cpu::cpu::tests::lda_zeropage ... ok [INFO] [stdout] test cpu::cpu::tests::lda_zeropage_x ... ok [INFO] [stdout] test cpu::cpu::tests::ldx_absolute ... ok [INFO] [stdout] test cpu::cpu::tests::ldx_immediate ... ok [INFO] [stdout] test cpu::cpu::tests::ldy_immediate ... ok [INFO] [stdout] test cpu::cpu::tests::lsr_zero_set ... ok [INFO] [stdout] test cpu::cpu::tests::nop ... ok [INFO] [stdout] test cpu::cpu::tests::ora ... ok [INFO] [stdout] test cpu::cpu::tests::pc_after_reset ... ok [INFO] [stdout] test cpu::cpu::tests::pha ... ok [INFO] [stdout] test cpu::cpu::tests::php ... ok [INFO] [stdout] test cpu::cpu::tests::pla ... ok [INFO] [stdout] test cpu::cpu::tests::bpl_negative_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::plp ... ok [INFO] [stdout] test cpu::cpu::tests::rol_carry ... ok [INFO] [stdout] test cpu::cpu::tests::sbc ... ok [INFO] [stdout] test cpu::cpu::tests::ror_carry ... ok [INFO] [stdout] test cpu::cpu::tests::rti ... ok [INFO] [stdout] test cpu::cpu::tests::rts ... ok [INFO] [stdout] test cpu::cpu::tests::sax ... ok [INFO] [stdout] test cpu::cpu::tests::sbc2 ... ok [INFO] [stdout] test cpu::cpu::tests::sbc_overflow_1 ... ok [INFO] [stdout] test cpu::cpu::tests::sbc_overflow_2 ... ok [INFO] [stdout] test cpu::cpu::tests::set_flags_instructions ... ok [INFO] [stdout] test cpu::cpu::tests::sta_zeropage ... ok [INFO] [stdout] test cpu::cpu::tests::stx ... ok [INFO] [stdout] test cpu::cpu::tests::tax ... ok [INFO] [stdout] test cpu::cpu::tests::tay ... ok [INFO] [stdout] test cpu::cpu::tests::sty ... ok [INFO] [stdout] test cpu::cpu::tests::tsx ... ok [INFO] [stdout] test cpu::cpu::tests::txa ... ok [INFO] [stdout] test cpu::cpu::tests::txs ... ok [INFO] [stdout] test cpu::cpu::tests::tya ... ok [INFO] [stdout] test cpu::cpu::tests::zero_flag_cleared ... ok [INFO] [stdout] test joy::tests::basic_input_1 ... ok [INFO] [stdout] test joy::tests::basic_input_2 ... ok [INFO] [stdout] test joy::tests::controller2_basic_input_1 ... ok [INFO] [stdout] test mapper::base::tests::battery_ram ... ok [INFO] [stdout] test mapper::base::tests::horizontal_mirroring ... ok [INFO] [stdout] test mapper::base::tests::mirror_palette ... ok [INFO] [stdout] test mapper::base::tests::nametable_mirroring ... ok [INFO] [stdout] test mapper::base::tests::one_screen_mirroring ... ok [INFO] [stdout] test mapper::base::tests::special_palette_mirroring ... ok [INFO] [stdout] test mapper::base::tests::vertical_mirroring ... ok [INFO] [stdout] test mapper::mem::tests::read_bank ... ok [INFO] [stdout] test mapper::mem::tests::read_bank_2 ... ok [INFO] [stdout] test mapper::mmc1::tests::read_chr_4k_switch ... ok [INFO] [stdout] test mapper::mmc1::tests::read_prg_32k ... ok [INFO] [stdout] test mapper::nrom::tests::read_chr ... ok [INFO] [stdout] test mapper::nrom::tests::read_first_bank ... ok [INFO] [stdout] test mapper::nrom::tests::read_last_bank ... ok [INFO] [stdout] test mapper::nrom::tests::read_mirrored ... ok [INFO] [stdout] test mapper::unrom::tests::bank_select ... ok [INFO] [stdout] test mapper::unrom::tests::irq ... ok [INFO] [stdout] test ppu::hw::tests::pallette_register_load_and_shift ... ok [INFO] [stdout] test ppu::hw::tests::sprite_register_load_and_shift ... ok [INFO] [stdout] test ppu::hw::tests::sprite_register_load_zero ... ok [INFO] [stdout] test ppu::hw::tests::tile_register_load_and_shift ... ok [INFO] [stdout] test ppu::ppu::tests::determine_attribute_address ... ok [INFO] [stdout] test ppu::ppu::tests::determine_nametable_address ... ok [INFO] [stdout] test ppu::ppu::tests::mux ... ok [INFO] [stdout] test ppu::ppu::tests::oam_write ... ok [INFO] [stdout] test ppu::ppu::tests::render_eight_pixels_tile1 ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_pixel ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_dma ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_x1 ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_hide_left_x_gr_zero ... ok [INFO] [stdout] test ppu::ppu::tests::scanline_state ... ok [INFO] [stdout] test ppu::ppu::tests::scanline_transition ... ok [INFO] [stdout] test cart::tests::invalid_sig - should panic ... ok [INFO] [stdout] test cart::tests::not_enough_data - should panic ... ok [INFO] [stdout] test ppu::ppu::tests::vram_read ... ok [INFO] [stdout] test cart::tests::invalid_format - should panic ... ok [INFO] [stdout] test ppu::ppu::tests::vram_write_inc32 ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_fine_y ... ok [INFO] [stdout] test ppu::ppu::tests::vram_write ... ok [INFO] [stdout] test mapper::mem::tests::read_bank_out_of_range - should panic ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_increment_v ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_reload_x ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_reload_y ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_set_coarse_x ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_set_high ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_set_nametable ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_set_low ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_set_y ... ok [INFO] [stdout] test ppu::ppu::tests::scanline_state_invalid - should panic ... ok [INFO] [stdout] test ppu::regs::tests::ppuctrl ... ok [INFO] [stdout] test ppu::regs::tests::ppumask ... ok [INFO] [stdout] test ppu::regs::tests::ppustatus ... ok [INFO] [stdout] test ppu::regs::tests::ppustatus_lsb ... ok [INFO] [stdout] test ppu::regs::tests::sprite_height ... ok [INFO] [stdout] test ppu::regs::tests::sprite_zero_hit ... ok [INFO] [stdout] test ppu::sprite::tests::load_from_slice ... ok [INFO] [stdout] test ppu::sprite::tests::sprite_8x16_mode ... ok [INFO] [stdout] test ppu::sprite::tests::sprite_attributes ... ok [INFO] [stdout] test ppu::sprite::tests::sprite_y_255 ... ok [INFO] [stdout] test utils::sampler::tests::downsample ... ok [INFO] [stdout] test ppu::regs::tests::ppumask_show_background_left ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_increment_h ... ok [INFO] [stdout] test ppu::ppu::tests::vblank ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_y_238 ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_y_238_sprite_hit ... ok [INFO] [stdout] test ppu::ppu::tests::visible_pixel_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 209 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/apu.rs (/opt/rustwide/target/debug/deps/apu-8f144d681f42bfa9) [INFO] [stdout] running 6 tests [INFO] [stdout] test apu_irq_timing ... ignored [INFO] [stdout] test apu_len_ctr_blargg ... ignored, Times out [INFO] [stdout] test apu_len_timing ... ignored [INFO] [stdout] test apu_irq ... FAILED [INFO] [stderr] error: test failed, to rerun pass `--test apu` [INFO] [stdout] test apu_len_table ... FAILED [INFO] [stdout] test apu_len_ctr ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- apu_irq stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'apu_irq' (226) panicked at tests/common/mod.rs:4:93: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: ReadFail(Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ab14ef74ff2 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ab14ef74ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ab14ef74ff2 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5ab14ef74ff2 - ::fmt::h47627beda0767f4c [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5ab14ef851bf - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5ab14ef851bf - core::fmt::write::h8a63064c67176fd8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x5ab14ef428c3 - std::io::default_write_fmt::hd4797e693c0ec256 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ab14ef428c3 - std::io::Write::write_fmt::h791e240ad2720c99 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5ab14ef4e852 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5ab14ef5334f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5ab14ef531e1 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5ab14eef203e - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 12: 0x5ab14eef203e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ab14ef5395f - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 14: 0x5ab14ef5395f - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5ab14ef537ba - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5ab14ef4e989 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5ab14ef3706d - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5ab14ef8cbb0 - core::panicking::panic_fmt::hf19c198748ef6a95 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ab14ef8c276 - core::result::unwrap_failed::he81173b5792ad6b0 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1862:5 [INFO] [stdout] 20: 0x5ab14eecadef - core::result::Result::unwrap::h9c32d3150dd13973 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5ab14eecadef - apu::common::init_nes::hcf3b7af31520d01d [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:4:93 [INFO] [stdout] 22: 0x5ab14eecaf9f - apu::apu_irq::ha6261dc64a6ea231 [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:30:19 [INFO] [stdout] 23: 0x5ab14eecb017 - apu::apu_irq::{{closure}}::h54db802d1c2d0f87 [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:29:13 [INFO] [stdout] 24: 0x5ab14eecb656 - core::ops::function::FnOnce::call_once::hec457ed9c1221f7b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5ab14eef1e8b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5ab14eef1e8b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5ab14ef064a8 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5ab14ef064a8 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x5ab14ef064a8 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5ab14ef064a8 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5ab14ef064a8 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5ab14ef064a8 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5ab14ef064a8 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5ab14eedf274 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5ab14eedf274 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5ab14eee2baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 37: 0x5ab14eee2baa - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x5ab14eee2baa - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x5ab14eee2baa - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x5ab14eee2baa - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5ab14eee2baa - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 42: 0x5ab14eee2baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5ab14ef49c7f - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stdout] 44: 0x5ab14ef49c7f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x71a24e039aa4 - [INFO] [stdout] 46: 0x71a24e0c6a64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- apu_len_table stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'apu_len_table' (228) panicked at tests/common/mod.rs:4:93: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: ReadFail(Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ab14ef74ff2 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ab14ef74ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ab14ef74ff2 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5ab14ef74ff2 - ::fmt::h47627beda0767f4c [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5ab14ef851bf - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5ab14ef851bf - core::fmt::write::h8a63064c67176fd8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x5ab14ef428c3 - std::io::default_write_fmt::hd4797e693c0ec256 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ab14ef428c3 - std::io::Write::write_fmt::h791e240ad2720c99 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5ab14ef4e852 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5ab14ef5334f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5ab14ef531e1 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5ab14eef203e - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 12: 0x5ab14eef203e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ab14ef5395f - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 14: 0x5ab14ef5395f - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5ab14ef537ba - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5ab14ef4e989 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5ab14ef3706d - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5ab14ef8cbb0 - core::panicking::panic_fmt::hf19c198748ef6a95 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ab14ef8c276 - core::result::unwrap_failed::he81173b5792ad6b0 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1862:5 [INFO] [stdout] 20: 0x5ab14eecadef - core::result::Result::unwrap::h9c32d3150dd13973 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5ab14eecadef - apu::common::init_nes::hcf3b7af31520d01d [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:4:93 [INFO] [stdout] 22: 0x5ab14eeca04f - apu::apu_len_table::hcb9bf6bf309818a5 [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:24:19 [INFO] [stdout] 23: 0x5ab14eeca0c7 - apu::apu_len_table::{{closure}}::hb021ea55093bba89 [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:23:19 [INFO] [stdout] 24: 0x5ab14eecb616 - core::ops::function::FnOnce::call_once::hdb7fefc7ffdfbc56 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5ab14eef1e8b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5ab14eef1e8b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5ab14ef064a8 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5ab14ef064a8 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x5ab14ef064a8 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5ab14ef064a8 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5ab14ef064a8 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5ab14ef064a8 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5ab14ef064a8 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5ab14eedf274 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5ab14eedf274 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5ab14eee2baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 37: 0x5ab14eee2baa - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x5ab14eee2baa - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x5ab14eee2baa - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x5ab14eee2baa - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5ab14eee2baa - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 42: 0x5ab14eee2baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5ab14ef49c7f - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stdout] 44: 0x5ab14ef49c7f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x71a24e039aa4 - [INFO] [stdout] 46: 0x71a24e0c6a64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- apu_len_ctr stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'apu_len_ctr' (227) panicked at tests/common/mod.rs:4:93: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: ReadFail(Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ab14ef74ff2 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ab14ef74ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ab14ef74ff2 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5ab14ef74ff2 - ::fmt::h47627beda0767f4c [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5ab14ef851bf - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5ab14ef851bf - core::fmt::write::h8a63064c67176fd8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x5ab14ef428c3 - std::io::default_write_fmt::hd4797e693c0ec256 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5ab14ef428c3 - std::io::Write::write_fmt::h791e240ad2720c99 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5ab14ef4e852 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5ab14ef5334f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5ab14ef531e1 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5ab14eef203e - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 12: 0x5ab14eef203e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ab14ef5395f - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 14: 0x5ab14ef5395f - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5ab14ef537ba - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5ab14ef4e989 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5ab14ef3706d - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5ab14ef8cbb0 - core::panicking::panic_fmt::hf19c198748ef6a95 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ab14ef8c276 - core::result::unwrap_failed::he81173b5792ad6b0 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1862:5 [INFO] [stdout] 20: 0x5ab14eecadef - core::result::Result::unwrap::h9c32d3150dd13973 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5ab14eecadef - apu::common::init_nes::hcf3b7af31520d01d [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:4:93 [INFO] [stdout] 22: 0x5ab14eec9f9f - apu::apu_len_ctr::h1bf93495bec754a5 [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:11:19 [INFO] [stdout] 23: 0x5ab14eeca017 - apu::apu_len_ctr::{{closure}}::h501d8b33ab463123 [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:10:17 [INFO] [stdout] 24: 0x5ab14eecb5d6 - core::ops::function::FnOnce::call_once::hacbc51259036f21a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5ab14eef1e8b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5ab14eef1e8b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5ab14ef064a8 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5ab14ef064a8 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x5ab14ef064a8 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5ab14ef064a8 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5ab14ef064a8 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5ab14ef064a8 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5ab14ef064a8 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5ab14eedf274 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5ab14eedf274 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5ab14eee2baa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 37: 0x5ab14eee2baa - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x5ab14eee2baa - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x5ab14eee2baa - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x5ab14eee2baa - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5ab14eee2baa - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 42: 0x5ab14eee2baa - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5ab14ef49c7f - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stdout] 44: 0x5ab14ef49c7f - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x71a24e039aa4 - [INFO] [stdout] 46: 0x71a24e0c6a64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] apu_irq [INFO] [stdout] apu_len_ctr [INFO] [stdout] apu_len_table [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2bb8002e26a0c2f2702e7dc5794b7c2fc811ebb3d9f63e374de1e700e70457f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bb8002e26a0c2f2702e7dc5794b7c2fc811ebb3d9f63e374de1e700e70457f2", kill_on_drop: false }` [INFO] [stdout] 2bb8002e26a0c2f2702e7dc5794b7c2fc811ebb3d9f63e374de1e700e70457f2