[INFO] fetching crate tokio-iocp 0.2.3...
[INFO] testing tokio-iocp-0.2.3 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate tokio-iocp 0.2.3 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate tokio-iocp 0.2.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate tokio-iocp 0.2.3
[INFO] tweaked toml for crates.io crate tokio-iocp 0.2.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tokio-iocp 0.2.3 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tokio-iocp 0.2.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 758c873ab488ac563661fb0ddbcb1cdf4702ee1fecab570b9fde1c5abefba99f
[INFO] running `Command { std: "docker" "start" "-a" "758c873ab488ac563661fb0ddbcb1cdf4702ee1fecab570b9fde1c5abefba99f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "758c873ab488ac563661fb0ddbcb1cdf4702ee1fecab570b9fde1c5abefba99f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "758c873ab488ac563661fb0ddbcb1cdf4702ee1fecab570b9fde1c5abefba99f", kill_on_drop: false }`
[INFO] [stdout] 758c873ab488ac563661fb0ddbcb1cdf4702ee1fecab570b9fde1c5abefba99f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cca434f62ef2be6d583f14c009a7600cd849f89b712edaffc34f821913fa4bd8
[INFO] running `Command { std: "docker" "start" "-a" "cca434f62ef2be6d583f14c009a7600cd849f89b712edaffc34f821913fa4bd8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.48.5
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.12
[INFO] [stderr]    Compiling widestring v1.0.2
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling windows-targets v0.48.5
[INFO] [stderr]    Compiling windows-sys v0.48.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling aligned-array v1.0.1
[INFO] [stderr]    Compiling tokio-iocp v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/fs/file.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     os::windows::prelude::{
[INFO] [stdout]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/fs/open_options.rs:2:50
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{fs::OpenOptions as StdOpenOptions, os::windows::prelude::OpenOptionsExt, path::Path};
[INFO] [stdout]   |                                                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/io_port/future.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     os::windows::prelude::{AsRawHandle, AsRawSocket, BorrowedHandle, BorrowedSocket},
[INFO] [stdout]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/io_port/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     os::windows::prelude::{AsRawHandle, FromRawHandle, OwnedHandle},
[INFO] [stdout]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/socket.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     os::windows::prelude::{AsRawSocket, AsSocket, FromRawSocket, OwnedSocket},
[INFO] [stdout]    |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/named_pipe.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     os::windows::prelude::{
[INFO] [stdout]    |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `net`
[INFO] [stdout]   --> src/net/named_pipe.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub use tokio::net::windows::named_pipe::{PipeEnd, PipeMode};
[INFO] [stdout]    |                     ^^^^^^^ could not find `windows` in `net`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.32.0/src/net/mod.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 54 | / cfg_net_windows! {
[INFO] [stdout] 55 | |     pub mod windows;
[INFO] [stdout]    | |             ^^^^^^^
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_- the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/op/accept.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     os::windows::prelude::{AsRawSocket, OwnedSocket},
[INFO] [stdout]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `windows_sys::Win32::Storage::FileSystem::CreateFileW`, `windows_sys::Win32::System::Pipes::CreateNamedPipeW`, `windows_sys::Win32::System::SystemServices`
[INFO] [stdout]    --> src/net/named_pipe.rs:23:9
[INFO] [stdout]     |
[INFO] [stdout]  23 |         CreateFileW, FILE_FLAG_FIRST_PIPE_INSTANCE, FILE_FLAG_OVERLAPPED, OPEN_EXISTING,
[INFO] [stdout]     |         ^^^^^^^^^^^ no `CreateFileW` in `Windows::Win32::Storage::FileSystem`
[INFO] [stdout] ...
[INFO] [stdout]  29 |             CreateNamedPipeW, DisconnectNamedPipe, GetNamedPipeInfo, SetNamedPipeHandleState,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             no `CreateNamedPipeW` in `Windows::Win32::System::Pipes`
[INFO] [stdout]     |             help: a similar name exists in the module: `CallNamedPipeW`
[INFO] [stdout] ...
[INFO] [stdout]  34 |         SystemServices::ACCESS_SYSTEM_SECURITY,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ could not find `SystemServices` in `System`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/windows-sys-0.48.0/src/Windows/Win32/System/mod.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(feature = "Win32_System_SystemServices")]
[INFO] [stdout]     |       --------------------------------------- the item is gated behind the `Win32_System_SystemServices` feature
[INFO] [stdout] 134 | pub mod SystemServices;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:74:25
[INFO] [stdout]     |
[INFO] [stdout]  74 |         impl ::std::os::windows::io::AsRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/socket.rs:224:1
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl_socket!(Socket, handle);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:75:51
[INFO] [stdout]     |
[INFO] [stdout]  75 |             fn as_raw_socket(&self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                   ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/socket.rs:224:1
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl_socket!(Socket, handle);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |         impl ::std::os::windows::io::IntoRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/socket.rs:224:1
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl_socket!(Socket, handle);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:80:52
[INFO] [stdout]     |
[INFO] [stdout]  80 |             fn into_raw_socket(self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                    ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/socket.rs:224:1
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl_socket!(Socket, handle);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:84:25
[INFO] [stdout]     |
[INFO] [stdout]  84 |         impl ::std::os::windows::io::AsSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/socket.rs:224:1
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl_socket!(Socket, handle);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:85:47
[INFO] [stdout]     |
[INFO] [stdout]  85 |             fn as_socket(&self) -> ::std::os::windows::io::BorrowedSocket {
[INFO] [stdout]     |                                               ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/socket.rs:224:1
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl_socket!(Socket, handle);
[INFO] [stdout]     | ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/mod.rs:74:25
[INFO] [stdout]    |
[INFO] [stdout] 74 |         impl ::std::os::windows::io::AsRawSocket for $t {
[INFO] [stdout]    |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/net/tcp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl_socket!(TcpListener, inner);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout]    = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/mod.rs:75:51
[INFO] [stdout]    |
[INFO] [stdout] 75 |             fn as_raw_socket(&self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]    |                                                   ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/net/tcp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl_socket!(TcpListener, inner);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout]    = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/mod.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |         impl ::std::os::windows::io::IntoRawSocket for $t {
[INFO] [stdout]    |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/net/tcp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl_socket!(TcpListener, inner);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout]    = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/mod.rs:80:52
[INFO] [stdout]    |
[INFO] [stdout] 80 |             fn into_raw_socket(self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]    |                                                    ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/net/tcp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl_socket!(TcpListener, inner);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout]    = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/mod.rs:84:25
[INFO] [stdout]    |
[INFO] [stdout] 84 |         impl ::std::os::windows::io::AsSocket for $t {
[INFO] [stdout]    |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/net/tcp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl_socket!(TcpListener, inner);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout]    = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/net/mod.rs:85:47
[INFO] [stdout]    |
[INFO] [stdout] 85 |             fn as_socket(&self) -> ::std::os::windows::io::BorrowedSocket {
[INFO] [stdout]    |                                               ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/net/tcp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | impl_socket!(TcpListener, inner);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout]    = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:74:25
[INFO] [stdout]     |
[INFO] [stdout]  74 |         impl ::std::os::windows::io::AsRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/tcp.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl_socket!(TcpStream, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:75:51
[INFO] [stdout]     |
[INFO] [stdout]  75 |             fn as_raw_socket(&self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                   ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/tcp.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl_socket!(TcpStream, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |         impl ::std::os::windows::io::IntoRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/tcp.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl_socket!(TcpStream, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:80:52
[INFO] [stdout]     |
[INFO] [stdout]  80 |             fn into_raw_socket(self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                    ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/tcp.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl_socket!(TcpStream, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:84:25
[INFO] [stdout]     |
[INFO] [stdout]  84 |         impl ::std::os::windows::io::AsSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/tcp.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl_socket!(TcpStream, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:85:47
[INFO] [stdout]     |
[INFO] [stdout]  85 |             fn as_socket(&self) -> ::std::os::windows::io::BorrowedSocket {
[INFO] [stdout]     |                                               ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/tcp.rs:170:1
[INFO] [stdout]     |
[INFO] [stdout] 170 | impl_socket!(TcpStream, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:74:25
[INFO] [stdout]     |
[INFO] [stdout]  74 |         impl ::std::os::windows::io::AsRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/udp.rs:200:1
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl_socket!(UdpSocket, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:75:51
[INFO] [stdout]     |
[INFO] [stdout]  75 |             fn as_raw_socket(&self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                   ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/udp.rs:200:1
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl_socket!(UdpSocket, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |         impl ::std::os::windows::io::IntoRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/udp.rs:200:1
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl_socket!(UdpSocket, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:80:52
[INFO] [stdout]     |
[INFO] [stdout]  80 |             fn into_raw_socket(self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                    ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/udp.rs:200:1
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl_socket!(UdpSocket, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:84:25
[INFO] [stdout]     |
[INFO] [stdout]  84 |         impl ::std::os::windows::io::AsSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/udp.rs:200:1
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl_socket!(UdpSocket, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:85:47
[INFO] [stdout]     |
[INFO] [stdout]  85 |             fn as_socket(&self) -> ::std::os::windows::io::BorrowedSocket {
[INFO] [stdout]     |                                               ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/udp.rs:200:1
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl_socket!(UdpSocket, inner);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:74:25
[INFO] [stdout]     |
[INFO] [stdout]  74 |         impl ::std::os::windows::io::AsRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl_socket!(UnixListener, inner);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:75:51
[INFO] [stdout]     |
[INFO] [stdout]  75 |             fn as_raw_socket(&self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                   ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl_socket!(UnixListener, inner);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |         impl ::std::os::windows::io::IntoRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl_socket!(UnixListener, inner);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:80:52
[INFO] [stdout]     |
[INFO] [stdout]  80 |             fn into_raw_socket(self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                    ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl_socket!(UnixListener, inner);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:84:25
[INFO] [stdout]     |
[INFO] [stdout]  84 |         impl ::std::os::windows::io::AsSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl_socket!(UnixListener, inner);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:85:47
[INFO] [stdout]     |
[INFO] [stdout]  85 |             fn as_socket(&self) -> ::std::os::windows::io::BorrowedSocket {
[INFO] [stdout]     |                                               ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:236:1
[INFO] [stdout]     |
[INFO] [stdout] 236 | impl_socket!(UnixListener, inner);
[INFO] [stdout]     | --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:74:25
[INFO] [stdout]     |
[INFO] [stdout]  74 |         impl ::std::os::windows::io::AsRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | impl_socket!(UnixStream, inner);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:75:51
[INFO] [stdout]     |
[INFO] [stdout]  75 |             fn as_raw_socket(&self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                   ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | impl_socket!(UnixStream, inner);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |         impl ::std::os::windows::io::IntoRawSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | impl_socket!(UnixStream, inner);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:80:52
[INFO] [stdout]     |
[INFO] [stdout]  80 |             fn into_raw_socket(self) -> ::std::os::windows::io::RawSocket {
[INFO] [stdout]     |                                                    ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | impl_socket!(UnixStream, inner);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:84:25
[INFO] [stdout]     |
[INFO] [stdout]  84 |         impl ::std::os::windows::io::AsSocket for $t {
[INFO] [stdout]     |                         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | impl_socket!(UnixStream, inner);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]    --> src/net/mod.rs:85:47
[INFO] [stdout]     |
[INFO] [stdout]  85 |             fn as_socket(&self) -> ::std::os::windows::io::BorrowedSocket {
[INFO] [stdout]     |                                               ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/net/unix.rs:323:1
[INFO] [stdout]     |
[INFO] [stdout] 323 | impl_socket!(UnixStream, inner);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:56:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/os/mod.rs:120:10
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout]     = note: this error originates in the macro `impl_socket` (in Nightly builds, run with -Z macro-backtrace for more info)
[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 `tokio-iocp` (lib) due to 45 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cca434f62ef2be6d583f14c009a7600cd849f89b712edaffc34f821913fa4bd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cca434f62ef2be6d583f14c009a7600cd849f89b712edaffc34f821913fa4bd8", kill_on_drop: false }`
[INFO] [stdout] cca434f62ef2be6d583f14c009a7600cd849f89b712edaffc34f821913fa4bd8
