[INFO] crate mio-anonymous-pipes 0.1.0 is already in cache [INFO] checking mio-anonymous-pipes-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate mio-anonymous-pipes 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate mio-anonymous-pipes 0.1.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mio-anonymous-pipes 0.1.0 [INFO] finished tweaking crates.io crate mio-anonymous-pipes 0.1.0 [INFO] tweaked toml for crates.io crate mio-anonymous-pipes 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d4b38b9e90604841138a38a8aee8e8515359fa2865aeb7c54b2fb65beee54903 [INFO] running `"docker" "start" "-a" "d4b38b9e90604841138a38a8aee8e8515359fa2865aeb7c54b2fb65beee54903"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking spsc-buffer v0.1.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking miow v0.3.3 [INFO] [stderr] Checking mio-anonymous-pipes v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::ioapiset::CancelSynchronousIo; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/lib.rs:11:14 [INFO] [stderr] | [INFO] [stderr] 11 | use std::os::windows::io::AsRawHandle; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `miow::pipe` [INFO] [stderr] --> src/lib.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use miow::pipe::{AnonRead, AnonWrite}; [INFO] [stderr] | ^^^^ could not find `pipe` in `miow` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::ioapiset::CancelSynchronousIo; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/lib.rs:11:14 [INFO] [stderr] | [INFO] [stderr] 11 | use std::os::windows::io::AsRawHandle; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `miow::pipe` [INFO] [stderr] --> src/lib.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | use miow::pipe::{AnonRead, AnonWrite}; [INFO] [stderr] | ^^^^ could not find `pipe` in `miow` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CancelSynchronousIo` in this scope [INFO] [stderr] --> src/lib.rs:211:13 [INFO] [stderr] | [INFO] [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CancelSynchronousIo` in this scope [INFO] [stderr] --> src/lib.rs:211:13 [INFO] [stderr] | [INFO] [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `std::thread::JoinHandle<()>` in the current scope [INFO] [stderr] --> src/lib.rs:211:40 [INFO] [stderr] | [INFO] [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::thread::JoinHandle<()>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `std::thread::JoinHandle<()>` in the current scope [INFO] [stderr] --> src/lib.rs:211:40 [INFO] [stderr] | [INFO] [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::thread::JoinHandle<()>` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/lib.rs:88:21 [INFO] [stderr] | [INFO] [stderr] 88 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/lib.rs:269:21 [INFO] [stderr] | [INFO] [stderr] 269 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/lib.rs:88:21 [INFO] [stderr] | [INFO] [stderr] 88 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/lib.rs:269:21 [INFO] [stderr] | [INFO] [stderr] 269 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `mio-anonymous-pipes`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `mio-anonymous-pipes`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d4b38b9e90604841138a38a8aee8e8515359fa2865aeb7c54b2fb65beee54903"` [INFO] running `"docker" "rm" "-f" "d4b38b9e90604841138a38a8aee8e8515359fa2865aeb7c54b2fb65beee54903"` [INFO] [stdout] d4b38b9e90604841138a38a8aee8e8515359fa2865aeb7c54b2fb65beee54903