[INFO] cloning repository https://github.com/CopyOfJarrett/CHIP-8-Interpreter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CopyOfJarrett/CHIP-8-Interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCopyOfJarrett%2FCHIP-8-Interpreter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCopyOfJarrett%2FCHIP-8-Interpreter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa950cf5b1700f137653a57ec21523c26c0b27df
[INFO] testing CopyOfJarrett/CHIP-8-Interpreter against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCopyOfJarrett%2FCHIP-8-Interpreter" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CopyOfJarrett/CHIP-8-Interpreter
[INFO] finished tweaking git repo https://github.com/CopyOfJarrett/CHIP-8-Interpreter
[INFO] tweaked toml for git repo https://github.com/CopyOfJarrett/CHIP-8-Interpreter written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CopyOfJarrett/CHIP-8-Interpreter on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CopyOfJarrett/CHIP-8-Interpreter 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn v2.0.109
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 24990c30ad6a6d6dda11960da445b825ea1e38c9bee6b41eec143080daf816c7
[INFO] running `Command { std: "docker" "start" "-a" "24990c30ad6a6d6dda11960da445b825ea1e38c9bee6b41eec143080daf816c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24990c30ad6a6d6dda11960da445b825ea1e38c9bee6b41eec143080daf816c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24990c30ad6a6d6dda11960da445b825ea1e38c9bee6b41eec143080daf816c7", kill_on_drop: false }`
[INFO] [stdout] 24990c30ad6a6d6dda11960da445b825ea1e38c9bee6b41eec143080daf816c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30a0504da7b695544f5e01a4c32e402e563669b7699ffd5d97001ba01b1957da
[INFO] running `Command { std: "docker" "start" "-a" "30a0504da7b695544f5e01a4c32e402e563669b7699ffd5d97001ba01b1957da", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling chip8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stdout]  --> src/core/keyboard.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use winit::event::{ElementState, KeyEvent};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit`
[INFO] [stdout]  --> src/core/keyboard.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use winit::keyboard::{KeyCode, PhysicalKey};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `winit`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::core::CPU`
[INFO] [stdout]  --> src/lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::core::CPU;
[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: `OpcodeError`
[INFO] [stdout]  --> src/core/memory.rs:1:32
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::core::{MemoryError, OpcodeError};
[INFO] [stdout]   |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/core/cpu.rs:142:31
[INFO] [stdout]     |
[INFO] [stdout] 142 |             Mnemonics::DRAW { x, y, n } => {
[INFO] [stdout]     |                               ^ help: try ignoring the field: `x: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/core/cpu.rs:142:34
[INFO] [stdout]     |
[INFO] [stdout] 142 |             Mnemonics::DRAW { x, y, n } => {
[INFO] [stdout]     |                                  ^ help: try ignoring the field: `y: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> src/core/cpu.rs:142:37
[INFO] [stdout]     |
[INFO] [stdout] 142 |             Mnemonics::DRAW { x, y, n } => {
[INFO] [stdout]     |                                     ^ help: try ignoring the field: `n: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/core/cpu.rs:146:33
[INFO] [stdout]     |
[INFO] [stdout] 146 |             Mnemonics::SKP_Vx { x } => {
[INFO] [stdout]     |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/core/cpu.rs:155:34
[INFO] [stdout]     |
[INFO] [stdout] 155 |             Mnemonics::SKNP_Vx { x } => {
[INFO] [stdout]     |                                  ^ help: try ignoring the field: `x: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/core/cpu.rs:168:36
[INFO] [stdout]     |
[INFO] [stdout] 168 |             Mnemonics::LOAD_Vx_K { x } => {
[INFO] [stdout]     |                                    ^ help: try ignoring the field: `x: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chip8` (lib) due to 2 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "30a0504da7b695544f5e01a4c32e402e563669b7699ffd5d97001ba01b1957da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30a0504da7b695544f5e01a4c32e402e563669b7699ffd5d97001ba01b1957da", kill_on_drop: false }`
[INFO] [stdout] 30a0504da7b695544f5e01a4c32e402e563669b7699ffd5d97001ba01b1957da
