[INFO] fetching crate nescore 0.2.0... [INFO] testing nescore-0.2.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate nescore 0.2.0 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nescore 0.2.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 63 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.8.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bee7d6e1ed3cdc1f21a5e72652cfd1ffea40ed9462e8811b313f9305ea96bed4 [INFO] running `Command { std: "docker" "start" "-a" "bee7d6e1ed3cdc1f21a5e72652cfd1ffea40ed9462e8811b313f9305ea96bed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bee7d6e1ed3cdc1f21a5e72652cfd1ffea40ed9462e8811b313f9305ea96bed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bee7d6e1ed3cdc1f21a5e72652cfd1ffea40ed9462e8811b313f9305ea96bed4", kill_on_drop: false }` [INFO] [stdout] bee7d6e1ed3cdc1f21a5e72652cfd1ffea40ed9462e8811b313f9305ea96bed4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fdaae0a30e6412b49547e2b267f350d298174ce3d569e2783946cc9d4d0201f [INFO] running `Command { std: "docker" "start" "-a" "9fdaae0a30e6412b49547e2b267f350d298174ce3d569e2783946cc9d4d0201f", kill_on_drop: false }` [INFO] [stderr] Compiling nescore v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: named argument `instr` is not used by name [INFO] [stdout] --> src/asm/mod.rs:187:75 [INFO] [stdout] | [INFO] [stdout] 187 | _ => unreachable!("Matching ZeroPage to categories {:?}", instr=instr), [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/common.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait Register { [INFO] [stdout] | -------- associated function in this trait [INFO] [stdout] 42 | fn new(value: T) -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "9fdaae0a30e6412b49547e2b267f350d298174ce3d569e2783946cc9d4d0201f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fdaae0a30e6412b49547e2b267f350d298174ce3d569e2783946cc9d4d0201f", kill_on_drop: false }` [INFO] [stdout] 9fdaae0a30e6412b49547e2b267f350d298174ce3d569e2783946cc9d4d0201f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 375ae51046578a1cf738071d7201d2ffa62edadfd3aeac81ab9c3ae3bfcc362c [INFO] running `Command { std: "docker" "start" "-a" "375ae51046578a1cf738071d7201d2ffa62edadfd3aeac81ab9c3ae3bfcc362c", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.12.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stdout] warning: named argument `instr` is not used by name [INFO] [stdout] --> src/asm/mod.rs:187:75 [INFO] [stdout] | [INFO] [stdout] 187 | _ => unreachable!("Matching ZeroPage to categories {:?}", instr=instr), [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/common.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub trait Register { [INFO] [stdout] | -------- associated function in this trait [INFO] [stdout] 42 | fn new(value: T) -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [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 53.10s [INFO] running `Command { std: "docker" "inspect" "375ae51046578a1cf738071d7201d2ffa62edadfd3aeac81ab9c3ae3bfcc362c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "375ae51046578a1cf738071d7201d2ffa62edadfd3aeac81ab9c3ae3bfcc362c", kill_on_drop: false }` [INFO] [stdout] 375ae51046578a1cf738071d7201d2ffa62edadfd3aeac81ab9c3ae3bfcc362c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e78b11c49d8872002dd4bc8e06ef316d2cceb39e743cca5b899472242553763a [INFO] running `Command { std: "docker" "start" "-a" "e78b11c49d8872002dd4bc8e06ef316d2cceb39e743cca5b899472242553763a", kill_on_drop: false }` [INFO] [stderr] warning: named argument `instr` is not used by name [INFO] [stderr] --> src/asm/mod.rs:187:75 [INFO] [stderr] | [INFO] [stderr] 187 | _ => unreachable!("Matching ZeroPage to categories {:?}", instr=instr), [INFO] [stderr] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> src/common.rs:42:8 [INFO] [stderr] | [INFO] [stderr] 41 | pub trait Register { [INFO] [stderr] | -------- associated function in this trait [INFO] [stderr] 42 | fn new(value: T) -> Self [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `nescore` (lib) generated 2 warnings [INFO] [stderr] warning: `nescore` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nescore-103614c9fc4ee1ed) [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::lenctr::tests::no_load_when_disabled ... ok [INFO] [stdout] test apu::chnl::lenctr::tests::simple ... ok [INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_ones ... ok [INFO] [stdout] test apu::chnl::pulse::tests::sweep_negate_twos ... ok [INFO] [stdout] test apu::chnl::pulse::tests::waveform_seq_duty ... ok [INFO] [stdout] test apu::chnl::pulse::tests::sweep_no_negate ... ok [INFO] [stdout] test apu::chnl::timer::tests::timer_set ... ok [INFO] [stdout] test apu::seq::tests::set_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_bit_set ... ok [INFO] [stdout] test apu::seq::tests::clocks_for_step5_mode ... ok [INFO] [stdout] test bit::tests::test_bit_is_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_is_set ... ok [INFO] [stdout] test bit::tests::test_mask_is_clear ... ok [INFO] [stdout] test cart::tests::get_format_ines ... ok [INFO] [stdout] test cart::tests::get_format_nes2 ... ok [INFO] [stdout] test bit::tests::test_mask_set ... ok [INFO] [stdout] test cart::tests::load_cart_from_vec ... ok [INFO] [stdout] test cart::tests::loader_no_rom ... ok [INFO] [stdout] test cart::tests::mapper_number ... ok [INFO] [stdout] test cart::tests::load_invalid_sig ... 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::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 apu::chnl::pulse::tests::waveform_reset_phase ... ok [INFO] [stdout] test apu::chnl::triangle::tests::basic_triangle ... 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_overflow_1 ... 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_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::adc_immediate_with_carry_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::dcp ... ok [INFO] [stdout] test cpu::cpu::tests::dec_mem ... ok [INFO] [stdout] test cpu::cpu::tests::dex ... ok [INFO] [stdout] test cpu::cpu::tests::dey ... ok [INFO] [stdout] test cpu::cpu::tests::eor ... ok [INFO] [stdout] test cpu::cpu::tests::inc_mem ... ok [INFO] [stdout] test cpu::cpu::tests::inx ... ok [INFO] [stdout] test cpu::cpu::tests::iny ... ok [INFO] [stdout] test cpu::cpu::tests::irq_interrupt_masked ... ok [INFO] [stdout] test cpu::cpu::tests::irq_interrupt_not_masked ... ok [INFO] [stdout] test cpu::cpu::tests::is_holding ... ok [INFO] [stdout] test cpu::cpu::tests::isb ... ok [INFO] [stdout] test cpu::cpu::tests::jmp_absolute ... ok [INFO] [stdout] test cpu::cpu::tests::jmp_indirect ... ok [INFO] [stdout] test cpu::cpu::tests::jmp_indirect_page_cross ... ok [INFO] [stdout] test cpu::cpu::tests::jsr ... ok [INFO] [stdout] test cpu::cpu::tests::lax ... ok [INFO] [stdout] test cpu::cpu::tests::lda_absolute ... ok [INFO] [stdout] test cpu::cpu::tests::bcc_carry_not_set ... ok [INFO] [stdout] test cpu::cpu::tests::bne_zero_not_set ... 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_immediate ... ok [INFO] [stdout] test cpu::cpu::tests::lda_indexed_indirect ... ok [INFO] [stdout] test cpu::cpu::tests::lda_indirect_indexed ... ok [INFO] [stdout] test cart::tests::invalid_sig - should panic ... ok [INFO] [stdout] test cart::tests::not_enough_data - should panic ... ok [INFO] [stdout] test cart::tests::invalid_format - should panic ... ok [INFO] [stdout] test cpu::cpu::tests::ldx_immediate ... ok [INFO] [stdout] test cpu::cpu::tests::ldy_immediate ... ok [INFO] [stdout] test cpu::cpu::tests::lsr_zero_set ... ok [INFO] [stdout] test cpu::cpu::tests::nop ... ok [INFO] [stdout] test cpu::cpu::tests::ora ... ok [INFO] [stdout] test cpu::cpu::tests::pc_after_reset ... ok [INFO] [stdout] test cpu::cpu::tests::pha ... ok [INFO] [stdout] test cpu::cpu::tests::php ... ok [INFO] [stdout] test cpu::cpu::tests::pla ... ok [INFO] [stdout] test cpu::cpu::tests::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::rti ... ok [INFO] [stdout] test cpu::cpu::tests::rts ... ok [INFO] [stdout] test cpu::cpu::tests::sax ... ok [INFO] [stdout] test cpu::cpu::tests::sbc ... 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 cpu::cpu::tests::lda_zeropage ... ok [INFO] [stdout] test mapper::mem::tests::read_bank_2 ... ok [INFO] [stdout] test mapper::mem::tests::read_bank_out_of_range - should panic ... ok [INFO] [stdout] test cpu::cpu::tests::lda_zeropage_x ... ok [INFO] [stdout] test mapper::mem::tests::read_bank ... ok [INFO] [stdout] test mapper::nrom::tests::read_chr ... ok [INFO] [stdout] test apu::seq::tests::clocks_for_step4_mode ... ok [INFO] [stdout] test mapper::nrom::tests::read_first_bank ... ok [INFO] [stdout] test cpu::cpu::tests::lda_absolute_x ... ok [INFO] [stdout] test cpu::cpu::tests::lda_flags_zero ... ok [INFO] [stdout] test cpu::cpu::tests::ldx_absolute ... 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::unrom::tests::irq ... 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 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 ppu::hw::tests::pallette_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_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::render_eight_pixels_tile1 ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_pixel ... 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::vram_read ... 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::ppu::tests::vram_write ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_set_coarse_x ... ok [INFO] [stdout] test ppu::hw::tests::sprite_register_load_and_shift ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_reload_y ... 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 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::ppustatus ... ok [INFO] [stdout] test ppu::regs::tests::ppustatus_lsb ... ok [INFO] [stdout] test ppu::regs::tests::sprite_height ... ok [INFO] [stdout] test ppu::regs::tests::sprite_zero_hit ... ok [INFO] [stdout] test ppu::sprite::tests::load_from_slice ... ok [INFO] [stdout] test ppu::sprite::tests::sprite_8x16_mode ... ok [INFO] [stdout] test ppu::sprite::tests::sprite_attributes ... ok [INFO] [stdout] test ppu::sprite::tests::sprite_y_255 ... ok [INFO] [stdout] test utils::sampler::tests::downsample ... ok [INFO] [stdout] test ppu::ppu::tests::vblank ... ok [INFO] [stdout] test ppu::regs::tests::ppuaddr_set_high ... ok [INFO] [stdout] test apu::apu::tests::pulse_lenctr ... ok [INFO] [stdout] test ppu::ppu::tests::visible_pixel_output ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_y_238_sprite_hit ... ok [INFO] [stdout] test ppu::ppu::tests::render_one_sprite_pixel_y_238 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 209 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running tests/apu.rs (/opt/rustwide/target/debug/deps/apu-cbdd738f08e3607c) [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_ctr ... FAILED [INFO] [stdout] test apu_len_table ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- apu_irq stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'apu_irq' (227) panicked at tests/common/mod.rs:4:93: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: ReadFail(Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5a5eb16ad4ba - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5a5eb16c122a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5a5eb16c122a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5a5eb16b1df2 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a5eb16b1df2 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5a5eb168c6df - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5a5eb168c6df - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5a5eb16a5a29 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5a5eb162063c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5a5eb162063c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a5eb16a5be2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5a5eb16a5be2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5a5eb168c798 - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5a5eb1681979 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5a5eb168d4ad - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5a5eb16c194c - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5a5eb16c1722 - core[fa0eadad68403074]::result::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5a5eb160fd8f - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5a5eb160fd8f - apu[a46809fdaf7b315d]::common::init_nes [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:4:93 [INFO] [stdout] 22: 0x5a5eb160f1ef - apu[a46809fdaf7b315d]::apu_irq [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:30:19 [INFO] [stdout] 23: 0x5a5eb160eb67 - apu[a46809fdaf7b315d]::apu_irq::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:29:13 [INFO] [stdout] 24: 0x5a5eb1611776 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a5eb161471b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5a5eb161471b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5a5eb162110b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5a5eb162110b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 29: 0x5a5eb162110b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 30: 0x5a5eb162110b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 31: 0x5a5eb162110b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5a5eb162110b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5a5eb162110b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5a5eb161b564 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5a5eb161b564 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 36: 0x5a5eb1623d12 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 37: 0x5a5eb1623d12 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 38: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 39: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 40: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5a5eb1623d12 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 42: 0x5a5eb1623d12 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5a5eb16acdcf - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 44: 0x5a5eb16acdcf - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 45: 0x79975a0f6aa4 - [INFO] [stdout] 46: 0x79975a183a64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- apu_len_ctr stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'apu_len_ctr' (228) panicked at tests/common/mod.rs:4:93: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: ReadFail(Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5a5eb16ad4ba - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5a5eb16c122a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5a5eb16c122a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5a5eb16b1df2 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a5eb16b1df2 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5a5eb168c6df - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5a5eb168c6df - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5a5eb16a5a29 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5a5eb162063c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5a5eb162063c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a5eb16a5be2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5a5eb16a5be2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5a5eb168c798 - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5a5eb1681979 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5a5eb168d4ad - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5a5eb16c194c - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5a5eb16c1722 - core[fa0eadad68403074]::result::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5a5eb160fd8f - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5a5eb160fd8f - apu[a46809fdaf7b315d]::common::init_nes [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:4:93 [INFO] [stdout] 22: 0x5a5eb160ef6f - apu[a46809fdaf7b315d]::apu_len_ctr [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:11:19 [INFO] [stdout] 23: 0x5a5eb160ea77 - apu[a46809fdaf7b315d]::apu_len_ctr::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:10:17 [INFO] [stdout] 24: 0x5a5eb1611636 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a5eb161471b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5a5eb161471b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5a5eb162110b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5a5eb162110b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 29: 0x5a5eb162110b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 30: 0x5a5eb162110b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 31: 0x5a5eb162110b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5a5eb162110b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5a5eb162110b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5a5eb161b564 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5a5eb161b564 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 36: 0x5a5eb1623d12 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 37: 0x5a5eb1623d12 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 38: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 39: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 40: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5a5eb1623d12 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 42: 0x5a5eb1623d12 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5a5eb16acdcf - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 44: 0x5a5eb16acdcf - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 45: 0x79975a0f6aa4 - [INFO] [stdout] 46: 0x79975a183a64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- apu_len_table stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'apu_len_table' (229) 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: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5a5eb16ad4ba - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5a5eb16ad4ba - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5a5eb16c122a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5a5eb16c122a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5a5eb16b1df2 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5a5eb16b1df2 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5a5eb168c6df - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5a5eb168c6df - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5a5eb16a5a29 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5a5eb162063c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5a5eb162063c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5a5eb16a5be2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5a5eb16a5be2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5a5eb168c798 - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5a5eb1681979 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5a5eb168d4ad - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5a5eb16c194c - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5a5eb16c1722 - core[fa0eadad68403074]::result::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5a5eb160fd8f - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5a5eb160fd8f - apu[a46809fdaf7b315d]::common::init_nes [INFO] [stdout] at /opt/rustwide/workdir/tests/common/mod.rs:4:93 [INFO] [stdout] 22: 0x5a5eb160efef - apu[a46809fdaf7b315d]::apu_len_table [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:24:19 [INFO] [stdout] 23: 0x5a5eb160eaa7 - apu[a46809fdaf7b315d]::apu_len_table::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/apu.rs:23:19 [INFO] [stdout] 24: 0x5a5eb1611676 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5a5eb161471b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5a5eb161471b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5a5eb162110b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5a5eb162110b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 29: 0x5a5eb162110b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 30: 0x5a5eb162110b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 31: 0x5a5eb162110b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5a5eb162110b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5a5eb162110b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5a5eb161b564 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5a5eb161b564 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 36: 0x5a5eb1623d12 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 37: 0x5a5eb1623d12 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 38: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 39: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 40: 0x5a5eb1623d12 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5a5eb1623d12 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 42: 0x5a5eb1623d12 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5a5eb16acdcf - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 44: 0x5a5eb16acdcf - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 45: 0x79975a0f6aa4 - [INFO] [stdout] 46: 0x79975a183a64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] apu_irq [INFO] [stdout] apu_len_ctr [INFO] [stdout] apu_len_table [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test apu` [INFO] running `Command { std: "docker" "inspect" "e78b11c49d8872002dd4bc8e06ef316d2cceb39e743cca5b899472242553763a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e78b11c49d8872002dd4bc8e06ef316d2cceb39e743cca5b899472242553763a", kill_on_drop: false }` [INFO] [stdout] e78b11c49d8872002dd4bc8e06ef316d2cceb39e743cca5b899472242553763a