[INFO] fetching crate gantz 0.1.0... [INFO] testing gantz-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate gantz 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate gantz 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gantz 0.1.0 [INFO] finished tweaking crates.io crate gantz 0.1.0 [INFO] tweaked toml for crates.io crate gantz 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54c229d974c49c3d896fcaaac87657649c7cec99da8d35d079b78b03f8f10552 [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" "54c229d974c49c3d896fcaaac87657649c7cec99da8d35d079b78b03f8f10552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54c229d974c49c3d896fcaaac87657649c7cec99da8d35d079b78b03f8f10552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54c229d974c49c3d896fcaaac87657649c7cec99da8d35d079b78b03f8f10552", kill_on_drop: false }` [INFO] [stdout] 54c229d974c49c3d896fcaaac87657649c7cec99da8d35d079b78b03f8f10552 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 00805d69d45fc31a58717341be03c6b6d8ed16561a4477b3cc59d3b7e492b6cd [INFO] running `Command { std: "docker" "start" "-a" "00805d69d45fc31a58717341be03c6b6d8ed16561a4477b3cc59d3b7e492b6cd", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling gantz-derive v0.1.0 [INFO] [stderr] Compiling gantz v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:16:39 [INFO] [stdout] | [INFO] [stdout] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Inlet` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | pub state: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub state: Box, [INFO] [stdout] 41 + pub state: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | impl State for Box { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - impl State for Box { [INFO] [stdout] 51 + impl State for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:16:57 [INFO] [stdout] | [INFO] [stdout] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stdout] 16 + fn proc_inlet_at_index(&mut self, Inlet, incoming: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 19 - fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stdout] 19 + fn proc_outlet_at_index(&mut self, Outlet) -> &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | fn outlet_ref(&self, Outlet) -> &Any; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stdout] 22 + fn outlet_ref(&self, Outlet) -> &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:58:60 [INFO] [stdout] | [INFO] [stdout] 58 | fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [INFO] [stdout] 58 + fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:61:55 [INFO] [stdout] | [INFO] [stdout] 61 | fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [INFO] [stdout] 61 + fn proc_outlet_at_index(&mut self, i: Outlet) -> &dyn Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:64:41 [INFO] [stdout] | [INFO] [stdout] 64 | fn outlet_ref(&self, i: Outlet) -> &Any { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - fn outlet_ref(&self, i: Outlet) -> &Any { [INFO] [stdout] 64 + fn outlet_ref(&self, i: Outlet) -> &dyn Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 70 | type Target = State; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - type Target = State; [INFO] [stdout] 70 + type Target = dyn State; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.12s [INFO] running `Command { std: "docker" "inspect" "00805d69d45fc31a58717341be03c6b6d8ed16561a4477b3cc59d3b7e492b6cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00805d69d45fc31a58717341be03c6b6d8ed16561a4477b3cc59d3b7e492b6cd", kill_on_drop: false }` [INFO] [stdout] 00805d69d45fc31a58717341be03c6b6d8ed16561a4477b3cc59d3b7e492b6cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 359c3975bd5bdfab879b45097d5f049bfd27d8c3bc9bd2399084f8a95cf3f699 [INFO] running `Command { std: "docker" "start" "-a" "359c3975bd5bdfab879b45097d5f049bfd27d8c3bc9bd2399084f8a95cf3f699", kill_on_drop: false }` [INFO] [stderr] Compiling gantz v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:16:39 [INFO] [stdout] | [INFO] [stdout] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Inlet` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | pub state: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub state: Box, [INFO] [stdout] 41 + pub state: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | impl State for Box { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - impl State for Box { [INFO] [stdout] 51 + impl State for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:16:57 [INFO] [stdout] | [INFO] [stdout] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stdout] 16 + fn proc_inlet_at_index(&mut self, Inlet, incoming: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 19 - fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stdout] 19 + fn proc_outlet_at_index(&mut self, Outlet) -> &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | fn outlet_ref(&self, Outlet) -> &Any; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stdout] 22 + fn outlet_ref(&self, Outlet) -> &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:58:60 [INFO] [stdout] | [INFO] [stdout] 58 | fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [INFO] [stdout] 58 + fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:61:55 [INFO] [stdout] | [INFO] [stdout] 61 | fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [INFO] [stdout] 61 + fn proc_outlet_at_index(&mut self, i: Outlet) -> &dyn Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:64:41 [INFO] [stdout] | [INFO] [stdout] 64 | fn outlet_ref(&self, i: Outlet) -> &Any { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - fn outlet_ref(&self, i: Outlet) -> &Any { [INFO] [stdout] 64 + fn outlet_ref(&self, i: Outlet) -> &dyn Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 70 | type Target = State; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - type Target = State; [INFO] [stdout] 70 + type Target = dyn State; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:16:39 [INFO] [stdout] | [INFO] [stdout] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Inlet` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/node/mod.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | pub state: Box, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub state: Box, [INFO] [stdout] 41 + pub state: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | impl State for Box { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - impl State for Box { [INFO] [stdout] 51 + impl State for Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:16:57 [INFO] [stdout] | [INFO] [stdout] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 - fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stdout] 16 + fn proc_inlet_at_index(&mut self, Inlet, incoming: &dyn Any); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:19:52 [INFO] [stdout] | [INFO] [stdout] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 19 - fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stdout] 19 + fn proc_outlet_at_index(&mut self, Outlet) -> &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | fn outlet_ref(&self, Outlet) -> &Any; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stdout] 22 + fn outlet_ref(&self, Outlet) -> &dyn Any; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:58:60 [INFO] [stdout] | [INFO] [stdout] 58 | fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 58 - fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [INFO] [stdout] 58 + fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &dyn Any) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:61:55 [INFO] [stdout] | [INFO] [stdout] 61 | fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [INFO] [stdout] 61 + fn proc_outlet_at_index(&mut self, i: Outlet) -> &dyn Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:64:41 [INFO] [stdout] | [INFO] [stdout] 64 | fn outlet_ref(&self, i: Outlet) -> &Any { [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 64 - fn outlet_ref(&self, i: Outlet) -> &Any { [INFO] [stdout] 64 + fn outlet_ref(&self, i: Outlet) -> &dyn Any { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/node/mod.rs:70:19 [INFO] [stdout] | [INFO] [stdout] 70 | type Target = State; [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 70 - type Target = State; [INFO] [stdout] 70 + type Target = dyn State; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.09s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/gantz-377d1c9ea73e4eb7) [INFO] running `Command { std: "docker" "inspect" "359c3975bd5bdfab879b45097d5f049bfd27d8c3bc9bd2399084f8a95cf3f699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "359c3975bd5bdfab879b45097d5f049bfd27d8c3bc9bd2399084f8a95cf3f699", kill_on_drop: false }` [INFO] [stdout] 359c3975bd5bdfab879b45097d5f049bfd27d8c3bc9bd2399084f8a95cf3f699 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d913b508a778e7e6d607cb56c4e5f385dca0af7a7ecc29977f85ccf89fb60c93 [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" "d913b508a778e7e6d607cb56c4e5f385dca0af7a7ecc29977f85ccf89fb60c93", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/node/mod.rs:16:39 [INFO] [stderr] | [INFO] [stderr] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Inlet` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/node/mod.rs:19:40 [INFO] [stderr] | [INFO] [stderr] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/node/mod.rs:22:26 [INFO] [stderr] | [INFO] [stderr] 22 | fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Outlet` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | pub state: Box, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 41 - pub state: Box, [INFO] [stderr] 41 + pub state: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:51:20 [INFO] [stderr] | [INFO] [stderr] 51 | impl State for Box { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 51 - impl State for Box { [INFO] [stderr] 51 + impl State for Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:16:57 [INFO] [stderr] | [INFO] [stderr] 16 | fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 16 - fn proc_inlet_at_index(&mut self, Inlet, incoming: &Any); [INFO] [stderr] 16 + fn proc_inlet_at_index(&mut self, Inlet, incoming: &dyn Any); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:19:52 [INFO] [stderr] | [INFO] [stderr] 19 | fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 19 - fn proc_outlet_at_index(&mut self, Outlet) -> &Any; [INFO] [stderr] 19 + fn proc_outlet_at_index(&mut self, Outlet) -> &dyn Any; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:22:38 [INFO] [stderr] | [INFO] [stderr] 22 | fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 22 - fn outlet_ref(&self, Outlet) -> &Any; [INFO] [stderr] 22 + fn outlet_ref(&self, Outlet) -> &dyn Any; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:58:60 [INFO] [stderr] | [INFO] [stderr] 58 | fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 58 - fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &Any) { [INFO] [stderr] 58 + fn proc_inlet_at_index(&mut self, i: Inlet, incoming: &dyn Any) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:61:55 [INFO] [stderr] | [INFO] [stderr] 61 | fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 61 - fn proc_outlet_at_index(&mut self, i: Outlet) -> &Any { [INFO] [stderr] 61 + fn proc_outlet_at_index(&mut self, i: Outlet) -> &dyn Any { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:64:41 [INFO] [stderr] | [INFO] [stderr] 64 | fn outlet_ref(&self, i: Outlet) -> &Any { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 64 - fn outlet_ref(&self, i: Outlet) -> &Any { [INFO] [stderr] 64 + fn outlet_ref(&self, i: Outlet) -> &dyn Any { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node/mod.rs:70:19 [INFO] [stderr] | [INFO] [stderr] 70 | type Target = State; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 70 - type Target = State; [INFO] [stderr] 70 + type Target = dyn State; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `gantz` (lib) generated 12 warnings [INFO] [stderr] warning: `gantz` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gantz-377d1c9ea73e4eb7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests gantz [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d913b508a778e7e6d607cb56c4e5f385dca0af7a7ecc29977f85ccf89fb60c93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d913b508a778e7e6d607cb56c4e5f385dca0af7a7ecc29977f85ccf89fb60c93", kill_on_drop: false }` [INFO] [stdout] d913b508a778e7e6d607cb56c4e5f385dca0af7a7ecc29977f85ccf89fb60c93