Sep 06 07:30:05.678 INFO checking entity_rust-0.0.8 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 07:30:05.678 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 07:30:05.679 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:30:05.834 INFO blam! db0efa9621311d8c7e53b7b31c69db90d39604f2dc9f60ce0d5488bde8c8a6a8 Sep 06 07:30:05.838 INFO running `"docker" "start" "-a" "db0efa9621311d8c7e53b7b31c69db90d39604f2dc9f60ce0d5488bde8c8a6a8"` Sep 06 07:30:06.604 INFO kablam! usermod: no changes Sep 06 07:30:06.653 INFO kablam! Compiling poison v0.1.0 Sep 06 07:30:06.661 INFO kablam! Compiling uuid v0.6.5 Sep 06 07:30:07.017 INFO kablam! Compiling shared-mutex v0.3.1 Sep 06 07:30:08.266 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Sep 06 07:30:09.207 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 06 07:30:09.207 INFO kablam! --> src/lib.rs:1:12 Sep 06 07:30:09.207 INFO kablam! | Sep 06 07:30:09.207 INFO kablam! 1 | #![feature(type_macros)] Sep 06 07:30:09.207 INFO kablam! | ^^^^^^^^^^^ Sep 06 07:30:09.207 INFO kablam! | Sep 06 07:30:09.207 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:30:09.207 INFO kablam! Sep 06 07:30:09.400 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 06 07:30:09.400 INFO kablam! --> src/lib.rs:1:12 Sep 06 07:30:09.400 INFO kablam! | Sep 06 07:30:09.400 INFO kablam! 1 | #![feature(type_macros)] Sep 06 07:30:09.400 INFO kablam! | ^^^^^^^^^^^ Sep 06 07:30:09.400 INFO kablam! | Sep 06 07:30:09.400 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:30:09.400 INFO kablam! Sep 06 07:30:09.471 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 06 07:30:09.471 INFO kablam! --> src/lib.rs:1:12 Sep 06 07:30:09.471 INFO kablam! | Sep 06 07:30:09.471 INFO kablam! 1 | #![feature(type_macros)] Sep 06 07:30:09.471 INFO kablam! | ^^^^^^^^^^^ Sep 06 07:30:09.471 INFO kablam! | Sep 06 07:30:09.471 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:30:09.471 INFO kablam! Sep 06 07:30:11.087 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 06 07:30:11.087 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.087 INFO kablam! | Sep 06 07:30:11.087 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.087 INFO kablam! | Sep 06 07:30:11.087 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.087 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.087 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.087 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.087 INFO kablam! | Sep 06 07:30:11.087 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.087 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.087 INFO kablam! Sep 06 07:30:11.093 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 06 07:30:11.093 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.093 INFO kablam! | Sep 06 07:30:11.093 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 06 07:30:11.093 INFO kablam! | Sep 06 07:30:11.093 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 06 07:30:11.093 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 06 07:30:11.093 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.093 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.093 INFO kablam! | Sep 06 07:30:11.093 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.093 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.093 INFO kablam! Sep 06 07:30:11.106 INFO kablam! error: aborting due to 2 previous errors Sep 06 07:30:11.106 INFO kablam! Sep 06 07:30:11.106 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.118 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.118 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:30:11.166 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.166 INFO kablam! --> tests/events.rs:8:1 Sep 06 07:30:11.166 INFO kablam! | Sep 06 07:30:11.166 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 06 07:30:11.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.166 INFO kablam! | Sep 06 07:30:11.166 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.166 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.166 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.166 INFO kablam! --> tests/events.rs:8:1 Sep 06 07:30:11.166 INFO kablam! | Sep 06 07:30:11.166 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 06 07:30:11.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.166 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.166 INFO kablam! Sep 06 07:30:11.175 INFO kablam! error: aborting due to previous error Sep 06 07:30:11.175 INFO kablam! Sep 06 07:30:11.175 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.186 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.186 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:30:11.198 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.198 INFO kablam! --> tests/systems.rs:10:1 Sep 06 07:30:11.198 INFO kablam! | Sep 06 07:30:11.198 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 06 07:30:11.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.198 INFO kablam! | Sep 06 07:30:11.198 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.198 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.198 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.198 INFO kablam! --> tests/systems.rs:10:1 Sep 06 07:30:11.198 INFO kablam! | Sep 06 07:30:11.198 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 06 07:30:11.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.198 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.198 INFO kablam! Sep 06 07:30:11.202 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.202 INFO kablam! --> tests/systems.rs:11:1 Sep 06 07:30:11.202 INFO kablam! | Sep 06 07:30:11.202 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 06 07:30:11.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.202 INFO kablam! | Sep 06 07:30:11.202 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.202 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.202 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.202 INFO kablam! --> tests/systems.rs:11:1 Sep 06 07:30:11.202 INFO kablam! | Sep 06 07:30:11.202 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 06 07:30:11.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.202 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.202 INFO kablam! Sep 06 07:30:11.202 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 06 07:30:11.202 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.202 INFO kablam! | Sep 06 07:30:11.202 INFO kablam! 17 | component! { position, Sep 06 07:30:11.202 INFO kablam! | _____^ Sep 06 07:30:11.202 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.202 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.202 INFO kablam! 20 | | } Sep 06 07:30:11.202 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.202 INFO kablam! | Sep 06 07:30:11.202 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.202 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.202 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.202 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.202 INFO kablam! | Sep 06 07:30:11.202 INFO kablam! 17 | component! { position, Sep 06 07:30:11.202 INFO kablam! | _____^ Sep 06 07:30:11.202 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.202 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.202 INFO kablam! 20 | | } Sep 06 07:30:11.202 INFO kablam! | |_____^ Sep 06 07:30:11.202 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.202 INFO kablam! Sep 06 07:30:11.202 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 06 07:30:11.202 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.203 INFO kablam! | Sep 06 07:30:11.203 INFO kablam! 17 | component! { position, Sep 06 07:30:11.203 INFO kablam! | _____^ Sep 06 07:30:11.203 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.203 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.203 INFO kablam! 20 | | } Sep 06 07:30:11.203 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 06 07:30:11.203 INFO kablam! | Sep 06 07:30:11.203 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 06 07:30:11.203 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 06 07:30:11.203 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.203 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.203 INFO kablam! | Sep 06 07:30:11.203 INFO kablam! 17 | component! { position, Sep 06 07:30:11.203 INFO kablam! | _____^ Sep 06 07:30:11.203 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.203 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.203 INFO kablam! 20 | | } Sep 06 07:30:11.203 INFO kablam! | |_____^ Sep 06 07:30:11.203 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.203 INFO kablam! Sep 06 07:30:11.210 INFO kablam! error: aborting due to 4 previous errors Sep 06 07:30:11.210 INFO kablam! Sep 06 07:30:11.210 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.215 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.215 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:30:11.332 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.332 INFO kablam! --> tests/lib.rs:16:1 Sep 06 07:30:11.332 INFO kablam! | Sep 06 07:30:11.332 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 06 07:30:11.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.332 INFO kablam! | Sep 06 07:30:11.332 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.332 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.332 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.332 INFO kablam! --> tests/lib.rs:16:1 Sep 06 07:30:11.332 INFO kablam! | Sep 06 07:30:11.332 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 06 07:30:11.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.332 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.332 INFO kablam! Sep 06 07:30:11.338 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 06 07:30:11.338 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.338 INFO kablam! | Sep 06 07:30:11.338 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.338 INFO kablam! | Sep 06 07:30:11.338 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.338 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.338 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.338 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.338 INFO kablam! | Sep 06 07:30:11.338 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.338 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.338 INFO kablam! Sep 06 07:30:11.338 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 06 07:30:11.338 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.338 INFO kablam! | Sep 06 07:30:11.338 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 06 07:30:11.338 INFO kablam! | Sep 06 07:30:11.338 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 06 07:30:11.338 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 06 07:30:11.338 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.338 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.338 INFO kablam! | Sep 06 07:30:11.338 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.338 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 07:30:11.338 INFO kablam! Sep 06 07:30:11.346 INFO kablam! error: aborting due to 3 previous errors Sep 06 07:30:11.346 INFO kablam! Sep 06 07:30:11.346 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.354 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.354 INFO kablam! Sep 06 07:30:11.354 INFO kablam! To learn more, run the command again with --verbose. Sep 06 07:30:11.356 INFO kablam! su: No module specific data is present Sep 06 07:30:12.216 INFO running `"docker" "rm" "-f" "db0efa9621311d8c7e53b7b31c69db90d39604f2dc9f60ce0d5488bde8c8a6a8"` Sep 06 07:30:12.326 INFO blam! db0efa9621311d8c7e53b7b31c69db90d39604f2dc9f60ce0d5488bde8c8a6a8