[INFO] cloning repository https://github.com/CanvasPads/Zintl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CanvasPads/Zintl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanvasPads%2FZintl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanvasPads%2FZintl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3f4aac1fc6a4c0aee52d58fd562df7621c5b56d1
[INFO] checking CanvasPads/Zintl against master#9050733395f7c10560d49f549e022f411fa28cea for pr-146972
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCanvasPads%2FZintl" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CanvasPads/Zintl
[INFO] finished tweaking git repo https://github.com/CanvasPads/Zintl
[INFO] tweaked toml for git repo https://github.com/CanvasPads/Zintl written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CanvasPads/Zintl on toolchain 9050733395f7c10560d49f549e022f411fa28cea
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9050733395f7c10560d49f549e022f411fa28cea" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CanvasPads/Zintl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9050733395f7c10560d49f549e022f411fa28cea" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gpu-descriptor v0.3.2
[INFO] [stderr]   Downloaded gpu-descriptor-types v0.2.0
[INFO] [stderr]   Downloaded wgpu-core-deps-apple v27.0.0
[INFO] [stderr]   Downloaded wgpu-core-deps-emscripten v27.0.0
[INFO] [stderr]   Downloaded wgpu-hal v27.0.4
[INFO] [stderr]   Downloaded wgpu-core v27.0.3
[INFO] [stderr]   Downloaded ash v0.38.0+1.3.281
[INFO] [stderr]   Downloaded naga v27.0.3
[INFO] [stderr]   Downloaded metal v0.32.0
[INFO] [stderr]   Downloaded gpu-allocator v0.27.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9050733395f7c10560d49f549e022f411fa28cea" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0f4147cd23f50636bae2eb1a3813ade65d45af1c31b0a7f479657c3308fe0874
[INFO] running `Command { std: "docker" "start" "-a" "0f4147cd23f50636bae2eb1a3813ade65d45af1c31b0a7f479657c3308fe0874", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f4147cd23f50636bae2eb1a3813ade65d45af1c31b0a7f479657c3308fe0874", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f4147cd23f50636bae2eb1a3813ade65d45af1c31b0a7f479657c3308fe0874", kill_on_drop: false }`
[INFO] [stdout] 0f4147cd23f50636bae2eb1a3813ade65d45af1c31b0a7f479657c3308fe0874
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+9050733395f7c10560d49f549e022f411fa28cea" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 266fdc8537343ef7ebbd5cf9f555583c18dd05a52739c268340562c5fe566705
[INFO] running `Command { std: "docker" "start" "-a" "266fdc8537343ef7ebbd5cf9f555583c18dd05a52739c268340562c5fe566705", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling libm v0.2.13
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking zintl-ui v0.0.1-alpha.2 (/opt/rustwide/workdir/core/zintl-ui)
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling naga v27.0.3
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling wgpu-hal v27.0.4
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling wgpu-core v27.0.3
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling wgpu v27.0.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking zintl-state v0.0.1-alpha.2 (/opt/rustwide/workdir/core/zintl-state)
[INFO] [stderr]     Checking wnd v0.0.1-alpha.2 (/opt/rustwide/workdir/platform/wnd)
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/implements/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::core::PCWSTR;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/implements/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows::Win32::{
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   --> platform/wnd/src/driver/win32/implements/mod.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use windows::Win32::UI::WindowsAndMessaging::{GetWindowLongPtrW, RegisterClassExW, SetWindowLongPtrW, GWLP_USERDATA, WNDCLASSEXW};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/utils/string.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::core::PCWSTR;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::driver::EventRunner`
[INFO] [stdout]  --> platform/wnd/src/event.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     driver::EventRunner,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `EventRunner` in `driver`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           crate::driver::win32::implements::EventRunner
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> platform/wnd/src/driver.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(target_os = "windows")]
[INFO] [stdout]   |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 9 | pub(crate) use win32::implements::EventRunner;
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::driver::EventRunner`
[INFO] [stdout]  --> platform/wnd/src/window.rs:4:54
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::driver::{self, error::WindowHandlerError, EventRunner};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^ no `EventRunner` in `driver`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           crate::driver::win32::implements::EventRunner
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> platform/wnd/src/driver.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(target_os = "windows")]
[INFO] [stdout]   |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 9 | pub(crate) use win32::implements::EventRunner;
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `WindowHandler` in `driver`
[INFO] [stdout]   --> platform/wnd/src/window.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let handler = match driver::WindowHandler::new(runner, info) {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^ could not find `WindowHandler` in `driver`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> platform/wnd/src/driver.rs:6:44
[INFO] [stdout]    |
[INFO] [stdout]  5 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  6 | pub use win32::implements::NativeWindow as WindowHandler;
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WindowHandler` in module `driver`
[INFO] [stdout]  --> platform/wnd/src/window.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 |     handler: driver::WindowHandler,
[INFO] [stdout]   |                      ^^^^^^^^^^^^^ not found in `driver`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> platform/wnd/src/driver.rs:6:44
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(target_os = "windows")]
[INFO] [stdout]   |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 6 | pub use win32::implements::NativeWindow as WindowHandler;
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/implements/mod.rs:1:42
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::BorrowMut, cell::Cell, default, mem, mem::transmute};
[INFO] [stdout]   |                                          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:107:62
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 panic!("fatal: failed to get hinstance: {}", e.message());
[INFO] [stdout]     |                                                              ^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let hinstance = match unsafe { GetModuleHandleW(None) } {
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 hInstance: hinstance.into(),
[INFO] [stdout]     |                            --------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `hinstance` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let hinstance: /* Type */ = match unsafe { GetModuleHandleW(None) } {
[INFO] [stdout]     |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:149:39
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 println!("fatal: {}", e.message());
[INFO] [stdout]     |                                       ^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/implements/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::core::PCWSTR;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/implements/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows::Win32::{
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   --> platform/wnd/src/driver/win32/implements/mod.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use windows::Win32::UI::WindowsAndMessaging::{GetWindowLongPtrW, RegisterClassExW, SetWindowLongPtrW, GWLP_USERDATA, WNDCLASSEXW};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `windows`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/utils/string.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::core::PCWSTR;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `windows`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `windows`, use `cargo add windows` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::driver::EventRunner`
[INFO] [stdout]  --> platform/wnd/src/event.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     driver::EventRunner,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `EventRunner` in `driver`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           crate::driver::win32::implements::EventRunner
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> platform/wnd/src/driver.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(target_os = "windows")]
[INFO] [stdout]   |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 9 | pub(crate) use win32::implements::EventRunner;
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::driver::EventRunner`
[INFO] [stdout]  --> platform/wnd/src/window.rs:4:54
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::driver::{self, error::WindowHandlerError, EventRunner};
[INFO] [stdout]   |                                                      ^^^^^^^^^^^ no `EventRunner` in `driver`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           crate::driver::win32::implements::EventRunner
[INFO] [stdout]   = note: unresolved item `crate::event::test::EventRunner` exists but is inaccessible
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> platform/wnd/src/driver.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(target_os = "windows")]
[INFO] [stdout]   |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 9 | pub(crate) use win32::implements::EventRunner;
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `WindowHandler` in `driver`
[INFO] [stdout]   --> platform/wnd/src/window.rs:27:37
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let handler = match driver::WindowHandler::new(runner, info) {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^ could not find `WindowHandler` in `driver`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> platform/wnd/src/driver.rs:6:44
[INFO] [stdout]    |
[INFO] [stdout]  5 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]  6 | pub use win32::implements::NativeWindow as WindowHandler;
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `WindowHandler` in module `driver`
[INFO] [stdout]  --> platform/wnd/src/window.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 |     handler: driver::WindowHandler,
[INFO] [stdout]   |                      ^^^^^^^^^^^^^ not found in `driver`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> platform/wnd/src/driver.rs:6:44
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(target_os = "windows")]
[INFO] [stdout]   |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout] 6 | pub use win32::implements::NativeWindow as WindowHandler;
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `default`
[INFO] [stdout]  --> platform/wnd/src/driver/win32/implements/mod.rs:1:42
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::BorrowMut, cell::Cell, default, mem, mem::transmute};
[INFO] [stdout]   |                                          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn set_title(&self, title: &str) {}
[INFO] [stdout]     |                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:107:62
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 panic!("fatal: failed to get hinstance: {}", e.message());
[INFO] [stdout]     |                                                              ^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let hinstance = match unsafe { GetModuleHandleW(None) } {
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |                 hInstance: hinstance.into(),
[INFO] [stdout]     |                            --------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `hinstance` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let hinstance: /* Type */ = match unsafe { GetModuleHandleW(None) } {
[INFO] [stdout]     |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:149:39
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 println!("fatal: {}", e.message());
[INFO] [stdout]     |                                       ^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `title`
[INFO] [stdout]    --> platform/wnd/src/driver/win32/implements/mod.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn set_title(&self, title: &str) {}
[INFO] [stdout]     |                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]    --> platform/wnd/src/event.rs:127:40
[INFO] [stdout]     |
[INFO] [stdout] 127 |             fn window_event(&mut self, context: &Context, window: &Window, event: Event) {}
[INFO] [stdout]     |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window`
[INFO] [stdout]    --> platform/wnd/src/event.rs:127:59
[INFO] [stdout]     |
[INFO] [stdout] 127 |             fn window_event(&mut self, context: &Context, window: &Window, event: Event) {}
[INFO] [stdout]     |                                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]    --> platform/wnd/src/event.rs:127:76
[INFO] [stdout]     |
[INFO] [stdout] 127 |             fn window_event(&mut self, context: &Context, window: &Window, event: Event) {}
[INFO] [stdout]     |                                                                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wnd` (lib test) due to 11 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `wnd` (lib) due to 11 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "266fdc8537343ef7ebbd5cf9f555583c18dd05a52739c268340562c5fe566705", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "266fdc8537343ef7ebbd5cf9f555583c18dd05a52739c268340562c5fe566705", kill_on_drop: false }`
[INFO] [stdout] 266fdc8537343ef7ebbd5cf9f555583c18dd05a52739c268340562c5fe566705
