Sep 06 07:30:05.770 INFO checking entity_rust-0.0.8 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 07:30:05.770 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 07:30:05.770 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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.889 INFO blam! 92f2f2f47dd21d4f604ecb60f63b6eeec180d1d5327838fc0eb18558c29dfa00 Sep 06 07:30:05.891 INFO running `"docker" "start" "-a" "92f2f2f47dd21d4f604ecb60f63b6eeec180d1d5327838fc0eb18558c29dfa00"` Sep 06 07:30:06.721 INFO kablam! usermod: no changes Sep 06 07:30:06.814 INFO kablam! Compiling poison v0.1.0 Sep 06 07:30:06.830 INFO kablam! Checking uuid v0.6.5 Sep 06 07:30:07.321 INFO kablam! Checking shared-mutex v0.3.1 Sep 06 07:30:08.286 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Sep 06 07:30:09.181 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.181 INFO kablam! --> src/lib.rs:1:12 Sep 06 07:30:09.181 INFO kablam! | Sep 06 07:30:09.181 INFO kablam! 1 | #![feature(type_macros)] Sep 06 07:30:09.181 INFO kablam! | ^^^^^^^^^^^ Sep 06 07:30:09.181 INFO kablam! | Sep 06 07:30:09.181 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:30:09.181 INFO kablam! Sep 06 07:30:09.337 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.337 INFO kablam! --> src/lib.rs:1:12 Sep 06 07:30:09.337 INFO kablam! | Sep 06 07:30:09.337 INFO kablam! 1 | #![feature(type_macros)] Sep 06 07:30:09.337 INFO kablam! | ^^^^^^^^^^^ Sep 06 07:30:09.337 INFO kablam! | Sep 06 07:30:09.342 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:30:09.342 INFO kablam! Sep 06 07:30:09.493 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.493 INFO kablam! --> src/lib.rs:1:12 Sep 06 07:30:09.493 INFO kablam! | Sep 06 07:30:09.493 INFO kablam! 1 | #![feature(type_macros)] Sep 06 07:30:09.493 INFO kablam! | ^^^^^^^^^^^ Sep 06 07:30:09.493 INFO kablam! | Sep 06 07:30:09.493 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 07:30:09.493 INFO kablam! Sep 06 07:30:11.400 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.400 INFO kablam! --> tests/lib.rs:16:1 Sep 06 07:30:11.400 INFO kablam! | Sep 06 07:30:11.400 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 06 07:30:11.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.400 INFO kablam! | Sep 06 07:30:11.400 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.400 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.400 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.400 INFO kablam! --> tests/lib.rs:16:1 Sep 06 07:30:11.400 INFO kablam! | Sep 06 07:30:11.400 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 06 07:30:11.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.400 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.400 INFO kablam! Sep 06 07:30:11.406 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 06 07:30:11.406 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.406 INFO kablam! | Sep 06 07:30:11.406 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.406 INFO kablam! | Sep 06 07:30:11.406 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.406 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.406 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.406 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.406 INFO kablam! | Sep 06 07:30:11.406 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.406 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.406 INFO kablam! Sep 06 07:30:11.406 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 06 07:30:11.406 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.406 INFO kablam! | Sep 06 07:30:11.406 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 06 07:30:11.406 INFO kablam! | Sep 06 07:30:11.406 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.406 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.406 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.406 INFO kablam! --> tests/lib.rs:18:1 Sep 06 07:30:11.406 INFO kablam! | Sep 06 07:30:11.406 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.406 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.406 INFO kablam! Sep 06 07:30:11.438 INFO kablam! error: aborting due to 3 previous errors Sep 06 07:30:11.438 INFO kablam! Sep 06 07:30:11.438 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.446 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.446 INFO kablam! --> tests/events.rs:8:1 Sep 06 07:30:11.446 INFO kablam! | Sep 06 07:30:11.446 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 06 07:30:11.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.446 INFO kablam! | Sep 06 07:30:11.446 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.446 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.446 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.446 INFO kablam! --> tests/events.rs:8:1 Sep 06 07:30:11.446 INFO kablam! | Sep 06 07:30:11.446 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 06 07:30:11.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.446 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.446 INFO kablam! Sep 06 07:30:11.446 INFO kablam! error: aborting due to previous error Sep 06 07:30:11.446 INFO kablam! Sep 06 07:30:11.446 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.447 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.447 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:30:11.465 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.465 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:30:11.686 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 06 07:30:11.686 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.686 INFO kablam! | Sep 06 07:30:11.686 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.686 INFO kablam! | Sep 06 07:30:11.686 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.686 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.686 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.686 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.687 INFO kablam! | Sep 06 07:30:11.687 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.687 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.687 INFO kablam! Sep 06 07:30:11.687 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 06 07:30:11.687 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.687 INFO kablam! | Sep 06 07:30:11.687 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 06 07:30:11.687 INFO kablam! | Sep 06 07:30:11.687 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.687 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.687 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.687 INFO kablam! --> tests/components.rs:7:1 Sep 06 07:30:11.687 INFO kablam! | Sep 06 07:30:11.687 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 06 07:30:11.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.687 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.687 INFO kablam! Sep 06 07:30:11.705 INFO kablam! error: aborting due to 2 previous errors Sep 06 07:30:11.705 INFO kablam! Sep 06 07:30:11.705 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.727 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.727 INFO kablam! --> tests/systems.rs:10:1 Sep 06 07:30:11.727 INFO kablam! | Sep 06 07:30:11.727 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 06 07:30:11.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.727 INFO kablam! | Sep 06 07:30:11.727 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.727 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.727 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.727 INFO kablam! --> tests/systems.rs:10:1 Sep 06 07:30:11.727 INFO kablam! | Sep 06 07:30:11.727 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 06 07:30:11.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.727 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.730 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.730 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:30:11.735 INFO kablam! Sep 06 07:30:11.738 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 06 07:30:11.738 INFO kablam! --> tests/systems.rs:11:1 Sep 06 07:30:11.738 INFO kablam! | Sep 06 07:30:11.738 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 06 07:30:11.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.738 INFO kablam! | Sep 06 07:30:11.738 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.738 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 06 07:30:11.738 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.738 INFO kablam! --> tests/systems.rs:11:1 Sep 06 07:30:11.738 INFO kablam! | Sep 06 07:30:11.738 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 06 07:30:11.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:30:11.738 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.738 INFO kablam! Sep 06 07:30:11.740 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 06 07:30:11.740 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.740 INFO kablam! | Sep 06 07:30:11.740 INFO kablam! 17 | component! { position, Sep 06 07:30:11.740 INFO kablam! | _____^ Sep 06 07:30:11.740 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.740 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.740 INFO kablam! 20 | | } Sep 06 07:30:11.740 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 06 07:30:11.740 INFO kablam! | Sep 06 07:30:11.740 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.740 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.740 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.740 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.740 INFO kablam! | Sep 06 07:30:11.740 INFO kablam! 17 | component! { position, Sep 06 07:30:11.740 INFO kablam! | _____^ Sep 06 07:30:11.740 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.740 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.740 INFO kablam! 20 | | } Sep 06 07:30:11.740 INFO kablam! | |_____^ Sep 06 07:30:11.740 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.740 INFO kablam! Sep 06 07:30:11.740 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 06 07:30:11.740 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.740 INFO kablam! | Sep 06 07:30:11.740 INFO kablam! 17 | component! { position, Sep 06 07:30:11.740 INFO kablam! | _____^ Sep 06 07:30:11.740 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.740 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.740 INFO kablam! 20 | | } Sep 06 07:30:11.740 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 06 07:30:11.740 INFO kablam! | Sep 06 07:30:11.740 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.740 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.740 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 06 07:30:11.740 INFO kablam! --> tests/systems.rs:17:2 Sep 06 07:30:11.740 INFO kablam! | Sep 06 07:30:11.740 INFO kablam! 17 | component! { position, Sep 06 07:30:11.740 INFO kablam! | _____^ Sep 06 07:30:11.740 INFO kablam! 18 | | x: i64, Sep 06 07:30:11.740 INFO kablam! 19 | | y: i64 Sep 06 07:30:11.740 INFO kablam! 20 | | } Sep 06 07:30:11.740 INFO kablam! | |_____^ Sep 06 07:30:11.740 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.740 INFO kablam! Sep 06 07:30:11.746 INFO kablam! error: aborting due to 4 previous errors Sep 06 07:30:11.746 INFO kablam! Sep 06 07:30:11.746 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 06 07:30:11.759 INFO kablam! error: Could not compile `entity_rust`. Sep 06 07:30:11.759 INFO kablam! Sep 06 07:30:11.759 INFO kablam! To learn more, run the command again with --verbose. Sep 06 07:30:11.760 INFO kablam! su: No module specific data is present Sep 06 07:30:12.798 INFO running `"docker" "rm" "-f" "92f2f2f47dd21d4f604ecb60f63b6eeec180d1d5327838fc0eb18558c29dfa00"` Sep 06 07:30:12.905 INFO blam! 92f2f2f47dd21d4f604ecb60f63b6eeec180d1d5327838fc0eb18558c29dfa00