[INFO] crate mio-anonymous-pipes 0.1.0 is already in cache
[INFO] checking mio-anonymous-pipes-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate mio-anonymous-pipes 0.1.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate mio-anonymous-pipes 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-2/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] f8db48566a9fdb4a791b6df7ff7a5a04cb73c582c306d13133f551d743cd8439
[INFO] running `"docker" "start" "-a" "f8db48566a9fdb4a791b6df7ff7a5a04cb73c582c306d13133f551d743cd8439"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking spsc-buffer v0.1.1
[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[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[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[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
[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[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
[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] running `"docker" "inspect" "f8db48566a9fdb4a791b6df7ff7a5a04cb73c582c306d13133f551d743cd8439"`
[INFO] running `"docker" "rm" "-f" "f8db48566a9fdb4a791b6df7ff7a5a04cb73c582c306d13133f551d743cd8439"`
[INFO] [stdout] f8db48566a9fdb4a791b6df7ff7a5a04cb73c582c306d13133f551d743cd8439
