[INFO] fetching crate nescore 0.2.0...
[INFO] testing nescore-0.2.0 against 1.90.0 for beta-1.91-2
[INFO] extracting crate nescore 0.2.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nescore 0.2.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 64 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0461005f099164de99d989c446baa90ca016fe4fc206aca75bab5b1276dab83d
[INFO] running `Command { std: "docker" "start" "-a" "0461005f099164de99d989c446baa90ca016fe4fc206aca75bab5b1276dab83d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0461005f099164de99d989c446baa90ca016fe4fc206aca75bab5b1276dab83d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0461005f099164de99d989c446baa90ca016fe4fc206aca75bab5b1276dab83d", kill_on_drop: false }`
[INFO] [stdout] 0461005f099164de99d989c446baa90ca016fe4fc206aca75bab5b1276dab83d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c02d965f3255564cdae367aeae070e4e93c37a2c1449cd3221814141422d195a
[INFO] running `Command { std: "docker" "start" "-a" "c02d965f3255564cdae367aeae070e4e93c37a2c1449cd3221814141422d195a", 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<T> {
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
[INFO] running `Command { std: "docker" "inspect" "c02d965f3255564cdae367aeae070e4e93c37a2c1449cd3221814141422d195a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c02d965f3255564cdae367aeae070e4e93c37a2c1449cd3221814141422d195a", kill_on_drop: false }`
[INFO] [stdout] c02d965f3255564cdae367aeae070e4e93c37a2c1449cd3221814141422d195a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0fa0a0ea0bcbf0da32e33c95477610be9d8e1cc7cbae23d7fe99975f3bafb40
[INFO] running `Command { std: "docker" "start" "-a" "a0fa0a0ea0bcbf0da32e33c95477610be9d8e1cc7cbae23d7fe99975f3bafb40", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde v1.0.227
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[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<T> {
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling serde_derive v1.0.227
[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 42.39s
[INFO] running `Command { std: "docker" "inspect" "a0fa0a0ea0bcbf0da32e33c95477610be9d8e1cc7cbae23d7fe99975f3bafb40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0fa0a0ea0bcbf0da32e33c95477610be9d8e1cc7cbae23d7fe99975f3bafb40", kill_on_drop: false }`
[INFO] [stdout] a0fa0a0ea0bcbf0da32e33c95477610be9d8e1cc7cbae23d7fe99975f3bafb40
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7d290a20b52962bd9c1c141f6e0e00611388df99ab098663c7db49ddde9a21fe
[INFO] running `Command { std: "docker" "start" "-a" "7d290a20b52962bd9c1c141f6e0e00611388df99ab098663c7db49ddde9a21fe", 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<T> {
[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)]` 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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nescore-b2550a63e9e10fa9)
[INFO] [stdout] 
[INFO] [stdout] running 209 tests
[INFO] [stdout] test apu::chnl::div::tests::down_counter ... ok
[INFO] [stdout] test apu::chnl::envelope::tests::constant ... ok
[INFO] [stdout] test apu::chnl::envelope::tests::decay_no_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::timer::tests::timer_set ... ok
[INFO] [stdout] test apu::chnl::triangle::tests::basic_triangle ... ok
[INFO] [stdout] test apu::seq::tests::clocks_for_step4_mode ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_ones ... ok
[INFO] [stdout] test apu::seq::tests::clocks_for_step5_mode ... ok
[INFO] [stdout] test apu::chnl::envelope::tests::decay_reload ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_twos ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::sweep_no_negate ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::waveform_reset_phase ... ok
[INFO] [stdout] test bit::tests::bit_group ... ok
[INFO] [stdout] test bit::tests::bit_reverse ... ok
[INFO] [stdout] test bit::tests::test_bit_clear ... ok
[INFO] [stdout] test bit::tests::test_bit_as_value ... ok
[INFO] [stdout] test bit::tests::test_bit_is_set ... 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_mask_clear ... ok
[INFO] [stdout] test bit::tests::test_mask_set ... ok
[INFO] [stdout] test bit::tests::test_mask_is_clear ... ok
[INFO] [stdout] test cart::tests::get_format_ines ... ok
[INFO] [stdout] test bit::tests::test_mask_is_set ... ok
[INFO] [stdout] test cart::tests::load_cart_from_vec ... ok
[INFO] [stdout] test cart::tests::get_format_nes2 ... ok
[INFO] [stdout] test cart::tests::load_invalid_sig ... ok
[INFO] [stdout] test apu::seq::tests::set_mode ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::waveform_seq_duty ... ok
[INFO] [stdout] test cart::tests::loader_no_rom ... ok
[INFO] [stdout] test cart::tests::mapper_number ... 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 cpu::cpu::tests::adc_immediate_no_carry ... ok
[INFO] [stdout] test cpu::cpu::tests::adc_immediate_with_carry_set ... ok
[INFO] [stdout] test cart::tests::mirroring_horizontal ... ok
[INFO] [stdout] test cart::tests::mirroring_vertical ... ok
[INFO] [stdout] test cart::tests::number_of_prg_and_chr_rom_banks ... ok
[INFO] [stdout] test cpu::cpu::tests::adc_overflow_2 ... ok
[INFO] [stdout] test cpu::cpu::tests::adc_overflow_3 ... ok
[INFO] [stdout] test cpu::cpu::tests::and_immediate ... ok
[INFO] [stdout] test cpu::cpu::tests::and_immediate_zero_set ... ok
[INFO] [stdout] test cpu::cpu::tests::asl_accumulator_carry_and_negative_set ... ok
[INFO] [stdout] test cpu::cpu::tests::asl_accumulator_is_zero ... ok
[INFO] [stdout] test cpu::cpu::tests::adc_overflow_1 ... ok
[INFO] [stdout] test cpu::cpu::tests::adc_overflow_4 ... ok
[INFO] [stdout] test cpu::cpu::tests::asl_accumulator ... ok
[INFO] [stdout] test apu::apu::tests::pulse_lenctr ... ok
[INFO] [stdout] test cpu::cpu::tests::bcc_carry_not_set ... 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_set ... ok
[INFO] [stdout] test cpu::cpu::tests::bit_check_mask ... ok
[INFO] [stdout] test cpu::cpu::tests::b_flag ... ok
[INFO] [stdout] test cpu::cpu::tests::beq_zero_not_set ... ok
[INFO] [stdout] test cpu::cpu::tests::bcc_carry_set ... ok
[INFO] [stdout] test cart::tests::invalid_format - should panic ... 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 cpu::cpu::tests::bit_check_mask_absolute ... ok
[INFO] [stdout] test cpu::cpu::tests::bmi_negative_not_set ... ok
[INFO] [stdout] test cpu::cpu::tests::bit_check_mask_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::bpl_negative_not_set ... ok
[INFO] [stdout] test cpu::cpu::tests::brk ... 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::bpl_negative_set ... ok
[INFO] [stdout] test cpu::cpu::tests::cmp_negative_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::dec_mem ... ok
[INFO] [stdout] test cpu::cpu::tests::dex ... ok
[INFO] [stdout] test cpu::cpu::tests::eor ... 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::inc_mem ... ok
[INFO] [stdout] test cpu::cpu::tests::bne_zero_not_set_negative_offset ... ok
[INFO] [stdout] test cpu::cpu::tests::dey ... ok
[INFO] [stdout] test cpu::cpu::tests::bne_zero_set ... 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::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::inx ... ok
[INFO] [stdout] test cpu::cpu::tests::irq_interrupt_not_masked ... ok
[INFO] [stdout] test cpu::cpu::tests::clear_flags_instructions ... ok
[INFO] [stdout] test cpu::cpu::tests::is_holding ... ok
[INFO] [stdout] test cpu::cpu::tests::lax ... ok
[INFO] [stdout] test cpu::cpu::tests::lda_absolute ... ok
[INFO] [stdout] test cpu::cpu::tests::jsr ... ok
[INFO] [stdout] test cpu::cpu::tests::lda_absolute_x ... ok
[INFO] [stdout] test cpu::cpu::tests::jmp_indirect_page_cross ... 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_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::lda_immediate ... ok
[INFO] [stdout] test cpu::cpu::tests::nop ... ok
[INFO] [stdout] test cpu::cpu::tests::lsr_zero_set ... 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_flags_zero ... ok
[INFO] [stdout] test cpu::cpu::tests::rol_carry ... ok
[INFO] [stdout] test cpu::cpu::tests::pha ... ok
[INFO] [stdout] test cpu::cpu::tests::plp ... ok
[INFO] [stdout] test cpu::cpu::tests::php ... 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::pla ... ok
[INFO] [stdout] test cpu::cpu::tests::rts ... ok
[INFO] [stdout] test cpu::cpu::tests::sax ... 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::sty ... ok
[INFO] [stdout] test cpu::cpu::tests::stx ... ok
[INFO] [stdout] test cpu::cpu::tests::ror_carry ... ok
[INFO] [stdout] test cpu::cpu::tests::rti ... ok
[INFO] [stdout] test cpu::cpu::tests::tax ... ok
[INFO] [stdout] test cpu::cpu::tests::tay ... ok
[INFO] [stdout] test cpu::cpu::tests::sbc ... ok
[INFO] [stdout] test cpu::cpu::tests::sbc2 ... ok
[INFO] [stdout] test cpu::cpu::tests::tsx ... 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_2 ... ok
[INFO] [stdout] test joy::tests::controller2_basic_input_1 ... ok
[INFO] [stdout] test cpu::cpu::tests::txa ... ok
[INFO] [stdout] test cpu::cpu::tests::txs ... ok
[INFO] [stdout] test joy::tests::basic_input_1 ... ok
[INFO] [stdout] test mapper::base::tests::horizontal_mirroring ... ok
[INFO] [stdout] test mapper::base::tests::one_screen_mirroring ... ok
[INFO] [stdout] test mapper::base::tests::battery_ram ... ok
[INFO] [stdout] test mapper::mem::tests::read_bank_2 ... ok
[INFO] [stdout] test mapper::base::tests::mirror_palette ... ok
[INFO] [stdout] test mapper::base::tests::vertical_mirroring ... ok
[INFO] [stdout] test mapper::mem::tests::read_bank ... ok
[INFO] [stdout] test mapper::base::tests::nametable_mirroring ... ok
[INFO] [stdout] test mapper::mmc1::tests::read_chr_4k_switch ... ok
[INFO] [stdout] test mapper::mem::tests::read_bank_out_of_range - should panic ... ok
[INFO] [stdout] test mapper::mmc1::tests::read_prg_32k ... ok
[INFO] [stdout] test mapper::base::tests::special_palette_mirroring ... ok
[INFO] [stdout] test mapper::nrom::tests::read_chr ... 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::tile_register_load_and_shift ... ok
[INFO] [stdout] test mapper::unrom::tests::bank_select ... ok
[INFO] [stdout] test ppu::ppu::tests::determine_attribute_address ... ok
[INFO] [stdout] test ppu::hw::tests::sprite_register_load_and_shift ... 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_dma ... ok
[INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel ... 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::render_one_sprite_pixel_hide_left_x_gr_zero ... ok
[INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_x1 ... ok
[INFO] [stdout] test ppu::ppu::tests::scanline_state ... ok
[INFO] [stdout] test ppu::ppu::tests::scanline_state_invalid - should panic ... ok
[INFO] [stdout] test ppu::ppu::tests::scanline_transition ... ok
[INFO] [stdout] test ppu::ppu::tests::vblank ... ok
[INFO] [stdout] test ppu::ppu::tests::vram_read ... ok
[INFO] [stdout] test ppu::ppu::tests::vram_write ... 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::regs::tests::ppuaddr_increment_h ... 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_low ... ok
[INFO] [stdout] test ppu::regs::tests::ppuaddr_set_nametable ... ok
[INFO] [stdout] test ppu::regs::tests::ppuaddr_set_y ... ok
[INFO] [stdout] test mapper::nrom::tests::read_first_bank ... ok
[INFO] [stdout] test ppu::regs::tests::ppuctrl ... ok
[INFO] [stdout] test ppu::regs::tests::ppumask ... ok
[INFO] [stdout] test ppu::ppu::tests::visible_pixel_output ... ok
[INFO] [stdout] test ppu::regs::tests::ppustatus_lsb ... ok
[INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_y_238 ... 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::ppu::tests::render_one_sprite_pixel_y_238_sprite_hit ... ok
[INFO] [stdout] test mapper::nrom::tests::read_mirrored ... ok
[INFO] [stdout] test mapper::nrom::tests::read_last_bank ... ok
[INFO] [stdout] test ppu::hw::tests::sprite_register_load_zero ... ok
[INFO] [stdout] test ppu::regs::tests::ppumask_show_background_left ... ok
[INFO] [stdout] test ppu::regs::tests::ppustatus ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 209 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/apu.rs (/opt/rustwide/target/debug/deps/apu-1f1206df4f128b81)
[INFO] [stdout] 
[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] [stdout] test apu_len_table ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test apu`
[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' 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:     0x5acd80c3a6d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5acd80c3a6d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5acd80c3a6d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5acd80c3a6d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5acd80c5fa43 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5acd80c5fa43 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5acd80c37653 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5acd80c37653 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5acd80c3a522 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5acd80c3bc59 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5acd80c3ba8e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5acd80bdf9c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5acd80bdf9c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5acd80c3c72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5acd80c3c72e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5acd80c3c3fa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5acd80c3abd9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5acd80c3c08d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5acd80c5e560 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5acd80c5e8f6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5acd80ba275f - core::result::Result<T,E>::unwrap::ha0acf12ee27dd332
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5acd80ba275f - apu::common::init_nes::h68036ebee2a4282f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:4:93
[INFO] [stdout]   22:     0x5acd80ba359f - apu::apu_irq::h22b46d734c817677
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:30:19
[INFO] [stdout]   23:     0x5acd80ba3567 - apu::apu_irq::{{closure}}::h9d7e13577d2a9c6f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:29:13
[INFO] [stdout]   24:     0x5acd80b9eca6 - core::ops::function::FnOnce::call_once::hd36a7b914c19d772
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5acd80be522b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5acd80be522b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5acd80be4365 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5acd80be4365 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5acd80be4365 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5acd80be4365 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5acd80be4365 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5acd80be4365 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5acd80be4365 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5acd80ba7f64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5acd80ba7f64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5acd80bab93a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5acd80bab93a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5acd80bab93a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5acd80bab93a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5acd80bab93a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5acd80bab93a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5acd80bab93a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5acd80c3f6af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5acd80c3f6af - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7bed99163aa4 - <unknown>
[INFO] [stdout]   46:     0x7bed991f0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- apu_len_table stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'apu_len_table' 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:     0x5acd80c3a6d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5acd80c3a6d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5acd80c3a6d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5acd80c3a6d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5acd80c5fa43 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5acd80c5fa43 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5acd80c37653 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5acd80c37653 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5acd80c3a522 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5acd80c3bc59 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5acd80c3ba8e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5acd80bdf9c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5acd80bdf9c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5acd80c3c72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5acd80c3c72e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5acd80c3c3fa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5acd80c3abd9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5acd80c3c08d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5acd80c5e560 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5acd80c5e8f6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5acd80ba275f - core::result::Result<T,E>::unwrap::ha0acf12ee27dd332
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5acd80ba275f - apu::common::init_nes::h68036ebee2a4282f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:4:93
[INFO] [stdout]   22:     0x5acd80ba34ef - apu::apu_len_table::heb5c7113913b963e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:24:19
[INFO] [stdout]   23:     0x5acd80ba34b7 - apu::apu_len_table::{{closure}}::ha13a6fe62eaff9ea
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:23:19
[INFO] [stdout]   24:     0x5acd80b9ec26 - core::ops::function::FnOnce::call_once::ha1fea30b5fbb3140
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5acd80be522b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5acd80be522b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5acd80be4365 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5acd80be4365 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5acd80be4365 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5acd80be4365 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5acd80be4365 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5acd80be4365 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5acd80be4365 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5acd80ba7f64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5acd80ba7f64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5acd80bab93a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5acd80bab93a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5acd80bab93a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5acd80bab93a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5acd80bab93a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5acd80bab93a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5acd80bab93a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5acd80c3f6af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5acd80c3f6af - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7bed99163aa4 - <unknown>
[INFO] [stdout]   46:     0x7bed991f0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- apu_len_ctr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'apu_len_ctr' 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:     0x5acd80c3a6d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5acd80c3a6d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5acd80c3a6d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5acd80c3a6d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5acd80c5fa43 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5acd80c5fa43 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5acd80c37653 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5acd80c37653 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5acd80c3a522 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5acd80c3bc59 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5acd80c3ba8e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5acd80bdf9c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5acd80bdf9c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5acd80c3c72e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5acd80c3c72e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5acd80c3c3fa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5acd80c3abd9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5acd80c3c08d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5acd80c5e560 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5acd80c5e8f6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5acd80ba275f - core::result::Result<T,E>::unwrap::ha0acf12ee27dd332
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5acd80ba275f - apu::common::init_nes::h68036ebee2a4282f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:4:93
[INFO] [stdout]   22:     0x5acd80ba338f - apu::apu_len_ctr::h5986be4446429b6d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:11:19
[INFO] [stdout]   23:     0x5acd80ba3357 - apu::apu_len_ctr::{{closure}}::h6dad636106b14af3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:10:17
[INFO] [stdout]   24:     0x5acd80b9eb56 - core::ops::function::FnOnce::call_once::h480f04153f800667
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5acd80be522b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5acd80be522b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5acd80be4365 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5acd80be4365 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5acd80be4365 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5acd80be4365 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5acd80be4365 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5acd80be4365 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5acd80be4365 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5acd80ba7f64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5acd80ba7f64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5acd80bab93a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5acd80bab93a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5acd80bab93a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5acd80bab93a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5acd80bab93a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5acd80bab93a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5acd80bab93a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5acd80c3f6af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5acd80c3f6af - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7bed99163aa4 - <unknown>
[INFO] [stdout]   46:     0x7bed991f0a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[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.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7d290a20b52962bd9c1c141f6e0e00611388df99ab098663c7db49ddde9a21fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d290a20b52962bd9c1c141f6e0e00611388df99ab098663c7db49ddde9a21fe", kill_on_drop: false }`
[INFO] [stdout] 7d290a20b52962bd9c1c141f6e0e00611388df99ab098663c7db49ddde9a21fe
