[INFO] fetching crate amethyst_derive 0.15.3... [INFO] checking amethyst_derive-0.15.3 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate amethyst_derive 0.15.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate amethyst_derive 0.15.3 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate amethyst_derive 0.15.3 [INFO] finished tweaking crates.io crate amethyst_derive 0.15.3 [INFO] tweaked toml for crates.io crate amethyst_derive 0.15.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93771e94bb3c47f4685b62765a688dafc84eba35644db65ccb95658a35125732 [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" "93771e94bb3c47f4685b62765a688dafc84eba35644db65ccb95658a35125732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93771e94bb3c47f4685b62765a688dafc84eba35644db65ccb95658a35125732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93771e94bb3c47f4685b62765a688dafc84eba35644db65ccb95658a35125732", kill_on_drop: false }` [INFO] [stdout] 93771e94bb3c47f4685b62765a688dafc84eba35644db65ccb95658a35125732 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1446ac8c8ab1bba553c8a1072815d9884f5e5eaf850b1a3340d0feebd462ee01 [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" "1446ac8c8ab1bba553c8a1072815d9884f5e5eaf850b1a3340d0feebd462ee01", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Checking proc-macro2 v1.0.24 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking syn v1.0.42 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Checking proc_macro_roids v0.7.0 [INFO] [stderr] Checking proc-macro-crate v0.1.5 [INFO] [stderr] Checking amethyst_derive v0.15.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `amethyst_core` [INFO] [stdout] --> tests/test.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use amethyst_core::{ [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amethyst_assets` [INFO] [stdout] --> tests/test.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use amethyst_assets::{PrefabData, ProgressCounter}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_assets` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amethyst_core` [INFO] [stdout] --> tests/test.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use amethyst_core::{ [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `amethyst_test` [INFO] [stdout] --> tests/test.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | use amethyst_test::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amethyst_error` [INFO] [stdout] --> tests/test.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use amethyst_error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `amethyst_core` [INFO] [stdout] --> tests/test.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | use amethyst_core::ecs::{world::EntitiesRes, Builder, Join, WorldExt}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `amethyst_assets`, `amethyst_core::ecs::world::EntitiesRes`, `amethyst_core::ecs::Builder`, `amethyst_core::ecs::Join`, `amethyst_core::ecs::WorldExt` [INFO] [stdout] --> tests/test.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | use amethyst_assets::{AssetStorage, Loader, Prefab, PrefabLoaderSystemDesc}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_assets` [INFO] [stdout] 105 | use amethyst_core::ecs::{world::EntitiesRes, Builder, Join, WorldExt}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ ^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SystemData` [INFO] [stdout] --> tests/test.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SystemData` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SystemData` [INFO] [stdout] --> tests/test.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `SystemData` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `amethyst_core` [INFO] [stdout] --> tests/system_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use amethyst_core::{ [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amethyst_core` [INFO] [stdout] --> tests/system_desc.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use amethyst_core::{ [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `amethyst_core` [INFO] [stdout] --> tests/system_desc.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | use amethyst_core::{ecs::storage::ComponentEvent, transform::Transform}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_core` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amethyst_error` [INFO] [stdout] --> tests/system_desc.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use amethyst_error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `amethyst_error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:40:21 [INFO] [stdout] | [INFO] [stdout] 40 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:50:21 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Debug, Default, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:83:21 [INFO] [stdout] | [INFO] [stdout] 83 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Debug, Default, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:101:21 [INFO] [stdout] | [INFO] [stdout] 101 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventChannel` [INFO] [stdout] --> tests/system_desc.rs:126:18 [INFO] [stdout] | [INFO] [stdout] 126 | world.insert(EventChannel::::new()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EventChannel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:140:21 [INFO] [stdout] | [INFO] [stdout] 140 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventChannel` [INFO] [stdout] --> tests/system_desc.rs:174:18 [INFO] [stdout] | [INFO] [stdout] 174 | world.insert(EventChannel::::new()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EventChannel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:184:21 [INFO] [stdout] | [INFO] [stdout] 184 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AmethystApplication` [INFO] [stdout] --> tests/test.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | assert!(AmethystApplication::blank() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `AmethystApplication` [INFO] [stdout] ... [INFO] [stdout] 134 | / assert_prefab!( [INFO] [stdout] 135 | | Outer, [INFO] [stdout] 136 | | Outer { [INFO] [stdout] 137 | | external: External { inner: 100 } [INFO] [stdout] ... | [INFO] [stdout] 149 | | } [INFO] [stdout] 150 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:202:21 [INFO] [stdout] | [INFO] [stdout] 202 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | #[derive(Debug, Default, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AmethystApplication` [INFO] [stdout] --> tests/test.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | assert!(AmethystApplication::blank() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `AmethystApplication` [INFO] [stdout] ... [INFO] [stdout] 155 | / assert_prefab!( [INFO] [stdout] 156 | | EnumPrefab, [INFO] [stdout] 157 | | EnumPrefab::One { [INFO] [stdout] 158 | | number: Stuff { inner: 1 } [INFO] [stdout] ... | [INFO] [stdout] 170 | | } [INFO] [stdout] 171 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:224:21 [INFO] [stdout] | [INFO] [stdout] 224 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:233:30 [INFO] [stdout] | [INFO] [stdout] 233 | #[derive(Debug, Default, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:244:21 [INFO] [stdout] | [INFO] [stdout] 244 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AmethystApplication` [INFO] [stdout] --> tests/test.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | assert!(AmethystApplication::blank() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `AmethystApplication` [INFO] [stdout] ... [INFO] [stdout] 176 | / assert_prefab!( [INFO] [stdout] 177 | | EnumPrefab, [INFO] [stdout] 178 | | EnumPrefab::Two { [INFO] [stdout] 179 | | component: External { inner: 2 } [INFO] [stdout] ... | [INFO] [stdout] 191 | | } [INFO] [stdout] 192 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:271:21 [INFO] [stdout] | [INFO] [stdout] 271 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AmethystApplication` [INFO] [stdout] --> tests/test.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | assert!(AmethystApplication::blank() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `AmethystApplication` [INFO] [stdout] ... [INFO] [stdout] 197 | / assert_prefab!( [INFO] [stdout] 198 | | EnumPrefab, [INFO] [stdout] 199 | | EnumPrefab::Five( [INFO] [stdout] 200 | | Stuff { [INFO] [stdout] ... | [INFO] [stdout] 219 | | } [INFO] [stdout] 220 | | ); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventChannel` [INFO] [stdout] --> tests/system_desc.rs:272:18 [INFO] [stdout] | [INFO] [stdout] 272 | world.insert(EventChannel::::new()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EventChannel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:286:21 [INFO] [stdout] | [INFO] [stdout] 286 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:329:21 [INFO] [stdout] | [INFO] [stdout] 329 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/test.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Read` in this scope [INFO] [stdout] --> tests/test.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::Read; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EventChannel` in this scope [INFO] [stdout] --> tests/test.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `World` in this scope [INFO] [stdout] --> tests/test.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/test.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Read` in this scope [INFO] [stdout] --> tests/test.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::Read; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EventChannel` in this scope [INFO] [stdout] --> tests/test.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `World` in this scope [INFO] [stdout] --> tests/test.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | #[derive(Clone, EventReader)] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WriteStorage` in this scope [INFO] [stdout] --> tests/test.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Clone, PrefabData, Default)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> tests/test.rs:45:17 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Clone, PrefabData, Default)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Component` in this scope [INFO] [stdout] --> tests/test.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | impl Component for Stuff [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DenseVecStorage` in this scope [INFO] [stdout] --> tests/test.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | type Storage = DenseVecStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> tests/test.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Clone, PrefabData)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Component` in this scope [INFO] [stdout] --> tests/test.rs:74:6 [INFO] [stdout] | [INFO] [stdout] 74 | impl Component for External { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DenseVecStorage` in this scope [INFO] [stdout] --> tests/test.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | type Storage = DenseVecStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WriteStorage` in this scope [INFO] [stdout] --> tests/test.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(PrefabData, Clone)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> tests/test.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(PrefabData, Clone)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WriteStorage` in this scope [INFO] [stdout] --> tests/test.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | #[derive(PrefabData, Clone)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> tests/test.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | #[derive(PrefabData, Clone)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WriteStorage` in this scope [INFO] [stdout] --> tests/test.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(PrefabData, Clone)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Entity` in this scope [INFO] [stdout] --> tests/test.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(PrefabData, Clone)] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntitiesRes` in this scope [INFO] [stdout] --> tests/test.rs:140:54 [INFO] [stdout] | [INFO] [stdout] 133 | fn instantiate_struct_prefabs() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 140 | let entities = world.read_resource::(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntitiesRes` in this scope [INFO] [stdout] --> tests/test.rs:161:54 [INFO] [stdout] | [INFO] [stdout] 154 | fn instantiate_struct_variant() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 161 | let entities = world.read_resource::(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventChannel` [INFO] [stdout] --> tests/system_desc.rs:330:18 [INFO] [stdout] | [INFO] [stdout] 330 | world.insert(EventChannel::::new()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EventChannel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntitiesRes` in this scope [INFO] [stdout] --> tests/test.rs:182:54 [INFO] [stdout] | [INFO] [stdout] 175 | fn instantiate_struct_variant_with_component_field() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 182 | let entities = world.read_resource::(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntitiesRes` in this scope [INFO] [stdout] --> tests/test.rs:206:54 [INFO] [stdout] | [INFO] [stdout] 196 | fn instantiate_tuple_variant() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 206 | let entities = world.read_resource::(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 38 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `amethyst` in `{{root}}` [INFO] [stdout] --> tests/system_desc.rs:342:21 [INFO] [stdout] | [INFO] [stdout] 342 | #[derive(Debug, SystemDesc)] [INFO] [stdout] | ^^^^^^^^^^ could not find `amethyst` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `World` [INFO] [stdout] --> tests/system_desc.rs:359:21 [INFO] [stdout] | [INFO] [stdout] 359 | let mut world = World::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `World` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `amethyst_derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | impl<'s> System<'s> for SystemUnit { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:35:14 [INFO] [stdout] | [INFO] [stdout] 35 | impl<'s> System<'s> for SystemUnit { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | impl<'s, T> System<'s> for SystemTuplePhantom { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | impl<'s> System<'s> for SystemTupleSkip { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | impl<'s> System<'s> for SystemTuplePassthrough { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:113:73 [INFO] [stdout] | [INFO] [stdout] 113 | struct SystemTupleEventChannel(#[system_desc(event_channel_reader)] ReaderId); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 115 | fn new(reader_id: ReaderId) -> Self { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:120:14 [INFO] [stdout] | [INFO] [stdout] 120 | impl<'s> System<'s> for SystemTupleEventChannel { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:145:46 [INFO] [stdout] | [INFO] [stdout] 145 | #[system_desc(event_channel_reader)] ReaderId, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:159:34 [INFO] [stdout] | [INFO] [stdout] 159 | fn new(a: u8, reader_id: ReaderId, d: u32) -> Self { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:164:26 [INFO] [stdout] | [INFO] [stdout] 164 | impl<'s, 'x, T1, T2> System<'s> for SystemTupleComplex<'x, T1, T2> [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:197:17 [INFO] [stdout] | [INFO] [stdout] 197 | impl<'s, T> System<'s> for SystemNamedPhantom { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | impl<'s> System<'s> for SystemNamedSkip { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:239:14 [INFO] [stdout] | [INFO] [stdout] 239 | impl<'s> System<'s> for SystemNamedPassthrough { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:258:21 [INFO] [stdout] | [INFO] [stdout] 258 | u32_reader: ReaderId, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:261:28 [INFO] [stdout] | [INFO] [stdout] 261 | fn new(u32_reader: ReaderId) -> Self { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:266:14 [INFO] [stdout] | [INFO] [stdout] 266 | impl<'s> System<'s> for SystemNamedEventChannel { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:296:21 [INFO] [stdout] | [INFO] [stdout] 296 | u32_reader: ReaderId, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:308:35 [INFO] [stdout] | [INFO] [stdout] 308 | fn new(a: u8, u32_reader: ReaderId, d: u32) -> Self { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:320:26 [INFO] [stdout] | [INFO] [stdout] 320 | impl<'s, 'x, T1, T2> System<'s> for SystemNamedComplex<'x, T1, T2> [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:346:27 [INFO] [stdout] | [INFO] [stdout] 346 | transform_events: ReaderId, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ComponentEvent` in this scope [INFO] [stdout] --> tests/system_desc.rs:346:36 [INFO] [stdout] | [INFO] [stdout] 344 | struct SystemWithFlaggedStorageReader { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 345 | #[system_desc(flagged_storage_reader(Transform))] [INFO] [stdout] 346 | transform_events: ReaderId, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Transform` in this scope [INFO] [stdout] --> tests/system_desc.rs:345:46 [INFO] [stdout] | [INFO] [stdout] 345 | #[system_desc(flagged_storage_reader(Transform))] [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReaderId` in this scope [INFO] [stdout] --> tests/system_desc.rs:349:34 [INFO] [stdout] | [INFO] [stdout] 349 | fn new(transform_events: ReaderId) -> Self { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ComponentEvent` in this scope [INFO] [stdout] --> tests/system_desc.rs:349:43 [INFO] [stdout] | [INFO] [stdout] 348 | impl SystemWithFlaggedStorageReader { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 349 | fn new(transform_events: ReaderId) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `System` in this scope [INFO] [stdout] --> tests/system_desc.rs:354:14 [INFO] [stdout] | [INFO] [stdout] 354 | impl<'s> System<'s> for SystemWithFlaggedStorageReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Transform` in this scope [INFO] [stdout] --> tests/system_desc.rs:360:22 [INFO] [stdout] | [INFO] [stdout] 338 | fn system_with_flagged_storage_reader() -> Result<(), Error> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 360 | world.register::(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 61 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1446ac8c8ab1bba553c8a1072815d9884f5e5eaf850b1a3340d0feebd462ee01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1446ac8c8ab1bba553c8a1072815d9884f5e5eaf850b1a3340d0feebd462ee01", kill_on_drop: false }` [INFO] [stdout] 1446ac8c8ab1bba553c8a1072815d9884f5e5eaf850b1a3340d0feebd462ee01