[INFO] cloning repository https://github.com/biran0083/nes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/biran0083/nes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiran0083%2Fnes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiran0083%2Fnes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1e42f343fe24c03cc641dce27298ee8b199f2a32
[INFO] testing biran0083/nes against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiran0083%2Fnes" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/biran0083/nes
[INFO] finished tweaking git repo https://github.com/biran0083/nes
[INFO] tweaked toml for git repo https://github.com/biran0083/nes written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/biran0083/nes on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/biran0083/nes already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 41e8932386599eb3461fea412c80f1fc092dee1d0167f9e6f607b195b7bf31a3
[INFO] running `Command { std: "docker" "start" "-a" "41e8932386599eb3461fea412c80f1fc092dee1d0167f9e6f607b195b7bf31a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41e8932386599eb3461fea412c80f1fc092dee1d0167f9e6f607b195b7bf31a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41e8932386599eb3461fea412c80f1fc092dee1d0167f9e6f607b195b7bf31a3", kill_on_drop: false }`
[INFO] [stdout] 41e8932386599eb3461fea412c80f1fc092dee1d0167f9e6f607b195b7bf31a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d187d6133e26c1c8636d4ddbc1fc2338b127ab1d25a1dd867363f77d52af6c28
[INFO] running `Command { std: "docker" "start" "-a" "d187d6133e26c1c8636d4ddbc1fc2338b127ab1d25a1dd867363f77d52af6c28", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling anstyle-query v1.0.3
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling sdl2 v0.36.0
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling sdl2-sys v0.36.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling error-stack v0.4.1
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling nes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ppu::PPU`
[INFO] [stdout]  --> src/cpu/cpu.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ppu::PPU,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `prg_rom` is never read
[INFO] [stdout]  --> src/bus.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Bus {
[INFO] [stdout]   |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 6 |     prg_rom: Vec<u8>,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/bus.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Bus {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 20 |     pub fn new(f: NesFile) -> Bus {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/cpu/cpu.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 143 | impl CPU {
[INFO] [stdout]     | -------- associated function in this implementation
[INFO] [stdout] 144 |     pub fn new(file: NesFile) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Flags` is never constructed
[INFO] [stdout]   --> src/cpu/common.rs:58:12
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub struct Flags {}
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `header` and `title` are never read
[INFO] [stdout]  --> src/nes_format.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct NesFile {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 5 |     pub header: NesHeader,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |     pub title: Option<String>,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `flags_6`, `flags_7`, `prg_ram_size`, `flags_9`, and `flags_10` are never read
[INFO] [stdout]   --> src/nes_format.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct NesHeader {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub flags_6: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 15 |     pub flags_7: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 16 |     pub prg_ram_size: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 17 |     pub flags_9: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 18 |     pub flags_10: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Vertical` is never constructed
[INFO] [stdout]   --> src/nes_format.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Mirroring {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] 22 |     Horizontal,
[INFO] [stdout] 23 |     Vertical,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `mirroring` is never used
[INFO] [stdout]   --> src/nes_format.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl NesFile {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 27 |     pub fn mirroring(&self) -> Mirroring {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_last_written` is never used
[INFO] [stdout]   --> src/ppu/ppu.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl AddressRegister {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn get_last_written(&self) -> u8 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mask`, `oam_addr`, `scroll`, `data`, and `oam_dma` are never read
[INFO] [stdout]   --> src/ppu/ppu.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | struct PpuRegisters {
[INFO] [stdout]    |        ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 67 |     mask: u8,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 68 |     status: u8,
[INFO] [stdout] 69 |     oam_addr: u8,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 70 |     oam_data: u8,
[INFO] [stdout] 71 |     scroll: u8,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 72 |     addr: RefCell<AddressRegister>,
[INFO] [stdout] 73 |     data: u8,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 74 |     oam_dma: u8,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_background_table_address`, `get_sprite_table_address`, and `get_name_table_address` are never used
[INFO] [stdout]    --> src/ppu/ppu.rs:92:12
[INFO] [stdout]     |
[INFO] [stdout]  77 | impl PpuRegisters {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn get_background_table_address(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn get_sprite_table_address(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn get_name_table_address(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `oam_data` is never read
[INFO] [stdout]    --> src/ppu/ppu.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub struct PPU {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 138 |     oam_data: [u8; 256],
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/ppu/ppu.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout] 157 | impl PPU {
[INFO] [stdout]     | -------- associated function in this implementation
[INFO] [stdout] 158 |     pub fn new(chr_rom: Vec<u8>, mirroring: Mirroring) -> PPU {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bus.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_byte_stream(&self, addr: u16) -> ByteStream {
[INFO] [stdout]    |                            ^^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_byte_stream(&self, addr: u16) -> ByteStream<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/instructions/common.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Clone, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub f: InstFun,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.84s
[INFO] running `Command { std: "docker" "inspect" "d187d6133e26c1c8636d4ddbc1fc2338b127ab1d25a1dd867363f77d52af6c28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d187d6133e26c1c8636d4ddbc1fc2338b127ab1d25a1dd867363f77d52af6c28", kill_on_drop: false }`
[INFO] [stdout] d187d6133e26c1c8636d4ddbc1fc2338b127ab1d25a1dd867363f77d52af6c28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b5c0f45ecc92bf1f1f1005979daf1cf1484b55b6e15b033b026212bd63e708ae
[INFO] running `Command { std: "docker" "start" "-a" "b5c0f45ecc92bf1f1f1005979daf1cf1484b55b6e15b033b026212bd63e708ae", kill_on_drop: false }`
[INFO] [stderr]    Compiling nes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ppu::PPU`
[INFO] [stdout]  --> src/cpu/cpu.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     ppu::PPU,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stdout]    --> src/instructions/common.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |               use crate::cpu::Register8::*;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/instructions/tax.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / define_t_inst!(A, X, &[
[INFO] [stdout]   4 | |     (0xAA, AddressingMode::Implied),
[INFO] [stdout]   5 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stdout]    --> src/instructions/common.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |               use crate::cpu::Register8::*;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/instructions/tay.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / define_t_inst!(A, Y, &[
[INFO] [stdout]   4 | |     (0xA8, AddressingMode::Implied),
[INFO] [stdout]   5 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stdout]    --> src/instructions/common.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |               use crate::cpu::Register8::*;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/instructions/tsx.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / define_t_inst!(SP, X, &[
[INFO] [stdout]   4 | |     (0xBA, AddressingMode::Implied),
[INFO] [stdout]   5 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stdout]    --> src/instructions/common.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |               use crate::cpu::Register8::*;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/instructions/txa.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / define_t_inst!(X, A, &[
[INFO] [stdout]   4 | |     (0x8A, AddressingMode::Implied),
[INFO] [stdout]   5 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stdout]    --> src/instructions/common.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |               use crate::cpu::Register8::*;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/instructions/txs.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / define_t_inst!(X, SP, &[
[INFO] [stdout]   4 | |     (0x9A, AddressingMode::Implied),
[INFO] [stdout]   5 | | ],
[INFO] [stdout]   6 | | false);
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stdout]    --> src/instructions/common.rs:489:17
[INFO] [stdout]     |
[INFO] [stdout] 489 |               use crate::cpu::Register8::*;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/instructions/tya.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / define_t_inst!(Y, A, &[
[INFO] [stdout]   4 | |     (0x98, AddressingMode::Implied),
[INFO] [stdout]   5 | | ]);
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `prg_rom` is never read
[INFO] [stdout]  --> src/bus.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Bus {
[INFO] [stdout]   |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 6 |     prg_rom: Vec<u8>,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/bus.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl Bus {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 20 |     pub fn new(f: NesFile) -> Bus {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/cpu/cpu.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 143 | impl CPU {
[INFO] [stdout]     | -------- associated function in this implementation
[INFO] [stdout] 144 |     pub fn new(file: NesFile) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `header` and `title` are never read
[INFO] [stdout]  --> src/nes_format.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct NesFile {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 5 |     pub header: NesHeader,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |     pub title: Option<String>,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `flags_6`, `flags_7`, `prg_ram_size`, `flags_9`, and `flags_10` are never read
[INFO] [stdout]   --> src/nes_format.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct NesHeader {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub flags_6: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 15 |     pub flags_7: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 16 |     pub prg_ram_size: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 17 |     pub flags_9: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 18 |     pub flags_10: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Vertical` is never constructed
[INFO] [stdout]   --> src/nes_format.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Mirroring {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] 22 |     Horizontal,
[INFO] [stdout] 23 |     Vertical,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `mirroring` is never used
[INFO] [stdout]   --> src/nes_format.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl NesFile {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 27 |     pub fn mirroring(&self) -> Mirroring {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_last_written` is never used
[INFO] [stdout]   --> src/ppu/ppu.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl AddressRegister {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn get_last_written(&self) -> u8 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mask`, `oam_addr`, `scroll`, `data`, and `oam_dma` are never read
[INFO] [stdout]   --> src/ppu/ppu.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | struct PpuRegisters {
[INFO] [stdout]    |        ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 67 |     mask: u8,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 68 |     status: u8,
[INFO] [stdout] 69 |     oam_addr: u8,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 70 |     oam_data: u8,
[INFO] [stdout] 71 |     scroll: u8,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 72 |     addr: RefCell<AddressRegister>,
[INFO] [stdout] 73 |     data: u8,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 74 |     oam_dma: u8,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_background_table_address`, `get_sprite_table_address`, and `get_name_table_address` are never used
[INFO] [stdout]    --> src/ppu/ppu.rs:92:12
[INFO] [stdout]     |
[INFO] [stdout]  77 | impl PpuRegisters {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn get_background_table_address(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn get_sprite_table_address(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn get_name_table_address(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `oam_data` is never read
[INFO] [stdout]    --> src/ppu/ppu.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 133 | pub struct PPU {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 138 |     oam_data: [u8; 256],
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/ppu/ppu.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout] 157 | impl PPU {
[INFO] [stdout]     | -------- associated function in this implementation
[INFO] [stdout] 158 |     pub fn new(chr_rom: Vec<u8>, mirroring: Mirroring) -> PPU {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bus.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_byte_stream(&self, addr: u16) -> ByteStream {
[INFO] [stdout]    |                            ^^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn get_byte_stream(&self, addr: u16) -> ByteStream<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cpu/test_util.rs:61:26
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn load_and_test(&mut self, inst: &[u8]) -> TestResult {
[INFO] [stdout]    |                          ^^^^^^^^^                  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn load_and_test(&mut self, inst: &[u8]) -> TestResult<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cpu/test_util.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn test(&mut self) -> TestResult {
[INFO] [stdout]    |                 ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn test(&mut self) -> TestResult<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/instructions/common.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Clone, PartialEq)]
[INFO] [stdout]    |                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub f: InstFun,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.45s
[INFO] running `Command { std: "docker" "inspect" "b5c0f45ecc92bf1f1f1005979daf1cf1484b55b6e15b033b026212bd63e708ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5c0f45ecc92bf1f1f1005979daf1cf1484b55b6e15b033b026212bd63e708ae", kill_on_drop: false }`
[INFO] [stdout] b5c0f45ecc92bf1f1f1005979daf1cf1484b55b6e15b033b026212bd63e708ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b1851debecf639b4d436dd674994aa3339890b2ad15fe8dc8272e9075b20e812
[INFO] running `Command { std: "docker" "start" "-a" "b1851debecf639b4d436dd674994aa3339890b2ad15fe8dc8272e9075b20e812", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `ppu::PPU`
[INFO] [stderr]  --> src/cpu/cpu.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     ppu::PPU,
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stderr]    --> src/instructions/common.rs:489:17
[INFO] [stderr]     |
[INFO] [stderr] 489 |               use crate::cpu::Register8::*;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/instructions/tax.rs:3:1
[INFO] [stderr]     |
[INFO] [stderr]   3 | / define_t_inst!(A, X, &[
[INFO] [stderr]   4 | |     (0xAA, AddressingMode::Implied),
[INFO] [stderr]   5 | | ]);
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stderr]    --> src/instructions/common.rs:489:17
[INFO] [stderr]     |
[INFO] [stderr] 489 |               use crate::cpu::Register8::*;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/instructions/tay.rs:3:1
[INFO] [stderr]     |
[INFO] [stderr]   3 | / define_t_inst!(A, Y, &[
[INFO] [stderr]   4 | |     (0xA8, AddressingMode::Implied),
[INFO] [stderr]   5 | | ]);
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stderr]    --> src/instructions/common.rs:489:17
[INFO] [stderr]     |
[INFO] [stderr] 489 |               use crate::cpu::Register8::*;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/instructions/tsx.rs:3:1
[INFO] [stderr]     |
[INFO] [stderr]   3 | / define_t_inst!(SP, X, &[
[INFO] [stderr]   4 | |     (0xBA, AddressingMode::Implied),
[INFO] [stderr]   5 | | ]);
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stderr]    --> src/instructions/common.rs:489:17
[INFO] [stderr]     |
[INFO] [stderr] 489 |               use crate::cpu::Register8::*;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/instructions/txa.rs:3:1
[INFO] [stderr]     |
[INFO] [stderr]   3 | / define_t_inst!(X, A, &[
[INFO] [stderr]   4 | |     (0x8A, AddressingMode::Implied),
[INFO] [stderr]   5 | | ]);
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stderr]    --> src/instructions/common.rs:489:17
[INFO] [stderr]     |
[INFO] [stderr] 489 |               use crate::cpu::Register8::*;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/instructions/txs.rs:3:1
[INFO] [stderr]     |
[INFO] [stderr]   3 | / define_t_inst!(X, SP, &[
[INFO] [stderr]   4 | |     (0x9A, AddressingMode::Implied),
[INFO] [stderr]   5 | | ],
[INFO] [stderr]   6 | | false);
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::cpu::Register8::*`
[INFO] [stderr]    --> src/instructions/common.rs:489:17
[INFO] [stderr]     |
[INFO] [stderr] 489 |               use crate::cpu::Register8::*;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/instructions/tya.rs:3:1
[INFO] [stderr]     |
[INFO] [stderr]   3 | / define_t_inst!(Y, A, &[
[INFO] [stderr]   4 | |     (0x98, AddressingMode::Implied),
[INFO] [stderr]   5 | | ]);
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_t_inst` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: field `prg_rom` is never read
[INFO] [stderr]  --> src/bus.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct Bus {
[INFO] [stderr]   |            --- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 6 |     prg_rom: Vec<u8>,
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/bus.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl Bus {
[INFO] [stderr]    | -------- associated function in this implementation
[INFO] [stderr] 20 |     pub fn new(f: NesFile) -> Bus {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/cpu/cpu.rs:144:12
[INFO] [stderr]     |
[INFO] [stderr] 143 | impl CPU {
[INFO] [stderr]     | -------- associated function in this implementation
[INFO] [stderr] 144 |     pub fn new(file: NesFile) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `header` and `title` are never read
[INFO] [stderr]  --> src/nes_format.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct NesFile {
[INFO] [stderr]   |            ------- fields in this struct
[INFO] [stderr] 5 |     pub header: NesHeader,
[INFO] [stderr]   |         ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 8 |     pub title: Option<String>,
[INFO] [stderr]   |         ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `flags_6`, `flags_7`, `prg_ram_size`, `flags_9`, and `flags_10` are never read
[INFO] [stderr]   --> src/nes_format.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct NesHeader {
[INFO] [stderr]    |            --------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 14 |     pub flags_6: u8,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 15 |     pub flags_7: u8,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 16 |     pub prg_ram_size: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 17 |     pub flags_9: u8,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 18 |     pub flags_10: u8,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Vertical` is never constructed
[INFO] [stderr]   --> src/nes_format.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub enum Mirroring {
[INFO] [stderr]    |          --------- variant in this enum
[INFO] [stderr] 22 |     Horizontal,
[INFO] [stderr] 23 |     Vertical,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `mirroring` is never used
[INFO] [stderr]   --> src/nes_format.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 26 | impl NesFile {
[INFO] [stderr]    | ------------ method in this implementation
[INFO] [stderr] 27 |     pub fn mirroring(&self) -> Mirroring {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_last_written` is never used
[INFO] [stderr]   --> src/ppu/ppu.rs:38:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl AddressRegister {
[INFO] [stderr]    | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 38 |     pub fn get_last_written(&self) -> u8 {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `mask`, `oam_addr`, `scroll`, `data`, and `oam_dma` are never read
[INFO] [stderr]   --> src/ppu/ppu.rs:67:5
[INFO] [stderr]    |
[INFO] [stderr] 47 | struct PpuRegisters {
[INFO] [stderr]    |        ------------ fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 67 |     mask: u8,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 68 |     status: u8,
[INFO] [stderr] 69 |     oam_addr: u8,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 70 |     oam_data: u8,
[INFO] [stderr] 71 |     scroll: u8,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 72 |     addr: RefCell<AddressRegister>,
[INFO] [stderr] 73 |     data: u8,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 74 |     oam_dma: u8,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_background_table_address`, `get_sprite_table_address`, and `get_name_table_address` are never used
[INFO] [stderr]    --> src/ppu/ppu.rs:92:12
[INFO] [stderr]     |
[INFO] [stderr]  77 | impl PpuRegisters {
[INFO] [stderr]     | ----------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  92 |     pub fn get_background_table_address(&self) -> u16 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 100 |     pub fn get_sprite_table_address(&self) -> u16 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 108 |     pub fn get_name_table_address(&self) -> u16 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `oam_data` is never read
[INFO] [stderr]    --> src/ppu/ppu.rs:138:5
[INFO] [stderr]     |
[INFO] [stderr] 133 | pub struct PPU {
[INFO] [stderr]     |            --- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 138 |     oam_data: [u8; 256],
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/ppu/ppu.rs:158:12
[INFO] [stderr]     |
[INFO] [stderr] 157 | impl PPU {
[INFO] [stderr]     | -------- associated function in this implementation
[INFO] [stderr] 158 |     pub fn new(chr_rom: Vec<u8>, mirroring: Mirroring) -> PPU {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/bus.rs:54:28
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn get_byte_stream(&self, addr: u16) -> ByteStream {
[INFO] [stderr]    |                            ^^^^^                ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn get_byte_stream(&self, addr: u16) -> ByteStream<'_> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/cpu/test_util.rs:61:26
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub fn load_and_test(&mut self, inst: &[u8]) -> TestResult {
[INFO] [stderr]    |                          ^^^^^^^^^                  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub fn load_and_test(&mut self, inst: &[u8]) -> TestResult<'_> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/cpu/test_util.rs:72:17
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub fn test(&mut self) -> TestResult {
[INFO] [stderr]    |                 ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub fn test(&mut self) -> TestResult<'_> {
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/instructions/common.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | #[derive(Clone, PartialEq)]
[INFO] [stderr]    |                 --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 15 |     pub f: InstFun,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `nes` (bin "nes" test) generated 23 warnings (run `cargo fix --bin "nes" -p nes --tests` to apply 10 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nes-b16180ce742eb099)
[INFO] [stdout] 
[INFO] [stdout] running 95 tests
[INFO] [stdout] test instructions::adc::test::test_adc_zero_page ... ok
[INFO] [stdout] test instructions::adc::test::test_adc_immediate ... ok
[INFO] [stdout] test instructions::anc::test::test_immediate ... ok
[INFO] [stdout] test instructions::asl::test::test_accumulator ... ok
[INFO] [stdout] test instructions::and::test::test_immediate ... ok
[INFO] [stdout] test instructions::bcc::test::test_relative ... ok
[INFO] [stdout] test instructions::asl::test::test_zero_page ... ok
[INFO] [stdout] test instructions::bcs::test::test_relative ... ok
[INFO] [stdout] test instructions::bit::test::test_absolute ... ok
[INFO] [stdout] test instructions::bit::test::test_zero_page ... ok
[INFO] [stdout] test instructions::bmi::test::test_relative ... ok
[INFO] [stdout] test instructions::bne::test::test_relative ... ok
[INFO] [stdout] test instructions::clc::tests::test_brk ... ok
[INFO] [stdout] test instructions::bpl::test::test_relative ... ok
[INFO] [stdout] test instructions::brk::tests::test_brk ... ok
[INFO] [stdout] test instructions::bvc::test::test_relative ... ok
[INFO] [stdout] test instructions::cli::tests::test_brk ... ok
[INFO] [stdout] test instructions::clv::tests::test_brk ... ok
[INFO] [stdout] test instructions::cpx::test::test_immediate ... ok
[INFO] [stdout] test instructions::cmp::test::test_immediate ... ok
[INFO] [stdout] test instructions::bvs::test::test_relative ... ok
[INFO] [stdout] test instructions::dcp::test::test_zero_page ... ok
[INFO] [stdout] test instructions::cpy::test::test_immediate ... ok
[INFO] [stdout] test instructions::beq::test::test_relative ... ok
[INFO] [stdout] test instructions::dec::test::test_zero_page ... ok
[INFO] [stdout] test instructions::eor::test::test_immediate ... ok
[INFO] [stdout] test instructions::dex::test::test ... ok
[INFO] [stdout] test instructions::inc::test::test_zero_page ... ok
[INFO] [stdout] test instructions::dey::test::test ... ok
[INFO] [stdout] test instructions::inx::test::test_inx ... ok
[INFO] [stdout] test instructions::isb::test::test_zero_page ... ok
[INFO] [stdout] test instructions::jmp::tests::test_absolute ... ok
[INFO] [stdout] test instructions::iny::test::test_inx ... ok
[INFO] [stdout] test instructions::jmp::tests::test_indirect ... ok
[INFO] [stdout] test instructions::lar::test::test_zero_page ... ok
[INFO] [stdout] test instructions::jsr::tests::test_absolute ... ok
[INFO] [stdout] test instructions::lda::test::test_absolute ... ok
[INFO] [stdout] test instructions::lda::test::test_absolute_y ... ok
[INFO] [stdout] test instructions::lda::test::test_absolute_x ... ok
[INFO] [stdout] test instructions::lda::test::test_zero_page_x ... ok
[INFO] [stdout] test instructions::lda::test::test_immediate ... ok
[INFO] [stdout] test instructions::lax::test::test_zero_page ... ok
[INFO] [stdout] test instructions::ldx::test::test_absolute ... ok
[INFO] [stdout] test instructions::lda::test::test_zero_page ... ok
[INFO] [stdout] test instructions::ldx::test::test_absolute_x ... ok
[INFO] [stdout] test instructions::ldx::test::test_absolute_y ... ok
[INFO] [stdout] test instructions::ldx::test::test_indirect_indexed ... ok
[INFO] [stdout] test instructions::ldx::test::test_indexed_indirect ... ok
[INFO] [stdout] test instructions::ldx::test::test_immediate ... ok
[INFO] [stdout] test instructions::cld::tests::test_brk ... ok
[INFO] [stdout] test instructions::ldx::test::test_zero_page ... ok
[INFO] [stdout] test instructions::ldx::test::test_zero_page_x ... ok
[INFO] [stdout] test instructions::ldy::test::test_absolute ... ok
[INFO] [stdout] test instructions::ldy::test::test_absolute_x ... ok
[INFO] [stdout] test instructions::ldy::test::test_absolute_y ... ok
[INFO] [stdout] test instructions::ldy::test::test_immediate ... ok
[INFO] [stdout] test instructions::ldy::test::test_indexed_indirect ... ok
[INFO] [stdout] test instructions::ldy::test::test_indirect_indexed ... ok
[INFO] [stdout] test instructions::lsr::test::test_accumulator ... ok
[INFO] [stdout] test instructions::ldy::test::test_zero_page_x ... ok
[INFO] [stdout] test instructions::ldy::test::test_zero_page ... ok
[INFO] [stdout] test instructions::lsr::test::test_zero_page ... ok
[INFO] [stdout] test instructions::ora::test::test_immediate ... ok
[INFO] [stdout] test instructions::pha::test::test ... ok
[INFO] [stdout] test instructions::php::test::test ... ok
[INFO] [stdout] test instructions::pla::test::test ... ok
[INFO] [stdout] test instructions::rla::test::test_zero_page ... ok
[INFO] [stdout] test instructions::rol::test::test_accumulate ... ok
[INFO] [stdout] test instructions::ror::test::test_accumulate ... ok
[INFO] [stdout] test instructions::plp::test::test ... ok
[INFO] [stdout] test instructions::ror::test::test_zero_page ... ok
[INFO] [stdout] test instructions::rra::test::test_zero_page ... ok
[INFO] [stdout] test instructions::rts::test::test_implied ... ok
[INFO] [stdout] test instructions::sax::test::test_zero_page ... ok
[INFO] [stdout] test instructions::rti::test::test_implied ... ok
[INFO] [stdout] test instructions::rol::test::test_zero_page ... ok
[INFO] [stdout] test instructions::sed::tests::test_brk ... ok
[INFO] [stdout] test instructions::sbc::test::test_immediate ... ok
[INFO] [stdout] test instructions::sec::tests::test_brk ... ok
[INFO] [stdout] test instructions::sre::test::test_zero_page ... ok
[INFO] [stdout] test instructions::sei::tests::test_brk ... ok
[INFO] [stdout] test instructions::sta::tests::test_brk ... ok
[INFO] [stdout] test instructions::slo::test::test_zero_page ... ok
[INFO] [stdout] test instructions::stx::tests::test_brk ... ok
[INFO] [stdout] test instructions::tay::test::test ... ok
[INFO] [stdout] test instructions::txs::test::test ... ok
[INFO] [stdout] test instructions::sty::tests::test_brk ... ok
[INFO] [stdout] test instructions::tsx::test::test ... ok
[INFO] [stdout] test instructions::tax::test::test ... ok
[INFO] [stdout] test ppu::tile::test::test_get_pixel_index ... ok
[INFO] [stdout] test instructions::tya::test::test ... ok
[INFO] [stdout] test instructions::txa::test::test ... ok
[INFO] [stdout] test instructions::lda::test::test_indexed_indirect ... FAILED
[INFO] [stdout] test instructions::axs::test::test_inx ... FAILED
[INFO] [stdout] test instructions::lda::test::test_indirect_indexed ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- instructions::lda::test::test_indexed_indirect stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'instructions::lda::test::test_indexed_indirect' (59) panicked at src/ppu/ppu.rs:244:18:
[INFO] [stdout] Invalid PPU write address: 0x2002
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x639e4fadf492 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x639e4fadf492 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x639e4fadf492 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x639e4fadf492 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x639e4faeffff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x639e4faeffff - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x639e4faabb73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x639e4faabb73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x639e4fab7912 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x639e4fabcf2f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x639e4fabcdc1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x639e4fa3a89e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x639e4fa3a89e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x639e4fabd53f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x639e4fabd53f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x639e4fabd39a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x639e4fab7a49 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x639e4faa033d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x639e4faf7c00 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x639e4fa1636d - nes::ppu::ppu::PPU::set_ram_mapped_register::hf4cebf569a95e660
[INFO] [stdout]                                at /opt/rustwide/workdir/src/ppu/ppu.rs:244:18
[INFO] [stdout]   20:     0x639e4fa08a56 - nes::bus::Bus::write::h9f2507bcad6e0916
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bus.rs:49:50
[INFO] [stdout]   21:     0x639e4f9f2467 - nes::cpu::cpu::CPU::set_mem::h5c5a92b8279a55b5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/cpu.rs:175:18
[INFO] [stdout]   22:     0x639e4fa09666 - nes::cpu::test_util::TestRunner::set_mem::ha6a256cced3147de
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/test_util.rs:41:18
[INFO] [stdout]   23:     0x639e4f9efe08 - nes::instructions::lda::test::test_indexed_indirect::hf1f659e40eddb989
[INFO] [stdout]                                at /opt/rustwide/workdir/src/instructions/common.rs:396:28
[INFO] [stdout]   24:     0x639e4f9efec7 - nes::instructions::lda::test::test_indexed_indirect::{{closure}}::hf44320a243c49e7f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/instructions/common.rs:390:39
[INFO] [stdout]   25:     0x639e4fa01f46 - core::ops::function::FnOnce::call_once::h880a27c7f1572b82
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x639e4fa3a69b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x639e4fa3a69b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x639e4fa4e6fd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x639e4fa4e6fd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x639e4fa4e6fd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x639e4fa4e6fd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x639e4fa4e6fd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x639e4fa4e6fd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x639e4fa4e6fd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x639e4fa27c44 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x639e4fa27c44 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x639e4fa2b49a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   38:     0x639e4fa2b49a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x639e4fa2b49a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x639e4fa2b49a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x639e4fa2b49a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x639e4fa2b49a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   43:     0x639e4fa2b49a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x639e4fab2e4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   45:     0x639e4fab2e4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   46:     0x72c826c2caa4 - <unknown>
[INFO] [stdout]   47:     0x72c826cb9a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- instructions::axs::test::test_inx stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'instructions::axs::test::test_inx' (22) panicked at src/ppu/ppu.rs:244:18:
[INFO] [stdout] Invalid PPU write address: 0x2002
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x639e4fadf492 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x639e4fadf492 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x639e4fadf492 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x639e4fadf492 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x639e4faeffff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x639e4faeffff - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x639e4faabb73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x639e4faabb73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x639e4fab7912 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x639e4fabcf2f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x639e4fabcdc1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x639e4fa3a89e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x639e4fa3a89e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x639e4fabd53f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x639e4fabd53f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x639e4fabd39a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x639e4fab7a49 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr] error: test failed, to rerun pass `--bin nes`
[INFO] [stdout]   17:     0x639e4faa033d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x639e4faf7c00 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x639e4fa1636d - nes::ppu::ppu::PPU::set_ram_mapped_register::hf4cebf569a95e660
[INFO] [stdout]                                at /opt/rustwide/workdir/src/ppu/ppu.rs:244:18
[INFO] [stdout]   20:     0x639e4fa08a56 - nes::bus::Bus::write::h9f2507bcad6e0916
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bus.rs:49:50
[INFO] [stdout]   21:     0x639e4f9f2467 - nes::cpu::cpu::CPU::set_mem::h5c5a92b8279a55b5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/cpu.rs:175:18
[INFO] [stdout]   22:     0x639e4fa09666 - nes::cpu::test_util::TestRunner::set_mem::ha6a256cced3147de
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/test_util.rs:41:18
[INFO] [stdout]   23:     0x639e4fa072e8 - nes::instructions::axs::test::test_inx::h75f9bc97cb0e9f60
[INFO] [stdout]                                at /opt/rustwide/workdir/src/instructions/axs.rs:23:16
[INFO] [stdout]   24:     0x639e4fa073e7 - nes::instructions::axs::test::test_inx::{{closure}}::hc9572e68ec4d65d0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/instructions/axs.rs:21:18
[INFO] [stdout]   25:     0x639e4fa02716 - core::ops::function::FnOnce::call_once::hb5d4d188ba9ddc7b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x639e4fa3a69b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x639e4fa3a69b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x639e4fa4e6fd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x639e4fa4e6fd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x639e4fa4e6fd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x639e4fa4e6fd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x639e4fa4e6fd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x639e4fa4e6fd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x639e4fa4e6fd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x639e4fa27c44 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x639e4fa27c44 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x639e4fa2b49a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   38:     0x639e4fa2b49a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x639e4fa2b49a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x639e4fa2b49a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x639e4fa2b49a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x639e4fa2b49a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   43:     0x639e4fa2b49a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x639e4fab2e4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   45:     0x639e4fab2e4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   46:     0x72c826c2caa4 - <unknown>
[INFO] [stdout]   47:     0x72c826cb9a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- instructions::lda::test::test_indirect_indexed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'instructions::lda::test::test_indirect_indexed' (60) panicked at src/ppu/ppu.rs:244:18:
[INFO] [stdout] Invalid PPU write address: 0x2004
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x639e4fadf492 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x639e4fadf492 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x639e4fadf492 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x639e4fadf492 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x639e4faeffff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x639e4faeffff - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x639e4faabb73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x639e4faabb73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x639e4fab7912 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x639e4fabcf2f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x639e4fabcdc1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x639e4fa3a89e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x639e4fa3a89e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x639e4fabd53f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x639e4fabd53f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x639e4fabd39a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x639e4fab7a49 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x639e4faa033d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x639e4faf7c00 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x639e4fa1636d - nes::ppu::ppu::PPU::set_ram_mapped_register::hf4cebf569a95e660
[INFO] [stdout]                                at /opt/rustwide/workdir/src/ppu/ppu.rs:244:18
[INFO] [stdout]   20:     0x639e4fa08a56 - nes::bus::Bus::write::h9f2507bcad6e0916
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bus.rs:49:50
[INFO] [stdout]   21:     0x639e4f9f2467 - nes::cpu::cpu::CPU::set_mem::h5c5a92b8279a55b5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/cpu.rs:175:18
[INFO] [stdout]   22:     0x639e4fa09666 - nes::cpu::test_util::TestRunner::set_mem::ha6a256cced3147de
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu/test_util.rs:41:18
[INFO] [stdout]   23:     0x639e4f9efff8 - nes::instructions::lda::test::test_indirect_indexed::h5e262ab398823703
[INFO] [stdout]                                at /opt/rustwide/workdir/src/instructions/common.rs:412:28
[INFO] [stdout]   24:     0x639e4f9f00b7 - nes::instructions::lda::test::test_indirect_indexed::{{closure}}::h9ba629c19c3e49b2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/instructions/common.rs:406:39
[INFO] [stdout]   25:     0x639e4fa01d96 - core::ops::function::FnOnce::call_once::h79c9b31c42a6cb5b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x639e4fa3a69b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x639e4fa3a69b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x639e4fa4e6fd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x639e4fa4e6fd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x639e4fa4e6fd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x639e4fa4e6fd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x639e4fa4e6fd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x639e4fa4e6fd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x639e4fa4e6fd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x639e4fa27c44 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x639e4fa27c44 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x639e4fa2b49a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   38:     0x639e4fa2b49a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x639e4fa2b49a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x639e4fa2b49a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x639e4fa2b49a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x639e4fa2b49a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   43:     0x639e4fa2b49a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x639e4fab2e4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   45:     0x639e4fab2e4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   46:     0x72c826c2caa4 - <unknown>
[INFO] [stdout]   47:     0x72c826cb9a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     instructions::axs::test::test_inx
[INFO] [stdout]     instructions::lda::test::test_indexed_indirect
[INFO] [stdout]     instructions::lda::test::test_indirect_indexed
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 92 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b1851debecf639b4d436dd674994aa3339890b2ad15fe8dc8272e9075b20e812", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1851debecf639b4d436dd674994aa3339890b2ad15fe8dc8272e9075b20e812", kill_on_drop: false }`
[INFO] [stdout] b1851debecf639b4d436dd674994aa3339890b2ad15fe8dc8272e9075b20e812
