[INFO] fetching crate iocp-rs 0.1.3... [INFO] testing iocp-rs-0.1.3 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate iocp-rs 0.1.3 into /workspace/builds/worker-4-tc1/source [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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate iocp-rs 0.1.3 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] [stderr] Adding windows-sys v0.48.0 (available: v0.61.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 112d4fd6ac70af686336cbbc6853714d2a2d80c7691e656ca0b357bb410bba25 [INFO] running `Command { std: "docker" "start" "-a" "112d4fd6ac70af686336cbbc6853714d2a2d80c7691e656ca0b357bb410bba25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "112d4fd6ac70af686336cbbc6853714d2a2d80c7691e656ca0b357bb410bba25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "112d4fd6ac70af686336cbbc6853714d2a2d80c7691e656ca0b357bb410bba25", kill_on_drop: false }` [INFO] [stdout] 112d4fd6ac70af686336cbbc6853714d2a2d80c7691e656ca0b357bb410bba25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9407e0285d2c1d08d88bf461cea5bd7cc443a028510e08ca83ed89d4612b6a98 [INFO] running `Command { std: "docker" "start" "-a" "9407e0285d2c1d08d88bf461cea5bd7cc443a028510e08ca83ed89d4612b6a98", kill_on_drop: false }` [INFO] [stderr] Compiling iocp-rs v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/as_handle.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use windows_sys::Win32::Foundation::HANDLE; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/completion_port.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use windows_sys::Win32::{ [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/context.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use windows_sys::Win32::{ [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [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 unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [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 unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/fs/file.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use windows_sys::Win32::{Foundation::HANDLE}; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot 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/562dee4820c458d823175268e41601d4c060588a/library/std/src/os/mod.rs:56:4 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/os/mod.rs:120:9 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [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 unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/net/tcp.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use windows_sys::Win32::{ [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot 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/562dee4820c458d823175268e41601d4c060588a/library/std/src/os/mod.rs:56:4 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/os/mod.rs:120:9 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/net/udp.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use windows_sys::Win32::Foundation::HANDLE; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/net/udp.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use windows_sys::Win32::Networking::WinSock::WSASend; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/net/udp.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use windows_sys::Win32::Networking::WinSock::WSASendTo; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/net/udp.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use windows_sys::Win32::Networking::WinSock::{ [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/net/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use windows_sys::Win32::Networking::WinSock::{ [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [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 unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: cannot find module or crate `windows_sys` in this scope [INFO] [stdout] --> src/utils.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use windows_sys::Win32::System::Threading::INFINITE; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `windows_sys` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `windows_sys`, use `cargo add windows_sys` to add it to your `Cargo.toml` [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)]` (part of `#[warn(unused)]`) 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] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `iocp-rs` (lib) due to 17 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "9407e0285d2c1d08d88bf461cea5bd7cc443a028510e08ca83ed89d4612b6a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9407e0285d2c1d08d88bf461cea5bd7cc443a028510e08ca83ed89d4612b6a98", kill_on_drop: false }` [INFO] [stdout] 9407e0285d2c1d08d88bf461cea5bd7cc443a028510e08ca83ed89d4612b6a98