[INFO] fetching crate iocp-rs 0.1.3...
[INFO] checking iocp-rs-0.1.3 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate iocp-rs 0.1.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate iocp-rs 0.1.3 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d19a59d24dfd87f8d96331f3f208332a6979c4a9d24f8c72817453dd66e73c3f
[INFO] running `Command { std: "docker" "start" "-a" "d19a59d24dfd87f8d96331f3f208332a6979c4a9d24f8c72817453dd66e73c3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d19a59d24dfd87f8d96331f3f208332a6979c4a9d24f8c72817453dd66e73c3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d19a59d24dfd87f8d96331f3f208332a6979c4a9d24f8c72817453dd66e73c3f", kill_on_drop: false }`
[INFO] [stdout] d19a59d24dfd87f8d96331f3f208332a6979c4a9d24f8c72817453dd66e73c3f
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21b69d1e1b8fd5c0b9e6918d547b796acb9d63d190bdc97d35e29cd77589dabd
[INFO] running `Command { std: "docker" "start" "-a" "21b69d1e1b8fd5c0b9e6918d547b796acb9d63d190bdc97d35e29cd77589dabd", 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: 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: 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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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: 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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/std/src/os/mod.rs:100:9
[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] 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] 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] 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] 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: `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/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] [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: aborting due to 27 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 17 previous errors; 3 warnings emitted
[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 28 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `iocp-rs` (lib) due to 18 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "21b69d1e1b8fd5c0b9e6918d547b796acb9d63d190bdc97d35e29cd77589dabd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21b69d1e1b8fd5c0b9e6918d547b796acb9d63d190bdc97d35e29cd77589dabd", kill_on_drop: false }`
[INFO] [stdout] 21b69d1e1b8fd5c0b9e6918d547b796acb9d63d190bdc97d35e29cd77589dabd
[INFO] checking iocp-rs-0.1.3 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate iocp-rs 0.1.3 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate iocp-rs 0.1.3 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e1a8229963288261e3307047beac330af731d5363212ceb5646f4957b9ec6fd
[INFO] running `Command { std: "docker" "start" "-a" "6e1a8229963288261e3307047beac330af731d5363212ceb5646f4957b9ec6fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e1a8229963288261e3307047beac330af731d5363212ceb5646f4957b9ec6fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e1a8229963288261e3307047beac330af731d5363212ceb5646f4957b9ec6fd", kill_on_drop: false }`
[INFO] [stdout] 6e1a8229963288261e3307047beac330af731d5363212ceb5646f4957b9ec6fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 410486b0910ffe9c99d007b39588036f9d7504de1c45cb7fc01e1c46f0dc3478
[INFO] running `Command { std: "docker" "start" "-a" "410486b0910ffe9c99d007b39588036f9d7504de1c45cb7fc01e1c46f0dc3478", 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/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/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/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/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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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: 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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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/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/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: 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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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/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/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/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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/7622c0f807a4e13c4db886a1681bf343795692df/library/std/src/os/mod.rs:100:9
[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] [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] 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: aborting due to 17 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 27 previous errors; 3 warnings emitted
[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) due to 18 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `iocp-rs` (lib test) due to 28 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "410486b0910ffe9c99d007b39588036f9d7504de1c45cb7fc01e1c46f0dc3478", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "410486b0910ffe9c99d007b39588036f9d7504de1c45cb7fc01e1c46f0dc3478", kill_on_drop: false }`
[INFO] [stdout] 410486b0910ffe9c99d007b39588036f9d7504de1c45cb7fc01e1c46f0dc3478
