[INFO] cloning repository https://github.com/BradenThomp/Rust-Chip8-Emulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BradenThomp/Rust-Chip8-Emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBradenThomp%2FRust-Chip8-Emulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBradenThomp%2FRust-Chip8-Emulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c439aeb5a4dacd62dfa1e535aecebdcbd522a4a [INFO] testing BradenThomp/Rust-Chip8-Emulator against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBradenThomp%2FRust-Chip8-Emulator" "/workspace/builds/worker-45/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-45/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BradenThomp/Rust-Chip8-Emulator on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BradenThomp/Rust-Chip8-Emulator [INFO] finished tweaking git repo https://github.com/BradenThomp/Rust-Chip8-Emulator [INFO] tweaked toml for git repo https://github.com/BradenThomp/Rust-Chip8-Emulator written to /workspace/builds/worker-45/source/Cargo.toml [INFO] crate git repo https://github.com/BradenThomp/Rust-Chip8-Emulator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1da8ca40a34e6a56d3fafff5c77d3107bc49ac32110c5124b02f5417ccace3b1 [INFO] running `Command { std: "docker" "start" "-a" "1da8ca40a34e6a56d3fafff5c77d3107bc49ac32110c5124b02f5417ccace3b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1da8ca40a34e6a56d3fafff5c77d3107bc49ac32110c5124b02f5417ccace3b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1da8ca40a34e6a56d3fafff5c77d3107bc49ac32110c5124b02f5417ccace3b1", kill_on_drop: false }` [INFO] [stdout] 1da8ca40a34e6a56d3fafff5c77d3107bc49ac32110c5124b02f5417ccace3b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11e0b117bc31b62174387adeb8ee79292b2f7b27442e18cc4e428ab55e207328 [INFO] running `Command { std: "docker" "start" "-a" "11e0b117bc31b62174387adeb8ee79292b2f7b27442e18cc4e428ab55e207328", kill_on_drop: false }` [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling sdl2 v0.34.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling sdl2-sys v0.34.5 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling chip_8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/processor.rs:151:14 [INFO] [stdout] | [INFO] [stdout] 151 | fn inst_0nnn(cpu: &mut Processor, addr: u16) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addr` [INFO] [stdout] --> src/processor.rs:151:35 [INFO] [stdout] | [INFO] [stdout] 151 | fn inst_0nnn(cpu: &mut Processor, addr: u16) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/processor.rs:296:42 [INFO] [stdout] | [INFO] [stdout] 296 | fn inst_8xy6(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/processor.rs:315:42 [INFO] [stdout] | [INFO] [stdout] 315 | fn inst_8xyE(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_00E0` should have a snake case name [INFO] [stdout] --> src/processor.rs:155:4 [INFO] [stdout] | [INFO] [stdout] 155 | fn inst_00E0(cpu: &mut Processor) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_00_e0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_00EE` should have a snake case name [INFO] [stdout] --> src/processor.rs:162:4 [INFO] [stdout] | [INFO] [stdout] 162 | fn inst_00EE(cpu: &mut Processor) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_00_ee` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_8xyE` should have a snake case name [INFO] [stdout] --> src/processor.rs:315:4 [INFO] [stdout] | [INFO] [stdout] 315 | fn inst_8xyE(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_8xy_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Annn` should have a snake case name [INFO] [stdout] --> src/processor.rs:335:4 [INFO] [stdout] | [INFO] [stdout] 335 | fn inst_Annn(cpu: &mut Processor, nnn: u16) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_annn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Bnnn` should have a snake case name [INFO] [stdout] --> src/processor.rs:342:4 [INFO] [stdout] | [INFO] [stdout] 342 | fn inst_Bnnn(cpu: &mut Processor, nnn: u16) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_bnnn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Cxkk` should have a snake case name [INFO] [stdout] --> src/processor.rs:350:4 [INFO] [stdout] | [INFO] [stdout] 350 | fn inst_Cxkk(cpu: &mut Processor, x: u8, kk: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_cxkk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Dxyn` should have a snake case name [INFO] [stdout] --> src/processor.rs:364:4 [INFO] [stdout] | [INFO] [stdout] 364 | fn inst_Dxyn(cpu: &mut Processor, x: usize, y: usize, n: usize) -> bool { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_dxyn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Ex9E` should have a snake case name [INFO] [stdout] --> src/processor.rs:385:4 [INFO] [stdout] | [INFO] [stdout] 385 | fn inst_Ex9E(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_ex9_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_ExA1` should have a snake case name [INFO] [stdout] --> src/processor.rs:395:4 [INFO] [stdout] | [INFO] [stdout] 395 | fn inst_ExA1(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_ex_a1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx07` should have a snake case name [INFO] [stdout] --> src/processor.rs:405:4 [INFO] [stdout] | [INFO] [stdout] 405 | fn inst_Fx07(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx07` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx0A` should have a snake case name [INFO] [stdout] --> src/processor.rs:413:4 [INFO] [stdout] | [INFO] [stdout] 413 | fn inst_Fx0A(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_fx0_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx15` should have a snake case name [INFO] [stdout] --> src/processor.rs:428:4 [INFO] [stdout] | [INFO] [stdout] 428 | fn inst_Fx15(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx18` should have a snake case name [INFO] [stdout] --> src/processor.rs:437:4 [INFO] [stdout] | [INFO] [stdout] 437 | fn inst_Fx18(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx1E` should have a snake case name [INFO] [stdout] --> src/processor.rs:445:4 [INFO] [stdout] | [INFO] [stdout] 445 | fn inst_Fx1E(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_fx1_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx29` should have a snake case name [INFO] [stdout] --> src/processor.rs:454:4 [INFO] [stdout] | [INFO] [stdout] 454 | fn inst_Fx29(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx33` should have a snake case name [INFO] [stdout] --> src/processor.rs:463:4 [INFO] [stdout] | [INFO] [stdout] 463 | fn inst_Fx33(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx55` should have a snake case name [INFO] [stdout] --> src/processor.rs:474:4 [INFO] [stdout] | [INFO] [stdout] 474 | fn inst_Fx55(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx55` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx65` should have a snake case name [INFO] [stdout] --> src/processor.rs:485:4 [INFO] [stdout] | [INFO] [stdout] 485 | fn inst_Fx65(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx65` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.40s [INFO] running `Command { std: "docker" "inspect" "11e0b117bc31b62174387adeb8ee79292b2f7b27442e18cc4e428ab55e207328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11e0b117bc31b62174387adeb8ee79292b2f7b27442e18cc4e428ab55e207328", kill_on_drop: false }` [INFO] [stdout] 11e0b117bc31b62174387adeb8ee79292b2f7b27442e18cc4e428ab55e207328 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afe7605b57039ae0192c2ca62df267c25e965814a3e69cf2e8394ca24a50c72f [INFO] running `Command { std: "docker" "start" "-a" "afe7605b57039ae0192c2ca62df267c25e965814a3e69cf2e8394ca24a50c72f", kill_on_drop: false }` [INFO] [stderr] Compiling chip_8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/processor.rs:151:14 [INFO] [stdout] | [INFO] [stdout] 151 | fn inst_0nnn(cpu: &mut Processor, addr: u16) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `addr` [INFO] [stdout] --> src/processor.rs:151:35 [INFO] [stdout] | [INFO] [stdout] 151 | fn inst_0nnn(cpu: &mut Processor, addr: u16) {} [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/processor.rs:296:42 [INFO] [stdout] | [INFO] [stdout] 296 | fn inst_8xy6(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/processor.rs:315:42 [INFO] [stdout] | [INFO] [stdout] 315 | fn inst_8xyE(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_00E0` should have a snake case name [INFO] [stdout] --> src/processor.rs:155:4 [INFO] [stdout] | [INFO] [stdout] 155 | fn inst_00E0(cpu: &mut Processor) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_00_e0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_00EE` should have a snake case name [INFO] [stdout] --> src/processor.rs:162:4 [INFO] [stdout] | [INFO] [stdout] 162 | fn inst_00EE(cpu: &mut Processor) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_00_ee` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_8xyE` should have a snake case name [INFO] [stdout] --> src/processor.rs:315:4 [INFO] [stdout] | [INFO] [stdout] 315 | fn inst_8xyE(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_8xy_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Annn` should have a snake case name [INFO] [stdout] --> src/processor.rs:335:4 [INFO] [stdout] | [INFO] [stdout] 335 | fn inst_Annn(cpu: &mut Processor, nnn: u16) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_annn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Bnnn` should have a snake case name [INFO] [stdout] --> src/processor.rs:342:4 [INFO] [stdout] | [INFO] [stdout] 342 | fn inst_Bnnn(cpu: &mut Processor, nnn: u16) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_bnnn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Cxkk` should have a snake case name [INFO] [stdout] --> src/processor.rs:350:4 [INFO] [stdout] | [INFO] [stdout] 350 | fn inst_Cxkk(cpu: &mut Processor, x: u8, kk: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_cxkk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Dxyn` should have a snake case name [INFO] [stdout] --> src/processor.rs:364:4 [INFO] [stdout] | [INFO] [stdout] 364 | fn inst_Dxyn(cpu: &mut Processor, x: usize, y: usize, n: usize) -> bool { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_dxyn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Ex9E` should have a snake case name [INFO] [stdout] --> src/processor.rs:385:4 [INFO] [stdout] | [INFO] [stdout] 385 | fn inst_Ex9E(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_ex9_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_ExA1` should have a snake case name [INFO] [stdout] --> src/processor.rs:395:4 [INFO] [stdout] | [INFO] [stdout] 395 | fn inst_ExA1(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_ex_a1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx07` should have a snake case name [INFO] [stdout] --> src/processor.rs:405:4 [INFO] [stdout] | [INFO] [stdout] 405 | fn inst_Fx07(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx07` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx0A` should have a snake case name [INFO] [stdout] --> src/processor.rs:413:4 [INFO] [stdout] | [INFO] [stdout] 413 | fn inst_Fx0A(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_fx0_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx15` should have a snake case name [INFO] [stdout] --> src/processor.rs:428:4 [INFO] [stdout] | [INFO] [stdout] 428 | fn inst_Fx15(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx15` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx18` should have a snake case name [INFO] [stdout] --> src/processor.rs:437:4 [INFO] [stdout] | [INFO] [stdout] 437 | fn inst_Fx18(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx18` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx1E` should have a snake case name [INFO] [stdout] --> src/processor.rs:445:4 [INFO] [stdout] | [INFO] [stdout] 445 | fn inst_Fx1E(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_fx1_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx29` should have a snake case name [INFO] [stdout] --> src/processor.rs:454:4 [INFO] [stdout] | [INFO] [stdout] 454 | fn inst_Fx29(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx29` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx33` should have a snake case name [INFO] [stdout] --> src/processor.rs:463:4 [INFO] [stdout] | [INFO] [stdout] 463 | fn inst_Fx33(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx33` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx55` should have a snake case name [INFO] [stdout] --> src/processor.rs:474:4 [INFO] [stdout] | [INFO] [stdout] 474 | fn inst_Fx55(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx55` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `inst_Fx65` should have a snake case name [INFO] [stdout] --> src/processor.rs:485:4 [INFO] [stdout] | [INFO] [stdout] 485 | fn inst_Fx65(cpu: &mut Processor, x: u8) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx65` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "afe7605b57039ae0192c2ca62df267c25e965814a3e69cf2e8394ca24a50c72f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afe7605b57039ae0192c2ca62df267c25e965814a3e69cf2e8394ca24a50c72f", kill_on_drop: false }` [INFO] [stdout] afe7605b57039ae0192c2ca62df267c25e965814a3e69cf2e8394ca24a50c72f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 55bb35bcc81ec9a29ab726472f5db63db3c6452ca44ec9aad8a0d65e5c9225b2 [INFO] running `Command { std: "docker" "start" "-a" "55bb35bcc81ec9a29ab726472f5db63db3c6452ca44ec9aad8a0d65e5c9225b2", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `cpu` [INFO] [stderr] --> src/processor.rs:151:14 [INFO] [stderr] | [INFO] [stderr] 151 | fn inst_0nnn(cpu: &mut Processor, addr: u16) {} [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `addr` [INFO] [stderr] --> src/processor.rs:151:35 [INFO] [stderr] | [INFO] [stderr] 151 | fn inst_0nnn(cpu: &mut Processor, addr: u16) {} [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_addr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/processor.rs:296:42 [INFO] [stderr] | [INFO] [stderr] 296 | fn inst_8xy6(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `y` [INFO] [stderr] --> src/processor.rs:315:42 [INFO] [stderr] | [INFO] [stderr] 315 | fn inst_8xyE(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stderr] [INFO] [stderr] warning: function `inst_00E0` should have a snake case name [INFO] [stderr] --> src/processor.rs:155:4 [INFO] [stderr] | [INFO] [stderr] 155 | fn inst_00E0(cpu: &mut Processor) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_00_e0` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `inst_00EE` should have a snake case name [INFO] [stderr] --> src/processor.rs:162:4 [INFO] [stderr] | [INFO] [stderr] 162 | fn inst_00EE(cpu: &mut Processor) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_00_ee` [INFO] [stderr] [INFO] [stderr] warning: function `inst_8xyE` should have a snake case name [INFO] [stderr] --> src/processor.rs:315:4 [INFO] [stderr] | [INFO] [stderr] 315 | fn inst_8xyE(cpu: &mut Processor, x: u8, y: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_8xy_e` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Annn` should have a snake case name [INFO] [stderr] --> src/processor.rs:335:4 [INFO] [stderr] | [INFO] [stderr] 335 | fn inst_Annn(cpu: &mut Processor, nnn: u16) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_annn` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Bnnn` should have a snake case name [INFO] [stderr] --> src/processor.rs:342:4 [INFO] [stderr] | [INFO] [stderr] 342 | fn inst_Bnnn(cpu: &mut Processor, nnn: u16) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_bnnn` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Cxkk` should have a snake case name [INFO] [stderr] --> src/processor.rs:350:4 [INFO] [stderr] | [INFO] [stderr] 350 | fn inst_Cxkk(cpu: &mut Processor, x: u8, kk: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_cxkk` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Dxyn` should have a snake case name [INFO] [stderr] --> src/processor.rs:364:4 [INFO] [stderr] | [INFO] [stderr] 364 | fn inst_Dxyn(cpu: &mut Processor, x: usize, y: usize, n: usize) -> bool { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_dxyn` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Ex9E` should have a snake case name [INFO] [stderr] --> src/processor.rs:385:4 [INFO] [stderr] | [INFO] [stderr] 385 | fn inst_Ex9E(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_ex9_e` [INFO] [stderr] [INFO] [stderr] warning: function `inst_ExA1` should have a snake case name [INFO] [stderr] --> src/processor.rs:395:4 [INFO] [stderr] | [INFO] [stderr] 395 | fn inst_ExA1(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_ex_a1` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx07` should have a snake case name [INFO] [stderr] --> src/processor.rs:405:4 [INFO] [stderr] | [INFO] [stderr] 405 | fn inst_Fx07(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx07` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx0A` should have a snake case name [INFO] [stderr] --> src/processor.rs:413:4 [INFO] [stderr] | [INFO] [stderr] 413 | fn inst_Fx0A(cpu: &mut Processor, x: u8, keyboard_input: [bool; 16]) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_fx0_a` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx15` should have a snake case name [INFO] [stderr] --> src/processor.rs:428:4 [INFO] [stderr] | [INFO] [stderr] 428 | fn inst_Fx15(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx15` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx18` should have a snake case name [INFO] [stderr] --> src/processor.rs:437:4 [INFO] [stderr] | [INFO] [stderr] 437 | fn inst_Fx18(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx18` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx1E` should have a snake case name [INFO] [stderr] --> src/processor.rs:445:4 [INFO] [stderr] | [INFO] [stderr] 445 | fn inst_Fx1E(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case: `inst_fx1_e` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx29` should have a snake case name [INFO] [stderr] --> src/processor.rs:454:4 [INFO] [stderr] | [INFO] [stderr] 454 | fn inst_Fx29(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx29` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx33` should have a snake case name [INFO] [stderr] --> src/processor.rs:463:4 [INFO] [stderr] | [INFO] [stderr] 463 | fn inst_Fx33(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx33` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx55` should have a snake case name [INFO] [stderr] --> src/processor.rs:474:4 [INFO] [stderr] | [INFO] [stderr] 474 | fn inst_Fx55(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx55` [INFO] [stderr] [INFO] [stderr] warning: function `inst_Fx65` should have a snake case name [INFO] [stderr] --> src/processor.rs:485:4 [INFO] [stderr] | [INFO] [stderr] 485 | fn inst_Fx65(cpu: &mut Processor, x: u8) { [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `inst_fx65` [INFO] [stderr] [INFO] [stderr] warning: `chip_8` (bin "chip_8" test) generated 22 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/chip_8-ebe3ae4466430036) [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" "55bb35bcc81ec9a29ab726472f5db63db3c6452ca44ec9aad8a0d65e5c9225b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55bb35bcc81ec9a29ab726472f5db63db3c6452ca44ec9aad8a0d65e5c9225b2", kill_on_drop: false }` [INFO] [stdout] 55bb35bcc81ec9a29ab726472f5db63db3c6452ca44ec9aad8a0d65e5c9225b2