[INFO] updating cached repository https://github.com/HonjoRiki/create_window
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 55f10bd8f906d549e02317f1323269452775d584
[INFO] checking HonjoRiki/create_window against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHonjoRiki%2Fcreate_window" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/HonjoRiki/create_window on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/HonjoRiki/create_window
[INFO] finished tweaking git repo https://github.com/HonjoRiki/create_window
[INFO] tweaked toml for git repo https://github.com/HonjoRiki/create_window written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/HonjoRiki/create_window already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 42e488e27d4e8e44f49a65cd6582d514f0fbc9b8bc5501c5952dd50f7a7866d4
[INFO] running `"docker" "start" "-a" "42e488e27d4e8e44f49a65cd6582d514f0fbc9b8bc5501c5952dd50f7a7866d4"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking create_window v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/main.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     um::{
[INFO] [stderr]   |     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/main.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     shared::{
[INFO] [stderr]    |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope
[INFO] [stderr]   --> src/main.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |         ShowWindow(hwnd, SW_NORMAL);
[INFO] [stderr]    |         ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SW_NORMAL` in this scope
[INFO] [stderr]   --> src/main.rs:31:26
[INFO] [stderr]    |
[INFO] [stderr] 31 |         ShowWindow(hwnd, SW_NORMAL);
[INFO] [stderr]    |                          ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `UpdateWindow` in this scope
[INFO] [stderr]   --> src/main.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |         UpdateWindow(hwnd);
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `MSG` in this scope
[INFO] [stderr]   --> src/main.rs:33:44
[INFO] [stderr]    |
[INFO] [stderr] 33 |         let mut msg = mem::uninitialized::<MSG>();
[INFO] [stderr]    |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetMessageW` in this scope
[INFO] [stderr]   --> src/main.rs:35:16
[INFO] [stderr]    |
[INFO] [stderr] 35 |             if GetMessageW(&mut msg, ptr::null_mut(), 0, 0) == 0 {
[INFO] [stderr]    |                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope
[INFO] [stderr]   --> src/main.rs:38:13
[INFO] [stderr]    |
[INFO] [stderr] 38 |             TranslateMessage(&mut msg);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope
[INFO] [stderr]   --> src/main.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |             DispatchMessageW(&mut msg);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WNDCLASSW` in this scope
[INFO] [stderr]   --> src/main.rs:49:34
[INFO] [stderr]    |
[INFO] [stderr] 48 | unsafe fn register_wndclass(class_name: &[u16]) -> bool {
[INFO] [stderr]    |                            - help: you might be missing a type parameter: `<WNDCLASSW>`
[INFO] [stderr] 49 |     let mut winc = mem::zeroed::<WNDCLASSW>();
[INFO] [stderr]    |                                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CS_HREDRAW` in this scope
[INFO] [stderr]   --> src/main.rs:50:18
[INFO] [stderr]    |
[INFO] [stderr] 50 |     winc.style = CS_HREDRAW | CS_VREDRAW;
[INFO] [stderr]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CS_VREDRAW` in this scope
[INFO] [stderr]   --> src/main.rs:50:31
[INFO] [stderr]    |
[INFO] [stderr] 50 |     winc.style = CS_HREDRAW | CS_VREDRAW;
[INFO] [stderr]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadIconW` in this scope
[INFO] [stderr]   --> src/main.rs:52:18
[INFO] [stderr]    |
[INFO] [stderr] 52 |     winc.hIcon = LoadIconW(ptr::null_mut(), IDI_APPLICATION);
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `IDI_APPLICATION` in this scope
[INFO] [stderr]   --> src/main.rs:52:45
[INFO] [stderr]    |
[INFO] [stderr] 52 |     winc.hIcon = LoadIconW(ptr::null_mut(), IDI_APPLICATION);
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorW` in this scope
[INFO] [stderr]   --> src/main.rs:53:20
[INFO] [stderr]    |
[INFO] [stderr] 53 |     winc.hCursor = LoadCursorW(ptr::null_mut(), IDC_ARROW);
[INFO] [stderr]    |                    ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `IDC_ARROW` in this scope
[INFO] [stderr]   --> src/main.rs:53:49
[INFO] [stderr]    |
[INFO] [stderr] 53 |     winc.hCursor = LoadCursorW(ptr::null_mut(), IDC_ARROW);
[INFO] [stderr]    |                                                 ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetStockObject` in this scope
[INFO] [stderr]   --> src/main.rs:54:26
[INFO] [stderr]    |
[INFO] [stderr] 54 |     winc.hbrBackground = GetStockObject(WHITE_BRUSH as i32) as HBRUSH;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WHITE_BRUSH` in this scope
[INFO] [stderr]   --> src/main.rs:54:41
[INFO] [stderr]    |
[INFO] [stderr] 54 |     winc.hbrBackground = GetStockObject(WHITE_BRUSH as i32) as HBRUSH;
[INFO] [stderr]    |                                         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HBRUSH` in this scope
[INFO] [stderr]   --> src/main.rs:54:64
[INFO] [stderr]    |
[INFO] [stderr] 54 |     winc.hbrBackground = GetStockObject(WHITE_BRUSH as i32) as HBRUSH;
[INFO] [stderr]    |                                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassW` in this scope
[INFO] [stderr]   --> src/main.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 |     RegisterClassW(&winc) > 0
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:60:48
[INFO] [stderr]    |
[INFO] [stderr] 60 | unsafe fn create_window(class_name: &[u16]) -> HWND {
[INFO] [stderr]    |                                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope
[INFO] [stderr]   --> src/main.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 61 |     CreateWindowExW(
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WS_OVERLAPPEDWINDOW` in this scope
[INFO] [stderr]   --> src/main.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 |         WS_OVERLAPPEDWINDOW,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:74:42
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/main.rs:74:53
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WPARAM` in this scope
[INFO] [stderr]   --> src/main.rs:74:68
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]   --> src/main.rs:74:85
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                                                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LRESULT` in this scope
[INFO] [stderr]   --> src/main.rs:74:96
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                                                                ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `PostQuitMessage` in this scope
[INFO] [stderr]   --> src/main.rs:76:23
[INFO] [stderr]    |
[INFO] [stderr] 76 |         WM_DESTROY => PostQuitMessage(0),
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in this scope
[INFO] [stderr]   --> src/main.rs:77:21
[INFO] [stderr]    |
[INFO] [stderr] 77 |         _ => return DefWindowProcW(hwnd, msg, w_param, l_param),
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/main.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     um::{
[INFO] [stderr]   |     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/main.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     shared::{
[INFO] [stderr]    |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/main.rs:33:23
[INFO] [stderr]    |
[INFO] [stderr] 33 |         let mut msg = mem::uninitialized::<MSG>();
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope
[INFO] [stderr]   --> src/main.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |         ShowWindow(hwnd, SW_NORMAL);
[INFO] [stderr]    |         ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SW_NORMAL` in this scope
[INFO] [stderr]   --> src/main.rs:31:26
[INFO] [stderr]    |
[INFO] [stderr] 31 |         ShowWindow(hwnd, SW_NORMAL);
[INFO] [stderr]    |                          ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 30 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `UpdateWindow` in this scope
[INFO] [stderr]   --> src/main.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |         UpdateWindow(hwnd);
[INFO] [stderr]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `create_window`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0412]: cannot find type `MSG` in this scope
[INFO] [stderr]   --> src/main.rs:33:44
[INFO] [stderr]    |
[INFO] [stderr] 33 |         let mut msg = mem::uninitialized::<MSG>();
[INFO] [stderr]    |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetMessageW` in this scope
[INFO] [stderr]   --> src/main.rs:35:16
[INFO] [stderr]    |
[INFO] [stderr] 35 |             if GetMessageW(&mut msg, ptr::null_mut(), 0, 0) == 0 {
[INFO] [stderr]    |                ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope
[INFO] [stderr]   --> src/main.rs:38:13
[INFO] [stderr]    |
[INFO] [stderr] 38 |             TranslateMessage(&mut msg);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope
[INFO] [stderr]   --> src/main.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |             DispatchMessageW(&mut msg);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WNDCLASSW` in this scope
[INFO] [stderr]   --> src/main.rs:49:34
[INFO] [stderr]    |
[INFO] [stderr] 48 | unsafe fn register_wndclass(class_name: &[u16]) -> bool {
[INFO] [stderr]    |                            - help: you might be missing a type parameter: `<WNDCLASSW>`
[INFO] [stderr] 49 |     let mut winc = mem::zeroed::<WNDCLASSW>();
[INFO] [stderr]    |                                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CS_HREDRAW` in this scope
[INFO] [stderr]   --> src/main.rs:50:18
[INFO] [stderr]    |
[INFO] [stderr] 50 |     winc.style = CS_HREDRAW | CS_VREDRAW;
[INFO] [stderr]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `CS_VREDRAW` in this scope
[INFO] [stderr]   --> src/main.rs:50:31
[INFO] [stderr]    |
[INFO] [stderr] 50 |     winc.style = CS_HREDRAW | CS_VREDRAW;
[INFO] [stderr]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadIconW` in this scope
[INFO] [stderr]   --> src/main.rs:52:18
[INFO] [stderr]    |
[INFO] [stderr] 52 |     winc.hIcon = LoadIconW(ptr::null_mut(), IDI_APPLICATION);
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `IDI_APPLICATION` in this scope
[INFO] [stderr]   --> src/main.rs:52:45
[INFO] [stderr]    |
[INFO] [stderr] 52 |     winc.hIcon = LoadIconW(ptr::null_mut(), IDI_APPLICATION);
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorW` in this scope
[INFO] [stderr]   --> src/main.rs:53:20
[INFO] [stderr]    |
[INFO] [stderr] 53 |     winc.hCursor = LoadCursorW(ptr::null_mut(), IDC_ARROW);
[INFO] [stderr]    |                    ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `IDC_ARROW` in this scope
[INFO] [stderr]   --> src/main.rs:53:49
[INFO] [stderr]    |
[INFO] [stderr] 53 |     winc.hCursor = LoadCursorW(ptr::null_mut(), IDC_ARROW);
[INFO] [stderr]    |                                                 ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetStockObject` in this scope
[INFO] [stderr]   --> src/main.rs:54:26
[INFO] [stderr]    |
[INFO] [stderr] 54 |     winc.hbrBackground = GetStockObject(WHITE_BRUSH as i32) as HBRUSH;
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WHITE_BRUSH` in this scope
[INFO] [stderr]   --> src/main.rs:54:41
[INFO] [stderr]    |
[INFO] [stderr] 54 |     winc.hbrBackground = GetStockObject(WHITE_BRUSH as i32) as HBRUSH;
[INFO] [stderr]    |                                         ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HBRUSH` in this scope
[INFO] [stderr]   --> src/main.rs:54:64
[INFO] [stderr]    |
[INFO] [stderr] 54 |     winc.hbrBackground = GetStockObject(WHITE_BRUSH as i32) as HBRUSH;
[INFO] [stderr]    |                                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassW` in this scope
[INFO] [stderr]   --> src/main.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 |     RegisterClassW(&winc) > 0
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:60:48
[INFO] [stderr]    |
[INFO] [stderr] 60 | unsafe fn create_window(class_name: &[u16]) -> HWND {
[INFO] [stderr]    |                                                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope
[INFO] [stderr]   --> src/main.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 61 |     CreateWindowExW(
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `WS_OVERLAPPEDWINDOW` in this scope
[INFO] [stderr]   --> src/main.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 |         WS_OVERLAPPEDWINDOW,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:74:42
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/main.rs:74:53
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WPARAM` in this scope
[INFO] [stderr]   --> src/main.rs:74:68
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPARAM` in this scope
[INFO] [stderr]   --> src/main.rs:74:85
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                                                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LRESULT` in this scope
[INFO] [stderr]   --> src/main.rs:74:96
[INFO] [stderr]    |
[INFO] [stderr] 74 | unsafe extern "system" fn win_proc(hwnd: HWND, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> LRESULT {
[INFO] [stderr]    |                                                                                                ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `PostQuitMessage` in this scope
[INFO] [stderr]   --> src/main.rs:76:23
[INFO] [stderr]    |
[INFO] [stderr] 76 |         WM_DESTROY => PostQuitMessage(0),
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in this scope
[INFO] [stderr]   --> src/main.rs:77:21
[INFO] [stderr]    |
[INFO] [stderr] 77 |         _ => return DefWindowProcW(hwnd, msg, w_param, l_param),
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> src/main.rs:33:23
[INFO] [stderr]    |
[INFO] [stderr] 33 |         let mut msg = mem::uninitialized::<MSG>();
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 30 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `create_window`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "42e488e27d4e8e44f49a65cd6582d514f0fbc9b8bc5501c5952dd50f7a7866d4"`
[INFO] running `"docker" "rm" "-f" "42e488e27d4e8e44f49a65cd6582d514f0fbc9b8bc5501c5952dd50f7a7866d4"`
[INFO] [stdout] 42e488e27d4e8e44f49a65cd6582d514f0fbc9b8bc5501c5952dd50f7a7866d4
