[INFO] fetching crate mioqu 0.1.0... [INFO] checking mioqu-0.1.0 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate mioqu 0.1.0 into /workspace/builds/worker-34/source [INFO] validating manifest of crates.io crate mioqu 0.1.0 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-34/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84f068b339aa3395e93b920e8e1223e8210b1dbc8659c789a22b01597a891794 [INFO] running `Command { std: "docker" "start" "-a" "84f068b339aa3395e93b920e8e1223e8210b1dbc8659c789a22b01597a891794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84f068b339aa3395e93b920e8e1223e8210b1dbc8659c789a22b01597a891794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84f068b339aa3395e93b920e8e1223e8210b1dbc8659c789a22b01597a891794", kill_on_drop: false }` [INFO] [stdout] 84f068b339aa3395e93b920e8e1223e8210b1dbc8659c789a22b01597a891794 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7341329f6777b19c54a5a8f0ac625f9c57b976b3e11a95040140f21770a1d097 [INFO] running `Command { std: "docker" "start" "-a" "7341329f6777b19c54a5a8f0ac625f9c57b976b3e11a95040140f21770a1d097", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking mio v0.8.0 [INFO] [stderr] Checking mioqu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `mio::NotifyError` [INFO] [stdout] --> src/result.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use mio::NotifyError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `NotifyError` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mio::EventSet` [INFO] [stdout] --> src/handler.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use mio::{Token, EventSet}; [INFO] [stdout] | ^^^^^^^^ no `EventSet` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mio::EventSet` [INFO] [stdout] --> src/queue.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | use mio::{self, Token, EventSet}; [INFO] [stdout] | ^^^^^^^^ no `EventSet` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EventLoop` in crate `mio` [INFO] [stdout] --> src/queue.rs:9:39 [INFO] [stdout] | [INFO] [stdout] 9 | pub type EventLoop = mio::EventLoop>; [INFO] [stdout] | ^^^^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use EventLoop; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Handler` in crate `mio` [INFO] [stdout] --> src/queue.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | impl mio::Handler for Queue { [INFO] [stdout] | ^^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use Handler; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stdout] --> src/queue.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | sender: mio::Sender> [INFO] [stdout] | ^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::mpsc::Sender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stdout] --> src/queue.rs:150:17 [INFO] [stdout] | [INFO] [stdout] 150 | Notify(mio::Sender), [INFO] [stdout] | ^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::mpsc::Sender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/queue.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | Ok(try!(rx.recv())) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mio::NotifyError` [INFO] [stdout] --> src/result.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use mio::NotifyError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `NotifyError` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mioqu` due to 8 previous errors; 1 warning emitted [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mio::EventSet` [INFO] [stdout] --> src/handler.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | use mio::{Token, EventSet}; [INFO] [stdout] | ^^^^^^^^ no `EventSet` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `mio::EventSet` [INFO] [stdout] --> src/queue.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | use mio::{self, Token, EventSet}; [INFO] [stdout] | ^^^^^^^^ no `EventSet` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EventLoop` in crate `mio` [INFO] [stdout] --> src/queue.rs:9:39 [INFO] [stdout] | [INFO] [stdout] 9 | pub type EventLoop = mio::EventLoop>; [INFO] [stdout] | ^^^^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use EventLoop; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Handler` in crate `mio` [INFO] [stdout] --> src/queue.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 16 | impl mio::Handler for Queue { [INFO] [stdout] | ^^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use Handler; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stdout] --> src/queue.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | sender: mio::Sender> [INFO] [stdout] | ^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::mpsc::Sender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sender` in crate `mio` [INFO] [stdout] --> src/queue.rs:150:17 [INFO] [stdout] | [INFO] [stdout] 150 | Notify(mio::Sender), [INFO] [stdout] | ^^^^^^ not found in `mio` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::mpsc::Sender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/queue.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | Ok(try!(rx.recv())) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7341329f6777b19c54a5a8f0ac625f9c57b976b3e11a95040140f21770a1d097", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7341329f6777b19c54a5a8f0ac625f9c57b976b3e11a95040140f21770a1d097", kill_on_drop: false }` [INFO] [stdout] 7341329f6777b19c54a5a8f0ac625f9c57b976b3e11a95040140f21770a1d097