[INFO] cloning repository https://github.com/DBarney/rnes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DBarney/rnes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDBarney%2Frnes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDBarney%2Frnes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e28e63f0a9447ce5495d2d27665a79a9f0894de7
[INFO] testing DBarney/rnes against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDBarney%2Frnes" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DBarney/rnes
[INFO] finished tweaking git repo https://github.com/DBarney/rnes
[INFO] tweaked toml for git repo https://github.com/DBarney/rnes written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DBarney/rnes on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DBarney/rnes 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b07afe2907a92eb4ebbd17eb5da113802ef5d71af60c5262245dd409093adb38
[INFO] running `Command { std: "docker" "start" "-a" "b07afe2907a92eb4ebbd17eb5da113802ef5d71af60c5262245dd409093adb38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b07afe2907a92eb4ebbd17eb5da113802ef5d71af60c5262245dd409093adb38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b07afe2907a92eb4ebbd17eb5da113802ef5d71af60c5262245dd409093adb38", kill_on_drop: false }`
[INFO] [stdout] b07afe2907a92eb4ebbd17eb5da113802ef5d71af60c5262245dd409093adb38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1fee56f159880496e2523e18a759f35821d454030312b3e22d5d8cdc474ce7d
[INFO] running `Command { std: "docker" "start" "-a" "c1fee56f159880496e2523e18a759f35821d454030312b3e22d5d8cdc474ce7d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling num-traits v0.1.41
[INFO] [stderr]    Compiling cfg-if v0.1.2
[INFO] [stderr]    Compiling libc v0.2.34
[INFO] [stderr]    Compiling bitflags v0.7.0
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling sdl2-sys v0.31.0
[INFO] [stderr]    Compiling num-integer v0.1.35
[INFO] [stderr]    Compiling rand v0.3.18
[INFO] [stderr]    Compiling num-iter v0.1.34
[INFO] [stderr]    Compiling num v0.1.41
[INFO] [stderr]    Compiling sdl2 v0.31.0
[INFO] [stderr]    Compiling rnes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/rom.rs:69:6
[INFO] [stdout]    |
[INFO] [stdout] 69 |         try!(r.read_exact(&mut prg));
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/rom.rs:70:6
[INFO] [stdout]    |
[INFO] [stdout] 70 |         try!(r.read_exact(&mut chr));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/rom.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     try!(r.read_exact(&mut bytes));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sprite` should have an upper camel case name
[INFO] [stdout]   --> src/ppu.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct sprite {
[INFO] [stdout]    |        ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sprite`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/memory.rs:84:26
[INFO] [stdout]    |
[INFO] [stdout] 84 |   mapper: Rc<RefCell<Box<Mapper+Send>>>,
[INFO] [stdout]    |                          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 84 |   mapper: Rc<RefCell<Box<dyn Mapper+Send>>>,
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ppu.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |     rom: Rc<RefCell<Box<Mapper+Send>>>,
[INFO] [stdout]    |                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     rom: Rc<RefCell<Box<dyn Mapper+Send>>>,
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/mapper/mod.rs:13:41
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn new_mapper(rom: rom::Rom) -> Box<Mapper+Send> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn new_mapper(rom: rom::Rom) -> Box<dyn Mapper+Send> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/memory.rs:92:37
[INFO] [stdout]    |
[INFO] [stdout] 92 |   pub fn new(mapper: Rc<RefCell<Box<Mapper+Send>>>, input: Input, apu: Apu, ppu: Ppu) -> Mem {
[INFO] [stdout]    |                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 92 |   pub fn new(mapper: Rc<RefCell<Box<dyn Mapper+Send>>>, input: Input, apu: Apu, ppu: Ppu) -> Mem {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/rom.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub fn load(r: &mut Read) -> Result<Rom, RomLoadError> {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub fn load(r: &mut dyn Read) -> Result<Rom, RomLoadError> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/rom.rs:116:18
[INFO] [stdout]     |
[INFO] [stdout] 116 |   fn new(r: &mut Read) -> Result<Header, RomLoadError> {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |   fn new(r: &mut dyn Read) -> Result<Header, RomLoadError> {
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ppu.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |   pub fn new(memory: Rc<RefCell<Box<Mapper+Send>>>) -> Ppu {
[INFO] [stdout]    |                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |   pub fn new(memory: Rc<RefCell<Box<dyn Mapper+Send>>>) -> Ppu {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/mapper/mod.rs:15:48
[INFO] [stdout]    |
[INFO] [stdout] 15 |     0 => Box::new(nrom::Nrom::new(rom)) as Box<Mapper+Send>,
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |     0 => Box::new(nrom::Nrom::new(rom)) as Box<dyn Mapper+Send>,
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/ppu.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stdout]    |                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 31 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout] 31 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/apu.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 |   pub fn step(&mut self, cycles: u64) {
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 12 |   pub fn step(&mut self, _cycles: u64) {
[INFO] [stdout]    |                          +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `CYCLES_PER_SCANLINE`
[INFO] [stdout]    |
[INFO] [stdout] 12 -   pub fn step(&mut self, cycles: u64) {
[INFO] [stdout] 12 +   pub fn step(&mut self, ppu::CYCLES_PER_SCANLINE: u64) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/apu.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stdout]    |                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 18 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout] 18 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/apu.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, _addr: u16, val: u8) {
[INFO] [stdout]    |                        +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 21 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 21 +   fn writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/apu.rs:21:35
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, addr: u16, _val: u8) {
[INFO] [stdout]    |                                   +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]    |
[INFO] [stdout] 21 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 21 +   fn writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/input.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 14 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stdout]    |                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 14 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout] 14 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/input.rs:17:24
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, _addr: u16, val: u8) {
[INFO] [stdout]    |                        +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 17 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 17 +   fn writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/input.rs:17:35
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, addr: u16, _val: u8) {
[INFO] [stdout]    |                                   +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]    |
[INFO] [stdout] 17 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 17 +   fn writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:379:21
[INFO] [stdout]     |
[INFO] [stdout] 379 |   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stdout]     |                     ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 379 |   fn nop(&mut self, _val: u8) { } // left intentionally blank
[INFO] [stdout]     |                     +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout] 379 -   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stdout] 379 +   fn nop(&mut self, cpu::NEGATIVE_FLAG: u8) { } // left intentionally blank
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/cpu.rs:649:7
[INFO] [stdout]     |
[INFO] [stdout] 641 |       0x38 => { println!("inx"); self.inx(); self.cycles += 2}
[INFO] [stdout]     |       ---- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 649 |       0x38 => { println!("sec"); self.sec(); self.cycles += 2}
[INFO] [stdout]     |       ^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/cpu.rs:20:7
[INFO] [stdout]     |
[INFO] [stdout]  20 |         a => {}
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 473 | /     match_read!(self, b, {
[INFO] [stdout] 474 | |       adc; [
[INFO] [stdout] 475 | |         0x69 => lim; 2,
[INFO] [stdout] 476 | |         0x65 => lz;  3,
[INFO] [stdout] ...   |
[INFO] [stdout] 567 | |         0xf1 => liy; 5]
[INFO] [stdout] 568 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `match_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout]  20 |       _a => {}
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout]  20 -       a => {}
[INFO] [stdout]  20 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/cpu.rs:36:7
[INFO] [stdout]     |
[INFO] [stdout]  36 |         a => {}
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 571 | /     match_read_write!(self, b, {
[INFO] [stdout] 572 | |       asl; [
[INFO] [stdout] 573 | |         0x0a => sac = lac; 2,
[INFO] [stdout] 574 | |         0x06 => sz = lz;   5,
[INFO] [stdout] ...   |
[INFO] [stdout] 605 | |         0x7e => sax = lax; 7]
[INFO] [stdout] 606 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `match_read_write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout]  36 |       _a => {}
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout]  36 -       a => {}
[INFO] [stdout]  36 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/cpu.rs:51:7
[INFO] [stdout]     |
[INFO] [stdout]  51 |         a => {}
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 608 | /     match_write!(self, b, {
[INFO] [stdout] 609 | |       sta; [
[INFO] [stdout] 610 | |         0x85 => sz;  3,
[INFO] [stdout] 611 | |         0x95 => szx; 4,
[INFO] [stdout] ...   |
[INFO] [stdout] 624 | |         0x8c => sa;  4]
[INFO] [stdout] 625 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `match_write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout]  51 |       _a => {}
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout]  51 -       a => {}
[INFO] [stdout]  51 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/mapper/nrom.rs:44:28
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout]    |                            ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, _addr: u16, val: u8) {}
[INFO] [stdout]    |                            +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 44 -   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout] 44 +   fn chr_writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {}
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/mapper/nrom.rs:44:39
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, addr: u16, _val: u8) {}
[INFO] [stdout]    |                                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]    |
[INFO] [stdout] 44 -   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout] 44 +   fn chr_writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {}
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NES` is never used
[INFO] [stdout]  --> src/rom.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | const NES: [u8; 4] = [78, 69, 83, 26];
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `InvalidFormatError` is never constructed
[INFO] [stdout]   --> src/rom.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum RomLoadError {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout]  9 |   // and invalid file format was used
[INFO] [stdout] 10 |   InvalidFormatError,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_empty` is never used
[INFO] [stdout]   --> src/rom.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Rom {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 44 |   pub fn new_empty() -> Rom {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `nes`, `flag9`, `flag10`, and `zero` are never read
[INFO] [stdout]    --> src/rom.rs:104:2
[INFO] [stdout]     |
[INFO] [stdout] 103 | struct Header {
[INFO] [stdout]     |        ------ fields in this struct
[INFO] [stdout] 104 |     nes: [u8; 4],
[INFO] [stdout]     |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     flag9: u8,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 111 |     flag10: u8,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 112 |     zero: [u8; 5],
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SCREEN_WIDTH` is never used
[INFO] [stdout]  --> src/ppu.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const SCREEN_WIDTH: u16 = 256;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `tile_index`, and `attrs` are never read
[INFO] [stdout]   --> src/ppu.rs:18:2
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct sprite {
[INFO] [stdout]    |        ------ fields in this struct
[INFO] [stdout] 18 |     x: u8,
[INFO] [stdout]    |     ^
[INFO] [stdout] 19 |     y: u8,
[INFO] [stdout]    |     ^
[INFO] [stdout] 20 |     tile_index: u8,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 21 |     attrs: u8,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sprite` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sprites` is never read
[INFO] [stdout]   --> src/ppu.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct Ppu {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 56 |   sprites: [sprite; 64],
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NMI_ADDRESS` is never used
[INFO] [stdout]   --> src/cpu.rs:64:7
[INFO] [stdout]    |
[INFO] [stdout] 64 | const NMI_ADDRESS:   u16 = 0xfffa;
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `nop` is never used
[INFO] [stdout]    --> src/cpu.rs:379:6
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl Cpu {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 379 |   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stdout]     |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: literal out of range for `u8`
[INFO] [stdout]    --> src/cpu.rs:428:37
[INFO] [stdout]     |
[INFO] [stdout] 428 |     self.set_flag(CARRY_FLAG, res & 0x100 == 0 );
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the literal `0x100` (decimal `256`) does not fit into the type `u8` and will become `0u8`
[INFO] [stdout]     = help: consider using the type `u16` instead
[INFO] [stdout]     = note: `#[warn(overflowing_literals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "c1fee56f159880496e2523e18a759f35821d454030312b3e22d5d8cdc474ce7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1fee56f159880496e2523e18a759f35821d454030312b3e22d5d8cdc474ce7d", kill_on_drop: false }`
[INFO] [stdout] c1fee56f159880496e2523e18a759f35821d454030312b3e22d5d8cdc474ce7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c5d7e179944263ebc065b10040a3e41c2d84e9cd55b45baf18a21de26d886b6
[INFO] running `Command { std: "docker" "start" "-a" "2c5d7e179944263ebc065b10040a3e41c2d84e9cd55b45baf18a21de26d886b6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rnes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/rom.rs:69:6
[INFO] [stdout]    |
[INFO] [stdout] 69 |         try!(r.read_exact(&mut prg));
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/rom.rs:70:6
[INFO] [stdout]    |
[INFO] [stdout] 70 |         try!(r.read_exact(&mut chr));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/rom.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     try!(r.read_exact(&mut bytes));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `sprite` should have an upper camel case name
[INFO] [stdout]   --> src/ppu.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct sprite {
[INFO] [stdout]    |        ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sprite`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/memory.rs:84:26
[INFO] [stdout]    |
[INFO] [stdout] 84 |   mapper: Rc<RefCell<Box<Mapper+Send>>>,
[INFO] [stdout]    |                          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 84 |   mapper: Rc<RefCell<Box<dyn Mapper+Send>>>,
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ppu.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |     rom: Rc<RefCell<Box<Mapper+Send>>>,
[INFO] [stdout]    |                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     rom: Rc<RefCell<Box<dyn Mapper+Send>>>,
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/mapper/mod.rs:13:41
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn new_mapper(rom: rom::Rom) -> Box<Mapper+Send> {
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn new_mapper(rom: rom::Rom) -> Box<dyn Mapper+Send> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/memory.rs:92:37
[INFO] [stdout]    |
[INFO] [stdout] 92 |   pub fn new(mapper: Rc<RefCell<Box<Mapper+Send>>>, input: Input, apu: Apu, ppu: Ppu) -> Mem {
[INFO] [stdout]    |                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 92 |   pub fn new(mapper: Rc<RefCell<Box<dyn Mapper+Send>>>, input: Input, apu: Apu, ppu: Ppu) -> Mem {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/rom.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub fn load(r: &mut Read) -> Result<Rom, RomLoadError> {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub fn load(r: &mut dyn Read) -> Result<Rom, RomLoadError> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/rom.rs:116:18
[INFO] [stdout]     |
[INFO] [stdout] 116 |   fn new(r: &mut Read) -> Result<Header, RomLoadError> {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 116 |   fn new(r: &mut dyn Read) -> Result<Header, RomLoadError> {
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ppu.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |   pub fn new(memory: Rc<RefCell<Box<Mapper+Send>>>) -> Ppu {
[INFO] [stdout]    |                                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |   pub fn new(memory: Rc<RefCell<Box<dyn Mapper+Send>>>) -> Ppu {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/mapper/mod.rs:15:48
[INFO] [stdout]    |
[INFO] [stdout] 15 |     0 => Box::new(nrom::Nrom::new(rom)) as Box<Mapper+Send>,
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |     0 => Box::new(nrom::Nrom::new(rom)) as Box<dyn Mapper+Send>,
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/ppu.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 31 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stdout]    |                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 31 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout] 31 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/apu.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 |   pub fn step(&mut self, cycles: u64) {
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 12 |   pub fn step(&mut self, _cycles: u64) {
[INFO] [stdout]    |                          +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `CYCLES_PER_SCANLINE`
[INFO] [stdout]    |
[INFO] [stdout] 12 -   pub fn step(&mut self, cycles: u64) {
[INFO] [stdout] 12 +   pub fn step(&mut self, ppu::CYCLES_PER_SCANLINE: u64) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/apu.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stdout]    |                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 18 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout] 18 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/apu.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, _addr: u16, val: u8) {
[INFO] [stdout]    |                        +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 21 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 21 +   fn writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/apu.rs:21:35
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 21 |   fn writeb(&mut self, addr: u16, _val: u8) {
[INFO] [stdout]    |                                   +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]    |
[INFO] [stdout] 21 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 21 +   fn writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/input.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 14 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stdout]    |                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 14 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stdout] 14 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/input.rs:17:24
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, _addr: u16, val: u8) {
[INFO] [stdout]    |                        +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 17 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 17 +   fn writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/input.rs:17:35
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                   ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 17 |   fn writeb(&mut self, addr: u16, _val: u8) {
[INFO] [stdout]    |                                   +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]    |
[INFO] [stdout] 17 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stdout] 17 +   fn writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/cpu.rs:379:21
[INFO] [stdout]     |
[INFO] [stdout] 379 |   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stdout]     |                     ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 379 |   fn nop(&mut self, _val: u8) { } // left intentionally blank
[INFO] [stdout]     |                     +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout] 379 -   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stdout] 379 +   fn nop(&mut self, cpu::NEGATIVE_FLAG: u8) { } // left intentionally blank
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/cpu.rs:649:7
[INFO] [stdout]     |
[INFO] [stdout] 641 |       0x38 => { println!("inx"); self.inx(); self.cycles += 2}
[INFO] [stdout]     |       ---- matches all the relevant values
[INFO] [stdout] ...
[INFO] [stdout] 649 |       0x38 => { println!("sec"); self.sec(); self.cycles += 2}
[INFO] [stdout]     |       ^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/cpu.rs:20:7
[INFO] [stdout]     |
[INFO] [stdout]  20 |         a => {}
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 473 | /     match_read!(self, b, {
[INFO] [stdout] 474 | |       adc; [
[INFO] [stdout] 475 | |         0x69 => lim; 2,
[INFO] [stdout] 476 | |         0x65 => lz;  3,
[INFO] [stdout] ...   |
[INFO] [stdout] 567 | |         0xf1 => liy; 5]
[INFO] [stdout] 568 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `match_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout]  20 |       _a => {}
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout]  20 -       a => {}
[INFO] [stdout]  20 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/cpu.rs:36:7
[INFO] [stdout]     |
[INFO] [stdout]  36 |         a => {}
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 571 | /     match_read_write!(self, b, {
[INFO] [stdout] 572 | |       asl; [
[INFO] [stdout] 573 | |         0x0a => sac = lac; 2,
[INFO] [stdout] 574 | |         0x06 => sz = lz;   5,
[INFO] [stdout] ...   |
[INFO] [stdout] 605 | |         0x7e => sax = lax; 7]
[INFO] [stdout] 606 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `match_read_write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout]  36 |       _a => {}
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout]  36 -       a => {}
[INFO] [stdout]  36 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/cpu.rs:51:7
[INFO] [stdout]     |
[INFO] [stdout]  51 |         a => {}
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 608 | /     match_write!(self, b, {
[INFO] [stdout] 609 | |       sta; [
[INFO] [stdout] 610 | |         0x85 => sz;  3,
[INFO] [stdout] 611 | |         0x95 => szx; 4,
[INFO] [stdout] ...   |
[INFO] [stdout] 624 | |         0x8c => sa;  4]
[INFO] [stdout] 625 | |     });
[INFO] [stdout]     | |______- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `match_write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout]  51 |       _a => {}
[INFO] [stdout]     |       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]     |
[INFO] [stdout]  51 -       a => {}
[INFO] [stdout]  51 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/mapper/nrom.rs:44:28
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout]    |                            ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, _addr: u16, val: u8) {}
[INFO] [stdout]    |                            +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stdout]    |
[INFO] [stdout] 44 -   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout] 44 +   fn chr_writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {}
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/mapper/nrom.rs:44:39
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 44 |   fn chr_writeb(&mut self, addr: u16, _val: u8) {}
[INFO] [stdout]    |                                       +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stdout]    |
[INFO] [stdout] 44 -   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stdout] 44 +   fn chr_writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {}
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NES` is never used
[INFO] [stdout]  --> src/rom.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | const NES: [u8; 4] = [78, 69, 83, 26];
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `InvalidFormatError` is never constructed
[INFO] [stdout]   --> src/rom.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum RomLoadError {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout]  9 |   // and invalid file format was used
[INFO] [stdout] 10 |   InvalidFormatError,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `nes`, `flag9`, `flag10`, and `zero` are never read
[INFO] [stdout]    --> src/rom.rs:104:2
[INFO] [stdout]     |
[INFO] [stdout] 103 | struct Header {
[INFO] [stdout]     |        ------ fields in this struct
[INFO] [stdout] 104 |     nes: [u8; 4],
[INFO] [stdout]     |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     flag9: u8,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 111 |     flag10: u8,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 112 |     zero: [u8; 5],
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SCREEN_WIDTH` is never used
[INFO] [stdout]  --> src/ppu.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const SCREEN_WIDTH: u16 = 256;
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `tile_index`, and `attrs` are never read
[INFO] [stdout]   --> src/ppu.rs:18:2
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct sprite {
[INFO] [stdout]    |        ------ fields in this struct
[INFO] [stdout] 18 |     x: u8,
[INFO] [stdout]    |     ^
[INFO] [stdout] 19 |     y: u8,
[INFO] [stdout]    |     ^
[INFO] [stdout] 20 |     tile_index: u8,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 21 |     attrs: u8,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sprite` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `sprites` is never read
[INFO] [stdout]   --> src/ppu.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct Ppu {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 56 |   sprites: [sprite; 64],
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NMI_ADDRESS` is never used
[INFO] [stdout]   --> src/cpu.rs:64:7
[INFO] [stdout]    |
[INFO] [stdout] 64 | const NMI_ADDRESS:   u16 = 0xfffa;
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `nop` is never used
[INFO] [stdout]    --> src/cpu.rs:379:6
[INFO] [stdout]     |
[INFO] [stdout]  82 | impl Cpu {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 379 |   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stdout]     |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: literal out of range for `u8`
[INFO] [stdout]    --> src/cpu.rs:428:37
[INFO] [stdout]     |
[INFO] [stdout] 428 |     self.set_flag(CARRY_FLAG, res & 0x100 == 0 );
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the literal `0x100` (decimal `256`) does not fit into the type `u8` and will become `0u8`
[INFO] [stdout]     = help: consider using the type `u16` instead
[INFO] [stdout]     = note: `#[warn(overflowing_literals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:938:4
[INFO] [stdout]     |
[INFO] [stdout] 938 |       zero!(cpu, true);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:943:4
[INFO] [stdout]     |
[INFO] [stdout] 943 |       carry!(cpu, false);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:944:4
[INFO] [stdout]     |
[INFO] [stdout] 944 |       overflow!(cpu, false);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:945:4
[INFO] [stdout]     |
[INFO] [stdout] 945 |       negative!(cpu, false);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:950:4
[INFO] [stdout]     |
[INFO] [stdout] 950 |       negative!(cpu, true);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:955:4
[INFO] [stdout]     |
[INFO] [stdout] 955 |       carry!(cpu, true);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:966:5
[INFO] [stdout]     |
[INFO] [stdout] 966 |     negative!(cpu, false);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:967:5
[INFO] [stdout]     |
[INFO] [stdout] 967 |     zero!(cpu, true);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:972:5
[INFO] [stdout]     |
[INFO] [stdout] 972 |     negative!(cpu, true);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:973:5
[INFO] [stdout]     |
[INFO] [stdout] 973 |     zero!(cpu, false);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:979:4
[INFO] [stdout]     |
[INFO] [stdout] 979 |       zero!(cpu, true);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:981:4
[INFO] [stdout]     |
[INFO] [stdout] 981 |       zero!(cpu, false);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:982:4
[INFO] [stdout]     |
[INFO] [stdout] 982 |       negative!(cpu, false);
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:985:5
[INFO] [stdout]     |
[INFO] [stdout] 985 |     carry!(cpu, true);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/cpu.rs:986:5
[INFO] [stdout]     |
[INFO] [stdout] 986 |     negative!(cpu, true);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1031:5
[INFO] [stdout]      |
[INFO] [stdout] 1031 |     zero!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1032:5
[INFO] [stdout]      |
[INFO] [stdout] 1032 |     overflow!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1033:5
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     negative!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1036:5
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     zero!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1037:5
[INFO] [stdout]      |
[INFO] [stdout] 1037 |     overflow!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1038:5
[INFO] [stdout]      |
[INFO] [stdout] 1038 |     negative!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1084:5
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     brk!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1143:5
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     carry!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1144:5
[INFO] [stdout]      |
[INFO] [stdout] 1144 |     zero!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1145:5
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     negative!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1148:5
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     negative!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1154:5
[INFO] [stdout]      |
[INFO] [stdout] 1154 |     zero!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1155:5
[INFO] [stdout]      |
[INFO] [stdout] 1155 |     negative!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1157:5
[INFO] [stdout]      |
[INFO] [stdout] 1157 |     zero!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1158:5
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     negative!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1165:5
[INFO] [stdout]      |
[INFO] [stdout] 1165 |     negative!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1166:5
[INFO] [stdout]      |
[INFO] [stdout] 1166 |     zero!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1169:5
[INFO] [stdout]      |
[INFO] [stdout] 1169 |     negative!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1170:5
[INFO] [stdout]      |
[INFO] [stdout] 1170 |     zero!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1176:5
[INFO] [stdout]      |
[INFO] [stdout] 1176 |     negative!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1177:5
[INFO] [stdout]      |
[INFO] [stdout] 1177 |     zero!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1179:5
[INFO] [stdout]      |
[INFO] [stdout] 1179 |     negative!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1180:5
[INFO] [stdout]      |
[INFO] [stdout] 1180 |     zero!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1219:4
[INFO] [stdout]      |
[INFO] [stdout] 1219 |       zero!(cpu, true);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1220:4
[INFO] [stdout]      |
[INFO] [stdout] 1220 |       carry!(cpu, true);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1222:5
[INFO] [stdout]      |
[INFO] [stdout] 1222 |     zero!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1223:5
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     carry!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1230:5
[INFO] [stdout]      |
[INFO] [stdout] 1230 |     zero!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1231:5
[INFO] [stdout]      |
[INFO] [stdout] 1231 |     negative!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1233:5
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     zero!(cpu, false);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1234:5
[INFO] [stdout]      |
[INFO] [stdout] 1234 |     negative!(cpu, true);
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1272:4
[INFO] [stdout]      |
[INFO] [stdout] 1272 |       carry!(cpu, true);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1273:4
[INFO] [stdout]      |
[INFO] [stdout] 1273 |       zero!(cpu, false);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1280:4
[INFO] [stdout]      |
[INFO] [stdout] 1280 |       carry!(cpu, true);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1281:4
[INFO] [stdout]      |
[INFO] [stdout] 1281 |       zero!(cpu, false);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1305:4
[INFO] [stdout]      |
[INFO] [stdout] 1305 |       zero!(cpu, true);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1309:4
[INFO] [stdout]      |
[INFO] [stdout] 1309 |       negative!(cpu, true);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/cpu.rs:1310:4
[INFO] [stdout]      |
[INFO] [stdout] 1310 |       carry!(cpu, true);
[INFO] [stdout]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "2c5d7e179944263ebc065b10040a3e41c2d84e9cd55b45baf18a21de26d886b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c5d7e179944263ebc065b10040a3e41c2d84e9cd55b45baf18a21de26d886b6", kill_on_drop: false }`
[INFO] [stdout] 2c5d7e179944263ebc065b10040a3e41c2d84e9cd55b45baf18a21de26d886b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 120d24131b8e7fc282a04e3eb324638636272cf73975cee9fab9242c46141f62
[INFO] running `Command { std: "docker" "start" "-a" "120d24131b8e7fc282a04e3eb324638636272cf73975cee9fab9242c46141f62", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/rom.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 69 |         try!(r.read_exact(&mut prg));
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/rom.rs:70:6
[INFO] [stderr]    |
[INFO] [stderr] 70 |         try!(r.read_exact(&mut chr));
[INFO] [stderr]    |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/rom.rs:118:5
[INFO] [stderr]     |
[INFO] [stderr] 118 |     try!(r.read_exact(&mut bytes));
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type `sprite` should have an upper camel case name
[INFO] [stderr]   --> src/ppu.rs:17:8
[INFO] [stderr]    |
[INFO] [stderr] 17 | struct sprite {
[INFO] [stderr]    |        ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Sprite`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/memory.rs:84:26
[INFO] [stderr]    |
[INFO] [stderr] 84 |   mapper: Rc<RefCell<Box<Mapper+Send>>>,
[INFO] [stderr]    |                          ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 84 |   mapper: Rc<RefCell<Box<dyn Mapper+Send>>>,
[INFO] [stderr]    |                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/ppu.rs:25:22
[INFO] [stderr]    |
[INFO] [stderr] 25 |     rom: Rc<RefCell<Box<Mapper+Send>>>,
[INFO] [stderr]    |                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 25 |     rom: Rc<RefCell<Box<dyn Mapper+Send>>>,
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/mapper/mod.rs:13:41
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub fn new_mapper(rom: rom::Rom) -> Box<Mapper+Send> {
[INFO] [stderr]    |                                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub fn new_mapper(rom: rom::Rom) -> Box<dyn Mapper+Send> {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/memory.rs:92:37
[INFO] [stderr]    |
[INFO] [stderr] 92 |   pub fn new(mapper: Rc<RefCell<Box<Mapper+Send>>>, input: Input, apu: Apu, ppu: Ppu) -> Mem {
[INFO] [stderr]    |                                     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 92 |   pub fn new(mapper: Rc<RefCell<Box<dyn Mapper+Send>>>, input: Input, apu: Apu, ppu: Ppu) -> Mem {
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/rom.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |   pub fn load(r: &mut Read) -> Result<Rom, RomLoadError> {
[INFO] [stderr]    |                       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 61 |   pub fn load(r: &mut dyn Read) -> Result<Rom, RomLoadError> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/rom.rs:116:18
[INFO] [stderr]     |
[INFO] [stderr] 116 |   fn new(r: &mut Read) -> Result<Header, RomLoadError> {
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 116 |   fn new(r: &mut dyn Read) -> Result<Header, RomLoadError> {
[INFO] [stderr]     |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/ppu.rs:66:37
[INFO] [stderr]    |
[INFO] [stderr] 66 |   pub fn new(memory: Rc<RefCell<Box<Mapper+Send>>>) -> Ppu {
[INFO] [stderr]    |                                     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 66 |   pub fn new(memory: Rc<RefCell<Box<dyn Mapper+Send>>>) -> Ppu {
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/mapper/mod.rs:15:48
[INFO] [stderr]    |
[INFO] [stderr] 15 |     0 => Box::new(nrom::Nrom::new(rom)) as Box<Mapper+Send>,
[INFO] [stderr]    |                                                ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 15 |     0 => Box::new(nrom::Nrom::new(rom)) as Box<dyn Mapper+Send>,
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/ppu.rs:31:23
[INFO] [stderr]    |
[INFO] [stderr] 31 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stderr]    |                       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 31 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stderr]    |                       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stderr]    |
[INFO] [stderr] 31 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stderr] 31 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cycles`
[INFO] [stderr]   --> src/apu.rs:12:26
[INFO] [stderr]    |
[INFO] [stderr] 12 |   pub fn step(&mut self, cycles: u64) {
[INFO] [stderr]    |                          ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 12 |   pub fn step(&mut self, _cycles: u64) {
[INFO] [stderr]    |                          +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `CYCLES_PER_SCANLINE`
[INFO] [stderr]    |
[INFO] [stderr] 12 -   pub fn step(&mut self, cycles: u64) {
[INFO] [stderr] 12 +   pub fn step(&mut self, ppu::CYCLES_PER_SCANLINE: u64) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/apu.rs:18:23
[INFO] [stderr]    |
[INFO] [stderr] 18 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stderr]    |                       ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 18 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stderr]    |                       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stderr]    |
[INFO] [stderr] 18 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stderr] 18 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/apu.rs:21:24
[INFO] [stderr]    |
[INFO] [stderr] 21 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                        ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 21 |   fn writeb(&mut self, _addr: u16, val: u8) {
[INFO] [stderr]    |                        +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stderr]    |
[INFO] [stderr] 21 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr] 21 +   fn writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]   --> src/apu.rs:21:35
[INFO] [stderr]    |
[INFO] [stderr] 21 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                                   ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 21 |   fn writeb(&mut self, addr: u16, _val: u8) {
[INFO] [stderr]    |                                   +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stderr]    |
[INFO] [stderr] 21 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr] 21 +   fn writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/input.rs:14:23
[INFO] [stderr]    |
[INFO] [stderr] 14 |   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stderr]    |                       ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 14 |   fn loadb(&mut self, _addr: u16) -> u8 {
[INFO] [stderr]    |                       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stderr]    |
[INFO] [stderr] 14 -   fn loadb(&mut self, addr: u16) -> u8 {
[INFO] [stderr] 14 +   fn loadb(&mut self, cpu::BRK_ADDRESS: u16) -> u8 {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/input.rs:17:24
[INFO] [stderr]    |
[INFO] [stderr] 17 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                        ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 17 |   fn writeb(&mut self, _addr: u16, val: u8) {
[INFO] [stderr]    |                        +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stderr]    |
[INFO] [stderr] 17 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr] 17 +   fn writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]   --> src/input.rs:17:35
[INFO] [stderr]    |
[INFO] [stderr] 17 |   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                                   ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 17 |   fn writeb(&mut self, addr: u16, _val: u8) {
[INFO] [stderr]    |                                   +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stderr]    |
[INFO] [stderr] 17 -   fn writeb(&mut self, addr: u16, val: u8) {
[INFO] [stderr] 17 +   fn writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]    --> src/cpu.rs:379:21
[INFO] [stderr]     |
[INFO] [stderr] 379 |   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stderr]     |                     ^^^
[INFO] [stderr]     |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]     |
[INFO] [stderr] 379 |   fn nop(&mut self, _val: u8) { } // left intentionally blank
[INFO] [stderr]     |                     +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stderr]     |
[INFO] [stderr] 379 -   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stderr] 379 +   fn nop(&mut self, cpu::NEGATIVE_FLAG: u8) { } // left intentionally blank
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]    --> src/cpu.rs:649:7
[INFO] [stderr]     |
[INFO] [stderr] 641 |       0x38 => { println!("inx"); self.inx(); self.cycles += 2}
[INFO] [stderr]     |       ---- matches all the relevant values
[INFO] [stderr] ...
[INFO] [stderr] 649 |       0x38 => { println!("sec"); self.sec(); self.cycles += 2}
[INFO] [stderr]     |       ^^^^ no value can reach this
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]    --> src/cpu.rs:20:7
[INFO] [stderr]     |
[INFO] [stderr]  20 |         a => {}
[INFO] [stderr]     |         ^
[INFO] [stderr] ...
[INFO] [stderr] 473 | /     match_read!(self, b, {
[INFO] [stderr] 474 | |       adc; [
[INFO] [stderr] 475 | |         0x69 => lim; 2,
[INFO] [stderr] 476 | |         0x65 => lz;  3,
[INFO] [stderr] ...   |
[INFO] [stderr] 567 | |         0xf1 => liy; 5]
[INFO] [stderr] 568 | |     });
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `match_read` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]     |
[INFO] [stderr]  20 |       _a => {}
[INFO] [stderr]     |       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stderr]     |
[INFO] [stderr]  20 -       a => {}
[INFO] [stderr]  20 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]    --> src/cpu.rs:36:7
[INFO] [stderr]     |
[INFO] [stderr]  36 |         a => {}
[INFO] [stderr]     |         ^
[INFO] [stderr] ...
[INFO] [stderr] 571 | /     match_read_write!(self, b, {
[INFO] [stderr] 572 | |       asl; [
[INFO] [stderr] 573 | |         0x0a => sac = lac; 2,
[INFO] [stderr] 574 | |         0x06 => sz = lz;   5,
[INFO] [stderr] ...   |
[INFO] [stderr] 605 | |         0x7e => sax = lax; 7]
[INFO] [stderr] 606 | |     });
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `match_read_write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]     |
[INFO] [stderr]  36 |       _a => {}
[INFO] [stderr]     |       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stderr]     |
[INFO] [stderr]  36 -       a => {}
[INFO] [stderr]  36 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]    --> src/cpu.rs:51:7
[INFO] [stderr]     |
[INFO] [stderr]  51 |         a => {}
[INFO] [stderr]     |         ^
[INFO] [stderr] ...
[INFO] [stderr] 608 | /     match_write!(self, b, {
[INFO] [stderr] 609 | |       sta; [
[INFO] [stderr] 610 | |         0x85 => sz;  3,
[INFO] [stderr] 611 | |         0x95 => szx; 4,
[INFO] [stderr] ...   |
[INFO] [stderr] 624 | |         0x8c => sa;  4]
[INFO] [stderr] 625 | |     });
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `match_write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]     |
[INFO] [stderr]  51 |       _a => {}
[INFO] [stderr]     |       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stderr]     |
[INFO] [stderr]  51 -       a => {}
[INFO] [stderr]  51 +       cpu::NEGATIVE_FLAG => {}
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/mapper/nrom.rs:44:28
[INFO] [stderr]    |
[INFO] [stderr] 44 |   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stderr]    |                            ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 44 |   fn chr_writeb(&mut self, _addr: u16, val: u8) {}
[INFO] [stderr]    |                            +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `BRK_ADDRESS`
[INFO] [stderr]    |
[INFO] [stderr] 44 -   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stderr] 44 +   fn chr_writeb(&mut self, cpu::BRK_ADDRESS: u16, val: u8) {}
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]   --> src/mapper/nrom.rs:44:39
[INFO] [stderr]    |
[INFO] [stderr] 44 |   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stderr]    |                                       ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: if this is intentional, prefix it with an underscore
[INFO] [stderr]    |
[INFO] [stderr] 44 |   fn chr_writeb(&mut self, addr: u16, _val: u8) {}
[INFO] [stderr]    |                                       +
[INFO] [stderr] help: you might have meant to pattern match on the similarly named constant `NEGATIVE_FLAG`
[INFO] [stderr]    |
[INFO] [stderr] 44 -   fn chr_writeb(&mut self, addr: u16, val: u8) {}
[INFO] [stderr] 44 +   fn chr_writeb(&mut self, addr: u16, cpu::NEGATIVE_FLAG: u8) {}
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NES` is never used
[INFO] [stderr]  --> src/rom.rs:5:7
[INFO] [stderr]   |
[INFO] [stderr] 5 | const NES: [u8; 4] = [78, 69, 83, 26];
[INFO] [stderr]   |       ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `InvalidFormatError` is never constructed
[INFO] [stderr]   --> src/rom.rs:10:3
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub enum RomLoadError {
[INFO] [stderr]    |          ------------ variant in this enum
[INFO] [stderr]  9 |   // and invalid file format was used
[INFO] [stderr] 10 |   InvalidFormatError,
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `nes`, `flag9`, `flag10`, and `zero` are never read
[INFO] [stderr]    --> src/rom.rs:104:2
[INFO] [stderr]     |
[INFO] [stderr] 103 | struct Header {
[INFO] [stderr]     |        ------ fields in this struct
[INFO] [stderr] 104 |     nes: [u8; 4],
[INFO] [stderr]     |     ^^^
[INFO] [stderr] ...
[INFO] [stderr] 110 |     flag9: u8,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr] 111 |     flag10: u8,
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr] 112 |     zero: [u8; 5],
[INFO] [stderr]     |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SCREEN_WIDTH` is never used
[INFO] [stderr]  --> src/ppu.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const SCREEN_WIDTH: u16 = 256;
[INFO] [stderr]   |       ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `x`, `y`, `tile_index`, and `attrs` are never read
[INFO] [stderr]   --> src/ppu.rs:18:2
[INFO] [stderr]    |
[INFO] [stderr] 17 | struct sprite {
[INFO] [stderr]    |        ------ fields in this struct
[INFO] [stderr] 18 |     x: u8,
[INFO] [stderr]    |     ^
[INFO] [stderr] 19 |     y: u8,
[INFO] [stderr]    |     ^
[INFO] [stderr] 20 |     tile_index: u8,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 21 |     attrs: u8,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `sprite` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `sprites` is never read
[INFO] [stderr]   --> src/ppu.rs:56:3
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub struct Ppu {
[INFO] [stderr]    |            --- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 56 |   sprites: [sprite; 64],
[INFO] [stderr]    |   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NMI_ADDRESS` is never used
[INFO] [stderr]   --> src/cpu.rs:64:7
[INFO] [stderr]    |
[INFO] [stderr] 64 | const NMI_ADDRESS:   u16 = 0xfffa;
[INFO] [stderr]    |       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `nop` is never used
[INFO] [stderr]    --> src/cpu.rs:379:6
[INFO] [stderr]     |
[INFO] [stderr]  82 | impl Cpu {
[INFO] [stderr]     | -------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 379 |   fn nop(&mut self, val: u8) { } // left intentionally blank
[INFO] [stderr]     |      ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: literal out of range for `u8`
[INFO] [stderr]    --> src/cpu.rs:428:37
[INFO] [stderr]     |
[INFO] [stderr] 428 |     self.set_flag(CARRY_FLAG, res & 0x100 == 0 );
[INFO] [stderr]     |                                     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the literal `0x100` (decimal `256`) does not fit into the type `u8` and will become `0u8`
[INFO] [stderr]     = help: consider using the type `u16` instead
[INFO] [stderr]     = note: `#[warn(overflowing_literals)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:938:4
[INFO] [stderr]     |
[INFO] [stderr] 938 |       zero!(cpu, true);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:943:4
[INFO] [stderr]     |
[INFO] [stderr] 943 |       carry!(cpu, false);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:944:4
[INFO] [stderr]     |
[INFO] [stderr] 944 |       overflow!(cpu, false);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:945:4
[INFO] [stderr]     |
[INFO] [stderr] 945 |       negative!(cpu, false);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:950:4
[INFO] [stderr]     |
[INFO] [stderr] 950 |       negative!(cpu, true);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:955:4
[INFO] [stderr]     |
[INFO] [stderr] 955 |       carry!(cpu, true);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:966:5
[INFO] [stderr]     |
[INFO] [stderr] 966 |     negative!(cpu, false);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:967:5
[INFO] [stderr]     |
[INFO] [stderr] 967 |     zero!(cpu, true);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:972:5
[INFO] [stderr]     |
[INFO] [stderr] 972 |     negative!(cpu, true);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:973:5
[INFO] [stderr]     |
[INFO] [stderr] 973 |     zero!(cpu, false);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:979:4
[INFO] [stderr]     |
[INFO] [stderr] 979 |       zero!(cpu, true);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:981:4
[INFO] [stderr]     |
[INFO] [stderr] 981 |       zero!(cpu, false);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:982:4
[INFO] [stderr]     |
[INFO] [stderr] 982 |       negative!(cpu, false);
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:985:5
[INFO] [stderr]     |
[INFO] [stderr] 985 |     carry!(cpu, true);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/cpu.rs:986:5
[INFO] [stderr]     |
[INFO] [stderr] 986 |     negative!(cpu, true);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1031:5
[INFO] [stderr]      |
[INFO] [stderr] 1031 |     zero!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1032:5
[INFO] [stderr]      |
[INFO] [stderr] 1032 |     overflow!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1033:5
[INFO] [stderr]      |
[INFO] [stderr] 1033 |     negative!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1036:5
[INFO] [stderr]      |
[INFO] [stderr] 1036 |     zero!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1037:5
[INFO] [stderr]      |
[INFO] [stderr] 1037 |     overflow!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1038:5
[INFO] [stderr]      |
[INFO] [stderr] 1038 |     negative!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1084:5
[INFO] [stderr]      |
[INFO] [stderr] 1084 |     brk!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1143:5
[INFO] [stderr]      |
[INFO] [stderr] 1143 |     carry!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1144:5
[INFO] [stderr]      |
[INFO] [stderr] 1144 |     zero!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1145:5
[INFO] [stderr]      |
[INFO] [stderr] 1145 |     negative!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1148:5
[INFO] [stderr]      |
[INFO] [stderr] 1148 |     negative!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1154:5
[INFO] [stderr]      |
[INFO] [stderr] 1154 |     zero!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1155:5
[INFO] [stderr]      |
[INFO] [stderr] 1155 |     negative!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1157:5
[INFO] [stderr]      |
[INFO] [stderr] 1157 |     zero!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1158:5
[INFO] [stderr]      |
[INFO] [stderr] 1158 |     negative!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1165:5
[INFO] [stderr]      |
[INFO] [stderr] 1165 |     negative!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1166:5
[INFO] [stderr]      |
[INFO] [stderr] 1166 |     zero!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1169:5
[INFO] [stderr]      |
[INFO] [stderr] 1169 |     negative!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1170:5
[INFO] [stderr]      |
[INFO] [stderr] 1170 |     zero!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1176:5
[INFO] [stderr]      |
[INFO] [stderr] 1176 |     negative!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1177:5
[INFO] [stderr]      |
[INFO] [stderr] 1177 |     zero!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1179:5
[INFO] [stderr]      |
[INFO] [stderr] 1179 |     negative!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1180:5
[INFO] [stderr]      |
[INFO] [stderr] 1180 |     zero!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1219:4
[INFO] [stderr]      |
[INFO] [stderr] 1219 |       zero!(cpu, true);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1220:4
[INFO] [stderr]      |
[INFO] [stderr] 1220 |       carry!(cpu, true);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1222:5
[INFO] [stderr]      |
[INFO] [stderr] 1222 |     zero!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1223:5
[INFO] [stderr]      |
[INFO] [stderr] 1223 |     carry!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1230:5
[INFO] [stderr]      |
[INFO] [stderr] 1230 |     zero!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1231:5
[INFO] [stderr]      |
[INFO] [stderr] 1231 |     negative!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1233:5
[INFO] [stderr]      |
[INFO] [stderr] 1233 |     zero!(cpu, false);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1234:5
[INFO] [stderr]      |
[INFO] [stderr] 1234 |     negative!(cpu, true);
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1272:4
[INFO] [stderr]      |
[INFO] [stderr] 1272 |       carry!(cpu, true);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1273:4
[INFO] [stderr]      |
[INFO] [stderr] 1273 |       zero!(cpu, false);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1280:4
[INFO] [stderr]      |
[INFO] [stderr] 1280 |       carry!(cpu, true);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1281:4
[INFO] [stderr]      |
[INFO] [stderr] 1281 |       zero!(cpu, false);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1305:4
[INFO] [stderr]      |
[INFO] [stderr] 1305 |       zero!(cpu, true);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1309:4
[INFO] [stderr]      |
[INFO] [stderr] 1309 |       negative!(cpu, true);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/cpu.rs:1310:4
[INFO] [stderr]      |
[INFO] [stderr] 1310 |       carry!(cpu, true);
[INFO] [stderr]      |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `rnes` (bin "rnes" test) generated 89 warnings (run `cargo fix --bin "rnes" --tests` to apply 22 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stdout] 
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stdout] running 62 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rnes-1f38e5d88bee5da5)
[INFO] [stdout] test cpu::test::_cmp ... ok
[INFO] [stdout] test cpu::test::asl ... ok
[INFO] [stdout] test cpu::test::and ... ok
[INFO] [stdout] test cpu::test::bcc ... ok
[INFO] [stdout] test cpu::test::bcs ... ok
[INFO] [stdout] test cpu::test::bit ... ok
[INFO] [stdout] test cpu::test::brk ... ok
[INFO] [stdout] test cpu::test::bvc ... ok
[INFO] [stdout] test cpu::test::bpl ... ok
[INFO] [stdout] test cpu::test::bne ... ok
[INFO] [stdout] test cpu::test::clc ... ok
[INFO] [stdout] test cpu::test::cld ... ok
[INFO] [stdout] test cpu::test::dec ... ok
[INFO] [stdout] test cpu::test::inc ... ok
[INFO] [stdout] test cpu::test::jmp ... ok
[INFO] [stdout] test cpu::test::jsr ... ok
[INFO] [stdout] test cpu::test::clv ... ok
[INFO] [stdout] test cpu::test::lay ... ok
[INFO] [stdout] test cpu::test::ldx ... ok
[INFO] [stdout] test cpu::test::eor ... ok
[INFO] [stdout] test cpu::test::lr ... ok
[INFO] [stdout] test cpu::test::li ... ok
[INFO] [stdout] test cpu::test::lax ... ok
[INFO] [stdout] test cpu::test::cli ... ok
[INFO] [stdout] test cpu::test::lim ... ok
[INFO] [stdout] test cpu::test::lac ... ok
[INFO] [stdout] test cpu::test::la ... ok
[INFO] [stdout] test cpu::test::ldy ... ok
[INFO] [stdout] test cpu::test::liy ... ok
[INFO] [stdout] test cpu::test::lix ... ok
[INFO] [stdout] test cpu::test::lsr ... ok
[INFO] [stdout] test cpu::test::plp ... ok
[INFO] [stdout] test cpu::test::rol ... ok
[INFO] [stdout] test cpu::test::rts ... ok
[INFO] [stdout] test cpu::test::beq ... ok
[INFO] [stdout] test cpu::test::lda ... ok
[INFO] [stdout] test cpu::test::sec ... ok
[INFO] [stdout] test cpu::test::ror ... ok
[INFO] [stdout] test cpu::test::rti ... ok
[INFO] [stdout] test cpu::test::lz ... ok
[INFO] [stdout] test cpu::test::lzx ... ok
[INFO] [stdout] test cpu::test::sed ... ok
[INFO] [stdout] test cpu::test::lzy ... ok
[INFO] [stdout] test cpu::test::ora ... ok
[INFO] [stdout] test cpu::test::sei ... ok
[INFO] [stdout] test cpu::test::pha ... ok
[INFO] [stdout] test cpu::test::php ... ok
[INFO] [stdout] test cpu::test::pla ... ok
[INFO] [stdout] test cpu::test::tax ... ok
[INFO] [stdout] test cpu::test::sta ... ok
[INFO] [stdout] test cpu::test::stx ... ok
[INFO] [stdout] test ppu::test::ppu ... ok
[INFO] [stdout] test cpu::test::bvs ... ok
[INFO] [stdout] test cpu::test::bmi ... ok
[INFO] [stdout] test cpu::test::tay ... ok
[INFO] [stdout] test cpu::test::tsx ... ok
[INFO] [stdout] test cpu::test::txa ... ok
[INFO] [stdout] test cpu::test::tya ... ok
[INFO] [stdout] test cpu::test::adc ... FAILED
[INFO] [stdout] test cpu::test::sbc ... FAILED
[INFO] [stdout] test cpu::test::sty ... ok
[INFO] [stdout] test cpu::test::txs ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cpu::test::adc stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cpu::test::adc' (25) panicked at src/cpu.rs:959:7:
[INFO] [stdout] overflow flag is not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63af7d3082b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63af7d3082b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63af7d3082b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63af7d3082b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63af7d3184df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63af7d3184df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x63af7d2d5711 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63af7d2d5711 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63af7d2e1772 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63af7d2e631f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63af7d2e61b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63af7d2a5fbe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x63af7d2a5fbe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63af7d2e69df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x63af7d2e69df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63af7d2e602c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x63af7d2e18b9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63af7d2e5ffc - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x63af7d27e872 - rnes::cpu::test::adc::hf6a6df3b3980ec8a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu.rs:959:4
[INFO] [stdout]   19:     0x63af7d27e8c7 - rnes::cpu::test::adc::{{closure}}::h237a06750e1f679d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu.rs:934:11
[INFO] [stdout]   20:     0x63af7d27ae86 - core::ops::function::FnOnce::call_once::h201c1c27d838bdbd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x63af7d2a5d7b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x63af7d2a5d7b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x63af7d2bb9e5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x63af7d2bb9e5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63af7d2bb9e5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   26:     0x63af7d2bb9e5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   27:     0x63af7d2bb9e5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x63af7d2bb9e5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x63af7d2bb9e5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x63af7d2921d4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x63af7d2921d4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   32:     0x63af7d295a9a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   33:     0x63af7d295a9a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x63af7d295a9a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x63af7d295a9a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x63af7d295a9a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x63af7d295a9a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   38:     0x63af7d295a9a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63af7d2dca0f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   40:     0x63af7d2dca0f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   41:     0x7e14b1aeaaa4 - <unknown>
[INFO] [stdout]   42:     0x7e14b1b77a34 - clone
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cpu::test::sbc stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cpu::test::sbc' (72) panicked at src/cpu.rs:1311:7:
[INFO] [stdout] overflow flag is not implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63af7d3082b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63af7d3082b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63af7d3082b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63af7d3082b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63af7d3184df - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63af7d3184df - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x63af7d2d5711 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63af7d2d5711 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63af7d2e1772 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63af7d2e631f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63af7d2e61b1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63af7d2a5fbe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x63af7d2a5fbe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63af7d2e69df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x63af7d2e69df - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63af7d2e602c - std::panicking::begin_panic::{{closure}}::h03764aec75fd6fbf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:771:9
[INFO] [stdout]   16:     0x63af7d2e18b9 - std::sys::backtrace::__rust_end_short_backtrace::h840811b1dfa0dad5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63af7d2e5ffc - std::panicking::begin_panic::hcf2bdd8da61aefe8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:770:5
[INFO] [stdout]   18:     0x63af7d2827e0 - rnes::cpu::test::sbc::h399c9ca405446651
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu.rs:1311:4
[INFO] [stdout]   19:     0x63af7d282817 - rnes::cpu::test::sbc::{{closure}}::hd6f1c6773956fbbc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cpu.rs:1301:11
[INFO] [stdout]   20:     0x63af7d27b996 - core::ops::function::FnOnce::call_once::he9a362b0941a94ea
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x63af7d2a5d7b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x63af7d2a5d7b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x63af7d2bb9e5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x63af7d2bb9e5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63af7d2bb9e5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   26:     0x63af7d2bb9e5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   27:     0x63af7d2bb9e5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x63af7d2bb9e5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x63af7d2bb9e5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x63af7d2921d4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x63af7d2921d4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   32:     0x63af7d295a9a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   33:     0x63af7d295a9a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x63af7d295a9a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x63af7d295a9a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x63af7d295a9a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x63af7d295a9a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   38:     0x63af7d295a9a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63af7d2dca0f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   40:     0x63af7d2dca0f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   41:     0x7e14b1aeaaa4 - <unknown>
[INFO] [stdout]   42:     0x7e14b1b77a34 - clone
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cpu::test::adc
[INFO] [stdout]     cpu::test::sbc
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 60 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rnes`
[INFO] running `Command { std: "docker" "inspect" "120d24131b8e7fc282a04e3eb324638636272cf73975cee9fab9242c46141f62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "120d24131b8e7fc282a04e3eb324638636272cf73975cee9fab9242c46141f62", kill_on_drop: false }`
[INFO] [stdout] 120d24131b8e7fc282a04e3eb324638636272cf73975cee9fab9242c46141f62
