[INFO] fetching crate conpty 0.2.1... [INFO] checking conpty-0.2.1 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate conpty 0.2.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate conpty 0.2.1 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate conpty 0.2.1 [INFO] finished tweaking crates.io crate conpty 0.2.1 [INFO] tweaked toml for crates.io crate conpty 0.2.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate conpty 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 89e59f10d7c04ba6b6711aec1e483e56d252ca5df8cac38250b611a7f61f77b6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "89e59f10d7c04ba6b6711aec1e483e56d252ca5df8cac38250b611a7f61f77b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "89e59f10d7c04ba6b6711aec1e483e56d252ca5df8cac38250b611a7f61f77b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89e59f10d7c04ba6b6711aec1e483e56d252ca5df8cac38250b611a7f61f77b6", kill_on_drop: false }` [INFO] [stdout] 89e59f10d7c04ba6b6711aec1e483e56d252ca5df8cac38250b611a7f61f77b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f0fcc0ee7b733f221f802be3007306e160289d744f956fcc877fba57f00fa31 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1f0fcc0ee7b733f221f802be3007306e160289d744f956fcc877fba57f00fa31", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling windows_reader v0.19.0 [INFO] [stderr] Compiling windows_quote v0.19.0 [INFO] [stderr] Compiling const-sha1 v0.2.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking windows_gen v0.19.0 [INFO] [stderr] Compiling windows_macros v0.19.0 [INFO] [stderr] Compiling windows v0.19.0 [INFO] [stderr] Compiling conpty v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/console.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | use std::os::windows::io::AsRawHandle; [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:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | 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:158:22 [INFO] [stdout] | [INFO] [stdout] 158 | 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/console.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | use std::os::windows::io::AsRawHandle; [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:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | 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:158:22 [INFO] [stdout] | [INFO] [stdout] 158 | use std::os::windows::io::FromRawHandle; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for struct `Stdin` in the current scope [INFO] [stdout] --> src/console.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | let stdin = HANDLE(std::io::stdin().as_raw_handle() as isize); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for struct `Stdout` in the current scope [INFO] [stdout] --> src/console.rs:27:47 [INFO] [stdout] | [INFO] [stdout] 27 | let stdout = HANDLE(std::io::stdout().as_raw_handle() as isize); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for struct `Stderr` in the current scope [INFO] [stdout] --> src/console.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | let stderr = HANDLE(std::io::stderr().as_raw_handle() as isize); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stderr` [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:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | 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:159:33 [INFO] [stdout] | [INFO] [stdout] 159 | 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 method named `as_raw_handle` found for struct `Stdin` in the current scope [INFO] [stdout] --> src/console.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | let stdin = HANDLE(std::io::stdin().as_raw_handle() as isize); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for struct `Stdout` in the current scope [INFO] [stdout] --> src/console.rs:27:47 [INFO] [stdout] | [INFO] [stdout] 27 | let stdout = HANDLE(std::io::stdout().as_raw_handle() as isize); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_raw_handle` found for struct `Stderr` in the current scope [INFO] [stdout] --> src/console.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | let stderr = HANDLE(std::io::stderr().as_raw_handle() as isize); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stderr` [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:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | 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:159:33 [INFO] [stdout] | [INFO] [stdout] 159 | 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 8 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 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 8 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: build failed [INFO] running `Command { std: "docker" "inspect" "1f0fcc0ee7b733f221f802be3007306e160289d744f956fcc877fba57f00fa31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f0fcc0ee7b733f221f802be3007306e160289d744f956fcc877fba57f00fa31", kill_on_drop: false }` [INFO] [stdout] 1f0fcc0ee7b733f221f802be3007306e160289d744f956fcc877fba57f00fa31