[INFO] fetching crate minutae 0.2.2... [INFO] testing minutae-0.2.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate minutae 0.2.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate minutae 0.2.2 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 minutae 0.2.2 [INFO] finished tweaking crates.io crate minutae 0.2.2 [INFO] tweaked toml for crates.io crate minutae 0.2.2 written to /workspace/builds/worker-12/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] [stderr] Blocking waiting for file lock on package cache [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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7470edad5ffc597b159443b85030c092fe371b6c44f8f5619612a5160ed3a1c8 [INFO] running `Command { std: "docker" "start" "-a" "7470edad5ffc597b159443b85030c092fe371b6c44f8f5619612a5160ed3a1c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7470edad5ffc597b159443b85030c092fe371b6c44f8f5619612a5160ed3a1c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7470edad5ffc597b159443b85030c092fe371b6c44f8f5619612a5160ed3a1c8", kill_on_drop: false }` [INFO] [stdout] 7470edad5ffc597b159443b85030c092fe371b6c44f8f5619612a5160ed3a1c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3d598e5dffd42b3be23e730373cc7a3bd6d81d61226e5c1858d9c0e9436241e [INFO] running `Command { std: "docker" "start" "-a" "d3d598e5dffd42b3be23e730373cc7a3bd6d81d61226e5c1858d9c0e9436241e", kill_on_drop: false }` [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling minutae v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(conservative_impl_trait, test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/engine/serial.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | fn iter_cells(&self, &[Cell]) -> CI; [INFO] [stdout] | ^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[Cell]` [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/engine/serial.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn iter_entities(&self, &[Vec>]) -> EI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[Vec>]` [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/engine/serial.rs:22:28 [INFO] [stdout] | [INFO] [stdout] 22 | ...elf, &mut Universe, &[OwnedAction], &[OwnedAction], &[OwnedAction]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Universe` [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/engine/serial.rs:22:60 [INFO] [stdout] | [INFO] [stdout] 22 | ..., EA>, &[OwnedAction], &[OwnedAction], &[OwnedAction]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[OwnedAction]` [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/engine/serial.rs:22:90 [INFO] [stdout] | [INFO] [stdout] 22 | ... EA>], &[OwnedAction], &[OwnedAction]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[OwnedAction]` [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/engine/serial.rs:22:120 [INFO] [stdout] | [INFO] [stdout] 22 | ... EA>], &[OwnedAction]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[OwnedAction]` [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/engine/mod.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | fn step(&mut self, &mut Universe); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut Universe` [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/driver/mod.rs:18:56 [INFO] [stdout] | [INFO] [stdout] 18 | fn init(self, universe: Universe, N, &mut [Box>]); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: N` [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/driver/mod.rs:18:59 [INFO] [stdout] | [INFO] [stdout] 18 | fn init(self, universe: Universe, N, &mut [Box>]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [Box>]` [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: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(conservative_impl_trait, test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:37 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(conservative_impl_trait, test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:45:36 [INFO] [stdout] | [INFO] [stdout] 45 | cell_action_executor: &mut FnMut(CA, usize), [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] 45 - cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] 45 + cell_action_executor: &mut dyn FnMut(CA, usize), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | self_action_executor: &mut FnMut(SelfAction), [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] 46 - self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] 46 + self_action_executor: &mut dyn FnMut(SelfAction), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:47:38 [INFO] [stdout] | [INFO] [stdout] 47 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [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] 47 - entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] 47 + entity_action_executor: &mut dyn FnMut(EA, usize, Uuid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:64:39 [INFO] [stdout] | [INFO] [stdout] 64 | conf: UniverseConf, gen: &mut Generator, [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 - conf: UniverseConf, gen: &mut Generator, [INFO] [stdout] 64 + conf: UniverseConf, gen: &mut dyn Generator, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:71:40 [INFO] [stdout] | [INFO] [stdout] 71 | cell_action_executor: &mut FnMut(CA, usize), [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] 71 - cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] 71 + cell_action_executor: &mut dyn FnMut(CA, usize), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:72:40 [INFO] [stdout] | [INFO] [stdout] 72 | self_action_executor: &mut FnMut(SelfAction), [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] 72 - self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] 72 + self_action_executor: &mut dyn FnMut(SelfAction), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/universe.rs:73:42 [INFO] [stdout] | [INFO] [stdout] 73 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [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] 73 - entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] 73 + entity_action_executor: &mut dyn FnMut(EA, usize, Uuid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/mod.rs:18:69 [INFO] [stdout] | [INFO] [stdout] 18 | fn init(self, universe: Universe, N, &mut [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] 18 - fn init(self, universe: Universe, N, &mut [Box>]); [INFO] [stdout] 18 + fn init(self, universe: Universe, N, &mut [Box>]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/driver/mod.rs:51:97 [INFO] [stdout] | [INFO] [stdout] 51 | fn init(self, mut universe: Universe, mut engine: N, middleware: &mut [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 - fn init(self, mut universe: Universe, mut engine: N, middleware: &mut [Box>]) { [INFO] [stdout] 51 + fn init(self, mut universe: Universe, mut engine: N, middleware: &mut [Box>]) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/serial.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | > Engine 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] 28 - > Engine for Box> { [INFO] [stdout] 28 + > Engine for Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | cell_action_executor: &mut FnMut(CA, usize), [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] 68 - cell_action_executor: &mut FnMut(CA, usize), [INFO] [stdout] 68 + cell_action_executor: &mut dyn FnMut(CA, usize), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:69:40 [INFO] [stdout] | [INFO] [stdout] 69 | self_action_executor: &mut FnMut(SelfAction), [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] 69 - self_action_executor: &mut FnMut(SelfAction), [INFO] [stdout] 69 + self_action_executor: &mut dyn FnMut(SelfAction), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:70:42 [INFO] [stdout] | [INFO] [stdout] 70 | entity_action_executor: &mut FnMut(EA, usize, Uuid) [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 - entity_action_executor: &mut FnMut(EA, usize, Uuid) [INFO] [stdout] 70 + entity_action_executor: &mut dyn FnMut(EA, usize, Uuid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/iterator.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a> Iterator for &'a mut GridIterator { [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] 14 - impl<'a> Iterator for &'a mut GridIterator { [INFO] [stdout] 14 + impl<'a> Iterator for &'a mut dyn GridIterator { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/serial.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | let cell_iterator: &mut GridIterator = &mut self.iter_cells(&universe.cells); [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] 33 - let cell_iterator: &mut GridIterator = &mut self.iter_cells(&universe.cells); [INFO] [stdout] 33 + let cell_iterator: &mut dyn GridIterator = &mut self.iter_cells(&universe.cells); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/engine/parallel.rs:228:37 [INFO] [stdout] | [INFO] [stdout] 228 | let grid_iterator: &mut GridIterator = grid_iterator; [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] 228 - let grid_iterator: &mut GridIterator = grid_iterator; [INFO] [stdout] 228 + let grid_iterator: &mut dyn GridIterator = grid_iterator; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `minutae` due to 3 previous errors; 26 warnings emitted [INFO] [stdout] error: aborting due to 2 previous errors; 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d3d598e5dffd42b3be23e730373cc7a3bd6d81d61226e5c1858d9c0e9436241e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3d598e5dffd42b3be23e730373cc7a3bd6d81d61226e5c1858d9c0e9436241e", kill_on_drop: false }` [INFO] [stdout] d3d598e5dffd42b3be23e730373cc7a3bd6d81d61226e5c1858d9c0e9436241e