[INFO] fetching crate tileme 0.0.2... [INFO] checking tileme-0.0.2 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate tileme 0.0.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tileme 0.0.2 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tileme 0.0.2 [INFO] finished tweaking crates.io crate tileme 0.0.2 [INFO] tweaked toml for crates.io crate tileme 0.0.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate tileme 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--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-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" "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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05a59b586563266bbddeb63e942743c4dba694e651127d9fe59018fe98b7ee12 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "05a59b586563266bbddeb63e942743c4dba694e651127d9fe59018fe98b7ee12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05a59b586563266bbddeb63e942743c4dba694e651127d9fe59018fe98b7ee12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05a59b586563266bbddeb63e942743c4dba694e651127d9fe59018fe98b7ee12", kill_on_drop: false }` [INFO] [stdout] 05a59b586563266bbddeb63e942743c4dba694e651127d9fe59018fe98b7ee12 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18acd4c3310ed32d4713f8a9979fb7a24b19d356e510aad0be54b1842002801c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "18acd4c3310ed32d4713f8a9979fb7a24b19d356e510aad0be54b1842002801c", kill_on_drop: false }` [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking hotkey v0.3.1 [INFO] [stderr] Checking tileme v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winvd` [INFO] [stdout] --> src/manager.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winvd::helpers::{rename_desktop_number, go_to_desktop_number, move_window_to_desktop_number}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winvd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/manager.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::winuser::GetForegroundWindow; [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/manager.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::windef::HWND; [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/keys.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser; [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/keys.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::winuser; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winvd` [INFO] [stdout] --> src/manager.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winvd::{Desktop, VirtualDesktopEvent, create_desktop, get_desktops, get_event_receiver}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winvd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winvd` [INFO] [stdout] --> src/manager.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winvd::helpers::{rename_desktop_number, go_to_desktop_number, move_window_to_desktop_number}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winvd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/manager.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::winuser::GetForegroundWindow; [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/manager.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::shared::windef::HWND; [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/keys.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser; [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/keys.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use winapi::um::winuser; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winvd` [INFO] [stdout] --> src/manager.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winvd::{Desktop, VirtualDesktopEvent, create_desktop, get_desktops, get_event_receiver}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winvd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winvd` [INFO] [stdout] --> src/manager.rs:140:63 [INFO] [stdout] | [INFO] [stdout] 140 | if move_window_to_desktop_number(foreground_window as winvd::HWND, number).is_err() { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winvd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/keys.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub const ALT: u32 = winuser::MOD_ALT as u32; [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/keys.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | pub const CONTROL: u32 = winuser::MOD_CONTROL as u32; [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/keys.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | pub const SHIFT: u32 = winuser::MOD_SHIFT as u32; [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/keys.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | pub const SUPER: u32 = winuser::MOD_WIN as u32; [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/keys.rs:13:32 [INFO] [stdout] | [INFO] [stdout] 13 | pub const BACKSPACE: i32 = winuser::VK_BACK; [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/keys.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | pub const TAB: i32 = winuser::VK_TAB; [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/keys.rs:15:28 [INFO] [stdout] | [INFO] [stdout] 15 | pub const ENTER: i32 = winuser::VK_RETURN; [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/keys.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | pub const CAPS_LOCK: i32 = winuser::VK_CAPITAL; [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/keys.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | pub const ESCAPE: i32 = winuser::VK_ESCAPE; [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/keys.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | pub const SPACE: i32 = winuser::VK_SPACE; [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/keys.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | pub const PAGE_UP: i32 = winuser::VK_PRIOR; [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/keys.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | pub const PAGE_DOWN: i32 = winuser::VK_NEXT; [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/keys.rs:21:26 [INFO] [stdout] | [INFO] [stdout] 21 | pub const END: i32 = winuser::VK_END; [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/keys.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | pub const HOME: i32 = winuser::VK_HOME; [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/keys.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | pub const ARROW_LEFT: i32 = winuser::VK_LEFT; [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/keys.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | pub const ARROW_RIGHT: i32 = winuser::VK_RIGHT; [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/keys.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub const ARROW_UP: i32 = winuser::VK_UP; [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/keys.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | pub const ARROW_DOWN: i32 = winuser::VK_DOWN; [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/keys.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | pub const PRINT_SCREEN: i32 = winuser::VK_SNAPSHOT; [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/keys.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | pub const INSERT: i32 = winuser::VK_INSERT; [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/keys.rs:29:29 [INFO] [stdout] | [INFO] [stdout] 29 | pub const DELETE: i32 = winuser::VK_DELETE; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rename_desktop_number` in this scope [INFO] [stdout] --> src/manager.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | rename_desktop_number(i, &*desktop.name).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `go_to_desktop_number` in this scope [INFO] [stdout] --> src/manager.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 132 | if go_to_desktop_number(number).is_err() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/manager.rs:139:32 [INFO] [stdout] | [INFO] [stdout] 139 | let foreground_window: HWND = unsafe { GetForegroundWindow() }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetForegroundWindow` in this scope [INFO] [stdout] --> src/manager.rs:139:48 [INFO] [stdout] | [INFO] [stdout] 139 | let foreground_window: HWND = unsafe { GetForegroundWindow() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `move_window_to_desktop_number` in this scope [INFO] [stdout] --> src/manager.rs:140:12 [INFO] [stdout] | [INFO] [stdout] 140 | if move_window_to_desktop_number(foreground_window as winvd::HWND, number).is_err() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winvd` [INFO] [stdout] --> src/manager.rs:140:63 [INFO] [stdout] | [INFO] [stdout] 140 | if move_window_to_desktop_number(foreground_window as winvd::HWND, number).is_err() { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winvd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winuser` [INFO] [stdout] --> src/keys.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | pub const ALT: u32 = winuser::MOD_ALT as u32; [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/keys.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | pub const CONTROL: u32 = winuser::MOD_CONTROL as u32; [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/keys.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | pub const SHIFT: u32 = winuser::MOD_SHIFT as u32; [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/keys.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | pub const SUPER: u32 = winuser::MOD_WIN as u32; [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/keys.rs:13:32 [INFO] [stdout] | [INFO] [stdout] 13 | pub const BACKSPACE: i32 = winuser::VK_BACK; [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/keys.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | pub const TAB: i32 = winuser::VK_TAB; [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/keys.rs:15:28 [INFO] [stdout] | [INFO] [stdout] 15 | pub const ENTER: i32 = winuser::VK_RETURN; [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/keys.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | pub const CAPS_LOCK: i32 = winuser::VK_CAPITAL; [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/keys.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | pub const ESCAPE: i32 = winuser::VK_ESCAPE; [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/keys.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | pub const SPACE: i32 = winuser::VK_SPACE; [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/keys.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 19 | pub const PAGE_UP: i32 = winuser::VK_PRIOR; [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/keys.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | pub const PAGE_DOWN: i32 = winuser::VK_NEXT; [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/keys.rs:21:26 [INFO] [stdout] | [INFO] [stdout] 21 | pub const END: i32 = winuser::VK_END; [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/keys.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | pub const HOME: i32 = winuser::VK_HOME; [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/keys.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | pub const ARROW_LEFT: i32 = winuser::VK_LEFT; [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/keys.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | pub const ARROW_RIGHT: i32 = winuser::VK_RIGHT; [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/keys.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub const ARROW_UP: i32 = winuser::VK_UP; [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/keys.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | pub const ARROW_DOWN: i32 = winuser::VK_DOWN; [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/keys.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | pub const PRINT_SCREEN: i32 = winuser::VK_SNAPSHOT; [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/keys.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | pub const INSERT: i32 = winuser::VK_INSERT; [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/keys.rs:29:29 [INFO] [stdout] | [INFO] [stdout] 29 | pub const DELETE: i32 = winuser::VK_DELETE; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winuser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rename_desktop_number` in this scope [INFO] [stdout] --> src/manager.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 119 | rename_desktop_number(i, &*desktop.name).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `go_to_desktop_number` in this scope [INFO] [stdout] --> src/manager.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 132 | if go_to_desktop_number(number).is_err() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/manager.rs:139:32 [INFO] [stdout] | [INFO] [stdout] 139 | let foreground_window: HWND = unsafe { GetForegroundWindow() }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetForegroundWindow` in this scope [INFO] [stdout] --> src/manager.rs:139:48 [INFO] [stdout] | [INFO] [stdout] 139 | let foreground_window: HWND = unsafe { GetForegroundWindow() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `move_window_to_desktop_number` in this scope [INFO] [stdout] --> src/manager.rs:140:12 [INFO] [stdout] | [INFO] [stdout] 140 | if move_window_to_desktop_number(foreground_window as winvd::HWND, number).is_err() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tileme` [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] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "18acd4c3310ed32d4713f8a9979fb7a24b19d356e510aad0be54b1842002801c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18acd4c3310ed32d4713f8a9979fb7a24b19d356e510aad0be54b1842002801c", kill_on_drop: false }` [INFO] [stdout] 18acd4c3310ed32d4713f8a9979fb7a24b19d356e510aad0be54b1842002801c