[INFO] cloning repository https://github.com/rhysormond/emu8
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rhysormond/emu8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhysormond%2Femu8", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhysormond%2Femu8'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1b369991daf0ff632d76a7b7714f61d295fa6cfb
[INFO] testing rhysormond/emu8 against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhysormond%2Femu8" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rhysormond/emu8
[INFO] finished tweaking git repo https://github.com/rhysormond/emu8
[INFO] tweaked toml for git repo https://github.com/rhysormond/emu8 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rhysormond/emu8 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rhysormond/emu8 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa841dd4b58979907cff14030db8d5ca1b54e3dc6f21e46c3d5eca1327a7cecc
[INFO] running `Command { std: "docker" "start" "-a" "aa841dd4b58979907cff14030db8d5ca1b54e3dc6f21e46c3d5eca1327a7cecc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa841dd4b58979907cff14030db8d5ca1b54e3dc6f21e46c3d5eca1327a7cecc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa841dd4b58979907cff14030db8d5ca1b54e3dc6f21e46c3d5eca1327a7cecc", kill_on_drop: false }`
[INFO] [stdout] aa841dd4b58979907cff14030db8d5ca1b54e3dc6f21e46c3d5eca1327a7cecc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f16faa78dfa15197cec010a7c3d8983a7da757a1c2141d7beb652e2f512ae77
[INFO] running `Command { std: "docker" "start" "-a" "7f16faa78dfa15197cec010a7c3d8983a7da757a1c2141d7beb652e2f512ae77", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling io-lifetimes v1.0.4
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling sdl2 v0.33.0
[INFO] [stderr]    Compiling rustix v0.36.7
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling sdl2-sys v0.33.0
[INFO] [stderr]    Compiling clap_lex v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rand v0.4.3
[INFO] [stderr]    Compiling core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling is-terminal v0.4.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling display v0.1.0 (/opt/rustwide/workdir/display)
[INFO] [stderr]    Compiling chip8 v0.1.0 (/opt/rustwide/workdir/chip8)
[INFO] [stderr]    Compiling clap_derive v4.1.0
[INFO] [stderr]    Compiling clap v4.1.4
[INFO] [stderr]    Compiling emu8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
[INFO] running `Command { std: "docker" "inspect" "7f16faa78dfa15197cec010a7c3d8983a7da757a1c2141d7beb652e2f512ae77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f16faa78dfa15197cec010a7c3d8983a7da757a1c2141d7beb652e2f512ae77", kill_on_drop: false }`
[INFO] [stdout] 7f16faa78dfa15197cec010a7c3d8983a7da757a1c2141d7beb652e2f512ae77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd6dd8d27c62aecc8f51cef7968fd4e852a65cd11dcfed5cc81e7fdc5d2b4aff
[INFO] running `Command { std: "docker" "start" "-a" "dd6dd8d27c62aecc8f51cef7968fd4e852a65cd11dcfed5cc81e7fdc5d2b4aff", kill_on_drop: false }`
[INFO] [stderr]    Compiling emu8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "dd6dd8d27c62aecc8f51cef7968fd4e852a65cd11dcfed5cc81e7fdc5d2b4aff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd6dd8d27c62aecc8f51cef7968fd4e852a65cd11dcfed5cc81e7fdc5d2b4aff", kill_on_drop: false }`
[INFO] [stdout] dd6dd8d27c62aecc8f51cef7968fd4e852a65cd11dcfed5cc81e7fdc5d2b4aff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 584c2bef6eb11294d00a1f6d243f4a77bfb8c5c909a7294dde8b2bca16a21cb0
[INFO] running `Command { std: "docker" "start" "-a" "584c2bef6eb11294d00a1f6d243f4a77bfb8c5c909a7294dde8b2bca16a21cb0", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/emu8-4859f730bb4374b7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "584c2bef6eb11294d00a1f6d243f4a77bfb8c5c909a7294dde8b2bca16a21cb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "584c2bef6eb11294d00a1f6d243f4a77bfb8c5c909a7294dde8b2bca16a21cb0", kill_on_drop: false }`
[INFO] [stdout] 584c2bef6eb11294d00a1f6d243f4a77bfb8c5c909a7294dde8b2bca16a21cb0
