[INFO] updating cached repository https://github.com/boringcactus/OWReplayRenderer
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] a67b4fba3e60b1abe7d96f76859ab987ae8014cc
[INFO] checking boringcactus/OWReplayRenderer against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboringcactus%2FOWReplayRenderer" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/boringcactus/OWReplayRenderer on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/boringcactus/OWReplayRenderer
[INFO] finished tweaking git repo https://github.com/boringcactus/OWReplayRenderer
[INFO] tweaked toml for git repo https://github.com/boringcactus/OWReplayRenderer written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/boringcactus/OWReplayRenderer already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 3ec4a87803c04614e156547b5ac569fe1d1c20909f4dbbd397eb4d9760877650
[INFO] running `"docker" "start" "-a" "3ec4a87803c04614e156547b5ac569fe1d1c20909f4dbbd397eb4d9760877650"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]    Compiling openssl-sys v0.9.51
[INFO] [stderr]     Checking crossbeam-utils v0.7.0
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking num-bigint v0.2.3
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking rusttype v0.8.1
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]     Checking tiff v0.3.1
[INFO] [stderr]     Checking crossbeam-epoch v0.8.0
[INFO] [stderr]     Checking rulinalg v0.4.2
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking tokio-reactor v0.1.10
[INFO] [stderr]    Compiling openssl v0.10.25
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]     Checking num-rational v0.2.2
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking num v0.2.0
[INFO] [stderr]     Checking rayon-core v1.6.0
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking rayon v1.2.0
[INFO] [stderr]     Checking tokio-tls v0.2.1
[INFO] [stderr]     Checking jpeg-decoder v0.1.16
[INFO] [stderr]     Checking websocket v0.23.0
[INFO] [stderr]     Checking image v0.22.3
[INFO] [stderr]     Checking imageproc v0.19.2
[INFO] [stderr]     Checking ow_replay_renderer v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/window.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::minwindef::{BOOL, FALSE, LPARAM, TRUE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/window.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::ntdef::LPSTR;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/window.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::windef::HWND;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/window.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::winuser::{
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]   --> src/window.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 | use winapi::ctypes::c_int;
[INFO] [stderr]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/window.rs:26:20
[INFO] [stderr]    |
[INFO] [stderr] 25 | struct WindowSearch {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<HWND>`
[INFO] [stderr] 26 |     handle: Option<HWND>,
[INFO] [stderr]    |                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/window.rs:31:13
[INFO] [stderr]    |
[INFO] [stderr] 31 |     handle: HWND,
[INFO] [stderr]    |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:70:17
[INFO] [stderr]    |
[INFO] [stderr] 70 |     type Item = INPUT;
[INFO] [stderr]    |                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:71:26
[INFO] [stderr]    |
[INFO] [stderr] 69 | impl IntoIterator for Key {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] 70 |     type Item = INPUT;
[INFO] [stderr] 71 |     type IntoIter = <Vec<INPUT> as IntoIterator>::IntoIter;
[INFO] [stderr]    |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:74:34
[INFO] [stderr]    |
[INFO] [stderr] 74 |         fn keydown(vk: c_int) -> INPUT {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:75:29
[INFO] [stderr]    |
[INFO] [stderr] 75 |             let mut result: INPUT = unsafe { std::mem::zeroed() };
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_KEYBOARD` in this scope
[INFO] [stderr]   --> src/window.rs:76:28
[INFO] [stderr]    |
[INFO] [stderr] 76 |             result.type_ = INPUT_KEYBOARD;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:83:32
[INFO] [stderr]    |
[INFO] [stderr] 83 |         fn keyup(vk: c_int) -> INPUT {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:84:29
[INFO] [stderr]    |
[INFO] [stderr] 84 |             let mut result: INPUT = unsafe { std::mem::zeroed() };
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_KEYBOARD` in this scope
[INFO] [stderr]   --> src/window.rs:85:28
[INFO] [stderr]    |
[INFO] [stderr] 85 |             result.type_ = INPUT_KEYBOARD;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `KEYEVENTF_KEYUP` in this scope
[INFO] [stderr]   --> src/window.rs:89:32
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 info.dwFlags = KEYEVENTF_KEYUP;
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LEFT` in this scope
[INFO] [stderr]   --> src/window.rs:96:21
[INFO] [stderr]    |
[INFO] [stderr] 96 |             Left => VK_LEFT,
[INFO] [stderr]    |                     ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_RIGHT` in this scope
[INFO] [stderr]   --> src/window.rs:97:22
[INFO] [stderr]    |
[INFO] [stderr] 97 |             Right => VK_RIGHT,
[INFO] [stderr]    |                      ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_UP` in this scope
[INFO] [stderr]   --> src/window.rs:98:19
[INFO] [stderr]    |
[INFO] [stderr] 98 |             Up => VK_UP,
[INFO] [stderr]    |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_DOWN` in this scope
[INFO] [stderr]   --> src/window.rs:99:21
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Down => VK_DOWN,
[INFO] [stderr]    |                     ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_ESCAPE` in this scope
[INFO] [stderr]    --> src/window.rs:100:23
[INFO] [stderr]     |
[INFO] [stderr] 100 |             Escape => VK_ESCAPE,
[INFO] [stderr]     |                       ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_SPACE` in this scope
[INFO] [stderr]    --> src/window.rs:101:22
[INFO] [stderr]     |
[INFO] [stderr] 101 |             Space => VK_SPACE,
[INFO] [stderr]     |                      ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_TAB` in this scope
[INFO] [stderr]    --> src/window.rs:102:20
[INFO] [stderr]     |
[INFO] [stderr] 102 |             Tab => VK_TAB,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F1` in this scope
[INFO] [stderr]    --> src/window.rs:103:19
[INFO] [stderr]     |
[INFO] [stderr] 103 |             F1 => VK_F1,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F2` in this scope
[INFO] [stderr]    --> src/window.rs:104:19
[INFO] [stderr]     |
[INFO] [stderr] 104 |             F2 => VK_F2,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F3` in this scope
[INFO] [stderr]    --> src/window.rs:105:19
[INFO] [stderr]     |
[INFO] [stderr] 105 |             F3 => VK_F3,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F4` in this scope
[INFO] [stderr]    --> src/window.rs:106:19
[INFO] [stderr]     |
[INFO] [stderr] 106 |             F4 => VK_F4,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F5` in this scope
[INFO] [stderr]    --> src/window.rs:107:19
[INFO] [stderr]     |
[INFO] [stderr] 107 |             F5 => VK_F5,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F6` in this scope
[INFO] [stderr]    --> src/window.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |             F6 => VK_F6,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F7` in this scope
[INFO] [stderr]    --> src/window.rs:109:19
[INFO] [stderr]     |
[INFO] [stderr] 109 |             F7 => VK_F7,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F8` in this scope
[INFO] [stderr]    --> src/window.rs:110:19
[INFO] [stderr]     |
[INFO] [stderr] 110 |             F8 => VK_F8,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F9` in this scope
[INFO] [stderr]    --> src/window.rs:111:19
[INFO] [stderr]     |
[INFO] [stderr] 111 |             F9 => VK_F9,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F10` in this scope
[INFO] [stderr]    --> src/window.rs:112:20
[INFO] [stderr]     |
[INFO] [stderr] 112 |             F10 => VK_F10,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F11` in this scope
[INFO] [stderr]    --> src/window.rs:113:20
[INFO] [stderr]     |
[INFO] [stderr] 113 |             F11 => VK_F11,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F12` in this scope
[INFO] [stderr]    --> src/window.rs:114:20
[INFO] [stderr]     |
[INFO] [stderr] 114 |             F12 => VK_F12,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LCONTROL` in this scope
[INFO] [stderr]    --> src/window.rs:116:38
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 let before = keydown(VK_LCONTROL);
[INFO] [stderr]     |                                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LCONTROL` in this scope
[INFO] [stderr]    --> src/window.rs:117:35
[INFO] [stderr]     |
[INFO] [stderr] 117 |                 let after = keyup(VK_LCONTROL);
[INFO] [stderr]     |                                   ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]    --> src/window.rs:129:42
[INFO] [stderr]     |
[INFO] [stderr] 129 | unsafe extern "system" fn has_title(win: HWND, arg: LPARAM) -> BOOL {
[INFO] [stderr]     |                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]    --> src/window.rs:129:53
[INFO] [stderr]     |
[INFO] [stderr] 129 | unsafe extern "system" fn has_title(win: HWND, arg: LPARAM) -> BOOL {
[INFO] [stderr]     |                                                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/window.rs:129:64
[INFO] [stderr]     |
[INFO] [stderr] 129 | unsafe extern "system" fn has_title(win: HWND, arg: LPARAM) -> BOOL {
[INFO] [stderr]     |                                                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextLengthA` in this scope
[INFO] [stderr]    --> src/window.rs:131:16
[INFO] [stderr]     |
[INFO] [stderr] 131 |     let size = GetWindowTextLengthA(win);
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/window.rs:133:16
[INFO] [stderr]     |
[INFO] [stderr] 133 |         return TRUE;
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextA` in this scope
[INFO] [stderr]    --> src/window.rs:136:5
[INFO] [stderr]     |
[INFO] [stderr] 136 |     GetWindowTextA(win, &mut raw_title[0] as LPSTR, size + 1);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPSTR` in this scope
[INFO] [stderr]    --> src/window.rs:136:46
[INFO] [stderr]     |
[INFO] [stderr] 136 |     GetWindowTextA(win, &mut raw_title[0] as LPSTR, size + 1);
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/window.rs:141:16
[INFO] [stderr]     |
[INFO] [stderr] 141 |         return FALSE;
[INFO] [stderr]     |                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/window.rs:143:5
[INFO] [stderr]     |
[INFO] [stderr] 143 |     TRUE
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EnumWindows` in this scope
[INFO] [stderr]    --> src/window.rs:153:13
[INFO] [stderr]     |
[INFO] [stderr] 153 |             EnumWindows(
[INFO] [stderr]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]    --> src/window.rs:155:57
[INFO] [stderr]     |
[INFO] [stderr] 155 |                 result.as_mut() as *mut WindowSearch as LPARAM,
[INFO] [stderr]     |                                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetForegroundWindow` in this scope
[INFO] [stderr]    --> src/window.rs:170:9
[INFO] [stderr]     |
[INFO] [stderr] 170 |         GetForegroundWindow() == self.handle
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:173:49
[INFO] [stderr]     |
[INFO] [stderr] 146 | impl Window {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] ...
[INFO] [stderr] 173 |     unsafe fn send_input(&self, mut inputs: Vec<INPUT>) {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SendInput` in this scope
[INFO] [stderr]    --> src/window.rs:174:9
[INFO] [stderr]     |
[INFO] [stderr] 174 |         SendInput(
[INFO] [stderr]     |         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:176:36
[INFO] [stderr]     |
[INFO] [stderr] 176 |             &mut inputs[0] as *mut INPUT,
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:177:33
[INFO] [stderr]     |
[INFO] [stderr] 146 | impl Window {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] ...
[INFO] [stderr] 177 |             std::mem::size_of::<INPUT>() as i32,
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:193:34
[INFO] [stderr]     |
[INFO] [stderr] 193 |                 let mut result0: INPUT = std::mem::zeroed();
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_MOUSE` in this scope
[INFO] [stderr]    --> src/window.rs:194:33
[INFO] [stderr]     |
[INFO] [stderr] 194 |                 result0.type_ = INPUT_MOUSE;
[INFO] [stderr]     |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_ABSOLUTE` in this scope
[INFO] [stderr]    --> src/window.rs:198:32
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 info.dwFlags = MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE | MOUSEEVENTF_LEFTDOWN;
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_MOVE` in this scope
[INFO] [stderr]    --> src/window.rs:198:55
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 info.dwFlags = MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE | MOUSEEVENTF_LEFTDOWN;
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_LEFTDOWN` in this scope
[INFO] [stderr]    --> src/window.rs:198:74
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 info.dwFlags = MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE | MOUSEEVENTF_LEFTDOWN;
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:199:34
[INFO] [stderr]     |
[INFO] [stderr] 199 |                 let mut result1: INPUT = std::mem::zeroed();
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_MOUSE` in this scope
[INFO] [stderr]    --> src/window.rs:200:33
[INFO] [stderr]     |
[INFO] [stderr] 200 |                 result1.type_ = INPUT_MOUSE;
[INFO] [stderr]     |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_LEFTUP` in this scope
[INFO] [stderr]    --> src/window.rs:202:32
[INFO] [stderr]     |
[INFO] [stderr] 202 |                 info.dwFlags = MOUSEEVENTF_LEFTUP;
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:212:33
[INFO] [stderr]     |
[INFO] [stderr] 146 | impl Window {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] ...
[INFO] [stderr] 212 |                 let inputs: Vec<INPUT> = key.clone().into_iter().collect();
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/main.rs:25:43
[INFO] [stderr]    |
[INFO] [stderr] 25 |     static ref RUNNING: Arc<AtomicBool> = { Arc::new(AtomicBool::new(true)) };
[INFO] [stderr]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/window.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::minwindef::{BOOL, FALSE, LPARAM, TRUE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/window.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::ntdef::LPSTR;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/window.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::windef::HWND;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/window.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::winuser::{
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]   --> src/window.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 | use winapi::ctypes::c_int;
[INFO] [stderr]    |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/window.rs:26:20
[INFO] [stderr]    |
[INFO] [stderr] 25 | struct WindowSearch {
[INFO] [stderr]    |                    - help: you might be missing a type parameter: `<HWND>`
[INFO] [stderr] 26 |     handle: Option<HWND>,
[INFO] [stderr]    |                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/window.rs:31:13
[INFO] [stderr]    |
[INFO] [stderr] 31 |     handle: HWND,
[INFO] [stderr]    |             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:70:17
[INFO] [stderr]    |
[INFO] [stderr] 70 |     type Item = INPUT;
[INFO] [stderr]    |                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:71:26
[INFO] [stderr]    |
[INFO] [stderr] 69 | impl IntoIterator for Key {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] 70 |     type Item = INPUT;
[INFO] [stderr] 71 |     type IntoIter = <Vec<INPUT> as IntoIterator>::IntoIter;
[INFO] [stderr]    |                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:74:34
[INFO] [stderr]    |
[INFO] [stderr] 74 |         fn keydown(vk: c_int) -> INPUT {
[INFO] [stderr]    |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:75:29
[INFO] [stderr]    |
[INFO] [stderr] 75 |             let mut result: INPUT = unsafe { std::mem::zeroed() };
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_KEYBOARD` in this scope
[INFO] [stderr]   --> src/window.rs:76:28
[INFO] [stderr]    |
[INFO] [stderr] 76 |             result.type_ = INPUT_KEYBOARD;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:83:32
[INFO] [stderr]    |
[INFO] [stderr] 83 |         fn keyup(vk: c_int) -> INPUT {
[INFO] [stderr]    |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]   --> src/window.rs:84:29
[INFO] [stderr]    |
[INFO] [stderr] 84 |             let mut result: INPUT = unsafe { std::mem::zeroed() };
[INFO] [stderr]    |                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_KEYBOARD` in this scope
[INFO] [stderr]   --> src/window.rs:85:28
[INFO] [stderr]    |
[INFO] [stderr] 85 |             result.type_ = INPUT_KEYBOARD;
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `KEYEVENTF_KEYUP` in this scope
[INFO] [stderr]   --> src/window.rs:89:32
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 info.dwFlags = KEYEVENTF_KEYUP;
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LEFT` in this scope
[INFO] [stderr]   --> src/window.rs:96:21
[INFO] [stderr]    |
[INFO] [stderr] 96 |             Left => VK_LEFT,
[INFO] [stderr]    |                     ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_RIGHT` in this scope
[INFO] [stderr]   --> src/window.rs:97:22
[INFO] [stderr]    |
[INFO] [stderr] 97 |             Right => VK_RIGHT,
[INFO] [stderr]    |                      ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_UP` in this scope
[INFO] [stderr]   --> src/window.rs:98:19
[INFO] [stderr]    |
[INFO] [stderr] 98 |             Up => VK_UP,
[INFO] [stderr]    |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_DOWN` in this scope
[INFO] [stderr]   --> src/window.rs:99:21
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Down => VK_DOWN,
[INFO] [stderr]    |                     ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_ESCAPE` in this scope
[INFO] [stderr]    --> src/window.rs:100:23
[INFO] [stderr]     |
[INFO] [stderr] 100 |             Escape => VK_ESCAPE,
[INFO] [stderr]     |                       ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_SPACE` in this scope
[INFO] [stderr]    --> src/window.rs:101:22
[INFO] [stderr]     |
[INFO] [stderr] 101 |             Space => VK_SPACE,
[INFO] [stderr]     |                      ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_TAB` in this scope
[INFO] [stderr]    --> src/window.rs:102:20
[INFO] [stderr]     |
[INFO] [stderr] 102 |             Tab => VK_TAB,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F1` in this scope
[INFO] [stderr]    --> src/window.rs:103:19
[INFO] [stderr]     |
[INFO] [stderr] 103 |             F1 => VK_F1,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F2` in this scope
[INFO] [stderr]    --> src/window.rs:104:19
[INFO] [stderr]     |
[INFO] [stderr] 104 |             F2 => VK_F2,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F3` in this scope
[INFO] [stderr]    --> src/window.rs:105:19
[INFO] [stderr]     |
[INFO] [stderr] 105 |             F3 => VK_F3,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F4` in this scope
[INFO] [stderr]    --> src/window.rs:106:19
[INFO] [stderr]     |
[INFO] [stderr] 106 |             F4 => VK_F4,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F5` in this scope
[INFO] [stderr]    --> src/window.rs:107:19
[INFO] [stderr]     |
[INFO] [stderr] 107 |             F5 => VK_F5,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F6` in this scope
[INFO] [stderr]    --> src/window.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |             F6 => VK_F6,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F7` in this scope
[INFO] [stderr]    --> src/window.rs:109:19
[INFO] [stderr]     |
[INFO] [stderr] 109 |             F7 => VK_F7,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F8` in this scope
[INFO] [stderr]    --> src/window.rs:110:19
[INFO] [stderr]     |
[INFO] [stderr] 110 |             F8 => VK_F8,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F9` in this scope
[INFO] [stderr]    --> src/window.rs:111:19
[INFO] [stderr]     |
[INFO] [stderr] 111 |             F9 => VK_F9,
[INFO] [stderr]     |                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F10` in this scope
[INFO] [stderr]    --> src/window.rs:112:20
[INFO] [stderr]     |
[INFO] [stderr] 112 |             F10 => VK_F10,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F11` in this scope
[INFO] [stderr]    --> src/window.rs:113:20
[INFO] [stderr]     |
[INFO] [stderr] 113 |             F11 => VK_F11,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_F12` in this scope
[INFO] [stderr]    --> src/window.rs:114:20
[INFO] [stderr]     |
[INFO] [stderr] 114 |             F12 => VK_F12,
[INFO] [stderr]     |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LCONTROL` in this scope
[INFO] [stderr]    --> src/window.rs:116:38
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 let before = keydown(VK_LCONTROL);
[INFO] [stderr]     |                                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VK_LCONTROL` in this scope
[INFO] [stderr]    --> src/window.rs:117:35
[INFO] [stderr]     |
[INFO] [stderr] 117 |                 let after = keyup(VK_LCONTROL);
[INFO] [stderr]     |                                   ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]    --> src/window.rs:129:42
[INFO] [stderr]     |
[INFO] [stderr] 129 | unsafe extern "system" fn has_title(win: HWND, arg: LPARAM) -> BOOL {
[INFO] [stderr]     |                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]    --> src/window.rs:129:53
[INFO] [stderr]     |
[INFO] [stderr] 129 | unsafe extern "system" fn has_title(win: HWND, arg: LPARAM) -> BOOL {
[INFO] [stderr]     |                                                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/window.rs:129:64
[INFO] [stderr]     |
[INFO] [stderr] 129 | unsafe extern "system" fn has_title(win: HWND, arg: LPARAM) -> BOOL {
[INFO] [stderr]     |                                                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextLengthA` in this scope
[INFO] [stderr]    --> src/window.rs:131:16
[INFO] [stderr]     |
[INFO] [stderr] 131 |     let size = GetWindowTextLengthA(win);
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/window.rs:133:16
[INFO] [stderr]     |
[INFO] [stderr] 133 |         return TRUE;
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextA` in this scope
[INFO] [stderr]    --> src/window.rs:136:5
[INFO] [stderr]     |
[INFO] [stderr] 136 |     GetWindowTextA(win, &mut raw_title[0] as LPSTR, size + 1);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPSTR` in this scope
[INFO] [stderr]    --> src/window.rs:136:46
[INFO] [stderr]     |
[INFO] [stderr] 136 |     GetWindowTextA(win, &mut raw_title[0] as LPSTR, size + 1);
[INFO] [stderr]     |                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FALSE` in this scope
[INFO] [stderr]    --> src/window.rs:141:16
[INFO] [stderr]     |
[INFO] [stderr] 141 |         return FALSE;
[INFO] [stderr]     |                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]    --> src/window.rs:143:5
[INFO] [stderr]     |
[INFO] [stderr] 143 |     TRUE
[INFO] [stderr]     |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EnumWindows` in this scope
[INFO] [stderr]    --> src/window.rs:153:13
[INFO] [stderr]     |
[INFO] [stderr] 153 |             EnumWindows(
[INFO] [stderr]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]    --> src/window.rs:155:57
[INFO] [stderr]     |
[INFO] [stderr] 155 |                 result.as_mut() as *mut WindowSearch as LPARAM,
[INFO] [stderr]     |                                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetForegroundWindow` in this scope
[INFO] [stderr]    --> src/window.rs:170:9
[INFO] [stderr]     |
[INFO] [stderr] 170 |         GetForegroundWindow() == self.handle
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:173:49
[INFO] [stderr]     |
[INFO] [stderr] 146 | impl Window {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] ...
[INFO] [stderr] 173 |     unsafe fn send_input(&self, mut inputs: Vec<INPUT>) {
[INFO] [stderr]     |                                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SendInput` in this scope
[INFO] [stderr]    --> src/window.rs:174:9
[INFO] [stderr]     |
[INFO] [stderr] 174 |         SendInput(
[INFO] [stderr]     |         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:176:36
[INFO] [stderr]     |
[INFO] [stderr] 176 |             &mut inputs[0] as *mut INPUT,
[INFO] [stderr]     |                                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:177:33
[INFO] [stderr]     |
[INFO] [stderr] 146 | impl Window {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] ...
[INFO] [stderr] 177 |             std::mem::size_of::<INPUT>() as i32,
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:193:34
[INFO] [stderr]     |
[INFO] [stderr] 193 |                 let mut result0: INPUT = std::mem::zeroed();
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_MOUSE` in this scope
[INFO] [stderr]    --> src/window.rs:194:33
[INFO] [stderr]     |
[INFO] [stderr] 194 |                 result0.type_ = INPUT_MOUSE;
[INFO] [stderr]     |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_ABSOLUTE` in this scope
[INFO] [stderr]    --> src/window.rs:198:32
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 info.dwFlags = MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE | MOUSEEVENTF_LEFTDOWN;
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_MOVE` in this scope
[INFO] [stderr]    --> src/window.rs:198:55
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 info.dwFlags = MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE | MOUSEEVENTF_LEFTDOWN;
[INFO] [stderr]     |                                                       ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_LEFTDOWN` in this scope
[INFO] [stderr]    --> src/window.rs:198:74
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 info.dwFlags = MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE | MOUSEEVENTF_LEFTDOWN;
[INFO] [stderr]     |                                                                          ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:199:34
[INFO] [stderr]     |
[INFO] [stderr] 199 |                 let mut result1: INPUT = std::mem::zeroed();
[INFO] [stderr]     |                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPUT_MOUSE` in this scope
[INFO] [stderr]    --> src/window.rs:200:33
[INFO] [stderr]     |
[INFO] [stderr] 200 |                 result1.type_ = INPUT_MOUSE;
[INFO] [stderr]     |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MOUSEEVENTF_LEFTUP` in this scope
[INFO] [stderr]    --> src/window.rs:202:32
[INFO] [stderr]     |
[INFO] [stderr] 202 |                 info.dwFlags = MOUSEEVENTF_LEFTUP;
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope
[INFO] [stderr]    --> src/window.rs:212:33
[INFO] [stderr]     |
[INFO] [stderr] 146 | impl Window {
[INFO] [stderr]     |     - help: you might be missing a type parameter: `<INPUT>`
[INFO] [stderr] ...
[INFO] [stderr] 212 |                 let inputs: Vec<INPUT> = key.clone().into_iter().collect();
[INFO] [stderr]     |                                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/main.rs:25:43
[INFO] [stderr]    |
[INFO] [stderr] 25 |     static ref RUNNING: Arc<AtomicBool> = { Arc::new(AtomicBool::new(true)) };
[INFO] [stderr]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 62 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `ow_replay_renderer`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 62 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `ow_replay_renderer`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "3ec4a87803c04614e156547b5ac569fe1d1c20909f4dbbd397eb4d9760877650"`
[INFO] running `"docker" "rm" "-f" "3ec4a87803c04614e156547b5ac569fe1d1c20909f4dbbd397eb4d9760877650"`
[INFO] [stdout] 3ec4a87803c04614e156547b5ac569fe1d1c20909f4dbbd397eb4d9760877650
