[INFO] fetching crate nescore 0.2.0...
[INFO] testing nescore-0.2.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate nescore 0.2.0 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate nescore 0.2.0 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 43a67d10421fcded886026ddc666c8f72289b704a5a81a03505f669db922564b
[INFO] running `Command { std: "docker" "start" "-a" "43a67d10421fcded886026ddc666c8f72289b704a5a81a03505f669db922564b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43a67d10421fcded886026ddc666c8f72289b704a5a81a03505f669db922564b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43a67d10421fcded886026ddc666c8f72289b704a5a81a03505f669db922564b", kill_on_drop: false }`
[INFO] [stdout] 43a67d10421fcded886026ddc666c8f72289b704a5a81a03505f669db922564b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7f8d80944118e04d4efaa05492402be07acc61fac8225fd4c944a249366bd2e
[INFO] running `Command { std: "docker" "start" "-a" "f7f8d80944118e04d4efaa05492402be07acc61fac8225fd4c944a249366bd2e", 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.84s
[INFO] running `Command { std: "docker" "inspect" "f7f8d80944118e04d4efaa05492402be07acc61fac8225fd4c944a249366bd2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7f8d80944118e04d4efaa05492402be07acc61fac8225fd4c944a249366bd2e", kill_on_drop: false }`
[INFO] [stdout] f7f8d80944118e04d4efaa05492402be07acc61fac8225fd4c944a249366bd2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4410661e91e619ad0dcc29a0a033237ea5e988e214485d721187853fd820ae53
[INFO] running `Command { std: "docker" "start" "-a" "4410661e91e619ad0dcc29a0a033237ea5e988e214485d721187853fd820ae53", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rayon v1.11.0
[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 walkdir v2.5.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex v1.12.2
[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 1m 10s
[INFO] running `Command { std: "docker" "inspect" "4410661e91e619ad0dcc29a0a033237ea5e988e214485d721187853fd820ae53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4410661e91e619ad0dcc29a0a033237ea5e988e214485d721187853fd820ae53", kill_on_drop: false }`
[INFO] [stdout] 4410661e91e619ad0dcc29a0a033237ea5e988e214485d721187853fd820ae53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a376f4738f504bde830be2c71a76e5f800616174082a293c7ab30a6471048e46
[INFO] running `Command { std: "docker" "start" "-a" "a376f4738f504bde830be2c71a76e5f800616174082a293c7ab30a6471048e46", 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.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nescore-b33cf612e9d85fa2)
[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::envelope::tests::decay_reload ... ok
[INFO] [stdout] test apu::chnl::lenctr::tests::halt ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::sweep_no_negate ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_ones ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::waveform_reset_phase ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::waveform_seq_duty ... ok
[INFO] [stdout] test apu::chnl::timer::tests::timer_set ... ok
[INFO] [stdout] test apu::chnl::lenctr::tests::no_load_when_disabled ... ok
[INFO] [stdout] test apu::seq::tests::clocks_for_step4_mode ... ok
[INFO] [stdout] test apu::chnl::triangle::tests::basic_triangle ... ok
[INFO] [stdout] test apu::seq::tests::set_mode ... ok
[INFO] [stdout] test apu::seq::tests::clocks_for_step5_mode ... 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 bit::tests::test_low_byte ... ok
[INFO] [stdout] test bit::tests::test_bit_is_set ... ok
[INFO] [stdout] test bit::tests::test_mask_is_clear ... ok
[INFO] [stdout] test bit::tests::test_mask_clear ... ok
[INFO] [stdout] test cart::tests::get_format_nes2 ... ok
[INFO] [stdout] test bit::tests::test_mask_is_set ... ok
[INFO] [stdout] test bit::tests::test_bit_set ... ok
[INFO] [stdout] test apu::chnl::lenctr::tests::simple ... ok
[INFO] [stdout] test cart::tests::load_invalid_sig ... ok
[INFO] [stdout] test cart::tests::get_format_ines ... ok
[INFO] [stdout] test apu::apu::tests::pulse_lenctr ... ok
[INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_twos ... ok
[INFO] [stdout] test cart::tests::load_cart_from_vec ... ok
[INFO] [stdout] test bit::tests::test_bit_value ... ok
[INFO] [stdout] test bit::tests::test_mask_set ... ok
[INFO] [stdout] test cart::tests::mapper_number ... ok
[INFO] [stdout] test bit::tests::test_high_byte ... 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::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_no_carry ... ok
[INFO] [stdout] test cpu::cpu::tests::adc_immediate_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 cpu::cpu::tests::adc_overflow_1 ... ok
[INFO] [stdout] test cart::tests::loader_no_rom ... 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::adc_overflow_4 ... 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 ... 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::b_flag ... ok
[INFO] [stdout] test cpu::cpu::tests::bcc_carry_not_set ... ok
[INFO] [stdout] test cpu::cpu::tests::bcc_carry_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_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::bne_zero_not_set_negative_offset ... ok
[INFO] [stdout] test cpu::cpu::tests::bne_zero_set ... ok
[INFO] [stdout] test cpu::cpu::tests::bpl_negative_not_set ... ok
[INFO] [stdout] test cpu::cpu::tests::bpl_negative_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::bvs_overflow_not_set ... ok
[INFO] [stdout] test cpu::cpu::tests::bvs_overflow_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::dec_mem ... ok
[INFO] [stdout] test cpu::cpu::tests::dcp ... 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_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::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::jsr ... ok
[INFO] [stdout] test cpu::cpu::tests::jmp_indirect_page_cross ... ok
[INFO] [stdout] test cpu::cpu::tests::lda_flags_negative ... 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::lda_flags_zero ... ok
[INFO] [stdout] test cpu::cpu::tests::php ... ok
[INFO] [stdout] test cpu::cpu::tests::pla ... ok
[INFO] [stdout] test cpu::cpu::tests::plp ... ok
[INFO] [stdout] test cpu::cpu::tests::rol_carry ... ok
[INFO] [stdout] test cpu::cpu::tests::ror_carry ... ok
[INFO] [stdout] test cpu::cpu::tests::jmp_indirect ... ok
[INFO] [stdout] test cpu::cpu::tests::rti ... ok
[INFO] [stdout] test cpu::cpu::tests::irq_interrupt_masked ... ok
[INFO] [stdout] test cpu::cpu::tests::lda_immediate ... ok
[INFO] [stdout] test cpu::cpu::tests::rts ... ok
[INFO] [stdout] test cpu::cpu::tests::sbc ... 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::sty ... ok
[INFO] [stdout] test cpu::cpu::tests::tax ... ok
[INFO] [stdout] test cpu::cpu::tests::tay ... 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::unrom::tests::bank_select ... ok
[INFO] [stdout] test mapper::nrom::tests::read_mirrored ... 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_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_transition ... ok
[INFO] [stdout] test ppu::regs::tests::ppuaddr_increment_h ... ok
[INFO] [stdout] test ppu::regs::tests::ppuaddr_reload_x ... ok
[INFO] [stdout] test ppu::regs::tests::ppuaddr_increment_v ... ok
[INFO] [stdout] test ppu::ppu::tests::visible_pixel_output ... ok
[INFO] [stdout] test ppu::ppu::tests::vram_read ... ok
[INFO] [stdout] test ppu::ppu::tests::vram_write_inc32 ... 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::vram_write ... ok
[INFO] [stdout] test ppu::regs::tests::ppuaddr ... ok
[INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_y_238_sprite_hit ... 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_y ... ok
[INFO] [stdout] test ppu::regs::tests::ppuctrl ... ok
[INFO] [stdout] test ppu::regs::tests::ppumask ... ok
[INFO] [stdout] test ppu::regs::tests::ppumask_show_background_left ... ok
[INFO] [stdout] test ppu::regs::tests::ppuaddr_set_low ... 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::regs::tests::ppuaddr_fine_y ... 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 cart::tests::invalid_format - should panic ... ok
[INFO] [stdout] test cart::tests::not_enough_data - should panic ... ok
[INFO] [stdout] test cart::tests::invalid_sig - should panic ... ok
[INFO] [stderr]      Running tests/apu.rs (/opt/rustwide/target/debug/deps/apu-a9af6fcc87bb914c)
[INFO] [stdout] test mapper::mem::tests::read_bank_out_of_range - should panic ... ok
[INFO] [stdout] test ppu::ppu::tests::scanline_state_invalid - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 209 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[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_len_ctr ... FAILED
[INFO] [stdout] test apu_irq ... FAILED
[INFO] [stdout] test apu_len_table ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[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:     0x59768b5a7382 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59768b5a7382 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59768b5a7382 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59768b5a7382 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59768b5cc583 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59768b5cc583 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x59768b5a4313 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59768b5a4313 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59768b5a71d2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59768b5a88fc - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59768b5a8752 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x59768b5668a4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x59768b5668a4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59768b5a93db - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59768b5a93db - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59768b5a90aa - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x59768b5a7879 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x59768b5a8d3d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x59768b5cb100 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59768b5cb476 - core::result::unwrap_failed::hfbbd3c78a73fea3d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x59768b52c080 - core::result::Result<T,E>::unwrap::h1183917fe464df69
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x59768b52c080 - apu::common::init_nes::hf9c93de1fe84280c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:4:93
[INFO] [stdout]   22:     0x59768b52cd31 - apu::apu_len_ctr::h52cc0d68f34207a3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:11:19
[INFO] [stdout]   23:     0x59768b52cd31 - apu::apu_len_ctr::{{closure}}::hb5c93f85e622edf6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:10:17
[INFO] [stdout]   24:     0x59768b52cd31 - core::ops::function::FnOnce::call_once::h3aadb3f659a8c40e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59768b56bfdb - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x59768b56bfdb - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x59768b56b21e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x59768b56b21e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x59768b56b21e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x59768b56b21e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x59768b56b21e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x59768b56b21e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x59768b56b21e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x59768b52edc4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x59768b52edc4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x59768b53276a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x59768b53276a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x59768b53276a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x59768b53276a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x59768b53276a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x59768b53276a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x59768b53276a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59768b5ac337 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x59768b5ac337 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x59768b5ac337 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x72bc800c4aa4 - <unknown>
[INFO] [stdout]   47:     0x72bc80151a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[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:     0x59768b5a7382 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59768b5a7382 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59768b5a7382 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59768b5a7382 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59768b5cc583 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59768b5cc583 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x59768b5a4313 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59768b5a4313 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59768b5a71d2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59768b5a88fc - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59768b5a8752 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x59768b5668a4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x59768b5668a4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59768b5a93db - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59768b5a93db - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59768b5a90aa - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x59768b5a7879 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x59768b5a8d3d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x59768b5cb100 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59768b5cb476 - core::result::unwrap_failed::hfbbd3c78a73fea3d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x59768b52c080 - core::result::Result<T,E>::unwrap::h1183917fe464df69
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x59768b52c080 - apu::common::init_nes::hf9c93de1fe84280c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:4:93
[INFO] [stdout]   22:     0x59768b52cc51 - apu::apu_irq::he741f93e94be69ff
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:30:19
[INFO] [stdout]   23:     0x59768b52cc51 - apu::apu_irq::{{closure}}::hb1901225ef135a47
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:29:13
[INFO] [stdout]   24:     0x59768b52cc51 - core::ops::function::FnOnce::call_once::h23d5a359c95c9d83
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59768b56bfdb - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x59768b56bfdb - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x59768b56b21e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x59768b56b21e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x59768b56b21e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x59768b56b21e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x59768b56b21e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x59768b56b21e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x59768b56b21e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x59768b52edc4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x59768b52edc4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x59768b53276a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x59768b53276a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x59768b53276a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x59768b53276a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x59768b53276a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x59768b53276a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x59768b53276a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59768b5ac337 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x59768b5ac337 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x59768b5ac337 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x72bc800c4aa4 - <unknown>
[INFO] [stdout]   47:     0x72bc80151a34 - clone
[INFO] [stdout]   48:                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:     0x59768b5a7382 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59768b5a7382 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59768b5a7382 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59768b5a7382 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59768b5cc583 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59768b5cc583 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x59768b5a4313 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59768b5a4313 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59768b5a71d2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59768b5a88fc - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59768b5a8752 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x59768b5668a4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x59768b5668a4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59768b5a93db - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59768b5a93db - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59768b5a90aa - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x59768b5a7879 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x59768b5a8d3d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x59768b5cb100 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59768b5cb476 - core::result::unwrap_failed::hfbbd3c78a73fea3d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x59768b52c080 - core::result::Result<T,E>::unwrap::h1183917fe464df69
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x59768b52c080 - apu::common::init_nes::hf9c93de1fe84280c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/common/mod.rs:4:93
[INFO] [stdout]   22:     0x59768b52cda1 - apu::apu_len_table::hf18c34800455abf3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:24:19
[INFO] [stdout]   23:     0x59768b52cda1 - apu::apu_len_table::{{closure}}::h86b77c40351c2e98
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/apu.rs:23:19
[INFO] [stdout]   24:     0x59768b52cda1 - core::ops::function::FnOnce::call_once::h5a5b071b1beda7a8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59768b56bfdb - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x59768b56bfdb - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x59768b56b21e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x59768b56b21e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x59768b56b21e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x59768b56b21e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x59768b56b21e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x59768b56b21e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x59768b56b21e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x59768b52edc4 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x59768b52edc4 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x59768b53276a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x59768b53276a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x59768b53276a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x59768b53276a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x59768b53276a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x59768b53276a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x59768b53276a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59768b5ac337 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x59768b5ac337 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x59768b5ac337 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x72bc800c4aa4 - <unknown>
[INFO] [stdout]   47:     0x72bc80151a34 - clone
[INFO] [stdout]   48:                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.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test apu`
[INFO] running `Command { std: "docker" "inspect" "a376f4738f504bde830be2c71a76e5f800616174082a293c7ab30a6471048e46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a376f4738f504bde830be2c71a76e5f800616174082a293c7ab30a6471048e46", kill_on_drop: false }`
[INFO] [stdout] a376f4738f504bde830be2c71a76e5f800616174082a293c7ab30a6471048e46
