[INFO] cloning repository https://github.com/romanpolishchuk/Nemulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/romanpolishchuk/Nemulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fromanpolishchuk%2FNemulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fromanpolishchuk%2FNemulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8865d874c7ec2f72c8d274cf66bf265a96c7d146
[INFO] checking romanpolishchuk/Nemulator against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fromanpolishchuk%2FNemulator" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/romanpolishchuk/Nemulator
[INFO] finished tweaking git repo https://github.com/romanpolishchuk/Nemulator
[INFO] tweaked toml for git repo https://github.com/romanpolishchuk/Nemulator written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/romanpolishchuk/Nemulator on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/romanpolishchuk/Nemulator 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" "+1.95.0-beta.7" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cmake v0.1.55
[INFO] [stderr]   Downloaded cc v1.2.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3e8910d66dfd702a706dbf6752855cfa77457a875ebb4b9cb14bbd1682915cad
[INFO] running `Command { std: "docker" "start" "-a" "3e8910d66dfd702a706dbf6752855cfa77457a875ebb4b9cb14bbd1682915cad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e8910d66dfd702a706dbf6752855cfa77457a875ebb4b9cb14bbd1682915cad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e8910d66dfd702a706dbf6752855cfa77457a875ebb4b9cb14bbd1682915cad", kill_on_drop: false }`
[INFO] [stdout] 3e8910d66dfd702a706dbf6752855cfa77457a875ebb4b9cb14bbd1682915cad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 005d42afe4198967ecc7971a294ce8f8824dcdcd88f90535a9911750c7b7ecda
[INFO] running `Command { std: "docker" "start" "-a" "005d42afe4198967ecc7971a294ce8f8824dcdcd88f90535a9911750c7b7ecda", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling cmake v0.1.55
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling raylib-sys v5.5.1
[INFO] [stderr]     Checking raylib v5.5.1
[INFO] [stderr]     Checking nemulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ppu_cycle`
[INFO] [stdout]   --> src/main.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::ppu::{PPURegisters, ppu_cycle};
[INFO] [stdout]    |                                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ppu_cycle`
[INFO] [stdout]   --> src/main.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::ppu::{PPURegisters, ppu_cycle};
[INFO] [stdout]    |                                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `pointer` is never read
[INFO] [stdout]   --> src/rom_reader.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         pointer += 8192 * ines_header.chr_rom_size as usize;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d`
[INFO] [stdout]   --> src/main.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn cycle(&mut self, d: &mut RaylibDrawHandle) {
[INFO] [stdout]    |                         ^ help: if this is intentional, prefix it with an underscore: `_d`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_flag_interrupt_disable`, `get_flag_decimal`, `get_flag_b`, and `set_flag_b` are never used
[INFO] [stdout]    --> src/cpu.rs:94:8
[INFO] [stdout]     |
[INFO] [stdout]  43 | impl CPU {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  94 |     fn get_flag_interrupt_disable(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn get_flag_decimal(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn get_flag_b(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn set_flag_b(&mut self, value: bool) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/ppu.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct PPURegisters {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     oamaddr: u8,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  9 |     ppuscroll: u16,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 10 |     ppuaddr: u16,
[INFO] [stdout] 11 |     ppudata_buffer: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     draw_nametable: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     draw_attr_table: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     draw_pattern_table_lo: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     draw_pattern_table_hi: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |
[INFO] [stdout] 19 |     nametable_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     attr_table_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     pattern_table_lo_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pattern_table_hi_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ppu_colors` is never used
[INFO] [stdout]    --> src/ppu.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | const ppu_colors: [Color; 1] = [Color {
[INFO] [stdout]     |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ppu_cycle` is never used
[INFO] [stdout]    --> src/ppu.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn ppu_cycle(memory: &mut Memory, cycle: u64, d: &mut RaylibDrawHandle) {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `header` and `trainer` are never read
[INFO] [stdout]   --> src/rom_reader.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct iNES {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout]  9 |     pub header: iNES_header,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 10 |     pub trainer: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compile_and_read_file` is never used
[INFO] [stdout]   --> src/rom_reader.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn compile_and_read_file(filename: &str) -> iNES {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ppu_colors` should have an upper case name
[INFO] [stdout]    --> src/ppu.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | const ppu_colors: [Color; 1] = [Color {
[INFO] [stdout]     |       ^^^^^^^^^^ help: convert the identifier to upper case: `PPU_COLORS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `pointer` is never read
[INFO] [stdout]   --> src/rom_reader.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         pointer += 8192 * ines_header.chr_rom_size as usize;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `d`
[INFO] [stdout]   --> src/main.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn cycle(&mut self, d: &mut RaylibDrawHandle) {
[INFO] [stdout]    |                         ^ help: if this is intentional, prefix it with an underscore: `_d`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_flag_interrupt_disable`, `get_flag_decimal`, `get_flag_b`, and `set_flag_b` are never used
[INFO] [stdout]    --> src/cpu.rs:94:8
[INFO] [stdout]     |
[INFO] [stdout]  43 | impl CPU {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  94 |     fn get_flag_interrupt_disable(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn get_flag_decimal(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn get_flag_b(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn set_flag_b(&mut self, value: bool) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/ppu.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct PPURegisters {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  8 |     oamaddr: u8,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  9 |     ppuscroll: u16,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 10 |     ppuaddr: u16,
[INFO] [stdout] 11 |     ppudata_buffer: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     draw_nametable: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 15 |     draw_attr_table: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     draw_pattern_table_lo: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     draw_pattern_table_hi: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |
[INFO] [stdout] 19 |     nametable_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     attr_table_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 21 |     pattern_table_lo_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pattern_table_hi_latch: u8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ppu_colors` is never used
[INFO] [stdout]    --> src/ppu.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | const ppu_colors: [Color; 1] = [Color {
[INFO] [stdout]     |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ppu_cycle` is never used
[INFO] [stdout]    --> src/ppu.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn ppu_cycle(memory: &mut Memory, cycle: u64, d: &mut RaylibDrawHandle) {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `header` and `trainer` are never read
[INFO] [stdout]   --> src/rom_reader.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct iNES {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout]  9 |     pub header: iNES_header,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 10 |     pub trainer: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `compile_and_read_file` is never used
[INFO] [stdout]   --> src/rom_reader.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn compile_and_read_file(filename: &str) -> iNES {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ppu_colors` should have an upper case name
[INFO] [stdout]    --> src/ppu.rs:112:7
[INFO] [stdout]     |
[INFO] [stdout] 112 | const ppu_colors: [Color; 1] = [Color {
[INFO] [stdout]     |       ^^^^^^^^^^ help: convert the identifier to upper case: `PPU_COLORS`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.91s
[INFO] running `Command { std: "docker" "inspect" "005d42afe4198967ecc7971a294ce8f8824dcdcd88f90535a9911750c7b7ecda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "005d42afe4198967ecc7971a294ce8f8824dcdcd88f90535a9911750c7b7ecda", kill_on_drop: false }`
[INFO] [stdout] 005d42afe4198967ecc7971a294ce8f8824dcdcd88f90535a9911750c7b7ecda
