[INFO] fetching crate twre_ecs 0.0.2... [INFO] checking twre_ecs-0.0.2 against beta for pr-78714 [INFO] extracting crate twre_ecs 0.0.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate twre_ecs 0.0.2 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7012f41cdc4c93732e3aad84cca79fb92c7b8f4c5de58c2913764f4af69490f9 [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" "7012f41cdc4c93732e3aad84cca79fb92c7b8f4c5de58c2913764f4af69490f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7012f41cdc4c93732e3aad84cca79fb92c7b8f4c5de58c2913764f4af69490f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7012f41cdc4c93732e3aad84cca79fb92c7b8f4c5de58c2913764f4af69490f9", kill_on_drop: false }` [INFO] [stdout] 7012f41cdc4c93732e3aad84cca79fb92c7b8f4c5de58c2913764f4af69490f9 [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=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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77097fe74ed2a347ed5d49cf179feb86299ae653e16a6e317d0610ef4bb609ff [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" "77097fe74ed2a347ed5d49cf179feb86299ae653e16a6e317d0610ef4bb609ff", 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 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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(core)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(collections)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [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 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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(core)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(collections)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw' [INFO] [stdout] --> src/core/store_array.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use std::{iter, slice, raw, mem}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27751 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw' [INFO] [stdout] --> src/core/store_array.rs:42:56 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = mem::transmute::<&StoreBase, raw::TraitObject>(&**store).data; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27751 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [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] [stderr] error: could not compile `twre_ecs` [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] [INFO] [stdout] [INFO] [stderr] [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] [INFO] [stderr] To learn more, run the command again with --verbose. [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] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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[E0658]: use of unstable library feature 'raw' [INFO] [stdout] --> src/core/store_array.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use std::{iter, slice, raw, mem}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27751 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw' [INFO] [stdout] --> src/core/store_array.rs:42:56 [INFO] [stdout] | [INFO] [stdout] 42 | let ptr = mem::transmute::<&StoreBase, raw::TraitObject>(&**store).data; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27751 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0554, 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" "77097fe74ed2a347ed5d49cf179feb86299ae653e16a6e317d0610ef4bb609ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77097fe74ed2a347ed5d49cf179feb86299ae653e16a6e317d0610ef4bb609ff", kill_on_drop: false }` [INFO] [stdout] 77097fe74ed2a347ed5d49cf179feb86299ae653e16a6e317d0610ef4bb609ff