[INFO] fetching crate conpty 0.3.0... [INFO] testing conpty-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate conpty 0.3.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate conpty 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate conpty 0.3.0 [INFO] finished tweaking crates.io crate conpty 0.3.0 [INFO] tweaked toml for crates.io crate conpty 0.3.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate conpty 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 39835cb9ea2a05880bc62c71715d0c871ab0da609727f9cb1758ccb8e6d3fdbc [INFO] running `Command { std: "docker" "start" "-a" "39835cb9ea2a05880bc62c71715d0c871ab0da609727f9cb1758ccb8e6d3fdbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39835cb9ea2a05880bc62c71715d0c871ab0da609727f9cb1758ccb8e6d3fdbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39835cb9ea2a05880bc62c71715d0c871ab0da609727f9cb1758ccb8e6d3fdbc", kill_on_drop: false }` [INFO] [stdout] 39835cb9ea2a05880bc62c71715d0c871ab0da609727f9cb1758ccb8e6d3fdbc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3b452f34f42773eb424f306d3870bd3c4eb6a2a8df846a898798f3bd99044474 [INFO] running `Command { std: "docker" "start" "-a" "3b452f34f42773eb424f306d3870bd3c4eb6a2a8df846a898798f3bd99044474", kill_on_drop: false }` [INFO] [stderr] Compiling windows v0.29.0 [INFO] [stderr] Compiling conpty v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/io.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | use std::os::windows::io::FromRawHandle; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/io.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | use std::os::windows::io::FromRawHandle; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_raw_handle` found for struct `File` in the current scope [INFO] [stdout] --> src/io.rs:98:33 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe { std::fs::File::from_raw_handle(self.handle.0 as _) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ function or associated item not found in `File` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_raw_handle` found for struct `File` in the current scope [INFO] [stdout] --> src/io.rs:165:33 [INFO] [stdout] | [INFO] [stdout] 165 | unsafe { std::fs::File::from_raw_handle(self.handle.0 as _) } [INFO] [stdout] | ^^^^^^^^^^^^^^^ function or associated item not found in `File` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `conpty` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3b452f34f42773eb424f306d3870bd3c4eb6a2a8df846a898798f3bd99044474", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b452f34f42773eb424f306d3870bd3c4eb6a2a8df846a898798f3bd99044474", kill_on_drop: false }` [INFO] [stdout] 3b452f34f42773eb424f306d3870bd3c4eb6a2a8df846a898798f3bd99044474