[INFO] cloning repository https://github.com/zhijazi/tiles10 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhijazi/tiles10" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhijazi%2Ftiles10", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhijazi%2Ftiles10'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 905e49372801fca133e8bfd72042ef7f1fd5285f [INFO] testing zhijazi/tiles10 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhijazi%2Ftiles10" "/workspace/builds/worker-34/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-34/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zhijazi/tiles10 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zhijazi/tiles10 [INFO] finished tweaking git repo https://github.com/zhijazi/tiles10 [INFO] tweaked toml for git repo https://github.com/zhijazi/tiles10 written to /workspace/builds/worker-34/source/Cargo.toml [INFO] crate git repo https://github.com/zhijazi/tiles10 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91b1d158eae675f03da29eaf3a23bc93094e6b1777a812197734441caf18920f [INFO] running `Command { std: "docker" "start" "-a" "91b1d158eae675f03da29eaf3a23bc93094e6b1777a812197734441caf18920f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91b1d158eae675f03da29eaf3a23bc93094e6b1777a812197734441caf18920f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91b1d158eae675f03da29eaf3a23bc93094e6b1777a812197734441caf18920f", kill_on_drop: false }` [INFO] [stdout] 91b1d158eae675f03da29eaf3a23bc93094e6b1777a812197734441caf18920f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c3e6e31e7fe21b722276212360362b769b6c53fc2cb4b63ce6f170643f2c140 [INFO] running `Command { std: "docker" "start" "-a" "3c3e6e31e7fe21b722276212360362b769b6c53fc2cb4b63ce6f170643f2c140", kill_on_drop: false }` [INFO] [stderr] Compiling tiles10 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `winapi` [INFO] [stdout] --> src/core/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate winapi; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/internal/win.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/internal/win.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | use winapi::um::winuser::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/internal/win.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:19:39 [INFO] [stdout] | [INFO] [stdout] 19 | fn hook_and_loop(mut root: tile::Node) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:50:31 [INFO] [stdout] | [INFO] [stdout] 50 | mut root: &mut tile::Node, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | window: windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | prev_window: windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:64:44 [INFO] [stdout] | [INFO] [stdout] 64 | fn untile_window(mut root: &mut tile::Node, window: windef::HWND) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:64:67 [INFO] [stdout] | [INFO] [stdout] 64 | fn untile_window(mut root: &mut tile::Node, window: windef::HWND) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:69:56 [INFO] [stdout] | [INFO] [stdout] 69 | fn change_focused_window<'a>(mut root: &mut tile::Node, window: windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:69:79 [INFO] [stdout] | [INFO] [stdout] 69 | fn change_focused_window<'a>(mut root: &mut tile::Node, window: windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:70:22 [INFO] [stdout] | [INFO] [stdout] 70 | current: &'a mut windef::HWND) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 77 | mut windows: Vec, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | ) -> tile::Node { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | let mut root: tile::Node = tile::Node { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/core/mod.rs:92:35 [INFO] [stdout] | [INFO] [stdout] 92 | fn redraw_nodes(root: &tile::Node) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | Created(windef::HWND), [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | Destroyed(windef::HWND), [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | FocusChanged(windef::HWND), [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | let window_hook_res: windef::HWINEVENTHOOK; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:19:25 [INFO] [stdout] | [INFO] [stdout] 19 | let focus_hook_res: windef::HWINEVENTHOOK; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 21 | window_hook_res = winuser::SetWinEventHook( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | winuser::EVENT_OBJECT_CREATE, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | winuser::EVENT_OBJECT_DESTROY, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | winuser::WINEVENT_OUTOFCONTEXT, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | focus_hook_res = winuser::SetWinEventHook( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | winuser::EVENT_OBJECT_FOCUS, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | winuser::EVENT_OBJECT_FOCUS, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | winuser::WINEVENT_OUTOFCONTEXT, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x58) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:49:61 [INFO] [stdout] | [INFO] [stdout] 49 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x58) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:49:81 [INFO] [stdout] | [INFO] [stdout] 49 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x58) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:49:107 [INFO] [stdout] | [INFO] [stdout] 49 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x58) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x43) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:54:61 [INFO] [stdout] | [INFO] [stdout] 54 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x43) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:54:81 [INFO] [stdout] | [INFO] [stdout] 54 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x43) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:54:107 [INFO] [stdout] | [INFO] [stdout] 54 | if winuser::RegisterHotKey(std::ptr::null_mut(), 0, winuser::MOD_ALT as minwindef::UINT, 0x43) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | let mut msg: winuser::MSG = Default::default(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | winuser::PeekMessageW(&mut msg, std::ptr::null_mut(), 0, 0, winuser::PM_REMOVE); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:64:73 [INFO] [stdout] | [INFO] [stdout] 64 | winuser::PeekMessageW(&mut msg, std::ptr::null_mut(), 0, 0, winuser::PM_REMOVE); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | if msg_exists == minwindef::TRUE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | winuser::WM_HOTKEY => { WIN_EVENT = Some(WindowEvent::OrientationChanged) } [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | winuser::TranslateMessage(&msg); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | winuser::DispatchMessageW(&mut msg); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:78:31 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn get_active_window() -> windef::HWND { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:79:14 [INFO] [stdout] | [INFO] [stdout] 79 | unsafe { winuser::GetActiveWindow() } [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:82:37 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn get_initial_windows() -> Vec { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | let win_handles: Vec = Vec::new(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | let res = winuser::EnumWindows( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:87:41 [INFO] [stdout] | [INFO] [stdout] 87 | &win_handles as *const _ as minwindef::LPARAM, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | if res == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn set_window_pos(hwnd: windef::HWND, x: i32, y: i32, cx: i32, cy: i32) -> bool { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | let set_pos_res: minwindef::BOOL; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:102:23 [INFO] [stdout] | [INFO] [stdout] 102 | set_pos_res = winuser::SetWindowPos(hwnd, winuser::HWND_TOP, x, y, cx, cy, 0u32); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:102:51 [INFO] [stdout] | [INFO] [stdout] 102 | set_pos_res = winuser::SetWindowPos(hwnd, winuser::HWND_TOP, x, y, cx, cy, 0u32); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:105:23 [INFO] [stdout] | [INFO] [stdout] 105 | if set_pos_res == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | let monitor: windef::HMONITOR; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:115:28 [INFO] [stdout] | [INFO] [stdout] 115 | let mut monitor_info = winuser::MONITORINFO { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:116:37 [INFO] [stdout] | [INFO] [stdout] 116 | cbSize: std::mem::size_of::() as _, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:120:27 [INFO] [stdout] | [INFO] [stdout] 120 | let monitor_info_res: minwindef::BOOL; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | monitor_info_res = winuser::GetMonitorInfoW(monitor, &mut monitor_info); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:125:28 [INFO] [stdout] | [INFO] [stdout] 125 | if monitor_info_res == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:135:26 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn show_window(hwnd: windef::HWND) { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | winuser::ShowWindow(hwnd, winuser::SW_RESTORE); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:137:35 [INFO] [stdout] | [INFO] [stdout] 137 | winuser::ShowWindow(hwnd, winuser::SW_RESTORE); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:142:18 [INFO] [stdout] | [INFO] [stdout] 142 | _event_hook: windef::HWINEVENTHOOK, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:143:13 [INFO] [stdout] | [INFO] [stdout] 143 | _event: minwindef::DWORD, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | hwnd: windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/internal/win.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | _id_obj: winnt::LONG, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/internal/win.rs:146:16 [INFO] [stdout] | [INFO] [stdout] 146 | _id_child: winnt::LONG, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | _id_event_thread: minwindef::DWORD, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | _time: minwindef::DWORD, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | _event_hook: windef::HWINEVENTHOOK, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:155:12 [INFO] [stdout] | [INFO] [stdout] 155 | event: minwindef::DWORD, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:156:11 [INFO] [stdout] | [INFO] [stdout] 156 | hwnd: windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/internal/win.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | id_obj: winnt::LONG, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/internal/win.rs:158:15 [INFO] [stdout] | [INFO] [stdout] 158 | id_child: winnt::LONG, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:159:23 [INFO] [stdout] | [INFO] [stdout] 159 | _id_event_thread: minwindef::DWORD, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | _time: minwindef::DWORD, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | let mut r_area: windef::RECT = Default::default(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:194:44 [INFO] [stdout] | [INFO] [stdout] 194 | if GetClientRect(hwnd, &mut r_area) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:212:33 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn get_primary_monitor() -> windef::HMONITOR { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | let point = windef::POINT { x: 0, y: 0 }; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:214:14 [INFO] [stdout] | [INFO] [stdout] 214 | unsafe { winuser::MonitorFromPoint(point, winuser::MONITOR_DEFAULTTOPRIMARY) } [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:214:47 [INFO] [stdout] | [INFO] [stdout] 214 | unsafe { winuser::MonitorFromPoint(point, winuser::MONITOR_DEFAULTTOPRIMARY) } [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:218:11 [INFO] [stdout] | [INFO] [stdout] 218 | hwnd: windef::HWND, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | l_param: minwindef::LPARAM, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:220:6 [INFO] [stdout] | [INFO] [stdout] 220 | ) -> minwindef::BOOL { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:221:25 [INFO] [stdout] | [INFO] [stdout] 221 | let win_title_len = winuser::GetWindowTextLengthW(hwnd) + 1; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 223 | let res_len = winuser::GetWindowTextW(hwnd, win_title_vec.as_mut_ptr(), win_title_len); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/internal/win.rs:227:23 [INFO] [stdout] | [INFO] [stdout] 227 | if res_len > 0 && winuser::IsWindowVisible(hwnd) == minwindef::TRUE { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:227:57 [INFO] [stdout] | [INFO] [stdout] 227 | if res_len > 0 && winuser::IsWindowVisible(hwnd) == minwindef::TRUE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dwmapi` [INFO] [stdout] --> src/internal/win.rs:231:22 [INFO] [stdout] | [INFO] [stdout] 231 | let result = dwmapi::DwmGetWindowAttribute( [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `dwmapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dwmapi` [INFO] [stdout] --> src/internal/win.rs:233:13 [INFO] [stdout] | [INFO] [stdout] 233 | dwmapi::DWMWA_CLOAKED, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `dwmapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winerror` [INFO] [stdout] --> src/internal/win.rs:237:22 [INFO] [stdout] | [INFO] [stdout] 237 | if result != winerror::S_OK { [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `winerror` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dwmapi` [INFO] [stdout] --> src/internal/win.rs:241:23 [INFO] [stdout] | [INFO] [stdout] 241 | if cloaked != dwmapi::DWM_CLOAKED_SHELL [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `dwmapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dwmapi` [INFO] [stdout] --> src/internal/win.rs:242:27 [INFO] [stdout] | [INFO] [stdout] 242 | && cloaked != dwmapi::DWM_CLOAKED_APP [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `dwmapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dwmapi` [INFO] [stdout] --> src/internal/win.rs:243:27 [INFO] [stdout] | [INFO] [stdout] 243 | && cloaked != dwmapi::DWM_CLOAKED_INHERITED [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `dwmapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:250:55 [INFO] [stdout] | [INFO] [stdout] 250 | let handles_ptr = l_param as *mut Vec; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windef` [INFO] [stdout] --> src/internal/win.rs:251:39 [INFO] [stdout] | [INFO] [stdout] 251 | let handles: &mut Vec = &mut *handles_ptr; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `windef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/internal/win.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | minwindef::TRUE [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_CREATE` in this scope [INFO] [stdout] --> src/internal/win.rs:170:20 [INFO] [stdout] | [INFO] [stdout] 170 | if !((event == EVENT_OBJECT_CREATE || event == EVENT_OBJECT_DESTROY) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DESTROY` in this scope [INFO] [stdout] --> src/internal/win.rs:170:52 [INFO] [stdout] | [INFO] [stdout] 170 | if !((event == EVENT_OBJECT_CREATE || event == EVENT_OBJECT_DESTROY) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OBJID_WINDOW` in this scope [INFO] [stdout] --> src/internal/win.rs:171:22 [INFO] [stdout] | [INFO] [stdout] 171 | && id_obj == OBJID_WINDOW [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `INDEXID_CONTAINER` in this scope [INFO] [stdout] --> src/internal/win.rs:172:24 [INFO] [stdout] | [INFO] [stdout] 172 | && id_child == INDEXID_CONTAINER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextLengthW` in this scope [INFO] [stdout] --> src/internal/win.rs:177:19 [INFO] [stdout] | [INFO] [stdout] 177 | let win_len = GetWindowTextLengthW(hwnd) + 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextW` in this scope [INFO] [stdout] --> src/internal/win.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 183 | let read_len = GetWindowTextW(hwnd, v.as_mut_ptr(), win_len); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowLongW` in this scope [INFO] [stdout] --> src/internal/win.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | let lstyle = GetWindowLongW(hwnd, GWL_STYLE); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_STYLE` in this scope [INFO] [stdout] --> src/internal/win.rs:188:39 [INFO] [stdout] | [INFO] [stdout] 188 | let lstyle = GetWindowLongW(hwnd, GWL_STYLE); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/internal/win.rs:194:8 [INFO] [stdout] | [INFO] [stdout] 194 | if GetClientRect(hwnd, &mut r_area) == minwindef::FALSE { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_BORDER` in this scope [INFO] [stdout] --> src/internal/win.rs:198:19 [INFO] [stdout] | [INFO] [stdout] 198 | if (lstyle & (WS_BORDER as i32)) != WS_BORDER as i32 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_BORDER` in this scope [INFO] [stdout] --> src/internal/win.rs:198:41 [INFO] [stdout] | [INFO] [stdout] 198 | if (lstyle & (WS_BORDER as i32)) != WS_BORDER as i32 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_CREATE` in this scope [INFO] [stdout] --> src/internal/win.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 202 | if event == EVENT_OBJECT_CREATE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EVENT_OBJECT_DESTROY` in this scope [INFO] [stdout] --> src/internal/win.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | if event == EVENT_OBJECT_DESTROY { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 115 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tiles10` due to 116 previous errors [INFO] running `Command { std: "docker" "inspect" "3c3e6e31e7fe21b722276212360362b769b6c53fc2cb4b63ce6f170643f2c140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c3e6e31e7fe21b722276212360362b769b6c53fc2cb4b63ce6f170643f2c140", kill_on_drop: false }` [INFO] [stdout] 3c3e6e31e7fe21b722276212360362b769b6c53fc2cb4b63ce6f170643f2c140