[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] 2712d5be537a35b1103f961d31752a07d12c9ad2 [INFO] checking boringcactus/OWReplayRenderer against try#bcff76bad586cfb6874f179a4b66448e6b8a832c for pr-66919 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboringcactus%2FOWReplayRenderer" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/boringcactus/OWReplayRenderer on toolchain bcff76bad586cfb6874f179a4b66448e6b8a832c [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "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-4/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" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "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] 67f2d3a5284e9477902104bba78711902b23e7d3710c1991869843b8dc411b12 [INFO] running `"docker" "start" "-a" "67f2d3a5284e9477902104bba78711902b23e7d3710c1991869843b8dc411b12"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling openssl-sys v0.9.51 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-tls v0.2.1 [INFO] [stderr] Checking websocket v0.23.0 [INFO] [stderr] Checking ow_replay_renderer v0.3.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:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | use winapi::ctypes::c_int; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [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[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/window.rs:25:20 [INFO] [stderr] | [INFO] [stderr] 25 | handle: Option, [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:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | 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:67:17 [INFO] [stderr] | [INFO] [stderr] 67 | 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:68:26 [INFO] [stderr] | [INFO] [stderr] 68 | type IntoIter = as IntoIterator>::IntoIter; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/window.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | use winapi::ctypes::c_int; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `INPUT` in this scope [INFO] [stderr] --> src/window.rs:71:34 [INFO] [stderr] | [INFO] [stderr] 71 | 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:72:29 [INFO] [stderr] | [INFO] [stderr] 72 | 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:73:28 [INFO] [stderr] | [INFO] [stderr] 73 | 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:80:32 [INFO] [stderr] | [INFO] [stderr] 80 | 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:81:29 [INFO] [stderr] | [INFO] [stderr] 81 | 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:82:28 [INFO] [stderr] | [INFO] [stderr] 82 | 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:86:32 [INFO] [stderr] | [INFO] [stderr] 86 | 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:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | Left => VK_LEFT, [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:93:19 [INFO] [stderr] | [INFO] [stderr] 93 | 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:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | 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:95:23 [INFO] [stderr] | [INFO] [stderr] 95 | 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:96:22 [INFO] [stderr] | [INFO] [stderr] 96 | 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:97:20 [INFO] [stderr] | [INFO] [stderr] 97 | 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:98:19 [INFO] [stderr] | [INFO] [stderr] 98 | 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:99:19 [INFO] [stderr] | [INFO] [stderr] 99 | 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:100:19 [INFO] [stderr] | [INFO] [stderr] 100 | 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:101:19 [INFO] [stderr] | [INFO] [stderr] 101 | 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:102:19 [INFO] [stderr] | [INFO] [stderr] 102 | 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:103:19 [INFO] [stderr] | [INFO] [stderr] 103 | 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:104:19 [INFO] [stderr] | [INFO] [stderr] 104 | 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:105:19 [INFO] [stderr] | [INFO] [stderr] 105 | 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:106:19 [INFO] [stderr] | [INFO] [stderr] 106 | 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:107:20 [INFO] [stderr] | [INFO] [stderr] 107 | 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:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | 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:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | 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:111:38 [INFO] [stderr] | [INFO] [stderr] 111 | 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:112:35 [INFO] [stderr] | [INFO] [stderr] 112 | 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:124:42 [INFO] [stderr] | [INFO] [stderr] 124 | 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:124:53 [INFO] [stderr] | [INFO] [stderr] 124 | 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:124:64 [INFO] [stderr] | [INFO] [stderr] 124 | 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:126:16 [INFO] [stderr] | [INFO] [stderr] 126 | 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:128:16 [INFO] [stderr] | [INFO] [stderr] 128 | 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:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | 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:131:46 [INFO] [stderr] | [INFO] [stderr] 131 | 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:136:16 [INFO] [stderr] | [INFO] [stderr] 136 | 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:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | 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:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | 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:150:57 [INFO] [stderr] | [INFO] [stderr] 150 | 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:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | 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:168:49 [INFO] [stderr] | [INFO] [stderr] 168 | unsafe fn send_input(&self, mut inputs: Vec) { [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:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | 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:171:36 [INFO] [stderr] | [INFO] [stderr] 171 | &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:172:33 [INFO] [stderr] | [INFO] [stderr] 172 | std::mem::size_of::() 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:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | 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:189:33 [INFO] [stderr] | [INFO] [stderr] 189 | 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:193:32 [INFO] [stderr] | [INFO] [stderr] 193 | 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:193:55 [INFO] [stderr] | [INFO] [stderr] 193 | 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:193:74 [INFO] [stderr] | [INFO] [stderr] 193 | 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:194:34 [INFO] [stderr] | [INFO] [stderr] 194 | 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:195:33 [INFO] [stderr] | [INFO] [stderr] 195 | 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:197:32 [INFO] [stderr] | [INFO] [stderr] 197 | 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:207:33 [INFO] [stderr] | [INFO] [stderr] 207 | let inputs: Vec = key.clone().into_iter().collect(); [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:25:20 [INFO] [stderr] | [INFO] [stderr] 25 | handle: Option, [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:30:13 [INFO] [stderr] | [INFO] [stderr] 30 | 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:67:17 [INFO] [stderr] | [INFO] [stderr] 67 | 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:68:26 [INFO] [stderr] | [INFO] [stderr] 68 | type IntoIter = 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:71:34 [INFO] [stderr] | [INFO] [stderr] 71 | 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:72:29 [INFO] [stderr] | [INFO] [stderr] 72 | 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:73:28 [INFO] [stderr] | [INFO] [stderr] 73 | 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:80:32 [INFO] [stderr] | [INFO] [stderr] 80 | 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:81:29 [INFO] [stderr] | [INFO] [stderr] 81 | 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:82:28 [INFO] [stderr] | [INFO] [stderr] 82 | 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:86:32 [INFO] [stderr] | [INFO] [stderr] 86 | 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:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | Left => VK_LEFT, [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:93:19 [INFO] [stderr] | [INFO] [stderr] 93 | 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:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | 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:95:23 [INFO] [stderr] | [INFO] [stderr] 95 | 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:96:22 [INFO] [stderr] | [INFO] [stderr] 96 | 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:97:20 [INFO] [stderr] | [INFO] [stderr] 97 | 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:98:19 [INFO] [stderr] | [INFO] [stderr] 98 | 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:99:19 [INFO] [stderr] | [INFO] [stderr] 99 | 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:100:19 [INFO] [stderr] | [INFO] [stderr] 100 | 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:101:19 [INFO] [stderr] | [INFO] [stderr] 101 | 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:102:19 [INFO] [stderr] | [INFO] [stderr] 102 | 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:103:19 [INFO] [stderr] | [INFO] [stderr] 103 | 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:104:19 [INFO] [stderr] | [INFO] [stderr] 104 | 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:105:19 [INFO] [stderr] | [INFO] [stderr] 105 | 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:106:19 [INFO] [stderr] | [INFO] [stderr] 106 | 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:107:20 [INFO] [stderr] | [INFO] [stderr] 107 | 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:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | 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:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | 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:111:38 [INFO] [stderr] | [INFO] [stderr] 111 | 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:112:35 [INFO] [stderr] | [INFO] [stderr] 112 | 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:124:42 [INFO] [stderr] | [INFO] [stderr] 124 | 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:124:53 [INFO] [stderr] | [INFO] [stderr] 124 | 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:124:64 [INFO] [stderr] | [INFO] [stderr] 124 | 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:126:16 [INFO] [stderr] | [INFO] [stderr] 126 | 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:128:16 [INFO] [stderr] | [INFO] [stderr] 128 | 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:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | 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:131:46 [INFO] [stderr] | [INFO] [stderr] 131 | 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:136:16 [INFO] [stderr] | [INFO] [stderr] 136 | 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:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | 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:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | 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:150:57 [INFO] [stderr] | [INFO] [stderr] 150 | 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:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | 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:168:49 [INFO] [stderr] | [INFO] [stderr] 168 | unsafe fn send_input(&self, mut inputs: Vec) { [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:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | 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:171:36 [INFO] [stderr] | [INFO] [stderr] 171 | &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:172:33 [INFO] [stderr] | [INFO] [stderr] 172 | std::mem::size_of::() 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:188:34 [INFO] [stderr] | [INFO] [stderr] 188 | 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:189:33 [INFO] [stderr] | [INFO] [stderr] 189 | 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:193:32 [INFO] [stderr] | [INFO] [stderr] 193 | 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:193:55 [INFO] [stderr] | [INFO] [stderr] 193 | 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:193:74 [INFO] [stderr] | [INFO] [stderr] 193 | 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:194:34 [INFO] [stderr] | [INFO] [stderr] 194 | 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:195:33 [INFO] [stderr] | [INFO] [stderr] 195 | 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:197:32 [INFO] [stderr] | [INFO] [stderr] 197 | 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:207:33 [INFO] [stderr] | [INFO] [stderr] 207 | let inputs: Vec = key.clone().into_iter().collect(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 61 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 61 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" "67f2d3a5284e9477902104bba78711902b23e7d3710c1991869843b8dc411b12"` [INFO] running `"docker" "rm" "-f" "67f2d3a5284e9477902104bba78711902b23e7d3710c1991869843b8dc411b12"` [INFO] [stdout] 67f2d3a5284e9477902104bba78711902b23e7d3710c1991869843b8dc411b12