[INFO] fetching crate event 0.2.1...
[INFO] checking event-0.2.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate event 0.2.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate event 0.2.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate event 0.2.1
[INFO] finished tweaking crates.io crate event 0.2.1
[INFO] tweaked toml for crates.io crate event 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba6e0aa58f5ccf8979f4e38df77d336414537254f7430ed7f57efb461cb7c3df
[INFO] running `Command { std: "docker" "start" "-a" "ba6e0aa58f5ccf8979f4e38df77d336414537254f7430ed7f57efb461cb7c3df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba6e0aa58f5ccf8979f4e38df77d336414537254f7430ed7f57efb461cb7c3df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba6e0aa58f5ccf8979f4e38df77d336414537254f7430ed7f57efb461cb7c3df", kill_on_drop: false }`
[INFO] [stdout] ba6e0aa58f5ccf8979f4e38df77d336414537254f7430ed7f57efb461cb7c3df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f2fe6efc0c1a68c48b021d855bc1e1fa39a236e44bddf85c29417b9eb9a1a8a
[INFO] running `Command { std: "docker" "start" "-a" "6f2fe6efc0c1a68c48b021d855bc1e1fa39a236e44bddf85c29417b9eb9a1a8a", kill_on_drop: false }`
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking event v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]   --> src/lib.rs:35:47
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(box handler));
[INFO] [stdout]    |                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(Box::new(handler)));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]   --> src/lib.rs:35:47
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(box handler));
[INFO] [stdout]    |                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(Box::new(handler)));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:23:41
[INFO] [stdout]    |
[INFO] [stdout] 23 |         Registration::Timeout(box move |:_| { callback() }, timeout)
[INFO] [stdout]    |                                         ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:23:41
[INFO] [stdout]    |
[INFO] [stdout] 23 |         Registration::Timeout(box move |:_| { callback() }, timeout)
[INFO] [stdout]    |                                         ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:27:38
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Registration::Next(box move |:_| { callback() })
[INFO] [stdout]    |                                      ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:27:38
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Registration::Next(box move |:_| { callback() })
[INFO] [stdout]    |                                      ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/lib.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/ioloop.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/lib.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/ioloop.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::util`
[INFO] [stdout]  --> src/ioloop.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | use mio::util::Slab;
[INFO] [stdout]   |          ^^^^ could not find `util` in `mio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::util`
[INFO] [stdout]  --> src/ioloop.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | use mio::util::Slab;
[INFO] [stdout]   |          ^^^^ could not find `util` in `mio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::EventLoop`, `mio::EventLoopSender`, `mio::IoDesc`
[INFO] [stdout]  --> src/ioloop.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mio::{EventLoop, EventLoopSender, Token, IoDesc, event};
[INFO] [stdout]   |           ^^^^^^^^^  ^^^^^^^^^^^^^^^         ^^^^^^ no `IoDesc` in the root
[INFO] [stdout]   |           |          |
[INFO] [stdout]   |           |          no `EventLoopSender` in the root
[INFO] [stdout]   |           no `EventLoop` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::EventLoop`, `mio::EventLoopSender`, `mio::IoDesc`
[INFO] [stdout]  --> src/ioloop.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mio::{EventLoop, EventLoopSender, Token, IoDesc, event};
[INFO] [stdout]   |           ^^^^^^^^^  ^^^^^^^^^^^^^^^         ^^^^^^ no `IoDesc` in the root
[INFO] [stdout]   |           |          |
[INFO] [stdout]   |           |          no `EventLoopSender` in the root
[INFO] [stdout]   |           no `EventLoop` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::Handler`
[INFO] [stdout]  --> src/ioloop.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mio::Handler as MioHandler;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Handler` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 5 | use Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 5 | use Registration::Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::Handler`
[INFO] [stdout]  --> src/ioloop.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mio::Handler as MioHandler;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Handler` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 5 | use Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 5 | use Registration::Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::MioError`
[INFO] [stdout]  --> src/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::MioError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `MioError` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this variant instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | use EventError::MioError;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::MioError`
[INFO] [stdout]  --> src/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::MioError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `MioError` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this variant instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | use EventError::MioError;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::error::FromError`
[INFO] [stdout]  --> src/error.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::error::FromError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^ no `FromError` in `error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::error::FromError`
[INFO] [stdout]  --> src/error.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::error::FromError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^ no `FromError` in `error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/handler.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle, event};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/registration.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/handler.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle, event};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/registration.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/registration.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/registration.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/util.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/util.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]  --> src/error.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Copy, Clone, Show, PartialEq)]
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]  --> src/error.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Copy, Clone, Show, PartialEq)]
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/ioloop.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_LISTENERS: uint = 64 * 1024;
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/ioloop.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_LISTENERS: uint = 64 * 1024;
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/ioloop.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 hint: event::ReadHint) {
[INFO] [stdout]    |                              ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/ioloop.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 hint: event::ReadHint) {
[INFO] [stdout]    |                              ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:116:45
[INFO] [stdout]     |
[INFO] [stdout] 116 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:116:45
[INFO] [stdout]     |
[INFO] [stdout] 116 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:117:40
[INFO] [stdout]     |
[INFO] [stdout] 117 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:117:40
[INFO] [stdout]     |
[INFO] [stdout] 117 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:126:40
[INFO] [stdout]     |
[INFO] [stdout] 126 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:126:40
[INFO] [stdout]     |
[INFO] [stdout] 126 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]  --> src/handler.rs:4:41
[INFO] [stdout]   |
[INFO] [stdout] 4 |     fn readable(&mut self, hint: event::ReadHint) -> bool;
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]  --> src/handler.rs:4:41
[INFO] [stdout]   |
[INFO] [stdout] 4 |     fn readable(&mut self, hint: event::ReadHint) -> bool;
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]  --> src/handler.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use mio::Interest;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout] 8 +     fn interest(&self) -> Option<Interest> { None }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]  --> src/handler.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use mio::Interest;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout] 8 +     fn interest(&self) -> Option<Interest> { None }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]  --> src/handler.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn opt(&self) -> Option<event::PollOpt> { None }
[INFO] [stdout]   |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]  --> src/handler.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn opt(&self) -> Option<event::PollOpt> { None }
[INFO] [stdout]   |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub interest: Option<event::Interest>,
[INFO] [stdout]    |                                 ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub interest: Option<event::Interest>,
[INFO] [stdout] 16 +     pub interest: Option<Interest>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub opt: Option<event::PollOpt>
[INFO] [stdout]    |                            ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub interest: Option<event::Interest>,
[INFO] [stdout]    |                                 ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub interest: Option<event::Interest>,
[INFO] [stdout] 16 +     pub interest: Option<Interest>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:22:38
[INFO] [stdout]    |
[INFO] [stdout] 22 |       R: Send + FnMut(&mut I, event::ReadHint) -> bool,
[INFO] [stdout]    |                                      ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub opt: Option<event::PollOpt>
[INFO] [stdout]    |                            ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:24:41
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn readable(&mut self, hint: event::ReadHint) -> bool {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:22:38
[INFO] [stdout]    |
[INFO] [stdout] 22 |       R: Send + FnMut(&mut I, event::ReadHint) -> bool,
[INFO] [stdout]    |                                      ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:24:41
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn readable(&mut self, hint: event::ReadHint) -> bool {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:36:41
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 36 -     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout] 36 +     fn interest(&self) -> Option<Interest> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn opt(&self) -> Option<event::PollOpt> {
[INFO] [stdout]    |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:36:41
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 36 -     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout] 36 +     fn interest(&self) -> Option<Interest> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn opt(&self) -> Option<event::PollOpt> {
[INFO] [stdout]    |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout]   --> src/lib.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | /         extern "rust-call" fn call_once(mut self, _: ()) {
[INFO] [stdout] 63 | |             (self.callback)();
[INFO] [stdout] 64 | |             let delay = self.delay.clone();
[INFO] [stdout] 65 | |             timeout(self, delay);
[INFO] [stdout] 66 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
[INFO] [stdout]    = help: add `#![feature(fn_traits)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout]   --> src/lib.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | /         extern "rust-call" fn call_once(mut self, _: ()) {
[INFO] [stdout] 63 | |             (self.callback)();
[INFO] [stdout] 64 | |             let delay = self.delay.clone();
[INFO] [stdout] 65 | |             timeout(self, delay);
[INFO] [stdout] 66 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
[INFO] [stdout]    = help: add `#![feature(fn_traits)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(macro_rules, unboxed_closures)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(macro_rules, unboxed_closures)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<Handler>),
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<dyn Handler>),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<Invoke + 'static>, Duration),
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<dyn Invoke + 'static>, Duration),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<Handler>),
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<dyn Handler>),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<Invoke + 'static>, Duration),
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<dyn Invoke + 'static>, Duration),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `event` (lib test) due to 32 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `event` (lib) due to 32 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6f2fe6efc0c1a68c48b021d855bc1e1fa39a236e44bddf85c29417b9eb9a1a8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f2fe6efc0c1a68c48b021d855bc1e1fa39a236e44bddf85c29417b9eb9a1a8a", kill_on_drop: false }`
[INFO] [stdout] 6f2fe6efc0c1a68c48b021d855bc1e1fa39a236e44bddf85c29417b9eb9a1a8a
[INFO] checking event-0.2.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate event 0.2.1 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate event 0.2.1 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate event 0.2.1
[INFO] finished tweaking crates.io crate event 0.2.1
[INFO] tweaked toml for crates.io crate event 0.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 76e8a10fb7c88a98e59df206f60caf0fd62ccc15f05e1f8746f1d39415f05197
[INFO] running `Command { std: "docker" "start" "-a" "76e8a10fb7c88a98e59df206f60caf0fd62ccc15f05e1f8746f1d39415f05197", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76e8a10fb7c88a98e59df206f60caf0fd62ccc15f05e1f8746f1d39415f05197", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76e8a10fb7c88a98e59df206f60caf0fd62ccc15f05e1f8746f1d39415f05197", kill_on_drop: false }`
[INFO] [stdout] 76e8a10fb7c88a98e59df206f60caf0fd62ccc15f05e1f8746f1d39415f05197
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0cbf067830e40af4374dbc673ce838f39b8e5b6838272e36799039f55e555249
[INFO] running `Command { std: "docker" "start" "-a" "0cbf067830e40af4374dbc673ce838f39b8e5b6838272e36799039f55e555249", kill_on_drop: false }`
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking event v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]   --> src/lib.rs:35:47
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(box handler));
[INFO] [stdout]    |                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(Box::new(handler)));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `box_syntax` has been removed
[INFO] [stdout]   --> src/lib.rs:35:47
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(box handler));
[INFO] [stdout]    |                                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `Box::new()` instead
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let _ = events.send(Registration::new(Box::new(handler)));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:23:41
[INFO] [stdout]    |
[INFO] [stdout] 23 |         Registration::Timeout(box move |:_| { callback() }, timeout)
[INFO] [stdout]    |                                         ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:23:41
[INFO] [stdout]    |
[INFO] [stdout] 23 |         Registration::Timeout(box move |:_| { callback() }, timeout)
[INFO] [stdout]    |                                         ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:27:38
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Registration::Next(box move |:_| { callback() })
[INFO] [stdout]    |                                      ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/registration.rs:27:38
[INFO] [stdout]    |
[INFO] [stdout] 27 |         Registration::Next(box move |:_| { callback() })
[INFO] [stdout]    |                                      ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/lib.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/ioloop.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/lib.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/ioloop.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::util`
[INFO] [stdout]  --> src/ioloop.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | use mio::util::Slab;
[INFO] [stdout]   |          ^^^^ could not find `util` in `mio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::util`
[INFO] [stdout]  --> src/ioloop.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | use mio::util::Slab;
[INFO] [stdout]   |          ^^^^ could not find `util` in `mio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::EventLoop`, `mio::EventLoopSender`, `mio::IoDesc`
[INFO] [stdout]  --> src/ioloop.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mio::{EventLoop, EventLoopSender, Token, IoDesc, event};
[INFO] [stdout]   |           ^^^^^^^^^  ^^^^^^^^^^^^^^^         ^^^^^^ no `IoDesc` in the root
[INFO] [stdout]   |           |          |
[INFO] [stdout]   |           |          no `EventLoopSender` in the root
[INFO] [stdout]   |           no `EventLoop` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::EventLoop`, `mio::EventLoopSender`, `mio::IoDesc`
[INFO] [stdout]  --> src/ioloop.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mio::{EventLoop, EventLoopSender, Token, IoDesc, event};
[INFO] [stdout]   |           ^^^^^^^^^  ^^^^^^^^^^^^^^^         ^^^^^^ no `IoDesc` in the root
[INFO] [stdout]   |           |          |
[INFO] [stdout]   |           |          no `EventLoopSender` in the root
[INFO] [stdout]   |           no `EventLoop` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::Handler`
[INFO] [stdout]  --> src/ioloop.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mio::Handler as MioHandler;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Handler` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 5 | use Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 5 | use Registration::Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::Handler`
[INFO] [stdout]  --> src/ioloop.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use mio::Handler as MioHandler;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Handler` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 5 | use Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 5 | use Registration::Handler as MioHandler;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::MioError`
[INFO] [stdout]  --> src/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::MioError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `MioError` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this variant instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | use EventError::MioError;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mio::MioError`
[INFO] [stdout]  --> src/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::MioError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `MioError` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this variant instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | use EventError::MioError;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::error::FromError`
[INFO] [stdout]  --> src/error.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::error::FromError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^ no `FromError` in `error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::error::FromError`
[INFO] [stdout]  --> src/error.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::error::FromError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^ no `FromError` in `error`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/handler.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle, event};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/registration.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/handler.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle, event};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::thunk`
[INFO] [stdout]  --> src/registration.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::thunk::Invoke;
[INFO] [stdout]   |          ^^^^^ could not find `thunk` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/registration.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/registration.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::time::duration::Duration;
[INFO] [stdout]   |                ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/util.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mio::IoDesc`, `mio::IoHandle`
[INFO] [stdout]  --> src/util.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mio::{IoDesc, IoHandle};
[INFO] [stdout]   |           ^^^^^^  ^^^^^^^^ no `IoHandle` in the root
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `IoDesc` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]  --> src/error.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Copy, Clone, Show, PartialEq)]
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Show` in this scope
[INFO] [stdout]  --> src/error.rs:6:23
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Copy, Clone, Show, PartialEq)]
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/ioloop.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_LISTENERS: uint = 64 * 1024;
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/ioloop.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 hint: event::ReadHint) {
[INFO] [stdout]    |                              ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:116:45
[INFO] [stdout]     |
[INFO] [stdout] 116 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:117:40
[INFO] [stdout]     |
[INFO] [stdout] 117 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:126:40
[INFO] [stdout]     |
[INFO] [stdout] 126 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]  --> src/handler.rs:4:41
[INFO] [stdout]   |
[INFO] [stdout] 4 |     fn readable(&mut self, hint: event::ReadHint) -> bool;
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]  --> src/handler.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use mio::Interest;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout] 8 +     fn interest(&self) -> Option<Interest> { None }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]  --> src/handler.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn opt(&self) -> Option<event::PollOpt> { None }
[INFO] [stdout]   |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub interest: Option<event::Interest>,
[INFO] [stdout]    |                                 ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub interest: Option<event::Interest>,
[INFO] [stdout] 16 +     pub interest: Option<Interest>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub opt: Option<event::PollOpt>
[INFO] [stdout]    |                            ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:22:38
[INFO] [stdout]    |
[INFO] [stdout] 22 |       R: Send + FnMut(&mut I, event::ReadHint) -> bool,
[INFO] [stdout]    |                                      ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:24:41
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn readable(&mut self, hint: event::ReadHint) -> bool {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/ioloop.rs:15:22
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_LISTENERS: uint = 64 * 1024;
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:36:41
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 36 -     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout] 36 +     fn interest(&self) -> Option<Interest> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn opt(&self) -> Option<event::PollOpt> {
[INFO] [stdout]    |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/ioloop.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 hint: event::ReadHint) {
[INFO] [stdout]    |                              ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:116:45
[INFO] [stdout]     |
[INFO] [stdout] 116 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:117:40
[INFO] [stdout]     |
[INFO] [stdout] 117 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `READABLE` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:125:45
[INFO] [stdout]     |
[INFO] [stdout] 125 |         handler.interest().unwrap_or(event::READABLE),
[INFO] [stdout]     |                                             ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `LEVEL` in module `event`
[INFO] [stdout]    --> src/ioloop.rs:126:40
[INFO] [stdout]     |
[INFO] [stdout] 126 |         handler.opt().unwrap_or(event::LEVEL)
[INFO] [stdout]     |                                        ^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]  --> src/handler.rs:4:41
[INFO] [stdout]   |
[INFO] [stdout] 4 |     fn readable(&mut self, hint: event::ReadHint) -> bool;
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]  --> src/handler.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout]   |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use mio::Interest;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -     fn interest(&self) -> Option<event::Interest> { None }
[INFO] [stdout] 8 +     fn interest(&self) -> Option<Interest> { None }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]  --> src/handler.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn opt(&self) -> Option<event::PollOpt> { None }
[INFO] [stdout]   |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub interest: Option<event::Interest>,
[INFO] [stdout]    |                                 ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub interest: Option<event::Interest>,
[INFO] [stdout] 16 +     pub interest: Option<Interest>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub opt: Option<event::PollOpt>
[INFO] [stdout]    |                            ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:22:38
[INFO] [stdout]    |
[INFO] [stdout] 22 |       R: Send + FnMut(&mut I, event::ReadHint) -> bool,
[INFO] [stdout]    |                                      ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ReadHint` in module `event`
[INFO] [stdout]   --> src/handler.rs:24:41
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn readable(&mut self, hint: event::ReadHint) -> bool {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Interest` in module `event`
[INFO] [stdout]   --> src/handler.rs:36:41
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in `event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use mio::Interest;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Interest`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 36 -     fn interest(&self) -> Option<event::Interest> {
[INFO] [stdout] 36 +     fn interest(&self) -> Option<Interest> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PollOpt` in module `event`
[INFO] [stdout]   --> src/handler.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn opt(&self) -> Option<event::PollOpt> {
[INFO] [stdout]    |                                    ^^^^^^^ not found in `event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout]   --> src/lib.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | /         extern "rust-call" fn call_once(mut self, _: ()) {
[INFO] [stdout] 63 | |             (self.callback)();
[INFO] [stdout] 64 | |             let delay = self.delay.clone();
[INFO] [stdout] 65 | |             timeout(self, delay);
[INFO] [stdout] 66 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
[INFO] [stdout]    = help: add `#![feature(fn_traits)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(macro_rules, unboxed_closures)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'fn_traits'
[INFO] [stdout]   --> src/lib.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 | /         extern "rust-call" fn call_once(mut self, _: ()) {
[INFO] [stdout] 63 | |             (self.callback)();
[INFO] [stdout] 64 | |             let delay = self.delay.clone();
[INFO] [stdout] 65 | |             timeout(self, delay);
[INFO] [stdout] 66 | |         }
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
[INFO] [stdout]    = help: add `#![feature(fn_traits)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(macro_rules, unboxed_closures)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<Handler>),
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<dyn Handler>),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<Invoke + 'static>, Duration),
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<dyn Invoke + 'static>, Duration),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<Handler>),
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Handler(Box<dyn Handler>),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/registration.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<Invoke + 'static>, Duration),
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Timeout(Box<dyn Invoke + 'static>, Duration),
[INFO] [stdout]   |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `event` (lib test) due to 32 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `event` (lib) due to 32 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0cbf067830e40af4374dbc673ce838f39b8e5b6838272e36799039f55e555249", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cbf067830e40af4374dbc673ce838f39b8e5b6838272e36799039f55e555249", kill_on_drop: false }`
[INFO] [stdout] 0cbf067830e40af4374dbc673ce838f39b8e5b6838272e36799039f55e555249
