[INFO] cloning repository https://github.com/gustavo-ferreira03/chip-8-emulator-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gustavo-ferreira03/chip-8-emulator-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgustavo-ferreira03%2Fchip-8-emulator-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgustavo-ferreira03%2Fchip-8-emulator-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8009eeba6f12b8dfae61fbeff424eff73e8bc086 [INFO] testing gustavo-ferreira03/chip-8-emulator-rust against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgustavo-ferreira03%2Fchip-8-emulator-rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gustavo-ferreira03/chip-8-emulator-rust on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gustavo-ferreira03/chip-8-emulator-rust [INFO] finished tweaking git repo https://github.com/gustavo-ferreira03/chip-8-emulator-rust [INFO] tweaked toml for git repo https://github.com/gustavo-ferreira03/chip-8-emulator-rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gustavo-ferreira03/chip-8-emulator-rust 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.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f9b8ae89fb534ba5e8595d85fc61d24466e5e767f57f89ff70ea6d3a73b784a [INFO] running `Command { std: "docker" "start" "-a" "5f9b8ae89fb534ba5e8595d85fc61d24466e5e767f57f89ff70ea6d3a73b784a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f9b8ae89fb534ba5e8595d85fc61d24466e5e767f57f89ff70ea6d3a73b784a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f9b8ae89fb534ba5e8595d85fc61d24466e5e767f57f89ff70ea6d3a73b784a", kill_on_drop: false }` [INFO] [stdout] 5f9b8ae89fb534ba5e8595d85fc61d24466e5e767f57f89ff70ea6d3a73b784a [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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1d741a0984a1fd7a2ea6e6edbe3e1e74510b4f0f5c998e957faace80405d2b5 [INFO] running `Command { std: "docker" "start" "-a" "b1d741a0984a1fd7a2ea6e6edbe3e1e74510b4f0f5c998e957faace80405d2b5", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling thiserror v1.0.39 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ttf-parser v0.18.1 [INFO] [stderr] Compiling strict-num v0.1.0 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling tiny-skia-path v0.8.3 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling raw-window-handle v0.5.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tiny-skia v0.8.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling owned_ttf_parser v0.18.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling ab_glyph v0.2.20 [INFO] [stderr] Compiling winit v0.28.2 [INFO] [stderr] Compiling thiserror-impl v1.0.39 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling calloop v0.10.5 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling sctk-adwaita v0.5.3 [INFO] [stderr] Compiling cpu-simulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `PixelFormatEnum` and `video::Window` [INFO] [stdout] --> src/main.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use sdl2::{video::Window, pixels::{Color, PixelFormatEnum}, rect::Rect, event::Event, keyboard::Keycode}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Instant` [INFO] [stdout] --> src/chip8.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use std::time::{Instant, Duration}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `audio_subsystem` [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let audio_subsystem = sdl_context.audio().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_audio_subsystem` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fonts` should have an upper case name [INFO] [stdout] --> src/chip8.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | static fonts: [u8; 80] = [ [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FONTS` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `regI` should have a snake case name [INFO] [stdout] --> src/chip8.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub regI: u16, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `reg_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "b1d741a0984a1fd7a2ea6e6edbe3e1e74510b4f0f5c998e957faace80405d2b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1d741a0984a1fd7a2ea6e6edbe3e1e74510b4f0f5c998e957faace80405d2b5", kill_on_drop: false }` [INFO] [stdout] b1d741a0984a1fd7a2ea6e6edbe3e1e74510b4f0f5c998e957faace80405d2b5 [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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37557e45a66235ceff0b7ff6b337bf681a97c667115499c3992cee4faa27f5f2 [INFO] running `Command { std: "docker" "start" "-a" "37557e45a66235ceff0b7ff6b337bf681a97c667115499c3992cee4faa27f5f2", kill_on_drop: false }` [INFO] [stderr] Compiling cpu-simulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `PixelFormatEnum` and `video::Window` [INFO] [stdout] --> src/main.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use sdl2::{video::Window, pixels::{Color, PixelFormatEnum}, rect::Rect, event::Event, keyboard::Keycode}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Instant` [INFO] [stdout] --> src/chip8.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use std::time::{Instant, Duration}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `audio_subsystem` [INFO] [stdout] --> src/main.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | let audio_subsystem = sdl_context.audio().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_audio_subsystem` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `fonts` should have an upper case name [INFO] [stdout] --> src/chip8.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | static fonts: [u8; 80] = [ [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `FONTS` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `regI` should have a snake case name [INFO] [stdout] --> src/chip8.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub regI: u16, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `reg_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `Command { std: "docker" "inspect" "37557e45a66235ceff0b7ff6b337bf681a97c667115499c3992cee4faa27f5f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37557e45a66235ceff0b7ff6b337bf681a97c667115499c3992cee4faa27f5f2", kill_on_drop: false }` [INFO] [stdout] 37557e45a66235ceff0b7ff6b337bf681a97c667115499c3992cee4faa27f5f2 [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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c7fd2e48d2cda15554d1f5ac8f502fd8b97233461c9850070b2154787ad57231 [INFO] running `Command { std: "docker" "start" "-a" "c7fd2e48d2cda15554d1f5ac8f502fd8b97233461c9850070b2154787ad57231", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `PixelFormatEnum` and `video::Window` [INFO] [stderr] --> src/main.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use sdl2::{video::Window, pixels::{Color, PixelFormatEnum}, rect::Rect, event::Event, keyboard::Keycode}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Instant` [INFO] [stderr] --> src/chip8.rs:1:17 [INFO] [stderr] | [INFO] [stderr] 1 | use std::time::{Instant, Duration}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `audio_subsystem` [INFO] [stderr] --> src/main.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | let audio_subsystem = sdl_context.audio().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_audio_subsystem` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `fonts` should have an upper case name [INFO] [stderr] --> src/chip8.rs:5:8 [INFO] [stderr] | [INFO] [stderr] 5 | static fonts: [u8; 80] = [ [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `FONTS` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `regI` should have a snake case name [INFO] [stderr] --> src/chip8.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | pub regI: u16, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `reg_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `cpu-simulator` (bin "cpu-simulator" test) generated 5 warnings (run `cargo fix --bin "cpu-simulator" --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cpu_simulator-1c55d5ccc895c001) [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" "c7fd2e48d2cda15554d1f5ac8f502fd8b97233461c9850070b2154787ad57231", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7fd2e48d2cda15554d1f5ac8f502fd8b97233461c9850070b2154787ad57231", kill_on_drop: false }` [INFO] [stdout] c7fd2e48d2cda15554d1f5ac8f502fd8b97233461c9850070b2154787ad57231