[INFO] cloning repository https://github.com/Moonaw36-dot/CheatScan
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Moonaw36-dot/CheatScan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoonaw36-dot%2FCheatScan", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoonaw36-dot%2FCheatScan'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2dd631382f3e036819c63917049714aa074d94d6
[INFO] checking Moonaw36-dot/CheatScan against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoonaw36-dot%2FCheatScan" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Moonaw36-dot/CheatScan
[INFO] finished tweaking git repo https://github.com/Moonaw36-dot/CheatScan
[INFO] tweaked toml for git repo https://github.com/Moonaw36-dot/CheatScan written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Moonaw36-dot/CheatScan on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Moonaw36-dot/CheatScan 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6
[INFO] running `Command { std: "docker" "start" "7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling imgui-sys v0.12.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking mint v0.5.9
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking chlorine v1.0.13
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling rfd v0.17.2
[INFO] [stderr]    Compiling derive_pod v0.1.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking windows-link v0.2.1
[INFO] [stderr]    Compiling pelite-macros v0.1.1
[INFO] [stderr]     Checking dataview v1.0.2
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]     Checking pelite v0.10.0
[INFO] [stderr]     Checking sysinfo v0.38.4
[INFO] [stderr]     Checking windows-sys v0.61.2
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking hybrid-array v0.4.10
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking digest v0.11.2
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking jwalk v0.8.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking imgui v0.12.0
[INFO] [stderr]     Checking imgui-glow-renderer v0.13.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking imgui-winit-support v0.13.0
[INFO] [stderr]     Checking CheatScan v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Suspicious` is never constructed
[INFO] [stdout]  --> src/ImportanceEnum.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum ImportanceEnum {
[INFO] [stdout]   |          -------------- variant in this enum
[INFO] [stdout] 5 |     Suspicious,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ImportanceEnum` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ImportanceEnum` should have a snake case name
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod ImportanceEnum;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `importance_enum`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Main` should have a snake case name
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod Main;
[INFO] [stdout]   |     ^^^^ help: convert the identifier to snake case: `main`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Settings` should have a snake case name
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | mod Settings;
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `settings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Structs` should have a snake case name
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod Structs;
[INFO] [stdout]   |     ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `structs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Suspicious` is never constructed
[INFO] [stdout]  --> src/ImportanceEnum.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum ImportanceEnum {
[INFO] [stdout]   |          -------------- variant in this enum
[INFO] [stdout] 5 |     Suspicious,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ImportanceEnum` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ImportanceEnum` should have a snake case name
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod ImportanceEnum;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `importance_enum`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Main` should have a snake case name
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod Main;
[INFO] [stdout]   |     ^^^^ help: convert the identifier to snake case: `main`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Settings` should have a snake case name
[INFO] [stdout]  --> src/main.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | mod Settings;
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `settings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Structs` should have a snake case name
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod Structs;
[INFO] [stdout]   |     ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `structs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.32.3, glutin-winit v0.5.0, winit v0.30.13
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] running `Command { std: "docker" "inspect" "7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6", kill_on_drop: false }`
[INFO] [stdout] 7f1a3b1dfeb4b39392b128ec63ad00c6b078119ef864ebec06746916d195faf6
