[INFO] cloning repository https://github.com/michailVs/layer_switch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michailVs/layer_switch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmichailVs%2Flayer_switch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmichailVs%2Flayer_switch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6052df08abe91468a0eb6fbc4b8f2fde245b9e91
[INFO] testing michailVs/layer_switch against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmichailVs%2Flayer_switch" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/michailVs/layer_switch
[INFO] finished tweaking git repo https://github.com/michailVs/layer_switch
[INFO] tweaked toml for git repo https://github.com/michailVs/layer_switch written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michailVs/layer_switch on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michailVs/layer_switch 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3d5e40cf6669e8705fd4bb9fa3c52839e157639950ecb0eeee526709465a2529
[INFO] running `Command { std: "docker" "start" "-a" "3d5e40cf6669e8705fd4bb9fa3c52839e157639950ecb0eeee526709465a2529", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d5e40cf6669e8705fd4bb9fa3c52839e157639950ecb0eeee526709465a2529", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d5e40cf6669e8705fd4bb9fa3c52839e157639950ecb0eeee526709465a2529", kill_on_drop: false }`
[INFO] [stdout] 3d5e40cf6669e8705fd4bb9fa3c52839e157639950ecb0eeee526709465a2529
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9cc971765fd056aee5afaca5a6af363948e9e5ccfd59e00765ebebae23cbf9e0
[INFO] running `Command { std: "docker" "start" "-a" "9cc971765fd056aee5afaca5a6af363948e9e5ccfd59e00765ebebae23cbf9e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.52.6
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]    Compiling windows-targets v0.52.6
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling windows-result v0.2.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling dpi v0.1.2
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling windows-strings v0.1.0
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling libxdo v0.6.0
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling embed-resource v3.0.6
[INFO] [stderr]    Compiling layer_switch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling windows-core v0.58.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling windows v0.58.0
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling glib v0.18.5
[INFO] [stderr]    Compiling libappindicator-sys v0.9.0
[INFO] [stderr]    Compiling cairo-rs v0.18.5
[INFO] [stderr]    Compiling atk v0.18.2
[INFO] [stderr]    Compiling pango v0.18.3
[INFO] [stderr]    Compiling gdk-pixbuf v0.18.5
[INFO] [stderr]    Compiling gdk v0.18.2
[INFO] [stderr]    Compiling muda v0.17.1
[INFO] [stderr]    Compiling libappindicator v0.9.0
[INFO] [stderr]    Compiling tray-icon v0.21.3
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/main.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows::Win32::Foundation::{HINSTANCE, LPARAM, LRESULT, WPARAM};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | use windows::Win32::UI::Input::KeyboardAndMouse::*;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> src/main.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use windows::Win32::UI::WindowsAndMessaging::*;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_UP` in this scope
[INFO] [stdout]   --> src/main.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |         "UP" => VK_UP.0, "DOWN" => VK_DOWN.0, "LEFT" => VK_LEFT.0, "RIGHT" => VK_RIGHT.0,
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_DOWN` in this scope
[INFO] [stdout]   --> src/main.rs:31:36
[INFO] [stdout]    |
[INFO] [stdout] 31 |         "UP" => VK_UP.0, "DOWN" => VK_DOWN.0, "LEFT" => VK_LEFT.0, "RIGHT" => VK_RIGHT.0,
[INFO] [stdout]    |                                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_LEFT` in this scope
[INFO] [stdout]   --> src/main.rs:31:57
[INFO] [stdout]    |
[INFO] [stdout] 31 |         "UP" => VK_UP.0, "DOWN" => VK_DOWN.0, "LEFT" => VK_LEFT.0, "RIGHT" => VK_RIGHT.0,
[INFO] [stdout]    |                                                         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_RIGHT` in this scope
[INFO] [stdout]   --> src/main.rs:31:79
[INFO] [stdout]    |
[INFO] [stdout] 31 |         "UP" => VK_UP.0, "DOWN" => VK_DOWN.0, "LEFT" => VK_LEFT.0, "RIGHT" => VK_RIGHT.0,
[INFO] [stdout]    |                                                                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_SPACE` in this scope
[INFO] [stdout]   --> src/main.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |         "SPACE" => VK_SPACE.0, "ENTER" => VK_RETURN.0, "ESC" => VK_ESCAPE.0, "BACKSPACE" => VK_BACK.0,
[INFO] [stdout]    |                    ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_RETURN` in this scope
[INFO] [stdout]   --> src/main.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 |         "SPACE" => VK_SPACE.0, "ENTER" => VK_RETURN.0, "ESC" => VK_ESCAPE.0, "BACKSPACE" => VK_BACK.0,
[INFO] [stdout]    |                                           ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_ESCAPE` in this scope
[INFO] [stdout]   --> src/main.rs:32:65
[INFO] [stdout]    |
[INFO] [stdout] 32 |         "SPACE" => VK_SPACE.0, "ENTER" => VK_RETURN.0, "ESC" => VK_ESCAPE.0, "BACKSPACE" => VK_BACK.0,
[INFO] [stdout]    |                                                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_BACK` in this scope
[INFO] [stdout]   --> src/main.rs:32:93
[INFO] [stdout]    |
[INFO] [stdout] 32 |         "SPACE" => VK_SPACE.0, "ENTER" => VK_RETURN.0, "ESC" => VK_ESCAPE.0, "BACKSPACE" => VK_BACK.0,
[INFO] [stdout]    |                                                                                             ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_TAB` in this scope
[INFO] [stdout]   --> src/main.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |         "TAB" => VK_TAB.0, "DEL" => VK_DELETE.0, "CAPS" => VK_CAPITAL.0,
[INFO] [stdout]    |                  ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_DELETE` in this scope
[INFO] [stdout]   --> src/main.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |         "TAB" => VK_TAB.0, "DEL" => VK_DELETE.0, "CAPS" => VK_CAPITAL.0,
[INFO] [stdout]    |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_CAPITAL` in this scope
[INFO] [stdout]   --> src/main.rs:33:60
[INFO] [stdout]    |
[INFO] [stdout] 33 |         "TAB" => VK_TAB.0, "DEL" => VK_DELETE.0, "CAPS" => VK_CAPITAL.0,
[INFO] [stdout]    |                                                            ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F1` in this scope
[INFO] [stdout]   --> src/main.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |         "F1" => VK_F1.0, "F2" => VK_F2.0, "F3" => VK_F3.0, "F4" => VK_F4.0, "F5" => VK_F5.0,
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F2` in this scope
[INFO] [stdout]   --> src/main.rs:34:34
[INFO] [stdout]    |
[INFO] [stdout] 34 |         "F1" => VK_F1.0, "F2" => VK_F2.0, "F3" => VK_F3.0, "F4" => VK_F4.0, "F5" => VK_F5.0,
[INFO] [stdout]    |                                  ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F3` in this scope
[INFO] [stdout]   --> src/main.rs:34:51
[INFO] [stdout]    |
[INFO] [stdout] 34 |         "F1" => VK_F1.0, "F2" => VK_F2.0, "F3" => VK_F3.0, "F4" => VK_F4.0, "F5" => VK_F5.0,
[INFO] [stdout]    |                                                   ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F4` in this scope
[INFO] [stdout]   --> src/main.rs:34:68
[INFO] [stdout]    |
[INFO] [stdout] 34 |         "F1" => VK_F1.0, "F2" => VK_F2.0, "F3" => VK_F3.0, "F4" => VK_F4.0, "F5" => VK_F5.0,
[INFO] [stdout]    |                                                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F5` in this scope
[INFO] [stdout]   --> src/main.rs:34:85
[INFO] [stdout]    |
[INFO] [stdout] 34 |         "F1" => VK_F1.0, "F2" => VK_F2.0, "F3" => VK_F3.0, "F4" => VK_F4.0, "F5" => VK_F5.0,
[INFO] [stdout]    |                                                                                     ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F6` in this scope
[INFO] [stdout]   --> src/main.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |         "F6" => VK_F6.0, "F7" => VK_F7.0, "F8" => VK_F8.0, "F9" => VK_F9.0, "F10" => VK_F10.0,
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F7` in this scope
[INFO] [stdout]   --> src/main.rs:35:34
[INFO] [stdout]    |
[INFO] [stdout] 35 |         "F6" => VK_F6.0, "F7" => VK_F7.0, "F8" => VK_F8.0, "F9" => VK_F9.0, "F10" => VK_F10.0,
[INFO] [stdout]    |                                  ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F8` in this scope
[INFO] [stdout]   --> src/main.rs:35:51
[INFO] [stdout]    |
[INFO] [stdout] 35 |         "F6" => VK_F6.0, "F7" => VK_F7.0, "F8" => VK_F8.0, "F9" => VK_F9.0, "F10" => VK_F10.0,
[INFO] [stdout]    |                                                   ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F9` in this scope
[INFO] [stdout]   --> src/main.rs:35:68
[INFO] [stdout]    |
[INFO] [stdout] 35 |         "F6" => VK_F6.0, "F7" => VK_F7.0, "F8" => VK_F8.0, "F9" => VK_F9.0, "F10" => VK_F10.0,
[INFO] [stdout]    |                                                                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F10` in this scope
[INFO] [stdout]   --> src/main.rs:35:86
[INFO] [stdout]    |
[INFO] [stdout] 35 |         "F6" => VK_F6.0, "F7" => VK_F7.0, "F8" => VK_F8.0, "F9" => VK_F9.0, "F10" => VK_F10.0,
[INFO] [stdout]    |                                                                                      ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F11` in this scope
[INFO] [stdout]   --> src/main.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 |         "F11" => VK_F11.0, "F12" => VK_F12.0,
[INFO] [stdout]    |                  ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_F12` in this scope
[INFO] [stdout]   --> src/main.rs:36:37
[INFO] [stdout]    |
[INFO] [stdout] 36 |         "F11" => VK_F11.0, "F12" => VK_F12.0,
[INFO] [stdout]    |                                     ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_SHIFT` in this scope
[INFO] [stdout]   --> src/main.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |         "SHIFT" => VK_SHIFT.0, "CTRL" => VK_CONTROL.0, "ALT" => VK_MENU.0, "WIN" => VK_LWIN.0,
[INFO] [stdout]    |                    ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_CONTROL` in this scope
[INFO] [stdout]   --> src/main.rs:37:42
[INFO] [stdout]    |
[INFO] [stdout] 37 |         "SHIFT" => VK_SHIFT.0, "CTRL" => VK_CONTROL.0, "ALT" => VK_MENU.0, "WIN" => VK_LWIN.0,
[INFO] [stdout]    |                                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_MENU` in this scope
[INFO] [stdout]   --> src/main.rs:37:65
[INFO] [stdout]    |
[INFO] [stdout] 37 |         "SHIFT" => VK_SHIFT.0, "CTRL" => VK_CONTROL.0, "ALT" => VK_MENU.0, "WIN" => VK_LWIN.0,
[INFO] [stdout]    |                                                                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_LWIN` in this scope
[INFO] [stdout]   --> src/main.rs:37:85
[INFO] [stdout]    |
[INFO] [stdout] 37 |         "SHIFT" => VK_SHIFT.0, "CTRL" => VK_CONTROL.0, "ALT" => VK_MENU.0, "WIN" => VK_LWIN.0,
[INFO] [stdout]    |                                                                                     ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_SHIFT` in this scope
[INFO] [stdout]   --> src/main.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |         "SHIFT" => VK_SHIFT.0,
[INFO] [stdout]    |                    ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_CONTROL` in this scope
[INFO] [stdout]   --> src/main.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |         "CTRL" => VK_CONTROL.0,
[INFO] [stdout]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_MENU` in this scope
[INFO] [stdout]   --> src/main.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |         "ALT" => VK_MENU.0,
[INFO] [stdout]    |                  ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KBDLLHOOKSTRUCT` in this scope
[INFO] [stdout]   --> src/main.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let kbd = *(l.0 as *const KBDLLHOOKSTRUCT);
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `WM_KEYDOWN` in this scope
[INFO] [stdout]   --> src/main.rs:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let down = w.0 == WM_KEYDOWN as usize || w.0 == WM_SYSKEYDOWN as usize;
[INFO] [stdout]    |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `WM_SYSKEYDOWN` in this scope
[INFO] [stdout]   --> src/main.rs:57:57
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let down = w.0 == WM_KEYDOWN as usize || w.0 == WM_SYSKEYDOWN as usize;
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `WM_KEYUP` in this scope
[INFO] [stdout]   --> src/main.rs:58:25
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let up = w.0 == WM_KEYUP as usize || w.0 == WM_SYSKEYUP as usize;
[INFO] [stdout]    |                         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `WM_SYSKEYUP` in this scope
[INFO] [stdout]   --> src/main.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let up = w.0 == WM_KEYUP as usize || w.0 == WM_SYSKEYUP as usize;
[INFO] [stdout]    |                                                     ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `KEYEVENTF_KEYUP` in this scope
[INFO] [stdout]   --> src/main.rs:81:45
[INFO] [stdout]    |
[INFO] [stdout] 81 |                         let flags = if up { KEYEVENTF_KEYUP } else { KEYBD_EVENT_FLAGS(0) };
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `WH_KEYBOARD_LL` in this scope
[INFO] [stdout]    --> src/main.rs:118:38
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let hook = SetWindowsHookExW(WH_KEYBOARD_LL, Some(kb_callback), HINSTANCE(null_mut()), 0).unwrap();
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `WM_COMMAND` in this scope
[INFO] [stdout]    --> src/main.rs:121:31
[INFO] [stdout]     |
[INFO] [stdout] 121 |             if msg.message == WM_COMMAND { std::process::exit(0); }
[INFO] [stdout]     |                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetAsyncKeyState` in this scope
[INFO] [stdout]   --> src/main.rs:50:6
[INFO] [stdout]    |
[INFO] [stdout] 50 |     (GetAsyncKeyState(vk as i32) as u16 & 0x8000) != 0
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `KEYBD_EVENT_FLAGS` in this scope
[INFO] [stdout]   --> src/main.rs:81:70
[INFO] [stdout]    |
[INFO] [stdout] 81 |                         let flags = if up { KEYEVENTF_KEYUP } else { KEYBD_EVENT_FLAGS(0) };
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `keybd_event` in this scope
[INFO] [stdout]   --> src/main.rs:82:25
[INFO] [stdout]    |
[INFO] [stdout] 82 |                         keybd_event(target_vk as u8, 0, flags, 0);
[INFO] [stdout]    |                         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CallNextHookEx` in this scope
[INFO] [stdout]   --> src/main.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     CallNextHookEx(None, code, w, l)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `from_resource` found for struct `tray_icon::Icon` in the current scope
[INFO] [stdout]    --> src/main.rs:98:31
[INFO] [stdout]     |
[INFO] [stdout]  98 |     let tray_icon_img = Icon::from_resource(1, None).expect("Icon not found in resources");
[INFO] [stdout]     |                               ^^^^^^^^^^^^^ associated function or constant not found in `tray_icon::Icon`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `tray_icon::Icon`, consider using `tray_icon::Icon::from_rgba` which returns `Result<tray_icon::Icon, tray_icon::BadIcon>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tray-icon-0.21.3/src/icon.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn from_rgba(rgba: Vec<u8>, width: u32, height: u32) -> Result<Self, BadIcon> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowsHookExW` in this scope
[INFO] [stdout]    --> src/main.rs:118:20
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let hook = SetWindowsHookExW(WH_KEYBOARD_LL, Some(kb_callback), HINSTANCE(null_mut()), 0).unwrap();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MSG` in this scope
[INFO] [stdout]    --> src/main.rs:119:23
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let mut msg = MSG::default();
[INFO] [stdout]     |                       ^^^ use of undeclared type `MSG`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetMessageW` in this scope
[INFO] [stdout]    --> src/main.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout] 120 |         while GetMessageW(&mut msg, None, 0, 0).as_bool() {
[INFO] [stdout]     |               ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope
[INFO] [stdout]    --> src/main.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             TranslateMessage(&msg);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope
[INFO] [stdout]    --> src/main.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             DispatchMessageW(&msg);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnhookWindowsHookEx` in this scope
[INFO] [stdout]    --> src/main.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         UnhookWindowsHookEx(hook).ok();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `layer_switch` (bin "layer_switch") due to 52 previous errors
[INFO] running `Command { std: "docker" "inspect" "9cc971765fd056aee5afaca5a6af363948e9e5ccfd59e00765ebebae23cbf9e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cc971765fd056aee5afaca5a6af363948e9e5ccfd59e00765ebebae23cbf9e0", kill_on_drop: false }`
[INFO] [stdout] 9cc971765fd056aee5afaca5a6af363948e9e5ccfd59e00765ebebae23cbf9e0
