Sep 01 05:16:24.201 INFO checking entity_rust-0.0.8 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 05:16:24.201 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 05:16:24.201 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:16:24.414 INFO blam! af5dd33fbd498f5362a62a3d1715e62f2ff28a275693042bcb3313c7ed7ad48d Sep 01 05:16:24.416 INFO running `"docker" "start" "-a" "af5dd33fbd498f5362a62a3d1715e62f2ff28a275693042bcb3313c7ed7ad48d"` Sep 01 05:16:25.079 INFO kablam! Compiling poison v0.1.0 Sep 01 05:16:25.080 INFO kablam! Compiling uuid v0.6.5 Sep 01 05:16:26.086 INFO kablam! Compiling shared-mutex v0.3.1 Sep 01 05:16:28.262 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Sep 01 05:16:29.824 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 01 05:16:29.824 INFO kablam! --> src/lib.rs:1:12 Sep 01 05:16:29.825 INFO kablam! | Sep 01 05:16:29.825 INFO kablam! 1 | #![feature(type_macros)] Sep 01 05:16:29.825 INFO kablam! | ^^^^^^^^^^^ Sep 01 05:16:29.825 INFO kablam! | Sep 01 05:16:29.825 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 05:16:29.825 INFO kablam! Sep 01 05:16:29.846 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 01 05:16:29.846 INFO kablam! --> src/lib.rs:1:12 Sep 01 05:16:29.846 INFO kablam! | Sep 01 05:16:29.846 INFO kablam! 1 | #![feature(type_macros)] Sep 01 05:16:29.846 INFO kablam! | ^^^^^^^^^^^ Sep 01 05:16:29.846 INFO kablam! | Sep 01 05:16:29.846 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 05:16:29.846 INFO kablam! Sep 01 05:16:29.925 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 01 05:16:29.925 INFO kablam! --> src/lib.rs:1:12 Sep 01 05:16:29.925 INFO kablam! | Sep 01 05:16:29.925 INFO kablam! 1 | #![feature(type_macros)] Sep 01 05:16:29.925 INFO kablam! | ^^^^^^^^^^^ Sep 01 05:16:29.925 INFO kablam! | Sep 01 05:16:29.925 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 05:16:29.925 INFO kablam! Sep 01 05:16:34.260 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:34.260 INFO kablam! --> tests/systems.rs:10:1 Sep 01 05:16:34.260 INFO kablam! | Sep 01 05:16:34.260 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 01 05:16:34.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.261 INFO kablam! | Sep 01 05:16:34.261 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.261 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.261 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.261 INFO kablam! --> tests/systems.rs:10:1 Sep 01 05:16:34.261 INFO kablam! | Sep 01 05:16:34.261 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 01 05:16:34.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.261 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 01 05:16:34.261 INFO kablam! Sep 01 05:16:34.267 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:34.267 INFO kablam! --> tests/systems.rs:11:1 Sep 01 05:16:34.267 INFO kablam! | Sep 01 05:16:34.267 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 01 05:16:34.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.267 INFO kablam! | Sep 01 05:16:34.267 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.267 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.267 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.267 INFO kablam! --> tests/systems.rs:11:1 Sep 01 05:16:34.267 INFO kablam! | Sep 01 05:16:34.267 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 01 05:16:34.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.268 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 01 05:16:34.268 INFO kablam! Sep 01 05:16:34.270 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 01 05:16:34.270 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.271 INFO kablam! | Sep 01 05:16:34.271 INFO kablam! 17 | component! { position, Sep 01 05:16:34.271 INFO kablam! | _____^ Sep 01 05:16:34.271 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.271 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.271 INFO kablam! 20 | | } Sep 01 05:16:34.271 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.271 INFO kablam! | Sep 01 05:16:34.271 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.271 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.271 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.271 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.271 INFO kablam! | Sep 01 05:16:34.271 INFO kablam! 17 | component! { position, Sep 01 05:16:34.271 INFO kablam! | _____^ Sep 01 05:16:34.272 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.272 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.272 INFO kablam! 20 | | } Sep 01 05:16:34.272 INFO kablam! | |_____^ Sep 01 05:16:34.272 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 01 05:16:34.272 INFO kablam! Sep 01 05:16:34.272 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 01 05:16:34.272 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.273 INFO kablam! | Sep 01 05:16:34.273 INFO kablam! 17 | component! { position, Sep 01 05:16:34.273 INFO kablam! | _____^ Sep 01 05:16:34.273 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.273 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.273 INFO kablam! 20 | | } Sep 01 05:16:34.273 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 01 05:16:34.273 INFO kablam! | Sep 01 05:16:34.273 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 01 05:16:34.273 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 01 05:16:34.273 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.273 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.273 INFO kablam! | Sep 01 05:16:34.273 INFO kablam! 17 | component! { position, Sep 01 05:16:34.273 INFO kablam! | _____^ Sep 01 05:16:34.273 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.273 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.273 INFO kablam! 20 | | } Sep 01 05:16:34.273 INFO kablam! | |_____^ Sep 01 05:16:34.273 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 01 05:16:34.274 INFO kablam! Sep 01 05:16:34.284 INFO kablam! error: aborting due to 4 previous errors Sep 01 05:16:34.285 INFO kablam! Sep 01 05:16:34.285 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:34.294 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:34.295 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:16:34.537 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:34.537 INFO kablam! --> tests/lib.rs:16:1 Sep 01 05:16:34.537 INFO kablam! | Sep 01 05:16:34.537 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 01 05:16:34.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.538 INFO kablam! | Sep 01 05:16:34.538 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.538 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.538 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.538 INFO kablam! --> tests/lib.rs:16:1 Sep 01 05:16:34.538 INFO kablam! | Sep 01 05:16:34.538 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 01 05:16:34.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.538 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 01 05:16:34.538 INFO kablam! Sep 01 05:16:34.544 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 01 05:16:34.544 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.545 INFO kablam! | Sep 01 05:16:34.545 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.545 INFO kablam! | Sep 01 05:16:34.545 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.545 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.545 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.545 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.545 INFO kablam! | Sep 01 05:16:34.545 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.545 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 01 05:16:34.545 INFO kablam! Sep 01 05:16:34.545 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 01 05:16:34.545 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.545 INFO kablam! | Sep 01 05:16:34.545 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 01 05:16:34.545 INFO kablam! | Sep 01 05:16:34.545 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 01 05:16:34.545 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 01 05:16:34.545 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.545 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.545 INFO kablam! | Sep 01 05:16:34.545 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.545 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 01 05:16:34.546 INFO kablam! Sep 01 05:16:34.558 INFO kablam! error: aborting due to 3 previous errors Sep 01 05:16:34.558 INFO kablam! Sep 01 05:16:34.558 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:34.568 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:34.568 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:16:34.754 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 01 05:16:34.755 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:34.755 INFO kablam! | Sep 01 05:16:34.755 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.755 INFO kablam! | Sep 01 05:16:34.755 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.755 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.755 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.755 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:34.755 INFO kablam! | Sep 01 05:16:34.755 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.755 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 01 05:16:34.755 INFO kablam! Sep 01 05:16:34.755 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 01 05:16:34.755 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:34.755 INFO kablam! | Sep 01 05:16:34.755 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 01 05:16:34.755 INFO kablam! | Sep 01 05:16:34.755 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 01 05:16:34.756 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 01 05:16:34.756 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.756 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:34.756 INFO kablam! | Sep 01 05:16:34.756 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.756 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 01 05:16:34.756 INFO kablam! Sep 01 05:16:34.778 INFO kablam! error: aborting due to 2 previous errors Sep 01 05:16:34.778 INFO kablam! Sep 01 05:16:34.778 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:34.786 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:34.786 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:16:35.029 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:35.029 INFO kablam! --> tests/events.rs:8:1 Sep 01 05:16:35.029 INFO kablam! | Sep 01 05:16:35.029 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 01 05:16:35.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:35.029 INFO kablam! | Sep 01 05:16:35.029 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:35.029 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:35.029 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:35.029 INFO kablam! --> tests/events.rs:8:1 Sep 01 05:16:35.029 INFO kablam! | Sep 01 05:16:35.029 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 01 05:16:35.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:35.029 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 01 05:16:35.029 INFO kablam! Sep 01 05:16:35.036 INFO kablam! error: aborting due to previous error Sep 01 05:16:35.036 INFO kablam! Sep 01 05:16:35.036 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:35.043 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:35.043 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:16:35.069 INFO kablam! error: build failed Sep 01 05:16:35.070 INFO kablam! su: No module specific data is present Sep 01 05:16:35.440 INFO running `"docker" "rm" "-f" "af5dd33fbd498f5362a62a3d1715e62f2ff28a275693042bcb3313c7ed7ad48d"` Sep 01 05:16:35.565 INFO blam! af5dd33fbd498f5362a62a3d1715e62f2ff28a275693042bcb3313c7ed7ad48d