[INFO] fetching crate twre_ecs 0.0.2... [INFO] checking twre_ecs-0.0.2 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate twre_ecs 0.0.2 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate twre_ecs 0.0.2 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate twre_ecs 0.0.2 [INFO] finished tweaking crates.io crate twre_ecs 0.0.2 [INFO] tweaked toml for crates.io crate twre_ecs 0.0.2 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72a9ebd52f15fb691234a252df19edeeb910ce014f4d1e5c04d7d3eebb50dee5 [INFO] running `Command { std: "docker" "start" "-a" "72a9ebd52f15fb691234a252df19edeeb910ce014f4d1e5c04d7d3eebb50dee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72a9ebd52f15fb691234a252df19edeeb910ce014f4d1e5c04d7d3eebb50dee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72a9ebd52f15fb691234a252df19edeeb910ce014f4d1e5c04d7d3eebb50dee5", kill_on_drop: false }` [INFO] [stdout] 72a9ebd52f15fb691234a252df19edeeb910ce014f4d1e5c04d7d3eebb50dee5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1013e26e479c786753b8ed131a9f6e2cdb3f34dda1c10a81ccbe961b4c35c5db [INFO] running `Command { std: "docker" "start" "-a" "1013e26e479c786753b8ed131a9f6e2cdb3f34dda1c10a81ccbe961b4c35c5db", kill_on_drop: false }` [INFO] [stderr] Checking twre_ecs v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `std::marker::Reflect`, `std::marker::MarkerTrait` [INFO] [stdout] --> src/core/component.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::{Reflect, MarkerTrait}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^ no `MarkerTrait` in `marker` [INFO] [stdout] | | [INFO] [stdout] | no `Reflect` in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::marker::Reflect` [INFO] [stdout] --> src/core/store.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::Reflect; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `Reflect` in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::raw` [INFO] [stdout] --> src/core/store_array.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use std::{iter, slice, raw, mem}; [INFO] [stdout] | ^^^ no `raw` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::collections::vec_map`, `std::collections::vec_map` [INFO] [stdout] --> src/vec_map.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::vec_map::{self, VecMap}; [INFO] [stdout] | ^^^^^^^ ^^^^ no `vec_map` in `collections` [INFO] [stdout] | | [INFO] [stdout] | could not find `vec_map` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::BitSet` [INFO] [stdout] --> src/bit_set.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::BitSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `BitSet` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::marker::Reflect`, `std::marker::MarkerTrait` [INFO] [stdout] --> src/core/component.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::{Reflect, MarkerTrait}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^ no `MarkerTrait` in `marker` [INFO] [stdout] | | [INFO] [stdout] | no `Reflect` in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::marker::Reflect` [INFO] [stdout] --> src/core/store.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::Reflect; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `Reflect` in `marker` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::raw` [INFO] [stdout] --> src/core/store_array.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use std::{iter, slice, raw, mem}; [INFO] [stdout] | ^^^ no `raw` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::collections::vec_map`, `std::collections::vec_map` [INFO] [stdout] --> src/vec_map.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::vec_map::{self, VecMap}; [INFO] [stdout] | ^^^^^^^ ^^^^ no `vec_map` in `collections` [INFO] [stdout] | | [INFO] [stdout] | could not find `vec_map` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::BitSet` [INFO] [stdout] --> src/bit_set.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::BitSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `BitSet` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BorrowMut`, `Borrow` [INFO] [stdout] --> src/core/query_source.rs:4:19 [INFO] [stdout] | [INFO] [stdout] 4 | use std::borrow::{Borrow, BorrowMut}; //TODO get rid of this [INFO] [stdout] | ^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:7:56 [INFO] [stdout] | [INFO] [stdout] 7 | fn store_base(&self, store_id: StoreId) -> Option<&StoreBase>; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:8:68 [INFO] [stdout] | [INFO] [stdout] 8 | fn mut_store_base(&mut self, store_id: StoreId) -> Option<&mut StoreBase>; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 26 | type StoreBases: Iterator)> + 'a; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:27:59 [INFO] [stdout] | [INFO] [stdout] 27 | type MutStoreBases: Iterator)> + 'a; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ComponentLink` [INFO] [stdout] --> src/core/store_array.rs:1:51 [INFO] [stdout] | [INFO] [stdout] 1 | use super::component::{MAX_STORE_ID, Id, StoreId, ComponentLink}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:9:34 [INFO] [stdout] | [INFO] [stdout] 9 | stores: [Option<(TypeId, Box>)>; MAX_STORE_ID + 1], [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn insert(&mut self, store_id: StoreId, ty: TypeId, store: Box>){ [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:27:56 [INFO] [stdout] | [INFO] [stdout] 27 | fn store_base(&self, store_id: StoreId) -> Option<&StoreBase> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:30:68 [INFO] [stdout] | [INFO] [stdout] 30 | fn mut_store_base(&mut self, store_id: StoreId) -> Option<&mut StoreBase> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:42:41 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = mem::transmute::<&StoreBase, raw::TraitObject>(&**store).data; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:66:63 [INFO] [stdout] | [INFO] [stdout] 66 | iter: iter::Enumerate>)>>>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:70:31 [INFO] [stdout] | [INFO] [stdout] 70 | type Item = (StoreId, &'a StoreBase); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:83:66 [INFO] [stdout] | [INFO] [stdout] 83 | iter: iter::Enumerate>)>>>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:87:35 [INFO] [stdout] | [INFO] [stdout] 87 | type Item = (StoreId, &'a mut StoreBase); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Deref` [INFO] [stdout] --> src/core/entity.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `StoreComponents`, `StoreMutAssignments` [INFO] [stdout] --> src/core/world.rs:3:29 [INFO] [stdout] | [INFO] [stdout] 3 | StoreBase, IdStoreBase, StoreComponents, StoreAssignments, StoreMutAssignments, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/core/world.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 19 | _phantom: PhantomData<(ID)>, [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/vec_map.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | _phantom: PhantomData<(ID)>, [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/btree_map.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/btree_set.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | _phantom: PhantomData<(C)>, [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BorrowMut`, `Borrow` [INFO] [stdout] --> src/core/query_source.rs:4:19 [INFO] [stdout] | [INFO] [stdout] 4 | use std::borrow::{Borrow, BorrowMut}; //TODO get rid of this [INFO] [stdout] | ^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:7:56 [INFO] [stdout] | [INFO] [stdout] 7 | fn store_base(&self, store_id: StoreId) -> Option<&StoreBase>; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:8:68 [INFO] [stdout] | [INFO] [stdout] 8 | fn mut_store_base(&mut self, store_id: StoreId) -> Option<&mut StoreBase>; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 26 | type StoreBases: Iterator)> + 'a; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_source.rs:27:59 [INFO] [stdout] | [INFO] [stdout] 27 | type MutStoreBases: Iterator)> + 'a; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ComponentLink` [INFO] [stdout] --> src/core/store_array.rs:1:51 [INFO] [stdout] | [INFO] [stdout] 1 | use super::component::{MAX_STORE_ID, Id, StoreId, ComponentLink}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:9:34 [INFO] [stdout] | [INFO] [stdout] 9 | stores: [Option<(TypeId, Box>)>; MAX_STORE_ID + 1], [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:21:72 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn insert(&mut self, store_id: StoreId, ty: TypeId, store: Box>){ [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:27:56 [INFO] [stdout] | [INFO] [stdout] 27 | fn store_base(&self, store_id: StoreId) -> Option<&StoreBase> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:30:68 [INFO] [stdout] | [INFO] [stdout] 30 | fn mut_store_base(&mut self, store_id: StoreId) -> Option<&mut StoreBase> { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:42:41 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = mem::transmute::<&StoreBase, raw::TraitObject>(&**store).data; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:66:63 [INFO] [stdout] | [INFO] [stdout] 66 | iter: iter::Enumerate>)>>>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:70:31 [INFO] [stdout] | [INFO] [stdout] 70 | type Item = (StoreId, &'a StoreBase); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:83:66 [INFO] [stdout] | [INFO] [stdout] 83 | iter: iter::Enumerate>)>>>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/store_array.rs:87:35 [INFO] [stdout] | [INFO] [stdout] 87 | type Item = (StoreId, &'a mut StoreBase); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StoreBase` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::Deref` [INFO] [stdout] --> src/core/entity.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `StoreComponents`, `StoreMutAssignments` [INFO] [stdout] --> src/core/world.rs:3:29 [INFO] [stdout] | [INFO] [stdout] 3 | StoreBase, IdStoreBase, StoreComponents, StoreAssignments, StoreMutAssignments, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/core/world.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 19 | _phantom: PhantomData<(ID)>, [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/vec_map.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | _phantom: PhantomData<(ID)>, [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/btree_map.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/btree_set.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | _phantom: PhantomData<(C)>, [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `twre_ecs` due to 6 previous errors; 21 warnings emitted [INFO] [stdout] error: aborting due to 5 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1013e26e479c786753b8ed131a9f6e2cdb3f34dda1c10a81ccbe961b4c35c5db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1013e26e479c786753b8ed131a9f6e2cdb3f34dda1c10a81ccbe961b4c35c5db", kill_on_drop: false }` [INFO] [stdout] 1013e26e479c786753b8ed131a9f6e2cdb3f34dda1c10a81ccbe961b4c35c5db