[INFO] updating cached repository https://github.com/rasmushalland/cwintab
[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] f3e7511cb8ff09c43dbeac0195e8c91fc13b2d58
[INFO] checking rasmushalland/cwintab against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frasmushalland%2Fcwintab" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rasmushalland/cwintab on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/rasmushalland/cwintab
[INFO] finished tweaking git repo https://github.com/rasmushalland/cwintab
[INFO] tweaked toml for git repo https://github.com/rasmushalland/cwintab written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/rasmushalland/cwintab already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 821ab80e32fba8fa2f98fe47910e4f5b1b7bd9a28e7821a00da0ccac143dd39d
[INFO] running `"docker" "start" "-a" "821ab80e32fba8fa2f98fe47910e4f5b1b7bd9a28e7821a00da0ccac143dd39d"`
[INFO] [stderr]    Compiling winapi v0.3.7
[INFO] [stderr]     Checking crossterm_utils v0.2.1
[INFO] [stderr]     Checking crossterm_screen v0.2.1
[INFO] [stderr]     Checking crossterm_cursor v0.2.1
[INFO] [stderr]     Checking crossterm_style v0.3.1
[INFO] [stderr]     Checking crossterm_input v0.3.3
[INFO] [stderr]     Checking crossterm_terminal v0.2.2
[INFO] [stderr]     Checking crossterm v0.9.3
[INFO] [stderr]     Checking cwintab v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/winx.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::minwindef::ATOM;
[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/winx.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::minwindef::DWORD;
[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/winx.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::shared::minwindef::UINT;
[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/winx.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::minwindef::WORD;
[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/winx.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::shared::windef::RECT;
[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/winx.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |     use winapi::um::errhandlingapi::GetLastError;
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/winx.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::shared::minwindef::ATOM;
[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/winx.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::minwindef::DWORD;
[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/winx.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::shared::minwindef::UINT;
[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/winx.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::minwindef::WORD;
[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/winx.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::shared::windef::RECT;
[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/winx.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |     use winapi::um::errhandlingapi::GetLastError;
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/winx.rs:110:17
[INFO] [stderr]     |
[INFO] [stderr] 110 |     use winapi::um::winbase::FormatMessageW;
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]    --> src/winx.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 |     use winapi::um::winbase;
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/winx.rs:116:18
[INFO] [stderr]     |
[INFO] [stderr] 116 |     use std::os::windows::prelude::*;
[INFO] [stderr]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/main.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::shared::minwindef::BOOL;
[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/main.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::minwindef::LPARAM;
[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/main.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | 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/main.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::winbase::LocalFree;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::winnt::LPWSTR;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/main.rs:46:18
[INFO] [stderr]    |
[INFO] [stderr] 46 |     use std::os::windows::prelude::*;
[INFO] [stderr]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |     use winapi::um::processthreadsapi::GetCurrentThreadId;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:87:17
[INFO] [stderr]    |
[INFO] [stderr] 87 |     use winapi::um::winuser::EnumDesktopWindows;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:88:17
[INFO] [stderr]    |
[INFO] [stderr] 88 |     use winapi::um::winuser::GetThreadDesktop;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]    --> src/winx.rs:112:17
[INFO] [stderr]     |
[INFO] [stderr] 112 |     use winapi::ctypes::c_char;
[INFO] [stderr]     |                 ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]    --> src/winx.rs:110:17
[INFO] [stderr]     |
[INFO] [stderr] 110 |     use winapi::um::winbase::FormatMessageW;
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]    --> src/winx.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 |     use winapi::um::winbase;
[INFO] [stderr]     |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/winx.rs:116:18
[INFO] [stderr]     |
[INFO] [stderr] 116 |     use std::os::windows::prelude::*;
[INFO] [stderr]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/main.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::shared::minwindef::BOOL;
[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/main.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::minwindef::LPARAM;
[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/main.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | 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/main.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::winbase::LocalFree;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use winapi::um::winnt::LPWSTR;
[INFO] [stderr]    |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/main.rs:46:18
[INFO] [stderr]    |
[INFO] [stderr] 46 |     use std::os::windows::prelude::*;
[INFO] [stderr]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |     use winapi::um::processthreadsapi::GetCurrentThreadId;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:87:17
[INFO] [stderr]    |
[INFO] [stderr] 87 |     use winapi::um::winuser::EnumDesktopWindows;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:88:17
[INFO] [stderr]    |
[INFO] [stderr] 88 |     use winapi::um::winuser::GetThreadDesktop;
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]    --> src/winx.rs:112:17
[INFO] [stderr]     |
[INFO] [stderr] 112 |     use winapi::ctypes::c_char;
[INFO] [stderr]     |                 ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/winx.rs:89:35
[INFO] [stderr]    |
[INFO] [stderr] 89 |         let rc = unsafe { winapi::um::winuser::ShowWindow(hwnd, SW_RESTORE) };
[INFO] [stderr]    |                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/winx.rs:94:31
[INFO] [stderr]    |
[INFO] [stderr] 94 |     let rc = unsafe { winapi::um::winuser::BringWindowToTop(hwnd) };
[INFO] [stderr]    |                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/winx.rs:99:31
[INFO] [stderr]    |
[INFO] [stderr] 99 |     let rc = unsafe { winapi::um::winuser::SetForegroundWindow(hwnd) };
[INFO] [stderr]    |                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]    --> src/winx.rs:137:47
[INFO] [stderr]     |
[INFO] [stderr] 137 |     unsafe { LocalFree(buffer as *mut winapi::ctypes::c_void) };
[INFO] [stderr]     |                                               ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:15:56
[INFO] [stderr]    |
[INFO] [stderr] 15 |     fn GetProcessHandleFromHwnd(hwdn: HWND) -> winapi::um::winnt::HANDLE;
[INFO] [stderr]    |                                                        ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/main.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 | struct WinHandleDrop(*mut winapi::ctypes::c_void);
[INFO] [stderr]    |                                   ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/main.rs:20:33
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn new(handle: *mut winapi::ctypes::c_void) -> WinHandleDrop {
[INFO] [stderr]    |                                 ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:26:35
[INFO] [stderr]    |
[INFO] [stderr] 26 |         let rc = unsafe { winapi::um::handleapi::CloseHandle(self.0) };
[INFO] [stderr]    |                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:45:31
[INFO] [stderr]    |
[INFO] [stderr] 45 |     let cc = unsafe { winapi::um::winuser::GetWindowTextW(hwnd, &mut buf[0], buf.len() as i32) };
[INFO] [stderr]    |                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:64:17
[INFO] [stderr]    |
[INFO] [stderr] 64 |         winapi::um::psapi::GetProcessImageFileNameW(prochandlex.0, &mut buf[0], buf.len() as u32)
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winx.rs:38:13
[INFO] [stderr]    |
[INFO] [stderr] 38 |     cbSize: DWORD,
[INFO] [stderr]    |             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:39:15
[INFO] [stderr]    |
[INFO] [stderr] 39 |     rcWindow: RECT,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |     rcClient: RECT,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winx.rs:43:16
[INFO] [stderr]    |
[INFO] [stderr] 43 |     dwExStyle: DWORD,
[INFO] [stderr]    |                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winx.rs:44:21
[INFO] [stderr]    |
[INFO] [stderr] 44 |     dwWindowStatus: DWORD,
[INFO] [stderr]    |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/winx.rs:45:22
[INFO] [stderr]    |
[INFO] [stderr] 45 |     cxWindowBorders: UINT,
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/winx.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 |     cyWindowBorders: UINT,
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ATOM` in this scope
[INFO] [stderr]   --> src/winx.rs:47:21
[INFO] [stderr]    |
[INFO] [stderr] 47 |     atomWindowType: ATOM,
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winx.rs:48:22
[INFO] [stderr]    |
[INFO] [stderr] 48 |     wCreatorVersion: WORD,
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:55:23
[INFO] [stderr]    |
[INFO] [stderr] 55 |             rcWindow: RECT { left: 0, top: 0, right: 0, bottom: 0 },
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             rcClient: RECT { left: 0, top: 0, right: 0, bottom: 0 },
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:70:28
[INFO] [stderr]    |
[INFO] [stderr] 70 |     fn GetWindowInfo(hwdn: HWND, winfo: *mut WindowInfo) -> BOOL;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/winx.rs:70:61
[INFO] [stderr]    |
[INFO] [stderr] 70 |     fn GetWindowInfo(hwdn: HWND, winfo: *mut WindowInfo) -> BOOL;
[INFO] [stderr]    |                                                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:73:37
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub(crate) fn get_window_info(hwnd: HWND) -> Result<WindowInfo, String> {
[INFO] [stderr]    |                                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:81:41
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub(crate) fn is_window_minimized(hwnd: HWND) -> Result<bool, String> {
[INFO] [stderr]    |                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:86:27
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub fn focus_window(hwnd: HWND) -> Result<(), String> {
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope
[INFO] [stderr]    --> src/winx.rs:111:24
[INFO] [stderr]     |
[INFO] [stderr] 111 |     let err = unsafe { GetLastError() };
[INFO] [stderr]     |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPWSTR` in this scope
[INFO] [stderr]    --> src/winx.rs:115:21
[INFO] [stderr]     |
[INFO] [stderr] 115 |     let mut buffer: LPWSTR = ptr::null_mut();
[INFO] [stderr]     |                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FormatMessageW` in this scope
[INFO] [stderr]    --> src/winx.rs:119:9
[INFO] [stderr]     |
[INFO] [stderr] 119 |         FormatMessageW(
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPWSTR` in this scope
[INFO] [stderr]    --> src/winx.rs:126:34
[INFO] [stderr]     |
[INFO] [stderr] 126 |             (&mut buffer as *mut LPWSTR) as LPWSTR,
[INFO] [stderr]     |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPWSTR` in this scope
[INFO] [stderr]    --> src/winx.rs:126:45
[INFO] [stderr]     |
[INFO] [stderr] 126 |             (&mut buffer as *mut LPWSTR) as LPWSTR,
[INFO] [stderr]     |                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/winx.rs:89:35
[INFO] [stderr]    |
[INFO] [stderr] 89 |         let rc = unsafe { winapi::um::winuser::ShowWindow(hwnd, SW_RESTORE) };
[INFO] [stderr]    |                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LocalFree` in this scope
[INFO] [stderr]    --> src/winx.rs:137:14
[INFO] [stderr]     |
[INFO] [stderr] 137 |     unsafe { LocalFree(buffer as *mut winapi::ctypes::c_void) };
[INFO] [stderr]     |              ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:15:39
[INFO] [stderr]    |
[INFO] [stderr] 15 |     fn GetProcessHandleFromHwnd(hwdn: HWND) -> winapi::um::winnt::HANDLE;
[INFO] [stderr]    |                                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:35:11
[INFO] [stderr]    |
[INFO] [stderr] 35 |     hwnd: HWND,
[INFO] [stderr]    |           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:41:51
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn enum_windows_cb(cbs: &mut CallbackState, hwnd: HWND) -> bool {
[INFO] [stderr]    |                                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 | unsafe extern "system" fn enum_win_cb_raw(hwnd: HWND, lp: 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/main.rs:76:59
[INFO] [stderr]    |
[INFO] [stderr] 76 | unsafe extern "system" fn enum_win_cb_raw(hwnd: HWND, lp: 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/main.rs:76:70
[INFO] [stderr]    |
[INFO] [stderr] 76 | unsafe extern "system" fn enum_win_cb_raw(hwnd: HWND, lp: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCurrentThreadId` in this scope
[INFO] [stderr]   --> src/main.rs:91:32
[INFO] [stderr]    |
[INFO] [stderr] 91 |     let curthreadid = unsafe { GetCurrentThreadId() };
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetThreadDesktop` in this scope
[INFO] [stderr]   --> src/main.rs:92:28
[INFO] [stderr]    |
[INFO] [stderr] 92 |     let desktop = unsafe { GetThreadDesktop(curthreadid) };
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EnumDesktopWindows` in this scope
[INFO] [stderr]   --> src/main.rs:99:13
[INFO] [stderr]    |
[INFO] [stderr] 99 |             EnumDesktopWindows(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/winx.rs:94:31
[INFO] [stderr]    |
[INFO] [stderr] 94 |     let rc = unsafe { winapi::um::winuser::BringWindowToTop(hwnd) };
[INFO] [stderr]    |                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/winx.rs:99:31
[INFO] [stderr]    |
[INFO] [stderr] 99 |     let rc = unsafe { winapi::um::winuser::SetForegroundWindow(hwnd) };
[INFO] [stderr]    |                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]    --> src/winx.rs:137:47
[INFO] [stderr]     |
[INFO] [stderr] 137 |     unsafe { LocalFree(buffer as *mut winapi::ctypes::c_void) };
[INFO] [stderr]     |                                               ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:15:56
[INFO] [stderr]    |
[INFO] [stderr] 15 |     fn GetProcessHandleFromHwnd(hwdn: HWND) -> winapi::um::winnt::HANDLE;
[INFO] [stderr]    |                                                        ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/main.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 | struct WinHandleDrop(*mut winapi::ctypes::c_void);
[INFO] [stderr]    |                                   ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]   --> src/main.rs:20:33
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn new(handle: *mut winapi::ctypes::c_void) -> WinHandleDrop {
[INFO] [stderr]    |                                 ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:26:35
[INFO] [stderr]    |
[INFO] [stderr] 26 |         let rc = unsafe { winapi::um::handleapi::CloseHandle(self.0) };
[INFO] [stderr]    |                                   ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:45:31
[INFO] [stderr]    |
[INFO] [stderr] 45 |     let cc = unsafe { winapi::um::winuser::GetWindowTextW(hwnd, &mut buf[0], buf.len() as i32) };
[INFO] [stderr]    |                               ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]   --> src/main.rs:64:17
[INFO] [stderr]    |
[INFO] [stderr] 64 |         winapi::um::psapi::GetProcessImageFileNameW(prochandlex.0, &mut buf[0], buf.len() as u32)
[INFO] [stderr]    |                 ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winx.rs:38:13
[INFO] [stderr]    |
[INFO] [stderr] 38 |     cbSize: DWORD,
[INFO] [stderr]    |             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:39:15
[INFO] [stderr]    |
[INFO] [stderr] 39 |     rcWindow: RECT,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |     rcClient: RECT,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winx.rs:43:16
[INFO] [stderr]    |
[INFO] [stderr] 43 |     dwExStyle: DWORD,
[INFO] [stderr]    |                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winx.rs:44:21
[INFO] [stderr]    |
[INFO] [stderr] 44 |     dwWindowStatus: DWORD,
[INFO] [stderr]    |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/winx.rs:45:22
[INFO] [stderr]    |
[INFO] [stderr] 45 |     cxWindowBorders: UINT,
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/winx.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 |     cyWindowBorders: UINT,
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `ATOM` in this scope
[INFO] [stderr]   --> src/winx.rs:47:21
[INFO] [stderr]    |
[INFO] [stderr] 47 |     atomWindowType: ATOM,
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winx.rs:48:22
[INFO] [stderr]    |
[INFO] [stderr] 48 |     wCreatorVersion: WORD,
[INFO] [stderr]    |                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:55:23
[INFO] [stderr]    |
[INFO] [stderr] 55 |             rcWindow: RECT { left: 0, top: 0, right: 0, bottom: 0 },
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope
[INFO] [stderr]   --> src/winx.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             rcClient: RECT { left: 0, top: 0, right: 0, bottom: 0 },
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:70:28
[INFO] [stderr]    |
[INFO] [stderr] 70 |     fn GetWindowInfo(hwdn: HWND, winfo: *mut WindowInfo) -> BOOL;
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/winx.rs:70:61
[INFO] [stderr]    |
[INFO] [stderr] 70 |     fn GetWindowInfo(hwdn: HWND, winfo: *mut WindowInfo) -> BOOL;
[INFO] [stderr]    |                                                             ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:73:37
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub(crate) fn get_window_info(hwnd: HWND) -> Result<WindowInfo, String> {
[INFO] [stderr]    |                                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:81:41
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub(crate) fn is_window_minimized(hwnd: HWND) -> Result<bool, String> {
[INFO] [stderr]    |                                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/winx.rs:86:27
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub fn focus_window(hwnd: HWND) -> Result<(), String> {
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope
[INFO] [stderr]    --> src/winx.rs:111:24
[INFO] [stderr]     |
[INFO] [stderr] 111 |     let err = unsafe { GetLastError() };
[INFO] [stderr]     |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPWSTR` in this scope
[INFO] [stderr]    --> src/winx.rs:115:21
[INFO] [stderr]     |
[INFO] [stderr] 115 |     let mut buffer: LPWSTR = ptr::null_mut();
[INFO] [stderr]     |                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `FormatMessageW` in this scope
[INFO] [stderr]    --> src/winx.rs:119:9
[INFO] [stderr]     |
[INFO] [stderr] 119 |         FormatMessageW(
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPWSTR` in this scope
[INFO] [stderr]    --> src/winx.rs:126:34
[INFO] [stderr]     |
[INFO] [stderr] 126 |             (&mut buffer as *mut LPWSTR) as LPWSTR,
[INFO] [stderr]     |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPWSTR` in this scope
[INFO] [stderr]    --> src/winx.rs:126:45
[INFO] [stderr]     |
[INFO] [stderr] 126 |             (&mut buffer as *mut LPWSTR) as LPWSTR,
[INFO] [stderr]     |                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LocalFree` in this scope
[INFO] [stderr]    --> src/winx.rs:137:14
[INFO] [stderr]     |
[INFO] [stderr] 137 |     unsafe { LocalFree(buffer as *mut winapi::ctypes::c_void) };
[INFO] [stderr]     |              ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:15:39
[INFO] [stderr]    |
[INFO] [stderr] 15 |     fn GetProcessHandleFromHwnd(hwdn: HWND) -> winapi::um::winnt::HANDLE;
[INFO] [stderr]    |                                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:35:11
[INFO] [stderr]    |
[INFO] [stderr] 35 |     hwnd: HWND,
[INFO] [stderr]    |           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:41:51
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn enum_windows_cb(cbs: &mut CallbackState, hwnd: HWND) -> bool {
[INFO] [stderr]    |                                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:76:49
[INFO] [stderr]    |
[INFO] [stderr] 76 | unsafe extern "system" fn enum_win_cb_raw(hwnd: HWND, lp: 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/main.rs:76:59
[INFO] [stderr]    |
[INFO] [stderr] 76 | unsafe extern "system" fn enum_win_cb_raw(hwnd: HWND, lp: 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/main.rs:76:70
[INFO] [stderr]    |
[INFO] [stderr] 76 | unsafe extern "system" fn enum_win_cb_raw(hwnd: HWND, lp: LPARAM) -> BOOL {
[INFO] [stderr]    |                                                                      ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetCurrentThreadId` in this scope
[INFO] [stderr]   --> src/main.rs:91:32
[INFO] [stderr]    |
[INFO] [stderr] 91 |     let curthreadid = unsafe { GetCurrentThreadId() };
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetThreadDesktop` in this scope
[INFO] [stderr]   --> src/main.rs:92:28
[INFO] [stderr]    |
[INFO] [stderr] 92 |     let desktop = unsafe { GetThreadDesktop(curthreadid) };
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `EnumDesktopWindows` in this scope
[INFO] [stderr]   --> src/main.rs:99:13
[INFO] [stderr]    |
[INFO] [stderr] 99 |             EnumDesktopWindows(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]   --> src/main.rs:47:30
[INFO] [stderr]    |
[INFO] [stderr] 47 |     let osstring = OsString::from_wide(&buf[0..cc as usize]);
[INFO] [stderr]    |                              ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]   --> src/main.rs:66:37
[INFO] [stderr]    |
[INFO] [stderr] 66 |     let processfilename = OsString::from_wide(&buf[0..cc as usize]);
[INFO] [stderr]    |                                     ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/winx.rs:135:30
[INFO] [stderr]     |
[INFO] [stderr] 135 |     let osstring = OsString::from_wide(slice);
[INFO] [stderr]     |                              ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]   --> src/main.rs:47:30
[INFO] [stderr]    |
[INFO] [stderr] 47 |     let osstring = OsString::from_wide(&buf[0..cc as usize]);
[INFO] [stderr]    |                              ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]   --> src/main.rs:66:37
[INFO] [stderr]    |
[INFO] [stderr] 66 |     let processfilename = OsString::from_wide(&buf[0..cc as usize]);
[INFO] [stderr]    |                                     ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/winx.rs:135:30
[INFO] [stderr]     |
[INFO] [stderr] 135 |     let osstring = OsString::from_wide(slice);
[INFO] [stderr]     |                              ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 63 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `cwintab`.
[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 63 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `cwintab`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "821ab80e32fba8fa2f98fe47910e4f5b1b7bd9a28e7821a00da0ccac143dd39d"`
[INFO] running `"docker" "rm" "-f" "821ab80e32fba8fa2f98fe47910e4f5b1b7bd9a28e7821a00da0ccac143dd39d"`
[INFO] [stdout] 821ab80e32fba8fa2f98fe47910e4f5b1b7bd9a28e7821a00da0ccac143dd39d
