Dec 18 13:58:34.732 INFO checking mio-anonymous-pipes-0.1.0 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 13:58:34.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-6/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/mio-anonymous-pipes/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 13:58:34.904 INFO [stdout] 68f72f287d92bd6be80df6c000d0dfafc5d4e0a5d338624d06d9655063b17760 Dec 18 13:58:34.905 INFO running `"docker" "start" "-a" "68f72f287d92bd6be80df6c000d0dfafc5d4e0a5d338624d06d9655063b17760"` Dec 18 13:58:35.890 INFO [stderr] Compiling winapi v0.3.6 Dec 18 13:58:35.891 INFO [stderr] Checking spsc-buffer v0.1.1 Dec 18 13:58:37.084 INFO [stderr] Checking miow v0.3.3 Dec 18 13:58:37.349 INFO [stderr] Checking mio-anonymous-pipes v0.1.0 (/opt/crater/workdir) Dec 18 13:58:37.661 INFO [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` Dec 18 13:58:37.662 INFO [stderr] --> src/lib.rs:8:13 Dec 18 13:58:37.662 INFO [stderr] | Dec 18 13:58:37.662 INFO [stderr] 8 | use winapi::um::ioapiset::CancelSynchronousIo; Dec 18 13:58:37.662 INFO [stderr] | ^^ could not find `um` in `winapi` Dec 18 13:58:37.662 INFO [stderr] Dec 18 13:58:37.662 INFO [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` Dec 18 13:58:37.662 INFO [stderr] --> src/lib.rs:11:14 Dec 18 13:58:37.663 INFO [stderr] | Dec 18 13:58:37.663 INFO [stderr] 11 | use std::os::windows::io::AsRawHandle; Dec 18 13:58:37.663 INFO [stderr] | ^^^^^^^ could not find `windows` in `os` Dec 18 13:58:37.663 INFO [stderr] Dec 18 13:58:37.663 INFO [stderr] error[E0432]: unresolved import `miow::pipe` Dec 18 13:58:37.663 INFO [stderr] --> src/lib.rs:6:11 Dec 18 13:58:37.663 INFO [stderr] | Dec 18 13:58:37.663 INFO [stderr] 6 | use miow::pipe::{AnonRead, AnonWrite}; Dec 18 13:58:37.663 INFO [stderr] | ^^^^ could not find `pipe` in `miow` Dec 18 13:58:37.663 INFO [stderr] Dec 18 13:58:37.664 INFO [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` Dec 18 13:58:37.665 INFO [stderr] --> src/lib.rs:8:13 Dec 18 13:58:37.665 INFO [stderr] | Dec 18 13:58:37.665 INFO [stderr] 8 | use winapi::um::ioapiset::CancelSynchronousIo; Dec 18 13:58:37.665 INFO [stderr] | ^^ could not find `um` in `winapi` Dec 18 13:58:37.665 INFO [stderr] Dec 18 13:58:37.665 INFO [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` Dec 18 13:58:37.665 INFO [stderr] --> src/lib.rs:11:14 Dec 18 13:58:37.665 INFO [stderr] | Dec 18 13:58:37.665 INFO [stderr] 11 | use std::os::windows::io::AsRawHandle; Dec 18 13:58:37.665 INFO [stderr] | ^^^^^^^ could not find `windows` in `os` Dec 18 13:58:37.665 INFO [stderr] Dec 18 13:58:37.665 INFO [stderr] error[E0432]: unresolved import `miow::pipe` Dec 18 13:58:37.665 INFO [stderr] --> src/lib.rs:6:11 Dec 18 13:58:37.665 INFO [stderr] | Dec 18 13:58:37.665 INFO [stderr] 6 | use miow::pipe::{AnonRead, AnonWrite}; Dec 18 13:58:37.665 INFO [stderr] | ^^^^ could not find `pipe` in `miow` Dec 18 13:58:37.665 INFO [stderr] Dec 18 13:58:37.677 INFO [stderr] error[E0425]: cannot find function `CancelSynchronousIo` in this scope Dec 18 13:58:37.677 INFO [stderr] --> src/lib.rs:211:13 Dec 18 13:58:37.677 INFO [stderr] | Dec 18 13:58:37.677 INFO [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); Dec 18 13:58:37.677 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope Dec 18 13:58:37.677 INFO [stderr] Dec 18 13:58:37.680 INFO [stderr] warning: unused import: `winapi::um::ioapiset::CancelSynchronousIo` Dec 18 13:58:37.680 INFO [stderr] --> src/lib.rs:8:5 Dec 18 13:58:37.680 INFO [stderr] | Dec 18 13:58:37.680 INFO [stderr] 8 | use winapi::um::ioapiset::CancelSynchronousIo; Dec 18 13:58:37.680 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:58:37.680 INFO [stderr] | Dec 18 13:58:37.680 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 13:58:37.680 INFO [stderr] Dec 18 13:58:37.680 INFO [stderr] warning: unused import: `std::os::windows::io::AsRawHandle` Dec 18 13:58:37.680 INFO [stderr] --> src/lib.rs:11:5 Dec 18 13:58:37.680 INFO [stderr] | Dec 18 13:58:37.680 INFO [stderr] 11 | use std::os::windows::io::AsRawHandle; Dec 18 13:58:37.680 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:58:37.680 INFO [stderr] Dec 18 13:58:37.680 INFO [stderr] error[E0425]: cannot find function `CancelSynchronousIo` in this scope Dec 18 13:58:37.680 INFO [stderr] --> src/lib.rs:211:13 Dec 18 13:58:37.680 INFO [stderr] | Dec 18 13:58:37.680 INFO [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); Dec 18 13:58:37.680 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope Dec 18 13:58:37.680 INFO [stderr] Dec 18 13:58:37.680 INFO [stderr] warning: unused import: `winapi::um::ioapiset::CancelSynchronousIo` Dec 18 13:58:37.680 INFO [stderr] --> src/lib.rs:8:5 Dec 18 13:58:37.680 INFO [stderr] | Dec 18 13:58:37.680 INFO [stderr] 8 | use winapi::um::ioapiset::CancelSynchronousIo; Dec 18 13:58:37.680 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:58:37.680 INFO [stderr] | Dec 18 13:58:37.680 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 18 13:58:37.680 INFO [stderr] Dec 18 13:58:37.681 INFO [stderr] warning: unused import: `std::os::windows::io::AsRawHandle` Dec 18 13:58:37.681 INFO [stderr] --> src/lib.rs:11:5 Dec 18 13:58:37.681 INFO [stderr] | Dec 18 13:58:37.681 INFO [stderr] 11 | use std::os::windows::io::AsRawHandle; Dec 18 13:58:37.681 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 13:58:37.681 INFO [stderr] Dec 18 13:58:37.775 INFO [stderr] error[E0599]: no method named `as_raw_handle` found for type `std::thread::JoinHandle<()>` in the current scope Dec 18 13:58:37.775 INFO [stderr] --> src/lib.rs:211:40 Dec 18 13:58:37.775 INFO [stderr] | Dec 18 13:58:37.775 INFO [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); Dec 18 13:58:37.775 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 13:58:37.775 INFO [stderr] Dec 18 13:58:37.783 INFO [stderr] error[E0599]: no method named `as_raw_handle` found for type `std::thread::JoinHandle<()>` in the current scope Dec 18 13:58:37.783 INFO [stderr] --> src/lib.rs:211:40 Dec 18 13:58:37.783 INFO [stderr] | Dec 18 13:58:37.784 INFO [stderr] 211 | CancelSynchronousIo(thread.as_raw_handle()); Dec 18 13:58:37.784 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 13:58:37.784 INFO [stderr] Dec 18 13:58:37.789 INFO [stderr] error: aborting due to 5 previous errors Dec 18 13:58:37.789 INFO [stderr] Dec 18 13:58:37.789 INFO [stderr] Some errors occurred: E0425, E0432, E0433, E0599. Dec 18 13:58:37.789 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Dec 18 13:58:37.799 INFO [stderr] error: Could not compile `mio-anonymous-pipes`. Dec 18 13:58:37.799 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 13:58:37.799 INFO [stderr] error: aborting due to 5 previous errors Dec 18 13:58:37.799 INFO [stderr] Dec 18 13:58:37.799 INFO [stderr] Some errors occurred: E0425, E0432, E0433, E0599. Dec 18 13:58:37.799 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Dec 18 13:58:37.811 INFO [stderr] error: Could not compile `mio-anonymous-pipes`. Dec 18 13:58:37.811 INFO [stderr] Dec 18 13:58:37.811 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 13:58:38.174 INFO running `"docker" "inspect" "68f72f287d92bd6be80df6c000d0dfafc5d4e0a5d338624d06d9655063b17760"` Dec 18 13:58:38.300 INFO running `"docker" "rm" "-f" "68f72f287d92bd6be80df6c000d0dfafc5d4e0a5d338624d06d9655063b17760"` Dec 18 13:58:38.385 INFO [stdout] 68f72f287d92bd6be80df6c000d0dfafc5d4e0a5d338624d06d9655063b17760