[INFO] cloning repository https://github.com/kobisanv/Rusty6502-KOBZ
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kobisanv/Rusty6502-KOBZ" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobisanv%2FRusty6502-KOBZ", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobisanv%2FRusty6502-KOBZ'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f72359edaf9a66380ab5c3abf12fd5fc228d09c
[INFO] checking kobisanv/Rusty6502-KOBZ against try#ae258e1fcbee4a062f5f3d869f06004d7cea088e for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkobisanv%2FRusty6502-KOBZ" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kobisanv/Rusty6502-KOBZ on toolchain ae258e1fcbee4a062f5f3d869f06004d7cea088e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kobisanv/Rusty6502-KOBZ
[INFO] finished tweaking git repo https://github.com/kobisanv/Rusty6502-KOBZ
[INFO] tweaked toml for git repo https://github.com/kobisanv/Rusty6502-KOBZ written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kobisanv/Rusty6502-KOBZ already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c74cd19f1d9c0498b2bebfee1308695797e3f2c8e51435e5e2c474358845f7c1
[INFO] running `Command { std: "docker" "start" "-a" "c74cd19f1d9c0498b2bebfee1308695797e3f2c8e51435e5e2c474358845f7c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c74cd19f1d9c0498b2bebfee1308695797e3f2c8e51435e5e2c474358845f7c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c74cd19f1d9c0498b2bebfee1308695797e3f2c8e51435e5e2c474358845f7c1", kill_on_drop: false }`
[INFO] [stdout] c74cd19f1d9c0498b2bebfee1308695797e3f2c8e51435e5e2c474358845f7c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7e40d0d6662ba1e9b60d0d9523a0a3965f13390bd28495307dda229bc388221
[INFO] running `Command { std: "docker" "start" "-a" "c7e40d0d6662ba1e9b60d0d9523a0a3965f13390bd28495307dda229bc388221", kill_on_drop: false }`
[INFO] [stderr]     Checking NES v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `STACK` is never used
[INFO] [stdout]   --> src/CPU.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 | const STACK: u16 = 0x0100;
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STACK_RESET` is never used
[INFO] [stdout]   --> src/CPU.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const STACK_RESET: u8 = 0xfd;
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CPU` is never constructed
[INFO] [stdout]   --> src/CPU.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct CPU {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ZP_Y` is never constructed
[INFO] [stdout]   --> src/CPU.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub enum AddressingMode {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 41 |     ZP_Y,           // Zero Page Indexed with Y -> Add Y to Zero Page
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AddressingMode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Mem` is never used
[INFO] [stdout]   --> src/CPU.rs:51:7
[INFO] [stdout]    |
[INFO] [stdout] 51 | trait Mem {
[INFO] [stdout]    |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/CPU.rs:85:12
[INFO] [stdout]     |
[INFO] [stdout] 83  | impl CPU {
[INFO] [stdout]     | -------- associated items in this implementation
[INFO] [stdout] 84  |     // Constructor for the CPU struct
[INFO] [stdout] 85  |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98  |     fn goa(&self, mode: &AddressingMode) -> u16 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     fn uznf(&mut self, result: u8) {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     pub fn reset(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |     fn ldy(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     fn ldx(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |     fn lda(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 |     fn inx(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     fn iny(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |     fn inc(&mut self, mode: &AddressingMode) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |     fn dey(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 223 |     fn dex(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 229 |     fn dec(&mut self, mode: &AddressingMode) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 239 |     fn tax(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     fn sta(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 251 |     fn seta(&mut self, data: u8) {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 257 |     fn and(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |     fn eor(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     fn ora(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 |     fn scf(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 281 |     fn ccf(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 |     fn adda(&mut self, data: u8) {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 319 |     fn sbc(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 326 |     fn adc(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 332 |     fn pop(&mut self) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 |     fn push(&mut self, data: u8) {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 344 |     fn u16_push(&mut self, data: u16) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 351 |     fn u16_pop(&mut self) -> u16 {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 359 |     fn aslacc(&mut self) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 372 |     fn asl(&mut self, mode: &AddressingMode) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 388 |     fn lsracc(&mut self) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 401 |     fn lsr(&mut self, mode: &AddressingMode) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 417 |     fn rol(&mut self, mode: &AddressingMode) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 437 |     fn rolacc(&mut self) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 454 |     fn ror(&mut self, mode: &AddressingMode) -> u8 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 474 |     fn roracc(&mut self) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 491 |     fn pla(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 497 |     fn plp(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 504 |     fn php(&mut self) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 512 |     fn bit(&mut self, mode: &AddressingMode) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 529 |     fn compare(&mut self, mode: &AddressingMode, compare_with: u8) {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 543 |     fn branch(&mut self, condition: bool) {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 555 |     pub fn lar(&mut self, program: Vec<u8>) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 562 |     pub fn load(&mut self, program: Vec<u8>) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 570 |     pub fn run(&mut self) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mnemonic`, `l`, `cyc`, and `mode` are never read
[INFO] [stdout]   --> src/opcodes.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct OpCode {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 8  |     pub c: u8,                   // OpCode value
[INFO] [stdout] 9  |     pub mnemonic: &'static str,  // Mnemonic representing the OpCode
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub l: u8,                   // Length of the OpCode in bytes
[INFO] [stdout]    |         ^
[INFO] [stdout] 11 |     pub cyc: u8,                 // Number of cycles required for the OpCode
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 12 |     pub mode: AddressingMode,    // Addressing mode used by the OpCode
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CPU` should have a snake case name
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod CPU;
[INFO] [stdout]   |     ^^^ help: convert the identifier to snake case: `cpu`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `ZP_Y` is never constructed
[INFO] [stdout]   --> src/CPU.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub enum AddressingMode {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 41 |     ZP_Y,           // Zero Page Indexed with Y -> Add Y to Zero Page
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AddressingMode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `mnemonic` and `cyc` are never read
[INFO] [stdout]   --> src/opcodes.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct OpCode {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 8  |     pub c: u8,                   // OpCode value
[INFO] [stdout] 9  |     pub mnemonic: &'static str,  // Mnemonic representing the OpCode
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     pub l: u8,                   // Length of the OpCode in bytes
[INFO] [stdout] 11 |     pub cyc: u8,                 // Number of cycles required for the OpCode
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `CPU` should have a snake case name
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod CPU;
[INFO] [stdout]   |     ^^^ help: convert the identifier to snake case: `cpu`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "c7e40d0d6662ba1e9b60d0d9523a0a3965f13390bd28495307dda229bc388221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7e40d0d6662ba1e9b60d0d9523a0a3965f13390bd28495307dda229bc388221", kill_on_drop: false }`
[INFO] [stdout] c7e40d0d6662ba1e9b60d0d9523a0a3965f13390bd28495307dda229bc388221
