[INFO] fetching crate windows-native 1.0.44...
[INFO] testing windows-native-1.0.44 against 1.90.0 for beta-1.91-3
[INFO] extracting crate windows-native 1.0.44 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate windows-native 1.0.44
[INFO] finished tweaking crates.io crate windows-native 1.0.44
[INFO] tweaked toml for crates.io crate windows-native 1.0.44 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate windows-native 1.0.44 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 19 packages to latest compatible versions
[INFO] [stderr]       Adding windows v0.58.0 (available: v0.62.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2015f4e4eac265f3325b9c6aa1b4945bea0fa9f3f5aac3df1aa8b781088feeee
[INFO] running `Command { std: "docker" "start" "-a" "2015f4e4eac265f3325b9c6aa1b4945bea0fa9f3f5aac3df1aa8b781088feeee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2015f4e4eac265f3325b9c6aa1b4945bea0fa9f3f5aac3df1aa8b781088feeee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2015f4e4eac265f3325b9c6aa1b4945bea0fa9f3f5aac3df1aa8b781088feeee", kill_on_drop: false }`
[INFO] [stdout] 2015f4e4eac265f3325b9c6aa1b4945bea0fa9f3f5aac3df1aa8b781088feeee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2eb43c2624905c74196a7686f53ac8fcc1727505c6e860ea10821d3f1655060f
[INFO] running `Command { std: "docker" "start" "-a" "2eb43c2624905c74196a7686f53ac8fcc1727505c6e860ea10821d3f1655060f", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.52.6
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling windows-targets v0.52.6
[INFO] [stderr]    Compiling windows-result v0.2.0
[INFO] [stderr]    Compiling windows-strings v0.1.0
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]    Compiling windows-core v0.58.0
[INFO] [stderr]    Compiling windows v0.58.0
[INFO] [stderr]    Compiling windows-native v1.0.44 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntbcd.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::Foundation::{BOOLEAN, HANDLE, NTSTATUS, UNICODE_STRING},
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntbcd.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntdbg.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntdbg.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntdbg.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntexapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/ntexapi.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntioapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntioapi.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntkeapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::{BOOLEAN, NTSTATUS};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntexapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntldr.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntldr.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntlpcapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntlpcapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntmisc.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::{HANDLE, NTSTATUS};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntmmapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::{Foundation::OBJECT_ATTRIBUTES, System::Memory::SECTION_INHERIT},
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntmmapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntnls.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::BOOLEAN;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntobapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::Foundation::{OBJECT_ATTRIBUTES, OBJECT_INFORMATION_CLASS},
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntobapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntldr.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{PCWSTR, PSTR, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpebteb.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpfapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::HANDLE;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntpebteb.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpnpapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntpoapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntpnpapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntpsapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/ntpsapi.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntregapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntregapi.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntpsapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntrtl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntrtl.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntrtl.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{w, GUID, PCWSTR, PSTR, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntsam.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntsam.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntseapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     Wdk::Foundation::OBJECT_ATTRIBUTES,
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntseapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntsmss.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::{HANDLE, NTSTATUS, UNICODE_STRING};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntsam.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::PWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntsxs.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/nttmapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::NTSTATUS;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/nttp.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntsxs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntwow64.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/ntxcapi.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntwow64.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::GUID,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Wdk` in `windows`
[INFO] [stdout]  --> src/ntzwapi.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Wdk::{
[INFO] [stdout]   |     ^^^ could not find `Wdk` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]   --> src/ntzwapi.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/phnt_ntdef.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::Foundation::BOOLEAN;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/ntzwapi.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::{GUID, PWSTR},
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/subprocesstag.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::core::{PCWSTR, PWSTR};
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows`
[INFO] [stdout]  --> src/winsta.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/winsta.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     core::PWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:65:15
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl windows::core::TypeKind for PREGHANDLE {
[INFO] [stdout]    |               ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |     type TypeKind = windows::core::CopyType;
[INFO] [stdout]    |                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:97:15
[INFO] [stdout]    |
[INFO] [stdout] 97 | impl windows::core::TypeKind for TRACEHANDLE {
[INFO] [stdout]    |               ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `core` in `windows`
[INFO] [stdout]   --> src/phnt_ntdef.rs:98:30
[INFO] [stdout]    |
[INFO] [stdout] 98 |     type TypeKind = windows::core::CopyType;
[INFO] [stdout]    |                              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-native` (lib) due to 60 previous errors
[INFO] running `Command { std: "docker" "inspect" "2eb43c2624905c74196a7686f53ac8fcc1727505c6e860ea10821d3f1655060f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2eb43c2624905c74196a7686f53ac8fcc1727505c6e860ea10821d3f1655060f", kill_on_drop: false }`
[INFO] [stdout] 2eb43c2624905c74196a7686f53ac8fcc1727505c6e860ea10821d3f1655060f
