[INFO] cloning repository https://github.com/machinetech/chip8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/machinetech/chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fchip8", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fchip8'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cab3abb1c134d76bb3642e8bf82a439c26050b7d [INFO] checking machinetech/chip8 against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fchip8" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/machinetech/chip8 on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/machinetech/chip8 [INFO] finished tweaking git repo https://github.com/machinetech/chip8 [INFO] tweaked toml for git repo https://github.com/machinetech/chip8 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/machinetech/chip8 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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 974cbd9c3b65ed9a4abb2271dd4814bf90a847e1e9da7aa6e0dcd92fb59c5c92 [INFO] running `Command { std: "docker" "start" "-a" "974cbd9c3b65ed9a4abb2271dd4814bf90a847e1e9da7aa6e0dcd92fb59c5c92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "974cbd9c3b65ed9a4abb2271dd4814bf90a847e1e9da7aa6e0dcd92fb59c5c92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "974cbd9c3b65ed9a4abb2271dd4814bf90a847e1e9da7aa6e0dcd92fb59c5c92", kill_on_drop: false }` [INFO] [stdout] 974cbd9c3b65ed9a4abb2271dd4814bf90a847e1e9da7aa6e0dcd92fb59c5c92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5bc1930fcb292779ceba75040056e56e0c8d65173d009e20a18394983ca2bbd [INFO] running `Command { std: "docker" "start" "-a" "c5bc1930fcb292779ceba75040056e56e0c8d65173d009e20a18394983ca2bbd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling sdl2 v0.36.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling sdl2-sys v0.36.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Compiling syn v2.0.50 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Checking chip8 v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/chip8/emu.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `sdl2` is imported redundantly [INFO] [stdout] --> src/chip8/ui.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sdl2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate sdl2; [INFO] [stdout] | ------------------ the item `sdl2` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/chip8/emu.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/385fa9d845dd326c6bbfd58c22244215e431948a/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `sdl2` is imported redundantly [INFO] [stdout] --> src/chip8/ui.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sdl2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate sdl2; [INFO] [stdout] | ------------------ the item `sdl2` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_A` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1847:8 [INFO] [stdout] | [INFO] [stdout] 1847 | fn test_opcode_dxyn_draw_font_A() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_B` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1868:8 [INFO] [stdout] | [INFO] [stdout] 1868 | fn test_opcode_dxyn_draw_font_B() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_C` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1889:8 [INFO] [stdout] | [INFO] [stdout] 1889 | fn test_opcode_dxyn_draw_font_C() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_D` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1910:8 [INFO] [stdout] | [INFO] [stdout] 1910 | fn test_opcode_dxyn_draw_font_D() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_E` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1931:8 [INFO] [stdout] | [INFO] [stdout] 1931 | fn test_opcode_dxyn_draw_font_E() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_F` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1952:8 [INFO] [stdout] | [INFO] [stdout] 1952 | fn test_opcode_dxyn_draw_font_F() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s [INFO] running `Command { std: "docker" "inspect" "c5bc1930fcb292779ceba75040056e56e0c8d65173d009e20a18394983ca2bbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5bc1930fcb292779ceba75040056e56e0c8d65173d009e20a18394983ca2bbd", kill_on_drop: false }` [INFO] [stdout] c5bc1930fcb292779ceba75040056e56e0c8d65173d009e20a18394983ca2bbd [INFO] checking machinetech/chip8 against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmachinetech%2Fchip8" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/machinetech/chip8 on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/machinetech/chip8 [INFO] finished tweaking git repo https://github.com/machinetech/chip8 [INFO] tweaked toml for git repo https://github.com/machinetech/chip8 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/machinetech/chip8 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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62813612b9b47ce1be23d230c6d8baa1a003429fd30b8d24eb079cdf24fdd22f [INFO] running `Command { std: "docker" "start" "-a" "62813612b9b47ce1be23d230c6d8baa1a003429fd30b8d24eb079cdf24fdd22f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62813612b9b47ce1be23d230c6d8baa1a003429fd30b8d24eb079cdf24fdd22f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62813612b9b47ce1be23d230c6d8baa1a003429fd30b8d24eb079cdf24fdd22f", kill_on_drop: false }` [INFO] [stdout] 62813612b9b47ce1be23d230c6d8baa1a003429fd30b8d24eb079cdf24fdd22f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02c13330898f13b4d268b9829c40619fa28d8aff2fe85c193d8c9494583a1a90 [INFO] running `Command { std: "docker" "start" "-a" "02c13330898f13b4d268b9829c40619fa28d8aff2fe85c193d8c9494583a1a90", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling sdl2 v0.36.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling sdl2-sys v0.36.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.50 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Checking chip8 v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/chip8/emu.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `sdl2` is imported redundantly [INFO] [stdout] --> src/chip8/ui.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sdl2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate sdl2; [INFO] [stdout] | ------------------ the item `sdl2` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Default` is imported redundantly [INFO] [stdout] --> src/chip8/emu.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::default::Default; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/645bb72776a6a56a1a8f52631a44bd082b2ba509/library/std/src/prelude/mod.rs:124:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Default` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `sdl2` is imported redundantly [INFO] [stdout] --> src/chip8/ui.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sdl2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate sdl2; [INFO] [stdout] | ------------------ the item `sdl2` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_A` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1847:8 [INFO] [stdout] | [INFO] [stdout] 1847 | fn test_opcode_dxyn_draw_font_A() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_B` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1868:8 [INFO] [stdout] | [INFO] [stdout] 1868 | fn test_opcode_dxyn_draw_font_B() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_C` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1889:8 [INFO] [stdout] | [INFO] [stdout] 1889 | fn test_opcode_dxyn_draw_font_C() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_D` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1910:8 [INFO] [stdout] | [INFO] [stdout] 1910 | fn test_opcode_dxyn_draw_font_D() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_E` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1931:8 [INFO] [stdout] | [INFO] [stdout] 1931 | fn test_opcode_dxyn_draw_font_E() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_opcode_dxyn_draw_font_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_opcode_dxyn_draw_font_F` should have a snake case name [INFO] [stdout] --> src/chip8/emu.rs:1952:8 [INFO] [stdout] | [INFO] [stdout] 1952 | fn test_opcode_dxyn_draw_font_F() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `test_opcode_dxyn_draw_font_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s [INFO] running `Command { std: "docker" "inspect" "02c13330898f13b4d268b9829c40619fa28d8aff2fe85c193d8c9494583a1a90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02c13330898f13b4d268b9829c40619fa28d8aff2fe85c193d8c9494583a1a90", kill_on_drop: false }` [INFO] [stdout] 02c13330898f13b4d268b9829c40619fa28d8aff2fe85c193d8c9494583a1a90