[INFO] cloning repository https://github.com/leleosilva/CHIP-8-Emulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leleosilva/CHIP-8-Emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleleosilva%2FCHIP-8-Emulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleleosilva%2FCHIP-8-Emulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e72d5b88417a1c64a77082cea7a3924e0eb7f7f8
[INFO] testing leleosilva/CHIP-8-Emulator against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleleosilva%2FCHIP-8-Emulator" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/leleosilva/CHIP-8-Emulator
[INFO] finished tweaking git repo https://github.com/leleosilva/CHIP-8-Emulator
[INFO] tweaked toml for git repo https://github.com/leleosilva/CHIP-8-Emulator written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/leleosilva/CHIP-8-Emulator on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/leleosilva/CHIP-8-Emulator 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded is-terminal v0.4.6
[INFO] [stderr]   Downloaded errno v0.3.0
[INFO] [stderr]   Downloaded syn v2.0.13
[INFO] [stderr]   Downloaded sdl2 v0.35.2
[INFO] [stderr]   Downloaded rustix v0.37.7
[INFO] [stderr]   Downloaded sdl2-sys v0.35.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9
[INFO] running `Command { std: "docker" "start" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling rustix v0.37.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling linux-raw-sys v0.3.1
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling concolor-override v1.0.0
[INFO] [stderr]    Compiling concolor-query v0.3.3
[INFO] [stderr]    Compiling anstyle v0.3.5
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling clap_lex v0.4.1
[INFO] [stderr]    Compiling anstyle-parse v0.1.1
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling syn v2.0.13
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling is-terminal v0.4.6
[INFO] [stderr]    Compiling anstream v0.2.6
[INFO] [stderr]    Compiling clap_builder v4.2.1
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]    Compiling clap v4.2.1
[INFO] [stderr]    Compiling chip-8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 19.18s
[INFO] running `Command { std: "docker" "inspect" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling chip-8 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1.01s
[INFO] running `Command { std: "docker" "inspect" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/chip_8-c4a8dff7677c3061)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test cpu::cpu_test::test_cpu_initial_state ... ok
[INFO] [stdout] test cpu::cpu_test::test_get_display ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_1nnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_fetch ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_00ee ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_2nnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_3xnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_4xnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_00e0 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_5xy0 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_6xnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_decode_invalid_instruction - should panic ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy0 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_7xnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy1 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy2 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy3 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy4 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy5 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy7 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xye ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_9xy0 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_bnnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_annn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_dxyn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_exa1 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_cxnn ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_ex9e ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx18 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx07 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx0a ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx15 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx29 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx1e ... ok
[INFO] [stdout] test cpu::cpu_test::test_update_timers ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx33 ... ok
[INFO] [stdout] test cpu::cpu_test::test_rom_loading ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx55 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_fx65 ... ok
[INFO] [stdout] test cpu::cpu_test::test_instruction_8xy6 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9", kill_on_drop: false }`
[INFO] [stdout] a90337f122ec686effbbb6df9751e1e1593d88c0fa422f0e84d6b212b9b72ee9
