[INFO] cloning repository https://github.com/Riz-cros/NESquick [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Riz-cros/NESquick" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRiz-cros%2FNESquick", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRiz-cros%2FNESquick'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a41fa2798d064a17b2f1bf4fb2065dd03a2cb5c2 [INFO] testing Riz-cros/NESquick against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRiz-cros%2FNESquick" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Riz-cros/NESquick on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Riz-cros/NESquick [INFO] finished tweaking git repo https://github.com/Riz-cros/NESquick [INFO] tweaked toml for git repo https://github.com/Riz-cros/NESquick written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Riz-cros/NESquick already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c18b7982a2b2f065f8272acf126c5bfa97deafeaf36a71e7f5b781e719777ddf [INFO] running `Command { std: "docker" "start" "-a" "c18b7982a2b2f065f8272acf126c5bfa97deafeaf36a71e7f5b781e719777ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c18b7982a2b2f065f8272acf126c5bfa97deafeaf36a71e7f5b781e719777ddf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c18b7982a2b2f065f8272acf126c5bfa97deafeaf36a71e7f5b781e719777ddf", kill_on_drop: false }` [INFO] [stdout] c18b7982a2b2f065f8272acf126c5bfa97deafeaf36a71e7f5b781e719777ddf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5fc2c6289e49cd3f19493ca44a1a9315a12e9665e359c002b9eb86b2221815ed [INFO] running `Command { std: "docker" "start" "-a" "5fc2c6289e49cd3f19493ca44a1a9315a12e9665e359c002b9eb86b2221815ed", kill_on_drop: false }` [INFO] [stderr] Compiling nesquick v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/cpu/instructions.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 312 | let old_carry = (self.registers.p.carry as u8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 312 - let old_carry = (self.registers.p.carry as u8); [INFO] [stdout] 312 + let old_carry = self.registers.p.carry as u8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:245:27 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn inx(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:253:27 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn iny(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:270:27 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn dex(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:278:27 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn dey(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Interrupts` in public interface (error E0446) [INFO] [stdout] --> src/cpu/mod.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn interrupt(&mut self, kind: Interrupts) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Reset` [INFO] [stdout] --> src/cpu/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | Reset, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IRQ` [INFO] [stdout] --> src/cpu/mod.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | IRQ, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NMI` [INFO] [stdout] --> src/cpu/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | NMI, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OAMDMA` [INFO] [stdout] --> src/cpu/mod.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | OAMDMA, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_dummy` [INFO] [stdout] --> src/cpu/mod.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn new_dummy() -> Cpu [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_carry` [INFO] [stdout] --> src/cpu/registers.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn flip_status_carry(&mut self) -> &mut Self { self.p.carry = !self.p.carry; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_zero` [INFO] [stdout] --> src/cpu/registers.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn flip_status_zero(&mut self) -> &mut Self { self.p.zero = !self.p.zero; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_interupt_disable` [INFO] [stdout] --> src/cpu/registers.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn flip_status_interupt_disable(&mut self) -> &mut Self { self.p.interrupt_disable = !self.p.interrupt_disable; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_decimal` [INFO] [stdout] --> src/cpu/registers.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn flip_status_decimal(&mut self) -> &mut Self { self.p.decimal = !self.p.decimal; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_overflow` [INFO] [stdout] --> src/cpu/registers.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn flip_status_overflow(&mut self) -> &mut Self { self.p.overflow = !self.p.overflow; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_negative` [INFO] [stdout] --> src/cpu/registers.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn flip_status_negative(&mut self) -> &mut Self { self.p.negative = !self.p.negative; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cpu/cartridge.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | panic!(format!("file {} isn't an INES file", filepath)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 16 - panic!(format!("file {} isn't an INES file", filepath)); [INFO] [stdout] 16 + panic!("file {} isn't an INES file", filepath); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "5fc2c6289e49cd3f19493ca44a1a9315a12e9665e359c002b9eb86b2221815ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fc2c6289e49cd3f19493ca44a1a9315a12e9665e359c002b9eb86b2221815ed", kill_on_drop: false }` [INFO] [stdout] 5fc2c6289e49cd3f19493ca44a1a9315a12e9665e359c002b9eb86b2221815ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc1ab7e804b046f248573c1e1c2d2f03b1ecfcf55c52a5906cd0a5b888d359d7 [INFO] running `Command { std: "docker" "start" "-a" "cc1ab7e804b046f248573c1e1c2d2f03b1ecfcf55c52a5906cd0a5b888d359d7", kill_on_drop: false }` [INFO] [stderr] Compiling nesquick v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/cpu/instructions.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 312 | let old_carry = (self.registers.p.carry as u8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 312 - let old_carry = (self.registers.p.carry as u8); [INFO] [stdout] 312 + let old_carry = self.registers.p.carry as u8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:245:27 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn inx(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:253:27 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn iny(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:270:27 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn dex(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addressing_mode` [INFO] [stdout] --> src/cpu/instructions.rs:278:27 [INFO] [stdout] | [INFO] [stdout] 278 | pub fn dey(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:3417:21 [INFO] [stdout] | [INFO] [stdout] 3417 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:3425:21 [INFO] [stdout] | [INFO] [stdout] 3425 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:3438:21 [INFO] [stdout] | [INFO] [stdout] 3438 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:3446:21 [INFO] [stdout] | [INFO] [stdout] 3446 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4129:21 [INFO] [stdout] | [INFO] [stdout] 4129 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4137:21 [INFO] [stdout] | [INFO] [stdout] 4137 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4150:21 [INFO] [stdout] | [INFO] [stdout] 4150 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4158:21 [INFO] [stdout] | [INFO] [stdout] 4158 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4841:21 [INFO] [stdout] | [INFO] [stdout] 4841 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4850:21 [INFO] [stdout] | [INFO] [stdout] 4850 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4858:21 [INFO] [stdout] | [INFO] [stdout] 4858 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4866:21 [INFO] [stdout] | [INFO] [stdout] 4866 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4879:21 [INFO] [stdout] | [INFO] [stdout] 4879 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:4887:21 [INFO] [stdout] | [INFO] [stdout] 4887 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:5000:21 [INFO] [stdout] | [INFO] [stdout] 5000 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:5009:21 [INFO] [stdout] | [INFO] [stdout] 5009 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:5023:21 [INFO] [stdout] | [INFO] [stdout] 5023 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:5032:21 [INFO] [stdout] | [INFO] [stdout] 5032 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:6584:21 [INFO] [stdout] | [INFO] [stdout] 6584 | let wait_cycles = cpu.execute_instruction(0xC9); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:6592:21 [INFO] [stdout] | [INFO] [stdout] 6592 | let wait_cycles = cpu.execute_instruction(0xC9); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:6724:21 [INFO] [stdout] | [INFO] [stdout] 6724 | let wait_cycles = cpu.execute_instruction(0xE0); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:6732:21 [INFO] [stdout] | [INFO] [stdout] 6732 | let wait_cycles = cpu.execute_instruction(0xE0); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:6864:21 [INFO] [stdout] | [INFO] [stdout] 6864 | let wait_cycles = cpu.execute_instruction(0xC0); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:6872:21 [INFO] [stdout] | [INFO] [stdout] 6872 | let wait_cycles = cpu.execute_instruction(0xC0); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7042:21 [INFO] [stdout] | [INFO] [stdout] 7042 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7050:21 [INFO] [stdout] | [INFO] [stdout] 7050 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7064:21 [INFO] [stdout] | [INFO] [stdout] 7064 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7072:21 [INFO] [stdout] | [INFO] [stdout] 7072 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7110:21 [INFO] [stdout] | [INFO] [stdout] 7110 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7117:21 [INFO] [stdout] | [INFO] [stdout] 7117 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7130:21 [INFO] [stdout] | [INFO] [stdout] 7130 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7137:21 [INFO] [stdout] | [INFO] [stdout] 7137 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7175:21 [INFO] [stdout] | [INFO] [stdout] 7175 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7182:21 [INFO] [stdout] | [INFO] [stdout] 7182 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7195:21 [INFO] [stdout] | [INFO] [stdout] 7195 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7202:21 [INFO] [stdout] | [INFO] [stdout] 7202 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7372:21 [INFO] [stdout] | [INFO] [stdout] 7372 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7380:21 [INFO] [stdout] | [INFO] [stdout] 7380 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7394:21 [INFO] [stdout] | [INFO] [stdout] 7394 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7402:21 [INFO] [stdout] | [INFO] [stdout] 7402 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7440:21 [INFO] [stdout] | [INFO] [stdout] 7440 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7447:21 [INFO] [stdout] | [INFO] [stdout] 7447 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7460:21 [INFO] [stdout] | [INFO] [stdout] 7460 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7467:21 [INFO] [stdout] | [INFO] [stdout] 7467 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7505:21 [INFO] [stdout] | [INFO] [stdout] 7505 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7512:21 [INFO] [stdout] | [INFO] [stdout] 7512 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7525:21 [INFO] [stdout] | [INFO] [stdout] 7525 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7532:21 [INFO] [stdout] | [INFO] [stdout] 7532 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7653:21 [INFO] [stdout] | [INFO] [stdout] 7653 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7660:21 [INFO] [stdout] | [INFO] [stdout] 7660 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7672:21 [INFO] [stdout] | [INFO] [stdout] 7672 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7679:21 [INFO] [stdout] | [INFO] [stdout] 7679 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7691:21 [INFO] [stdout] | [INFO] [stdout] 7691 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7698:21 [INFO] [stdout] | [INFO] [stdout] 7698 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7819:21 [INFO] [stdout] | [INFO] [stdout] 7819 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7826:21 [INFO] [stdout] | [INFO] [stdout] 7826 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7838:21 [INFO] [stdout] | [INFO] [stdout] 7838 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7845:21 [INFO] [stdout] | [INFO] [stdout] 7845 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7857:21 [INFO] [stdout] | [INFO] [stdout] 7857 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7864:21 [INFO] [stdout] | [INFO] [stdout] 7864 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:7871:21 [INFO] [stdout] | [INFO] [stdout] 7871 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8076:21 [INFO] [stdout] | [INFO] [stdout] 8076 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8084:21 [INFO] [stdout] | [INFO] [stdout] 8084 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8097:21 [INFO] [stdout] | [INFO] [stdout] 8097 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8105:21 [INFO] [stdout] | [INFO] [stdout] 8105 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8113:21 [INFO] [stdout] | [INFO] [stdout] 8113 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8126:21 [INFO] [stdout] | [INFO] [stdout] 8126 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8134:21 [INFO] [stdout] | [INFO] [stdout] 8134 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8339:21 [INFO] [stdout] | [INFO] [stdout] 8339 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8347:21 [INFO] [stdout] | [INFO] [stdout] 8347 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8360:21 [INFO] [stdout] | [INFO] [stdout] 8360 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8368:21 [INFO] [stdout] | [INFO] [stdout] 8368 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8376:21 [INFO] [stdout] | [INFO] [stdout] 8376 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8389:21 [INFO] [stdout] | [INFO] [stdout] 8389 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8397:21 [INFO] [stdout] | [INFO] [stdout] 8397 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8405:21 [INFO] [stdout] | [INFO] [stdout] 8405 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8413:21 [INFO] [stdout] | [INFO] [stdout] 8413 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8421:21 [INFO] [stdout] | [INFO] [stdout] 8421 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wait_cycles` [INFO] [stdout] --> src/cpu/mod.rs:8429:21 [INFO] [stdout] | [INFO] [stdout] 8429 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private type `Interrupts` in public interface (error E0446) [INFO] [stdout] --> src/cpu/mod.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn interrupt(&mut self, kind: Interrupts) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(private_in_public)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #34537 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Reset` [INFO] [stdout] --> src/cpu/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | Reset, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IRQ` [INFO] [stdout] --> src/cpu/mod.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | IRQ, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NMI` [INFO] [stdout] --> src/cpu/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | NMI, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OAMDMA` [INFO] [stdout] --> src/cpu/mod.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | OAMDMA, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_carry` [INFO] [stdout] --> src/cpu/registers.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn flip_status_carry(&mut self) -> &mut Self { self.p.carry = !self.p.carry; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_zero` [INFO] [stdout] --> src/cpu/registers.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn flip_status_zero(&mut self) -> &mut Self { self.p.zero = !self.p.zero; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_interupt_disable` [INFO] [stdout] --> src/cpu/registers.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn flip_status_interupt_disable(&mut self) -> &mut Self { self.p.interrupt_disable = !self.p.interrupt_disable; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_decimal` [INFO] [stdout] --> src/cpu/registers.rs:76:12 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn flip_status_decimal(&mut self) -> &mut Self { self.p.decimal = !self.p.decimal; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_overflow` [INFO] [stdout] --> src/cpu/registers.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn flip_status_overflow(&mut self) -> &mut Self { self.p.overflow = !self.p.overflow; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `flip_status_negative` [INFO] [stdout] --> src/cpu/registers.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn flip_status_negative(&mut self) -> &mut Self { self.p.negative = !self.p.negative; self } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/cpu/cartridge.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | panic!(format!("file {} isn't an INES file", filepath)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 16 - panic!(format!("file {} isn't an INES file", filepath)); [INFO] [stdout] 16 + panic!("file {} isn't an INES file", filepath); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 96 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.20s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/nesquick-0df12a5f2afe5e32) [INFO] running `Command { std: "docker" "inspect" "cc1ab7e804b046f248573c1e1c2d2f03b1ecfcf55c52a5906cd0a5b888d359d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc1ab7e804b046f248573c1e1c2d2f03b1ecfcf55c52a5906cd0a5b888d359d7", kill_on_drop: false }` [INFO] [stdout] cc1ab7e804b046f248573c1e1c2d2f03b1ecfcf55c52a5906cd0a5b888d359d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7e176130322aca30164b5c39a20e4b20faafde96b0715af60b33c2abfdee8243 [INFO] running `Command { std: "docker" "start" "-a" "7e176130322aca30164b5c39a20e4b20faafde96b0715af60b33c2abfdee8243", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/cpu/instructions.rs:312:25 [INFO] [stderr] | [INFO] [stderr] 312 | let old_carry = (self.registers.p.carry as u8); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 312 - let old_carry = (self.registers.p.carry as u8); [INFO] [stderr] 312 + let old_carry = self.registers.p.carry as u8; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused variable: `addressing_mode` [INFO] [stderr] --> src/cpu/instructions.rs:245:27 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn inx(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `addressing_mode` [INFO] [stderr] --> src/cpu/instructions.rs:253:27 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn iny(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `addressing_mode` [INFO] [stderr] --> src/cpu/instructions.rs:270:27 [INFO] [stderr] | [INFO] [stderr] 270 | pub fn dex(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `addressing_mode` [INFO] [stderr] --> src/cpu/instructions.rs:278:27 [INFO] [stderr] | [INFO] [stderr] 278 | pub fn dey(&mut self, addressing_mode: &dyn AddressingMode) -> InstructionResult [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_addressing_mode` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:3417:21 [INFO] [stderr] | [INFO] [stderr] 3417 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:3425:21 [INFO] [stderr] | [INFO] [stderr] 3425 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:3438:21 [INFO] [stderr] | [INFO] [stderr] 3438 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:3446:21 [INFO] [stderr] | [INFO] [stderr] 3446 | let wait_cycles = cpu.execute_instruction(0x29); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4129:21 [INFO] [stderr] | [INFO] [stderr] 4129 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4137:21 [INFO] [stderr] | [INFO] [stderr] 4137 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4150:21 [INFO] [stderr] | [INFO] [stderr] 4150 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4158:21 [INFO] [stderr] | [INFO] [stderr] 4158 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4841:21 [INFO] [stderr] | [INFO] [stderr] 4841 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4850:21 [INFO] [stderr] | [INFO] [stderr] 4850 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4858:21 [INFO] [stderr] | [INFO] [stderr] 4858 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4866:21 [INFO] [stderr] | [INFO] [stderr] 4866 | let wait_cycles = cpu.execute_instruction(0x49); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4879:21 [INFO] [stderr] | [INFO] [stderr] 4879 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:4887:21 [INFO] [stderr] | [INFO] [stderr] 4887 | let wait_cycles = cpu.execute_instruction(0x09); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:5000:21 [INFO] [stderr] | [INFO] [stderr] 5000 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:5009:21 [INFO] [stderr] | [INFO] [stderr] 5009 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:5023:21 [INFO] [stderr] | [INFO] [stderr] 5023 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:5032:21 [INFO] [stderr] | [INFO] [stderr] 5032 | let wait_cycles = cpu.execute_instruction(0x24); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:6584:21 [INFO] [stderr] | [INFO] [stderr] 6584 | let wait_cycles = cpu.execute_instruction(0xC9); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:6592:21 [INFO] [stderr] | [INFO] [stderr] 6592 | let wait_cycles = cpu.execute_instruction(0xC9); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:6724:21 [INFO] [stderr] | [INFO] [stderr] 6724 | let wait_cycles = cpu.execute_instruction(0xE0); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:6732:21 [INFO] [stderr] | [INFO] [stderr] 6732 | let wait_cycles = cpu.execute_instruction(0xE0); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:6864:21 [INFO] [stderr] | [INFO] [stderr] 6864 | let wait_cycles = cpu.execute_instruction(0xC0); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:6872:21 [INFO] [stderr] | [INFO] [stderr] 6872 | let wait_cycles = cpu.execute_instruction(0xC0); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7042:21 [INFO] [stderr] | [INFO] [stderr] 7042 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7050:21 [INFO] [stderr] | [INFO] [stderr] 7050 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7064:21 [INFO] [stderr] | [INFO] [stderr] 7064 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7072:21 [INFO] [stderr] | [INFO] [stderr] 7072 | let wait_cycles = cpu.execute_instruction(0xE6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7110:21 [INFO] [stderr] | [INFO] [stderr] 7110 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7117:21 [INFO] [stderr] | [INFO] [stderr] 7117 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7130:21 [INFO] [stderr] | [INFO] [stderr] 7130 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7137:21 [INFO] [stderr] | [INFO] [stderr] 7137 | let wait_cycles = cpu.execute_instruction(0xE8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7175:21 [INFO] [stderr] | [INFO] [stderr] 7175 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7182:21 [INFO] [stderr] | [INFO] [stderr] 7182 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7195:21 [INFO] [stderr] | [INFO] [stderr] 7195 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7202:21 [INFO] [stderr] | [INFO] [stderr] 7202 | let wait_cycles = cpu.execute_instruction(0xC8); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7372:21 [INFO] [stderr] | [INFO] [stderr] 7372 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7380:21 [INFO] [stderr] | [INFO] [stderr] 7380 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7394:21 [INFO] [stderr] | [INFO] [stderr] 7394 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7402:21 [INFO] [stderr] | [INFO] [stderr] 7402 | let wait_cycles = cpu.execute_instruction(0xC6); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7440:21 [INFO] [stderr] | [INFO] [stderr] 7440 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7447:21 [INFO] [stderr] | [INFO] [stderr] 7447 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7460:21 [INFO] [stderr] | [INFO] [stderr] 7460 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7467:21 [INFO] [stderr] | [INFO] [stderr] 7467 | let wait_cycles = cpu.execute_instruction(0xCA); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7505:21 [INFO] [stderr] | [INFO] [stderr] 7505 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7512:21 [INFO] [stderr] | [INFO] [stderr] 7512 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7525:21 [INFO] [stderr] | [INFO] [stderr] 7525 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7532:21 [INFO] [stderr] | [INFO] [stderr] 7532 | let wait_cycles = cpu.execute_instruction(0x88); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7653:21 [INFO] [stderr] | [INFO] [stderr] 7653 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7660:21 [INFO] [stderr] | [INFO] [stderr] 7660 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7672:21 [INFO] [stderr] | [INFO] [stderr] 7672 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7679:21 [INFO] [stderr] | [INFO] [stderr] 7679 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7691:21 [INFO] [stderr] | [INFO] [stderr] 7691 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7698:21 [INFO] [stderr] | [INFO] [stderr] 7698 | let wait_cycles = cpu.execute_instruction(0x0A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7819:21 [INFO] [stderr] | [INFO] [stderr] 7819 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7826:21 [INFO] [stderr] | [INFO] [stderr] 7826 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7838:21 [INFO] [stderr] | [INFO] [stderr] 7838 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7845:21 [INFO] [stderr] | [INFO] [stderr] 7845 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7857:21 [INFO] [stderr] | [INFO] [stderr] 7857 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7864:21 [INFO] [stderr] | [INFO] [stderr] 7864 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:7871:21 [INFO] [stderr] | [INFO] [stderr] 7871 | let wait_cycles = cpu.execute_instruction(0x4A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8076:21 [INFO] [stderr] | [INFO] [stderr] 8076 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8084:21 [INFO] [stderr] | [INFO] [stderr] 8084 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8097:21 [INFO] [stderr] | [INFO] [stderr] 8097 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8105:21 [INFO] [stderr] | [INFO] [stderr] 8105 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8113:21 [INFO] [stderr] | [INFO] [stderr] 8113 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8126:21 [INFO] [stderr] | [INFO] [stderr] 8126 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8134:21 [INFO] [stderr] | [INFO] [stderr] 8134 | let wait_cycles = cpu.execute_instruction(0x2A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8339:21 [INFO] [stderr] | [INFO] [stderr] 8339 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8347:21 [INFO] [stderr] | [INFO] [stderr] 8347 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8360:21 [INFO] [stderr] | [INFO] [stderr] 8360 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8368:21 [INFO] [stderr] | [INFO] [stderr] 8368 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8376:21 [INFO] [stderr] | [INFO] [stderr] 8376 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8389:21 [INFO] [stderr] | [INFO] [stderr] 8389 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8397:21 [INFO] [stderr] | [INFO] [stderr] 8397 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8405:21 [INFO] [stderr] | [INFO] [stderr] 8405 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8413:21 [INFO] [stderr] | [INFO] [stderr] 8413 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8421:21 [INFO] [stderr] | [INFO] [stderr] 8421 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `wait_cycles` [INFO] [stderr] --> src/cpu/mod.rs:8429:21 [INFO] [stderr] | [INFO] [stderr] 8429 | let wait_cycles = cpu.execute_instruction(0x6A); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_wait_cycles` [INFO] [stderr] [INFO] [stderr] warning: private type `Interrupts` in public interface (error E0446) [INFO] [stderr] --> src/cpu/mod.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn interrupt(&mut self, kind: Interrupts) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(private_in_public)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Reset` [INFO] [stderr] --> src/cpu/mod.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | Reset, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `IRQ` [INFO] [stderr] --> src/cpu/mod.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | IRQ, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NMI` [INFO] [stderr] --> src/cpu/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | NMI, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `OAMDMA` [INFO] [stderr] --> src/cpu/mod.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | OAMDMA, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `flip_status_carry` [INFO] [stderr] --> src/cpu/registers.rs:73:12 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn flip_status_carry(&mut self) -> &mut Self { self.p.carry = !self.p.carry; self } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `flip_status_zero` [INFO] [stderr] --> src/cpu/registers.rs:74:12 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn flip_status_zero(&mut self) -> &mut Self { self.p.zero = !self.p.zero; self } [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `flip_status_interupt_disable` [INFO] [stderr] --> src/cpu/registers.rs:75:12 [INFO] [stderr] | [INFO] [stderr] 75 | pub fn flip_status_interupt_disable(&mut self) -> &mut Self { self.p.interrupt_disable = !self.p.interrupt_disable; self } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `flip_status_decimal` [INFO] [stderr] --> src/cpu/registers.rs:76:12 [INFO] [stderr] | [INFO] [stderr] 76 | pub fn flip_status_decimal(&mut self) -> &mut Self { self.p.decimal = !self.p.decimal; self } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `flip_status_overflow` [INFO] [stderr] --> src/cpu/registers.rs:77:12 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn flip_status_overflow(&mut self) -> &mut Self { self.p.overflow = !self.p.overflow; self } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `flip_status_negative` [INFO] [stderr] --> src/cpu/registers.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | pub fn flip_status_negative(&mut self) -> &mut Self { self.p.negative = !self.p.negative; self } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/cpu/cartridge.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | panic!(format!("file {} isn't an INES file", filepath)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 16 - panic!(format!("file {} isn't an INES file", filepath)); [INFO] [stderr] 16 + panic!("file {} isn't an INES file", filepath); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `nesquick` (bin "nesquick" test) generated 96 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nesquick-0df12a5f2afe5e32) [INFO] [stdout] [INFO] [stdout] running 310 tests [INFO] [stdout] test cpu::tests::address_space::internal_ram::test_read_mirrored ... ok [INFO] [stdout] test cpu::tests::address_space::internal_ram::test_read ... ok [INFO] [stdout] test cpu::tests::address_space::internal_ram::test_write ... ok [INFO] [stdout] test cpu::tests::address_space::internal_ram::test_write_mirrored ... ok [INFO] [stdout] test cpu::tests::address_space::stack::test_read ... ok [INFO] [stdout] test cpu::tests::address_space::stack::test_read_mirrored ... ok [INFO] [stdout] test cpu::tests::address_space::stack::test_write ... ok [INFO] [stdout] test cpu::tests::address_space::stack::test_write_mirrored ... ok [INFO] [stdout] test cpu::tests::address_space::zero_page::test_read ... ok [INFO] [stdout] test cpu::tests::address_space::zero_page::test_read_mirrored ... ok [INFO] [stdout] test cpu::tests::address_space::zero_page::test_write ... ok [INFO] [stdout] test cpu::tests::address_space::zero_page::test_write_mirrored ... ok [INFO] [stdout] test cpu::tests::addressing_mode::accumulator::test_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::accumulator::test_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::immediate::test_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::absolute::test_indexed_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::absolute::test_indexed_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::absolute::test_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::absolute::test_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indexed_indirect_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indexed_indirect_with_crossed_boundaries_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indexed_indirect_with_crossed_boundaries_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indexed_indirect_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indirect_indexed_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indirect_indexed_with_crossed_boundaries_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indirect_indexed_with_crossed_boundaries_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_indirect_indexed_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::indirect::test_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::zero_page::test_indexed_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::zero_page::test_indexed_with_crossed_boundaries_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::zero_page::test_indexed_with_crossed_boundaries_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::zero_page::test_indexed_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::zero_page::test_read ... ok [INFO] [stdout] test cpu::tests::addressing_mode::memory_access::zero_page::test_write ... ok [INFO] [stdout] test cpu::tests::addressing_mode::relative::test_read ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indexed_absolute_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indexed_indirect_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_indirect_indexed_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_overflow_flag ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::adc::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indexed_indirect_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indirect_indexed_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::and::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_accumulator ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::asl::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::bcc::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bcc::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bcs::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bcs::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::beq::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::beq::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bit::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::bit::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::bit::test_overflow_flag ... ok [INFO] [stdout] test cpu::tests::instructions::bit::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::bmi::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bmi::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bne::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bne::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bpl::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bpl::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::brk::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::bvc::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bvc::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bvs::test_negative_relative ... ok [INFO] [stdout] test cpu::tests::instructions::bvs::test_relative ... ok [INFO] [stdout] test cpu::tests::instructions::clc::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::cld::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::cli::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::clv::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indexed_indirect_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_indirect_indexed_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_negative_flags ... ok [INFO] [stdout] test cpu::tests::instructions::cmp::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::cpx::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::cpx::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::cpx::test_negative_flags ... ok [INFO] [stdout] test cpu::tests::instructions::cpx::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::cpy::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::cpy::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::cpy::test_negative_flags ... ok [INFO] [stdout] test cpu::tests::instructions::cpy::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::dec::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::dex::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::dex::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::dex::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::dey::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::dey::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::dey::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indexed_indirect_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_indirect_indexed_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::eor::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::inc::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::inx::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::inx::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::inx::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::iny::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::iny::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::iny::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::jmp::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::jmp::test_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::jsr::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indexed_absolute_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indexed_indirect_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_indirect_indexed_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::lda::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_indexed_absolute_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ldx::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_indexed_absolute_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ldy::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_accumulator ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::lsr::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indexed_indirect_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_indirect_indexed_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ora::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::pha::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::php::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::php::test_decimal_flag ... ok [INFO] [stdout] test cpu::tests::instructions::php::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::php::test_interrupt_disable_flag ... ok [INFO] [stdout] test cpu::tests::instructions::php::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::php::test_overflow_flag ... ok [INFO] [stdout] test cpu::tests::instructions::php::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::pla::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::plp::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::plp::test_decimal_flag ... ok [INFO] [stdout] test cpu::tests::instructions::plp::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::plp::test_interrupt_disable_flag ... ok [INFO] [stdout] test cpu::tests::instructions::plp::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::plp::test_overflow_flag ... ok [INFO] [stdout] test cpu::tests::instructions::plp::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_accumulator ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::rol::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_accumulator ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_indexed_absolute_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::ror::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::rti::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::rts::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_carry_flag ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_immediate ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indexed_absolute_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indexed_indirect_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_indirect_indexed_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_overflow_flag ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::sbc::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::sec::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::sed::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::sei::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indexed_absolute_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indexed_indirect ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indexed_indirect_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indirect_indexed ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_indirect_indexed_page_boundaries_crossed ... ok [INFO] [stdout] test cpu::tests::instructions::sta::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::stx::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::stx::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::stx::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::stx::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::sty::test_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::sty::test_indexed_absolute ... ok [INFO] [stdout] test cpu::tests::instructions::sty::test_indexed_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::sty::test_indexed_zero_page_crossing_page_boundaries ... ok [INFO] [stdout] test cpu::tests::instructions::sty::test_zero_page ... ok [INFO] [stdout] test cpu::tests::instructions::tax::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::tax::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::tax::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::tay::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::tay::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::tay::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::tsx::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::tsx::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::tsx::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::txa::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::txa::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::txa::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::txs::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::txs::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::txs::test_zero_flag ... ok [INFO] [stdout] test cpu::tests::instructions::tya::test_implicit ... ok [INFO] [stdout] test cpu::tests::instructions::tya::test_negative_flag ... ok [INFO] [stdout] test cpu::tests::instructions::tya::test_zero_flag ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 310 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7e176130322aca30164b5c39a20e4b20faafde96b0715af60b33c2abfdee8243", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e176130322aca30164b5c39a20e4b20faafde96b0715af60b33c2abfdee8243", kill_on_drop: false }` [INFO] [stdout] 7e176130322aca30164b5c39a20e4b20faafde96b0715af60b33c2abfdee8243