[INFO] fetching crate iocp-rs 0.1.3...
[INFO] checking iocp-rs-0.1.3 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate iocp-rs 0.1.3 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate iocp-rs 0.1.3 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate iocp-rs 0.1.3
[INFO] finished tweaking crates.io crate iocp-rs 0.1.3
[INFO] tweaked toml for crates.io crate iocp-rs 0.1.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding windows-sys v0.48.0 (available: v0.59.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1a4583d810794c59f894411f358e934a821d16015b8009306ca9274e2874e6c8
[INFO] running `Command { std: "docker" "start" "-a" "1a4583d810794c59f894411f358e934a821d16015b8009306ca9274e2874e6c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a4583d810794c59f894411f358e934a821d16015b8009306ca9274e2874e6c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a4583d810794c59f894411f358e934a821d16015b8009306ca9274e2874e6c8", kill_on_drop: false }`
[INFO] [stdout] 1a4583d810794c59f894411f358e934a821d16015b8009306ca9274e2874e6c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c136e14959249b7aad272a8932016aa8be875e91ee628e21fa9797061b347b61
[INFO] running `Command { std: "docker" "start" "-a" "c136e14959249b7aad272a8932016aa8be875e91ee628e21fa9797061b347b61", kill_on_drop: false }`
[INFO] [stderr]     Checking iocp-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/as_handle.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::Foundation::HANDLE;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]   --> src/completion_port.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use windows_sys::Win32::{
[INFO] [stdout]    |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/context.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_sys::Win32::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/fs/file.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::Foundation::ERROR_IO_PENDING;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/fs/file.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows_sys::Win32::Storage::FileSystem::{ReadFile, WriteFile};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/fs/file.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::{Foundation::HANDLE};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/net/tcp.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::os::windows::prelude::AsRawSocket;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/tcp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_sys::Win32::Networking::WinSock::{WSARecv, WSASend, WSA_IO_PENDING};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/tcp.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_sys::Win32::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/net/udp.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::windows::prelude::AsRawSocket;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_sys::Win32::Foundation::HANDLE;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_sys::Win32::Networking::WinSock::WSASend;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use windows_sys::Win32::Networking::WinSock::WSASendTo;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_sys::Win32::Networking::WinSock::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]   --> src/net/mod.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use windows_sys::Win32::Networking::WinSock::{
[INFO] [stdout]    |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/operational_result.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::System::IO::{OVERLAPPED, OVERLAPPED_ENTRY};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/utils.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows_sys::Win32::System::Threading::INFINITE;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Error`
[INFO] [stdout]  --> src/context.rs:2:18
[INFO] [stdout]   |
[INFO] [stdout] 2 |     io::{Result, Error},
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::mem::zeroed`
[INFO] [stdout]  --> src/net/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::mem::zeroed;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::OnceLock`
[INFO] [stdout]   --> src/net/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::sync::OnceLock;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/as_handle.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::Foundation::HANDLE;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]   --> src/completion_port.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use windows_sys::Win32::{
[INFO] [stdout]    |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/completion_port.rs:145:36
[INFO] [stdout]     |
[INFO] [stdout] 145 |     use std::{fs::OpenOptions, os::windows::prelude::OpenOptionsExt};
[INFO] [stdout]     |                                    ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/context.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_sys::Win32::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/context.rs:133:18
[INFO] [stdout]     |
[INFO] [stdout] 133 |     use std::os::windows::io::{AsRawSocket, RawSocket};
[INFO] [stdout]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/fs/file.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_sys::Win32::Foundation::ERROR_IO_PENDING;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/fs/file.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows_sys::Win32::Storage::FileSystem::{ReadFile, WriteFile};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/fs/file.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::{Foundation::HANDLE};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/fs/file.rs:182:13
[INFO] [stdout]     |
[INFO] [stdout] 182 |         os::windows::prelude::{OpenOptionsExt, AsRawHandle},
[INFO] [stdout]     |             ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/net/tcp.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::os::windows::prelude::AsRawSocket;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/tcp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_sys::Win32::Networking::WinSock::{WSARecv, WSASend, WSA_IO_PENDING};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/tcp.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_sys::Win32::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/tcp.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 |     use std::os::windows::prelude::{AsRawSocket, OpenOptionsExt};
[INFO] [stdout]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/net/udp.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::os::windows::prelude::AsRawSocket;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:54:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:46:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:101:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/std/src/os/mod.rs:100:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_sys::Win32::Foundation::HANDLE;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_sys::Win32::Networking::WinSock::WSASend;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use windows_sys::Win32::Networking::WinSock::WSASendTo;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/net/udp.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows_sys::Win32::Networking::WinSock::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]   --> src/net/mod.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use windows_sys::Win32::Networking::WinSock::{
[INFO] [stdout]    |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/operational_result.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_sys::Win32::System::IO::{OVERLAPPED, OVERLAPPED_ENTRY};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]  --> src/utils.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows_sys::Win32::System::Threading::INFINITE;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]    --> src/completion_port.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     use windows_sys::Win32::Storage::FileSystem::FILE_FLAG_OVERLAPPED;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]    --> src/context.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |     use windows_sys::Win32::Foundation::HANDLE;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]    --> src/fs/file.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |     use windows_sys::Win32::Foundation::HANDLE;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]    --> src/fs/file.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |     use windows_sys::Win32::Storage::FileSystem::FILE_FLAG_OVERLAPPED;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]    --> src/net/tcp.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use windows_sys::Win32::Foundation::HANDLE;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows_sys`
[INFO] [stdout]    --> src/net/tcp.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     use windows_sys::Win32::Storage::FileSystem::FILE_FLAG_OVERLAPPED;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `windows_sys`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `iocp-rs` (lib) due to 17 previous errors; 3 warnings emitted
[INFO] [stdout] warning: unused import: `Error`
[INFO] [stdout]  --> src/context.rs:2:18
[INFO] [stdout]   |
[INFO] [stdout] 2 |     io::{Result, Error},
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `std::mem::zeroed`
[INFO] [stdout]  --> src/net/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::mem::zeroed;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::OnceLock`
[INFO] [stdout]   --> src/net/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::sync::OnceLock;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `iocp-rs` (lib test) due to 27 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c136e14959249b7aad272a8932016aa8be875e91ee628e21fa9797061b347b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c136e14959249b7aad272a8932016aa8be875e91ee628e21fa9797061b347b61", kill_on_drop: false }`
[INFO] [stdout] c136e14959249b7aad272a8932016aa8be875e91ee628e21fa9797061b347b61
