[INFO] fetching crate ia 0.1.2... [INFO] checking ia-0.1.2 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate ia 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate ia 0.1.2 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b73f8966a7e64eee552688cde3e16641bc08a0e449705210f2a5878cd387711b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b73f8966a7e64eee552688cde3e16641bc08a0e449705210f2a5878cd387711b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b73f8966a7e64eee552688cde3e16641bc08a0e449705210f2a5878cd387711b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b73f8966a7e64eee552688cde3e16641bc08a0e449705210f2a5878cd387711b", kill_on_drop: false }` [INFO] [stdout] b73f8966a7e64eee552688cde3e16641bc08a0e449705210f2a5878cd387711b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a8f714639f43ba18ac62b9bcbe1af8825b31affe11b5fa011ac311c98c44868 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1a8f714639f43ba18ac62b9bcbe1af8825b31affe11b5fa011ac311c98c44868", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking futures v0.1.31 [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[E0658]: the `!` type is experimental [INFO] [stdout] --> src/executor.rs:7:51 [INFO] [stdout] | [INFO] [stdout] 7 | fut: UnsafeCell + 'static>> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 + 'static>) -> TaskInfo { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 + 'static> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 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, !> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 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>, !> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #35121 for more information [INFO] [stdout] = help: add `#![feature(never_type)]` to the crate attributes to enable [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] 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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 + 'static>> [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 + 'static>) -> TaskInfo { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 + 'static> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 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, !> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #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 for more information [INFO] [stdout] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:336:17 [INFO] [stdout] | [INFO] [stdout] 336 | let cb: Box i32> = Box::new(move |stream_tid| { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) -> i32` [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>, !> { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #35121 for more information [INFO] [stdout] = help: add `#![feature(never_type)]` to the crate attributes to enable [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 + 'static>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'static` [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 + 'static>) -> TaskInfo { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'static` [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 + 'static> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'static` [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 203 | impl_wrap_callback!(); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 204 | impl_wrap_callback!(a: i32, ); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 205 | impl_wrap_callback!(a: i32, b: i32, ); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [INFO] [stdout] ... [INFO] [stdout] 206 | impl_wrap_callback!(a: i32, b: i32, c: i32, ); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 i32> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:175:33 [INFO] [stdout] | [INFO] [stdout] 175 | let f: &Box i32> = unsafe { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:176:48 [INFO] [stdout] | [INFO] [stdout] 176 | &* (addr as *const Box i32>) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:180:32 [INFO] [stdout] | [INFO] [stdout] 180 | let f: Box i32>> = Box::new(self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn($($arg_t, )*) -> i32` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/raw.rs:336:17 [INFO] [stdout] | [INFO] [stdout] 336 | let cb: Box i32> = Box::new(move |stream_tid| { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(i32) -> i32` [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 + 'static>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'static` [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 + 'static>) -> TaskInfo { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'static` [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 + 'static> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ia` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 8 previous errors; 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1a8f714639f43ba18ac62b9bcbe1af8825b31affe11b5fa011ac311c98c44868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a8f714639f43ba18ac62b9bcbe1af8825b31affe11b5fa011ac311c98c44868", kill_on_drop: false }` [INFO] [stdout] 1a8f714639f43ba18ac62b9bcbe1af8825b31affe11b5fa011ac311c98c44868