[INFO] fetching crate windows-key-listener 0.2.0...
[INFO] testing windows-key-listener-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate windows-key-listener 0.2.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate windows-key-listener 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate windows-key-listener 0.2.0
[INFO] tweaked toml for crates.io crate windows-key-listener 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate windows-key-listener 0.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate windows-key-listener 0.2.0 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-2025-09-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc971c16b2a8a0692b5e19de82a941603d5dfea9e8f24db6c6f40ce92d8e8021
[INFO] running `Command { std: "docker" "start" "-a" "dc971c16b2a8a0692b5e19de82a941603d5dfea9e8f24db6c6f40ce92d8e8021", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc971c16b2a8a0692b5e19de82a941603d5dfea9e8f24db6c6f40ce92d8e8021", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc971c16b2a8a0692b5e19de82a941603d5dfea9e8f24db6c6f40ce92d8e8021", kill_on_drop: false }`
[INFO] [stdout] dc971c16b2a8a0692b5e19de82a941603d5dfea9e8f24db6c6f40ce92d8e8021
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3432aa4261fc42d42de1c2b94fb01943613c68cc4337c893dcadb683664011f0
[INFO] running `Command { std: "docker" "start" "-a" "3432aa4261fc42d42de1c2b94fb01943613c68cc4337c893dcadb683664011f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows-link v0.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling windows-strings v0.3.1
[INFO] [stderr]    Compiling windows-result v0.3.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling windows-implement v0.59.0
[INFO] [stderr]    Compiling windows-interface v0.59.0
[INFO] [stderr]    Compiling windows-core v0.60.1
[INFO] [stderr]    Compiling windows-collections v0.1.1
[INFO] [stderr]    Compiling windows-numerics v0.1.1
[INFO] [stderr]    Compiling windows-future v0.1.1
[INFO] [stderr]    Compiling windows v0.60.0
[INFO] [stderr]    Compiling windows-key-listener v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/key_chord_parser.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::Win32::UI::Input::KeyboardAndMouse::*;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/key_listener.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | use windows::Win32::Foundation::{HWND, LPARAM, LRESULT, WPARAM, HINSTANCE, HANDLE};
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/key_listener.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use windows::Win32::System::LibraryLoader::GetModuleHandleW;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/key_listener.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | use windows::Win32::System::Threading::INFINITE;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/key_listener.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | use windows::Win32::UI::Input::KeyboardAndMouse::GetKeyState;
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/key_listener.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | use windows::Win32::UI::WindowsAndMessaging::{
[INFO] [stdout]    |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> src/key_listener.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 | use windows::core::Error as WindowsError;
[INFO] [stdout]    |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_CONTROL` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:15:44
[INFO] [stdout]    |
[INFO] [stdout] 15 |         key_map.insert("ctrl".to_string(), VK_CONTROL.0 as i32);
[INFO] [stdout]    |                                            ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_LCONTROL` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:16:45
[INFO] [stdout]    |
[INFO] [stdout] 16 |         key_map.insert("lctrl".to_string(), VK_LCONTROL.0 as i32);
[INFO] [stdout]    |                                             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_RCONTROL` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:17:45
[INFO] [stdout]    |
[INFO] [stdout] 17 |         key_map.insert("rctrl".to_string(), VK_RCONTROL.0 as i32);
[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/key_chord_parser.rs:19:45
[INFO] [stdout]    |
[INFO] [stdout] 19 |         key_map.insert("shift".to_string(), VK_SHIFT.0 as i32);
[INFO] [stdout]    |                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_LSHIFT` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:20:46
[INFO] [stdout]    |
[INFO] [stdout] 20 |         key_map.insert("lshift".to_string(), VK_LSHIFT.0 as i32);
[INFO] [stdout]    |                                              ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_RSHIFT` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:21:46
[INFO] [stdout]    |
[INFO] [stdout] 21 |         key_map.insert("rshift".to_string(), VK_RSHIFT.0 as i32);
[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/key_chord_parser.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 23 |         key_map.insert("alt".to_string(), VK_MENU.0 as i32);
[INFO] [stdout]    |                                           ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_LMENU` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:24:44
[INFO] [stdout]    |
[INFO] [stdout] 24 |         key_map.insert("lalt".to_string(), VK_LMENU.0 as i32);
[INFO] [stdout]    |                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_RMENU` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:25:44
[INFO] [stdout]    |
[INFO] [stdout] 25 |         key_map.insert("ralt".to_string(), VK_RMENU.0 as i32);
[INFO] [stdout]    |                                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_NUMLOCK` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:92:47
[INFO] [stdout]    |
[INFO] [stdout] 92 |         key_map.insert("numlock".to_string(), VK_NUMLOCK.0 as i32);
[INFO] [stdout]    |                                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_DIVIDE` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:93:48
[INFO] [stdout]    |
[INFO] [stdout] 93 |         key_map.insert("numslash".to_string(), VK_DIVIDE.0 as i32);
[INFO] [stdout]    |                                                ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_MULTIPLY` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:94:51
[INFO] [stdout]    |
[INFO] [stdout] 94 |         key_map.insert("nummultiply".to_string(), VK_MULTIPLY.0 as i32);
[INFO] [stdout]    |                                                   ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_SUBTRACT` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:95:48
[INFO] [stdout]    |
[INFO] [stdout] 95 |         key_map.insert("numminus".to_string(), VK_SUBTRACT.0 as i32);
[INFO] [stdout]    |                                                ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_ADD` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:96:47
[INFO] [stdout]    |
[INFO] [stdout] 96 |         key_map.insert("numplus".to_string(), VK_ADD.0 as i32);
[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/key_chord_parser.rs:97:48
[INFO] [stdout]    |
[INFO] [stdout] 97 |         key_map.insert("numenter".to_string(), VK_RETURN.0 as i32);
[INFO] [stdout]    |                                                ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_DECIMAL` in this scope
[INFO] [stdout]   --> src/key_chord_parser.rs:98:50
[INFO] [stdout]    |
[INFO] [stdout] 98 |         key_map.insert("numdecimal".to_string(), VK_DECIMAL.0 as i32);
[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/key_chord_parser.rs:101:44
[INFO] [stdout]     |
[INFO] [stdout] 101 |         key_map.insert("back".to_string(), VK_BACK.0 as i32);
[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/key_chord_parser.rs:102:43
[INFO] [stdout]     |
[INFO] [stdout] 102 |         key_map.insert("tab".to_string(), VK_TAB.0 as i32);
[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/key_chord_parser.rs:103:45
[INFO] [stdout]     |
[INFO] [stdout] 103 |         key_map.insert("enter".to_string(), VK_RETURN.0 as i32);
[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/key_chord_parser.rs:104:45
[INFO] [stdout]     |
[INFO] [stdout] 104 |         key_map.insert("space".to_string(), VK_SPACE.0 as i32);
[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/key_chord_parser.rs:105:48
[INFO] [stdout]     |
[INFO] [stdout] 105 |         key_map.insert("capslock".to_string(), VK_CAPITAL.0 as i32);
[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/key_chord_parser.rs:106:43
[INFO] [stdout]     |
[INFO] [stdout] 106 |         key_map.insert("esc".to_string(), VK_ESCAPE.0 as i32);
[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/key_chord_parser.rs:109:44
[INFO] [stdout]     |
[INFO] [stdout] 109 |         key_map.insert("left".to_string(), VK_LEFT.0 as i32);
[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/key_chord_parser.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |         key_map.insert("right".to_string(), VK_RIGHT.0 as i32);
[INFO] [stdout]     |                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_UP` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:111:42
[INFO] [stdout]     |
[INFO] [stdout] 111 |         key_map.insert("up".to_string(), VK_UP.0 as i32);
[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/key_chord_parser.rs:112:44
[INFO] [stdout]     |
[INFO] [stdout] 112 |         key_map.insert("down".to_string(), VK_DOWN.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_HOME` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:114:44
[INFO] [stdout]     |
[INFO] [stdout] 114 |         key_map.insert("home".to_string(), VK_HOME.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_END` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:115:43
[INFO] [stdout]     |
[INFO] [stdout] 115 |         key_map.insert("end".to_string(), VK_END.0 as i32);
[INFO] [stdout]     |                                           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_PRIOR` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:116:46
[INFO] [stdout]     |
[INFO] [stdout] 116 |         key_map.insert("pageup".to_string(), VK_PRIOR.0 as i32);
[INFO] [stdout]     |                                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_NEXT` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:117:48
[INFO] [stdout]     |
[INFO] [stdout] 117 |         key_map.insert("pagedown".to_string(), VK_NEXT.0 as i32);
[INFO] [stdout]     |                                                ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_INSERT` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:119:46
[INFO] [stdout]     |
[INFO] [stdout] 119 |         key_map.insert("insert".to_string(), VK_INSERT.0 as i32);
[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/key_chord_parser.rs:120:46
[INFO] [stdout]     |
[INFO] [stdout] 120 |         key_map.insert("delete".to_string(), VK_DELETE.0 as i32);
[INFO] [stdout]     |                                              ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_SNAPSHOT` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:123:51
[INFO] [stdout]     |
[INFO] [stdout] 123 |         key_map.insert("printscreen".to_string(), VK_SNAPSHOT.0 as i32);
[INFO] [stdout]     |                                                   ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_SCROLL` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:124:50
[INFO] [stdout]     |
[INFO] [stdout] 124 |         key_map.insert("scrolllock".to_string(), VK_SCROLL.0 as i32);
[INFO] [stdout]     |                                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_PAUSE` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 |         key_map.insert("pause".to_string(), VK_PAUSE.0 as i32);
[INFO] [stdout]     |                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_CANCEL` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:126:45
[INFO] [stdout]     |
[INFO] [stdout] 126 |         key_map.insert("break".to_string(), VK_CANCEL.0 as i32);
[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/key_chord_parser.rs:127:44
[INFO] [stdout]     |
[INFO] [stdout] 127 |         key_map.insert("menu".to_string(), VK_MENU.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_LMENU` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:128:45
[INFO] [stdout]     |
[INFO] [stdout] 128 |         key_map.insert("lmenu".to_string(), VK_LMENU.0 as i32);
[INFO] [stdout]     |                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_RMENU` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:129:45
[INFO] [stdout]     |
[INFO] [stdout] 129 |         key_map.insert("rmenu".to_string(), VK_RMENU.0 as i32);
[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/key_chord_parser.rs:131:44
[INFO] [stdout]     |
[INFO] [stdout] 131 |         key_map.insert("lwin".to_string(), VK_LWIN.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_RWIN` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:132:44
[INFO] [stdout]     |
[INFO] [stdout] 132 |         key_map.insert("rwin".to_string(), VK_RWIN.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_APPS` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:134:44
[INFO] [stdout]     |
[INFO] [stdout] 134 |         key_map.insert("apps".to_string(), VK_APPS.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_SLEEP` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:135:45
[INFO] [stdout]     |
[INFO] [stdout] 135 |         key_map.insert("sleep".to_string(), VK_SLEEP.0 as i32);
[INFO] [stdout]     |                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_ZOOM` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:136:44
[INFO] [stdout]     |
[INFO] [stdout] 136 |         key_map.insert("zoom".to_string(), VK_ZOOM.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_VOLUME_UP` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:139:48
[INFO] [stdout]     |
[INFO] [stdout] 139 |         key_map.insert("volumeup".to_string(), VK_VOLUME_UP.0 as i32);
[INFO] [stdout]     |                                                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_VOLUME_DOWN` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:140:50
[INFO] [stdout]     |
[INFO] [stdout] 140 |         key_map.insert("volumedown".to_string(), VK_VOLUME_DOWN.0 as i32);
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_VOLUME_MUTE` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:141:50
[INFO] [stdout]     |
[INFO] [stdout] 141 |         key_map.insert("volumemute".to_string(), VK_VOLUME_MUTE.0 as i32);
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_MEDIA_STOP` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:143:44
[INFO] [stdout]     |
[INFO] [stdout] 143 |         key_map.insert("stop".to_string(), VK_MEDIA_STOP.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_MEDIA_PLAY_PAUSE` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:144:49
[INFO] [stdout]     |
[INFO] [stdout] 144 |         key_map.insert("playpause".to_string(), VK_MEDIA_PLAY_PAUSE.0 as i32);
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_MEDIA_PREV_TRACK` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:145:44
[INFO] [stdout]     |
[INFO] [stdout] 145 |         key_map.insert("prev".to_string(), VK_MEDIA_PREV_TRACK.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `VK_MEDIA_NEXT_TRACK` in this scope
[INFO] [stdout]    --> src/key_chord_parser.rs:146:44
[INFO] [stdout]     |
[INFO] [stdout] 146 |         key_map.insert("next".to_string(), VK_MEDIA_NEXT_TRACK.0 as i32);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-key-listener` (lib) due to 58 previous errors
[INFO] running `Command { std: "docker" "inspect" "3432aa4261fc42d42de1c2b94fb01943613c68cc4337c893dcadb683664011f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3432aa4261fc42d42de1c2b94fb01943613c68cc4337c893dcadb683664011f0", kill_on_drop: false }`
[INFO] [stdout] 3432aa4261fc42d42de1c2b94fb01943613c68cc4337c893dcadb683664011f0
