[INFO] fetching crate mioqu 0.1.0... [INFO] checking mioqu-0.1.0 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate mioqu 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate mioqu 0.1.0 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d41342352340b99bbf22751c6ffc9d65beb80ceea941820ab061364db9c79d2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3d41342352340b99bbf22751c6ffc9d65beb80ceea941820ab061364db9c79d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d41342352340b99bbf22751c6ffc9d65beb80ceea941820ab061364db9c79d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d41342352340b99bbf22751c6ffc9d65beb80ceea941820ab061364db9c79d2", kill_on_drop: false }` [INFO] [stdout] 3d41342352340b99bbf22751c6ffc9d65beb80ceea941820ab061364db9c79d2 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c60d85d39d075eb9857e681b5dfc2cbc0c447912d74502bd48060b62b46c1081 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c60d85d39d075eb9857e681b5dfc2cbc0c447912d74502bd48060b62b46c1081", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking mio v0.7.11 [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[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: 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: 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] [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" "c60d85d39d075eb9857e681b5dfc2cbc0c447912d74502bd48060b62b46c1081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c60d85d39d075eb9857e681b5dfc2cbc0c447912d74502bd48060b62b46c1081", kill_on_drop: false }` [INFO] [stdout] c60d85d39d075eb9857e681b5dfc2cbc0c447912d74502bd48060b62b46c1081