[INFO] fetching crate wowint 2024.12.60011...
[INFO] building wowint-2024.12.60011 against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216-2
[INFO] extracting crate wowint 2024.12.60011 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate wowint 2024.12.60011 on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate wowint 2024.12.60011
[INFO] finished tweaking crates.io crate wowint 2024.12.60011
[INFO] tweaked toml for crates.io crate wowint 2024.12.60011 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate wowint 2024.12.60011 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.167
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b8111b832aba245bc0df196143e0193018722979e2aa2e1d1f3810f7831c1027
[INFO] running `Command { std: "docker" "start" "-a" "b8111b832aba245bc0df196143e0193018722979e2aa2e1d1f3810f7831c1027", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8111b832aba245bc0df196143e0193018722979e2aa2e1d1f3810f7831c1027", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8111b832aba245bc0df196143e0193018722979e2aa2e1d1f3810f7831c1027", kill_on_drop: false }`
[INFO] [stdout] b8111b832aba245bc0df196143e0193018722979e2aa2e1d1f3810f7831c1027
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e36f14d69eda474a1cf20c7dc2b1b636d0fa48c131fbfc8aab54ad10d1c6c68
[INFO] running `Command { std: "docker" "start" "-a" "1e36f14d69eda474a1cf20c7dc2b1b636d0fa48c131fbfc8aab54ad10d1c6c68", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wowint v2024.12.60011 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/utility/mod.rs:510:13
[INFO] [stdout]     |
[INFO] [stdout] 508 |             WowWindowKeyInt::LeftAlt => "LeftAlt",
[INFO] [stdout]     |             ------------------------ matches all the relevant values
[INFO] [stdout] 509 |             WowWindowKeyInt::RightAlt => "RightAlt",
[INFO] [stdout] 510 |             WowWindowKeyInt::LeftAlt => "LeftMenu",
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/utility/mod.rs:511:13
[INFO] [stdout]     |
[INFO] [stdout] 509 |             WowWindowKeyInt::RightAlt => "RightAlt",
[INFO] [stdout]     |             ------------------------- matches all the relevant values
[INFO] [stdout] 510 |             WowWindowKeyInt::LeftAlt => "LeftMenu",
[INFO] [stdout] 511 |             WowWindowKeyInt::RightAlt => "RightMenu",
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/utility/mod.rs:137:8
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl EnumWowKey {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn new() -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `key_name` is never used
[INFO] [stdout]    --> src/utility/mod.rs:433:8
[INFO] [stdout]     |
[INFO] [stdout] 429 | impl WowWindowKeyInt {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 433 |     fn key_name(&self) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `keyName` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     keyName: String,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to snake case: `key_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowDecimal` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     windowDecimal: u8,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_decimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowHexadecimal` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     windowHexadecimal: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_hexadecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pressInteger` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pressInteger: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `press_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `releaseInteger` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     releaseInteger: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `release_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::seq::SliceRandom`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rand::seq::SliceRandom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `EnumWowKey`
[INFO] [stdout]  --> src/main.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use wowint::utility::{EnumWowKey, WowWindowKeyInt};
[INFO] [stdout]   |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rotateLeft` should have a snake case name
[INFO] [stdout]   --> src/main.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let rotateLeft: i32 = (WowWindowKeyInt::Numpad4 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `rotate_left`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rotateRight` should have a snake case name
[INFO] [stdout]   --> src/main.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let rotateRight: i32 = (WowWindowKeyInt::Numpad6 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `rotate_right`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveFroward` should have a snake case name
[INFO] [stdout]   --> src/main.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let moveFroward: i32 = (WowWindowKeyInt::Numpad8 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `move_froward`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveBackwardd` should have a snake case name
[INFO] [stdout]   --> src/main.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let moveBackwardd: i32 = (WowWindowKeyInt::Numpad2 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `move_backwardd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveUp` should have a snake case name
[INFO] [stdout]   --> src/main.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let moveUp: i32 = (WowWindowKeyInt::Numpad2 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `move_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveDown` should have a snake case name
[INFO] [stdout]   --> src/main.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let moveDown: i32 = (WowWindowKeyInt::Numpad0 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `move_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveLeft` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let moveLeft: i32 = (WowWindowKeyInt::Numpad1 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `move_left`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveRight` should have a snake case name
[INFO] [stdout]   --> src/main.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let moveRight: i32 = (WowWindowKeyInt::Numpad3 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `move_right`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.35s
[INFO] running `Command { std: "docker" "inspect" "1e36f14d69eda474a1cf20c7dc2b1b636d0fa48c131fbfc8aab54ad10d1c6c68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e36f14d69eda474a1cf20c7dc2b1b636d0fa48c131fbfc8aab54ad10d1c6c68", kill_on_drop: false }`
[INFO] [stdout] 1e36f14d69eda474a1cf20c7dc2b1b636d0fa48c131fbfc8aab54ad10d1c6c68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b77698c5112b8068f573a2365cf747e62912cf7a0959d1d0890fad7e1594c32
[INFO] running `Command { std: "docker" "start" "-a" "9b77698c5112b8068f573a2365cf747e62912cf7a0959d1d0890fad7e1594c32", kill_on_drop: false }`
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/utility/mod.rs:510:13
[INFO] [stdout]     |
[INFO] [stdout] 508 |             WowWindowKeyInt::LeftAlt => "LeftAlt",
[INFO] [stdout]     |             ------------------------ matches all the relevant values
[INFO] [stdout] 509 |             WowWindowKeyInt::RightAlt => "RightAlt",
[INFO] [stdout] 510 |             WowWindowKeyInt::LeftAlt => "LeftMenu",
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wowint v2024.12.60011 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/utility/mod.rs:511:13
[INFO] [stdout]     |
[INFO] [stdout] 509 |             WowWindowKeyInt::RightAlt => "RightAlt",
[INFO] [stdout]     |             ------------------------- matches all the relevant values
[INFO] [stdout] 510 |             WowWindowKeyInt::LeftAlt => "LeftMenu",
[INFO] [stdout] 511 |             WowWindowKeyInt::RightAlt => "RightMenu",
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/utility/mod.rs:137:8
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl EnumWowKey {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn new() -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `key_name` is never used
[INFO] [stdout]    --> src/utility/mod.rs:433:8
[INFO] [stdout]     |
[INFO] [stdout] 429 | impl WowWindowKeyInt {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 433 |     fn key_name(&self) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `keyName` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     keyName: String,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to snake case: `key_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowDecimal` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     windowDecimal: u8,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_decimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowHexadecimal` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     windowHexadecimal: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_hexadecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pressInteger` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pressInteger: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `press_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `releaseInteger` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     releaseInteger: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `release_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::seq::SliceRandom`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rand::seq::SliceRandom;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `EnumWowKey`
[INFO] [stdout]  --> src/main.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use wowint::utility::{EnumWowKey, WowWindowKeyInt};
[INFO] [stdout]   |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rotateLeft` should have a snake case name
[INFO] [stdout]   --> src/main.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let rotateLeft: i32 = (WowWindowKeyInt::Numpad4 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `rotate_left`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rotateRight` should have a snake case name
[INFO] [stdout]   --> src/main.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let rotateRight: i32 = (WowWindowKeyInt::Numpad6 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `rotate_right`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveFroward` should have a snake case name
[INFO] [stdout]   --> src/main.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let moveFroward: i32 = (WowWindowKeyInt::Numpad8 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `move_froward`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveBackwardd` should have a snake case name
[INFO] [stdout]   --> src/main.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let moveBackwardd: i32 = (WowWindowKeyInt::Numpad2 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `move_backwardd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveUp` should have a snake case name
[INFO] [stdout]   --> src/main.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let moveUp: i32 = (WowWindowKeyInt::Numpad2 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `move_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveDown` should have a snake case name
[INFO] [stdout]   --> src/main.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let moveDown: i32 = (WowWindowKeyInt::Numpad0 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `move_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveLeft` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let moveLeft: i32 = (WowWindowKeyInt::Numpad1 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `move_left`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `moveRight` should have a snake case name
[INFO] [stdout]   --> src/main.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let moveRight: i32 = (WowWindowKeyInt::Numpad3 as i32) + 1000;
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `move_right`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/utility/mod.rs:510:13
[INFO] [stdout]     |
[INFO] [stdout] 508 |             WowWindowKeyInt::LeftAlt => "LeftAlt",
[INFO] [stdout]     |             ------------------------ matches all the relevant values
[INFO] [stdout] 509 |             WowWindowKeyInt::RightAlt => "RightAlt",
[INFO] [stdout] 510 |             WowWindowKeyInt::LeftAlt => "LeftMenu",
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/utility/mod.rs:511:13
[INFO] [stdout]     |
[INFO] [stdout] 509 |             WowWindowKeyInt::RightAlt => "RightAlt",
[INFO] [stdout]     |             ------------------------- matches all the relevant values
[INFO] [stdout] 510 |             WowWindowKeyInt::LeftAlt => "LeftMenu",
[INFO] [stdout] 511 |             WowWindowKeyInt::RightAlt => "RightMenu",
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/utility/mod.rs:137:8
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl EnumWowKey {
[INFO] [stdout]     | --------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn new() -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `key_name` is never used
[INFO] [stdout]    --> src/utility/mod.rs:433:8
[INFO] [stdout]     |
[INFO] [stdout] 429 | impl WowWindowKeyInt {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 433 |     fn key_name(&self) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `keyName` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     keyName: String,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to snake case: `key_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowDecimal` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     windowDecimal: u8,
[INFO] [stdout]     |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_decimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `windowHexadecimal` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     windowHexadecimal: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `window_hexadecimal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pressInteger` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pressInteger: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `press_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `releaseInteger` should have a snake case name
[INFO] [stdout]    --> src/utility/mod.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     releaseInteger: u16,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `release_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "9b77698c5112b8068f573a2365cf747e62912cf7a0959d1d0890fad7e1594c32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b77698c5112b8068f573a2365cf747e62912cf7a0959d1d0890fad7e1594c32", kill_on_drop: false }`
[INFO] [stdout] 9b77698c5112b8068f573a2365cf747e62912cf7a0959d1d0890fad7e1594c32
