[INFO] cloning repository https://github.com/ForNeVeR/processor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ForNeVeR/processor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForNeVeR%2Fprocessor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForNeVeR%2Fprocessor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3f231e5d0c3f4405d174fddfff37c3c7f55c3cbe [INFO] checking ForNeVeR/processor against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForNeVeR%2Fprocessor" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ForNeVeR/processor on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ForNeVeR/processor [INFO] finished tweaking git repo https://github.com/ForNeVeR/processor [INFO] tweaked toml for git repo https://github.com/ForNeVeR/processor written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ForNeVeR/processor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kernel32-sys v0.1.4 [INFO] [stderr] Downloaded winapi v0.1.23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d32fd347034e43c7aac3632c4ebefaf49cf1f15a7888435a3f37f12cfd8de4c5 [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" "d32fd347034e43c7aac3632c4ebefaf49cf1f15a7888435a3f37f12cfd8de4c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d32fd347034e43c7aac3632c4ebefaf49cf1f15a7888435a3f37f12cfd8de4c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d32fd347034e43c7aac3632c4ebefaf49cf1f15a7888435a3f37f12cfd8de4c5", kill_on_drop: false }` [INFO] [stdout] d32fd347034e43c7aac3632c4ebefaf49cf1f15a7888435a3f37f12cfd8de4c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c26f7a3e335126416e258960e7209fa39c214dec9441b42e36e590d32a7c25c5 [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" "c26f7a3e335126416e258960e7209fa39c214dec9441b42e36e590d32a7c25c5", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling user32-sys v0.1.3 [INFO] [stderr] Compiling kernel32-sys v0.1.4 [INFO] [stderr] Checking winapi v0.1.23 [INFO] [stderr] Checking processor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/string.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/string.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | const HWND_MESSAGE: winapi::HWND = HWND_MESSAGE_ as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:11:61 [INFO] [stdout] | [INFO] [stdout] 11 | const HWND_MESSAGE: winapi::HWND = HWND_MESSAGE_ as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in crate `winapi` [INFO] [stdout] --> src/window.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | unsafe fn get_instance() -> winapi::HINSTANCE { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in crate `kernel32` [INFO] [stdout] --> src/window.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | let instance = kernel32::GetModuleHandleW(ptr::null()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/window.rs:16:56 [INFO] [stdout] | [INFO] [stdout] 16 | panic!("GetModuleHandleW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in crate `winapi` [INFO] [stdout] --> src/window.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn register_class(instance: winapi::HINSTANCE, wnd_proc: winapi::WNDPROC) { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDPROC` in crate `winapi` [INFO] [stdout] --> src/window.rs:22:73 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn register_class(instance: winapi::HINSTANCE, wnd_proc: winapi::WNDPROC) { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `WNDCLASSW` in crate `winapi` [INFO] [stdout] --> src/window.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | let class = winapi::WNDCLASSW { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassW` in crate `user32` [INFO] [stdout] --> src/window.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | let atom = user32::RegisterClassW(&class); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/window.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | panic!("RegisterClassW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDPROC` in crate `winapi` [INFO] [stdout] --> src/window.rs:41:47 [INFO] [stdout] | [INFO] [stdout] 41 | pub unsafe fn create_window(wnd_proc: winapi::WNDPROC) -> winapi::HWND { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:41:67 [INFO] [stdout] | [INFO] [stdout] 41 | pub unsafe fn create_window(wnd_proc: winapi::WNDPROC) -> winapi::HWND { [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in crate `user32` [INFO] [stdout] --> src/window.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | let window = user32::CreateWindowExW( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/window.rs:59:55 [INFO] [stdout] | [INFO] [stdout] 59 | panic!("CreateWindowExW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MSG` in crate `winapi` [INFO] [stdout] --> src/main.rs:14:45 [INFO] [stdout] | [INFO] [stdout] 14 | unsafe fn get_message(message: &mut winapi::MSG) -> winapi::BOOL { [INFO] [stdout] | ^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in crate `winapi` [INFO] [stdout] --> src/main.rs:14:61 [INFO] [stdout] | [INFO] [stdout] 14 | unsafe fn get_message(message: &mut winapi::MSG) -> winapi::BOOL { [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetMessageW` in crate `user32` [INFO] [stdout] --> src/main.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | let status = user32::GetMessageW(message, ptr::null_mut(), 0, 0); [INFO] [stdout] | ^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/main.rs:17:51 [INFO] [stdout] | [INFO] [stdout] 17 | panic!("GetMessageW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MSG` in crate `winapi` [INFO] [stdout] --> src/main.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 26 | let mut message = winapi::MSG { [INFO] [stdout] | ^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in crate `winapi` [INFO] [stdout] --> src/main.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | pt: winapi::POINT { [INFO] [stdout] | ^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in crate `user32` [INFO] [stdout] --> src/main.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | user32::TranslateMessage(&message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in crate `user32` [INFO] [stdout] --> src/main.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | user32::DispatchMessageW(&message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/main.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | window: winapi::HWND, [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in crate `winapi` [INFO] [stdout] --> src/main.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | message: winapi::UINT, [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in crate `winapi` [INFO] [stdout] --> src/main.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | w_param: winapi::WPARAM, [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in crate `winapi` [INFO] [stdout] --> src/main.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | l_param: winapi::LPARAM) -> winapi::LRESULT { [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in crate `winapi` [INFO] [stdout] --> src/main.rs:52:41 [INFO] [stdout] | [INFO] [stdout] 52 | l_param: winapi::LPARAM) -> winapi::LRESULT { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in crate `user32` [INFO] [stdout] --> src/main.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | user32::DefWindowProcW(window, message, w_param, l_param) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | const HWND_MESSAGE: winapi::HWND = HWND_MESSAGE_ as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:11:61 [INFO] [stdout] | [INFO] [stdout] 11 | const HWND_MESSAGE: winapi::HWND = HWND_MESSAGE_ as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in crate `winapi` [INFO] [stdout] --> src/window.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | unsafe fn get_instance() -> winapi::HINSTANCE { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in crate `kernel32` [INFO] [stdout] --> src/window.rs:14:30 [INFO] [stdout] | [INFO] [stdout] 14 | let instance = kernel32::GetModuleHandleW(ptr::null()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/window.rs:16:56 [INFO] [stdout] | [INFO] [stdout] 16 | panic!("GetModuleHandleW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in crate `winapi` [INFO] [stdout] --> src/window.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn register_class(instance: winapi::HINSTANCE, wnd_proc: winapi::WNDPROC) { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDPROC` in crate `winapi` [INFO] [stdout] --> src/window.rs:22:73 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn register_class(instance: winapi::HINSTANCE, wnd_proc: winapi::WNDPROC) { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `WNDCLASSW` in crate `winapi` [INFO] [stdout] --> src/window.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | let class = winapi::WNDCLASSW { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassW` in crate `user32` [INFO] [stdout] --> src/window.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | let atom = user32::RegisterClassW(&class); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/window.rs:37:54 [INFO] [stdout] | [INFO] [stdout] 37 | panic!("RegisterClassW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDPROC` in crate `winapi` [INFO] [stdout] --> src/window.rs:41:47 [INFO] [stdout] | [INFO] [stdout] 41 | pub unsafe fn create_window(wnd_proc: winapi::WNDPROC) -> winapi::HWND { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:41:67 [INFO] [stdout] | [INFO] [stdout] 41 | pub unsafe fn create_window(wnd_proc: winapi::WNDPROC) -> winapi::HWND { [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in crate `user32` [INFO] [stdout] --> src/window.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | let window = user32::CreateWindowExW( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/window.rs:59:55 [INFO] [stdout] | [INFO] [stdout] 59 | panic!("CreateWindowExW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MSG` in crate `winapi` [INFO] [stdout] --> src/main.rs:14:45 [INFO] [stdout] | [INFO] [stdout] 14 | unsafe fn get_message(message: &mut winapi::MSG) -> winapi::BOOL { [INFO] [stdout] | ^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in crate `winapi` [INFO] [stdout] --> src/main.rs:14:61 [INFO] [stdout] | [INFO] [stdout] 14 | unsafe fn get_message(message: &mut winapi::MSG) -> winapi::BOOL { [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetMessageW` in crate `user32` [INFO] [stdout] --> src/main.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | let status = user32::GetMessageW(message, ptr::null_mut(), 0, 0); [INFO] [stdout] | ^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in crate `kernel32` [INFO] [stdout] --> src/main.rs:17:51 [INFO] [stdout] | [INFO] [stdout] 17 | panic!("GetMessageW error: {}", kernel32::GetLastError()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in `kernel32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `MSG` in crate `winapi` [INFO] [stdout] --> src/main.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 26 | let mut message = winapi::MSG { [INFO] [stdout] | ^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in crate `winapi` [INFO] [stdout] --> src/main.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | pt: winapi::POINT { [INFO] [stdout] | ^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in crate `user32` [INFO] [stdout] --> src/main.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | user32::TranslateMessage(&message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in crate `user32` [INFO] [stdout] --> src/main.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | user32::DispatchMessageW(&message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/main.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | window: winapi::HWND, [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in crate `winapi` [INFO] [stdout] --> src/main.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | message: winapi::UINT, [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in crate `winapi` [INFO] [stdout] --> src/main.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | w_param: winapi::WPARAM, [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in crate `winapi` [INFO] [stdout] --> src/main.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | l_param: winapi::LPARAM) -> winapi::LRESULT { [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in crate `winapi` [INFO] [stdout] --> src/main.rs:52:41 [INFO] [stdout] | [INFO] [stdout] 52 | l_param: winapi::LPARAM) -> winapi::LRESULT { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in crate `user32` [INFO] [stdout] --> src/main.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | user32::DefWindowProcW(window, message, w_param, l_param) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `user32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/string.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | OsStr::new(str).encode_wide(). chain(Some(0).into_iter()).collect() [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&OsStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `processor` [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[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/string.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | OsStr::new(str).encode_wide(). chain(Some(0).into_iter()).collect() [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&OsStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433, E0599. [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" "c26f7a3e335126416e258960e7209fa39c214dec9441b42e36e590d32a7c25c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c26f7a3e335126416e258960e7209fa39c214dec9441b42e36e590d32a7c25c5", kill_on_drop: false }` [INFO] [stdout] c26f7a3e335126416e258960e7209fa39c214dec9441b42e36e590d32a7c25c5