[INFO] crate mioqu 0.1.0 is already in cache [INFO] checking mioqu-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate mioqu 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate mioqu 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 mioqu 0.1.0 [INFO] finished tweaking crates.io crate mioqu 0.1.0 [INFO] tweaked toml for crates.io crate mioqu 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] 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] d23b4612116d24adf370171597903ec3e0476c57c481eda760a5d8c105862e5d [INFO] running `"docker" "start" "-a" "d23b4612116d24adf370171597903ec3e0476c57c481eda760a5d8c105862e5d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking mio v0.7.0 [INFO] [stderr] Checking mioqu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `mio::NotifyError` [INFO] [stderr] --> src/result.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use mio::NotifyError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `NotifyError` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mio::EventSet` [INFO] [stderr] --> src/handler.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use mio::{Token, EventSet}; [INFO] [stderr] | ^^^^^^^^ no `EventSet` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mio::EventSet` [INFO] [stderr] --> src/queue.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | use mio::{self, Token, EventSet}; [INFO] [stderr] | ^^^^^^^^ no `EventSet` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mio::NotifyError` [INFO] [stderr] --> src/result.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use mio::NotifyError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `NotifyError` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mio::EventSet` [INFO] [stderr] --> src/handler.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use mio::{Token, EventSet}; [INFO] [stderr] | ^^^^^^^^ no `EventSet` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mio::EventSet` [INFO] [stderr] --> src/queue.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | use mio::{self, Token, EventSet}; [INFO] [stderr] | ^^^^^^^^ no `EventSet` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `EventLoop` in crate `mio` [INFO] [stderr] --> src/queue.rs:9:39 [INFO] [stderr] | [INFO] [stderr] 9 | pub type EventLoop = mio::EventLoop>; [INFO] [stderr] | ^^^^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use queue::EventLoop; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Handler` in crate `mio` [INFO] [stderr] --> src/queue.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | impl mio::Handler for Queue { [INFO] [stderr] | ^^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use handler::Handler; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stderr] --> src/queue.rs:109:18 [INFO] [stderr] | [INFO] [stderr] 109 | sender: mio::Sender> [INFO] [stderr] | ^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::mpsc::Sender; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stderr] --> src/queue.rs:150:17 [INFO] [stderr] | [INFO] [stderr] 150 | Notify(mio::Sender), [INFO] [stderr] | ^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::mpsc::Sender; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/queue.rs:127:12 [INFO] [stderr] | [INFO] [stderr] 127 | Ok(try!(rx.recv())) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `mioqu`. [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[E0412]: cannot find type `EventLoop` in crate `mio` [INFO] [stderr] --> src/queue.rs:9:39 [INFO] [stderr] | [INFO] [stderr] 9 | pub type EventLoop = mio::EventLoop>; [INFO] [stderr] | ^^^^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use queue::EventLoop; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Handler` in crate `mio` [INFO] [stderr] --> src/queue.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | impl mio::Handler for Queue { [INFO] [stderr] | ^^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use handler::Handler; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stderr] --> src/queue.rs:109:18 [INFO] [stderr] | [INFO] [stderr] 109 | sender: mio::Sender> [INFO] [stderr] | ^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::mpsc::Sender; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stderr] --> src/queue.rs:150:17 [INFO] [stderr] | [INFO] [stderr] 150 | Notify(mio::Sender), [INFO] [stderr] | ^^^^^^ not found in `mio` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::mpsc::Sender; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/queue.rs:127:12 [INFO] [stderr] | [INFO] [stderr] 127 | Ok(try!(rx.recv())) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `mioqu`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d23b4612116d24adf370171597903ec3e0476c57c481eda760a5d8c105862e5d"` [INFO] running `"docker" "rm" "-f" "d23b4612116d24adf370171597903ec3e0476c57c481eda760a5d8c105862e5d"` [INFO] [stdout] d23b4612116d24adf370171597903ec3e0476c57c481eda760a5d8c105862e5d