[INFO] fetching crate ia 0.1.2...
[INFO] checking ia-0.1.2 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate ia 0.1.2 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate ia 0.1.2 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ia 0.1.2
[INFO] finished tweaking crates.io crate ia 0.1.2
[INFO] tweaked toml for crates.io crate ia 0.1.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3e4e7acc3d41929d32355f74bad8d088f30f5b684f359e102874599e550e78f1
[INFO] running `Command { std: "docker" "start" "-a" "3e4e7acc3d41929d32355f74bad8d088f30f5b684f359e102874599e550e78f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e4e7acc3d41929d32355f74bad8d088f30f5b684f359e102874599e550e78f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e4e7acc3d41929d32355f74bad8d088f30f5b684f359e102874599e550e78f1", kill_on_drop: false }`
[INFO] [stdout] 3e4e7acc3d41929d32355f74bad8d088f30f5b684f359e102874599e550e78f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10b230a62c7ac8ed6f0dfe4ec8a0b0619e3f13aacdedd7009267b44a56a1ecec
[INFO] running `Command { std: "docker" "start" "-a" "10b230a62c7ac8ed6f0dfe4ec8a0b0619e3f13aacdedd7009267b44a56a1ecec", kill_on_drop: false }`
[INFO] [stderr]     Checking ia v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::boxed::FnBox`
[INFO] [stdout]   --> src/raw.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::boxed::FnBox;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::boxed::FnBox`
[INFO] [stdout]   --> src/raw.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::boxed::FnBox;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]  --> src/executor.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                                                   ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]   = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]  --> src/executor.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                                                   ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]   = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:11:47
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:11:47
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:17:64
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                                                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:17:64
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                                                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> Result<Async<()>, !> {
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> Result<Async<()>, !> {
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:22:47
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<Async<Option<TcpConnection>>, !> {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:22:47
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<Async<Option<TcpConnection>>, !> {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `fnbox`
[INFO] [stdout]   --> src/lib.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | #![feature(fnbox)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 | impl_wrap_callback!();
[INFO] [stdout]     | --------------------- in this macro invocation
[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]     = note: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 | impl_wrap_callback!(a: i32, );
[INFO] [stdout]     | ----------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `fnbox`
[INFO] [stdout]   --> src/lib.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | #![feature(fnbox)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, );
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, );
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, );
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 | impl_wrap_callback!();
[INFO] [stdout]     | --------------------- in this macro invocation
[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]     = note: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, );
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, f: i32, );
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/executor.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[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: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<dyn Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 | impl_wrap_callback!(a: i32, );
[INFO] [stdout]     | ----------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, );
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, );
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, );
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<dyn Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, );
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<dyn Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, f: i32, );
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/executor.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[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: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<dyn Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<dyn Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<dyn Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ia` (lib test) due to 10 previous errors; 10 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ia` (lib) due to 10 previous errors; 10 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "10b230a62c7ac8ed6f0dfe4ec8a0b0619e3f13aacdedd7009267b44a56a1ecec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10b230a62c7ac8ed6f0dfe4ec8a0b0619e3f13aacdedd7009267b44a56a1ecec", kill_on_drop: false }`
[INFO] [stdout] 10b230a62c7ac8ed6f0dfe4ec8a0b0619e3f13aacdedd7009267b44a56a1ecec
[INFO] checking ia-0.1.2 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate ia 0.1.2 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate ia 0.1.2 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ia 0.1.2
[INFO] finished tweaking crates.io crate ia 0.1.2
[INFO] tweaked toml for crates.io crate ia 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 000689552e46985214d92d56be67c834b700ae910a65ae9c3fc526f5923b306d
[INFO] running `Command { std: "docker" "start" "-a" "000689552e46985214d92d56be67c834b700ae910a65ae9c3fc526f5923b306d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "000689552e46985214d92d56be67c834b700ae910a65ae9c3fc526f5923b306d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "000689552e46985214d92d56be67c834b700ae910a65ae9c3fc526f5923b306d", kill_on_drop: false }`
[INFO] [stdout] 000689552e46985214d92d56be67c834b700ae910a65ae9c3fc526f5923b306d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f5205577abe3dd6315557388d8c142e4ece5fd860216b56b8deab40443bad0f
[INFO] running `Command { std: "docker" "start" "-a" "0f5205577abe3dd6315557388d8c142e4ece5fd860216b56b8deab40443bad0f", kill_on_drop: false }`
[INFO] [stderr]     Checking ia v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::boxed::FnBox`
[INFO] [stdout]   --> src/raw.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::boxed::FnBox;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::boxed::FnBox`
[INFO] [stdout]   --> src/raw.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::boxed::FnBox;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `FnBox` in `boxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]  --> src/executor.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                                                   ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]   = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]  --> src/executor.rs:7:51
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                                                   ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]   = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:11:47
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:11:47
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:17:64
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                                                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/executor.rs:17:64
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                                                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> Result<Async<()>, !> {
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/utils.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> Result<Async<()>, !> {
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Error = !;
[INFO] [stdout]    |                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:22:47
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<Async<Option<TcpConnection>>, !> {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `!` type is experimental
[INFO] [stdout]   --> src/net.rs:22:47
[INFO] [stdout]    |
[INFO] [stdout] 22 |     ) -> Result<Async<Option<TcpConnection>>, !> {
[INFO] [stdout]    |                                               ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #35121 <https://github.com/rust-lang/rust/issues/35121> for more information
[INFO] [stdout]    = help: add `#![feature(never_type)]` to the crate attributes to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `fnbox`
[INFO] [stdout]   --> src/lib.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | #![feature(fnbox)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 | impl_wrap_callback!();
[INFO] [stdout]     | --------------------- in this macro invocation
[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]     = note: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 | impl_wrap_callback!(a: i32, );
[INFO] [stdout]     | ----------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, );
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, );
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, );
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `fnbox`
[INFO] [stdout]   --> src/lib.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | #![feature(fnbox)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, );
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, f: i32, );
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/executor.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[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: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<dyn Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 | impl_wrap_callback!();
[INFO] [stdout]     | --------------------- in this macro invocation
[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]     = note: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<dyn Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 | impl_wrap_callback!(a: i32, );
[INFO] [stdout]     | ----------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<dyn Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, );
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, );
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, );
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, );
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/raw.rs:170:35
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 209 | impl_wrap_callback!(a: i32, b: i32, c: i32, d: i32, e: i32, f: i32, );
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[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: this warning originates in the macro `impl_wrap_callback` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |         impl WrapCallback for Box<dyn Fn($($arg_t, )*) -> i32> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/executor.rs:7:25
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<Future<Item = (), Error = !> + 'static>>
[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: use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fut: UnsafeCell<Box<dyn Future<Item = (), Error = !> + 'static>>
[INFO] [stdout]   |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(fut: Box<dyn Future<Item = (), Error = !> + 'static>) -> TaskInfo {
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/executor.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<Future<Item = (), Error = !> + 'static> {
[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: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn get_future(&self) -> &mut Box<dyn Future<Item = (), Error = !> + 'static> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors; 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ia` (lib test) due to 10 previous errors; 10 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ia` (lib) due to 10 previous errors; 10 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0f5205577abe3dd6315557388d8c142e4ece5fd860216b56b8deab40443bad0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f5205577abe3dd6315557388d8c142e4ece5fd860216b56b8deab40443bad0f", kill_on_drop: false }`
[INFO] [stdout] 0f5205577abe3dd6315557388d8c142e4ece5fd860216b56b8deab40443bad0f
