[INFO] cloning repository https://github.com/nanomad/chip8emu-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nanomad/chip8emu-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnanomad%2Fchip8emu-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnanomad%2Fchip8emu-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2bc1d3bc3bee48c769950f9229342acc8e1ddbbb
[INFO] testing nanomad/chip8emu-rs against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnanomad%2Fchip8emu-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nanomad/chip8emu-rs
[INFO] finished tweaking git repo https://github.com/nanomad/chip8emu-rs
[INFO] tweaked toml for git repo https://github.com/nanomad/chip8emu-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nanomad/chip8emu-rs on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nanomad/chip8emu-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 566c24ada4b5b4553cc604822c98e461e4c64fc8d733f45aa7ab2da2571eb17a
[INFO] running `Command { std: "docker" "start" "-a" "566c24ada4b5b4553cc604822c98e461e4c64fc8d733f45aa7ab2da2571eb17a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "566c24ada4b5b4553cc604822c98e461e4c64fc8d733f45aa7ab2da2571eb17a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "566c24ada4b5b4553cc604822c98e461e4c64fc8d733f45aa7ab2da2571eb17a", kill_on_drop: false }`
[INFO] [stdout] 566c24ada4b5b4553cc604822c98e461e4c64fc8d733f45aa7ab2da2571eb17a
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] beda2193d459d0f1852f2f3244e2aa213f05bf169ca10881ebad417bc190eb2b
[INFO] running `Command { std: "docker" "start" "-a" "beda2193d459d0f1852f2f3244e2aa213f05bf169ca10881ebad417bc190eb2b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.19
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]    Compiling winapi v0.2.8
[INFO] [stderr]    Compiling gcc v0.3.41
[INFO] [stderr]    Compiling libc v0.1.12
[INFO] [stderr]    Compiling dylib v0.0.1
[INFO] [stderr]    Compiling time v0.1.35
[INFO] [stderr]    Compiling rand v0.3.15
[INFO] [stderr]    Compiling x11-dl v2.2.1
[INFO] [stderr]    Compiling minifb v0.9.0
[INFO] [stderr]    Compiling chip8emu-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0437]: type `Err` is not a member of trait `TryFrom`
[INFO] [stdout]   --> src/instruction.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     type Err = String;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ not a member of trait `TryFrom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0437]: type `Err` is not a member of trait `TryFrom`
[INFO] [stdout]   --> src/debugger/command.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     type Err = String;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ not a member of trait `TryFrom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0437]: type `Err` is not a member of trait `TryFrom`
[INFO] [stdout]   --> src/peripherals.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     type Err = String;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ not a member of trait `TryFrom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_from)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/debugger/debugger.rs:168:9
[INFO] [stdout]     |
[INFO] [stdout] 168 |         (!self.breakpoints.is_empty() && self.breakpoints.contains(&loc))
[INFO] [stdout]     |         ^                                                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 168 -         (!self.breakpoints.is_empty() && self.breakpoints.contains(&loc))
[INFO] [stdout] 168 +         !self.breakpoints.is_empty() && self.breakpoints.contains(&loc) 
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(try_from)]
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Err` not found for `Self`
[INFO] [stdout]   --> src/instruction.rs:39:52
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn try_from(opcode: u16) -> Result<Self, Self::Err> {
[INFO] [stdout]    |                                                    ^^^ there is an associated type `Err` in the trait `FromStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Error`
[INFO] [stdout]   --> src/instruction.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | impl TryFrom<u16> for Instruction {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Error` in implementation
[INFO] [stdout]    |
[INFO] [stdout]    = help: implement the missing item: `type Error = /* Type */;`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Err` not found for `Self`
[INFO] [stdout]   --> src/debugger/command.rs:20:53
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn try_from(text: String) -> Result<Self, Self::Err> {
[INFO] [stdout]    |                                                     ^^^ there is an associated type `Err` in the trait `FromStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Error`
[INFO] [stdout]   --> src/debugger/command.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl TryFrom<String> for Command {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Error` in implementation
[INFO] [stdout]    |
[INFO] [stdout]    = help: implement the missing item: `type Error = /* Type */;`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Err` not found for `Self`
[INFO] [stdout]   --> src/peripherals.rs:27:48
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn try_from(val: u8) -> Result<Self, Self::Err> {
[INFO] [stdout]    |                                                ^^^ there is an associated type `Err` in the trait `FromStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Error`
[INFO] [stdout]   --> src/peripherals.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl TryFrom<u8> for Key {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^ missing `Error` in implementation
[INFO] [stdout]    |
[INFO] [stdout]    = help: implement the missing item: `type Error = /* Type */;`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0220, E0437, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chip8emu-rs` (bin "chip8emu-rs") due to 10 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "beda2193d459d0f1852f2f3244e2aa213f05bf169ca10881ebad417bc190eb2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beda2193d459d0f1852f2f3244e2aa213f05bf169ca10881ebad417bc190eb2b", kill_on_drop: false }`
[INFO] [stdout] beda2193d459d0f1852f2f3244e2aa213f05bf169ca10881ebad417bc190eb2b
