Sep 02 15:20:32.187 INFO checking entity_rust-0.0.8 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 15:20:32.187 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 15:20:32.188 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 15:20:32.389 INFO blam! d65d93ccb572c131e9e9023c0cde4885c6dbab46e82ab95f6d1df41607427ad1 Sep 02 15:20:32.391 INFO running `"docker" "start" "-a" "d65d93ccb572c131e9e9023c0cde4885c6dbab46e82ab95f6d1df41607427ad1"` Sep 02 15:20:33.243 INFO kablam! Compiling poison v0.1.0 Sep 02 15:20:33.245 INFO kablam! Checking uuid v0.6.5 Sep 02 15:20:34.060 INFO kablam! Checking shared-mutex v0.3.1 Sep 02 15:20:35.423 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Sep 02 15:20:37.014 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 02 15:20:37.014 INFO kablam! --> src/lib.rs:1:12 Sep 02 15:20:37.014 INFO kablam! | Sep 02 15:20:37.014 INFO kablam! 1 | #![feature(type_macros)] Sep 02 15:20:37.014 INFO kablam! | ^^^^^^^^^^^ Sep 02 15:20:37.014 INFO kablam! | Sep 02 15:20:37.014 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 15:20:37.014 INFO kablam! Sep 02 15:20:37.141 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 02 15:20:37.141 INFO kablam! --> src/lib.rs:1:12 Sep 02 15:20:37.141 INFO kablam! | Sep 02 15:20:37.141 INFO kablam! 1 | #![feature(type_macros)] Sep 02 15:20:37.141 INFO kablam! | ^^^^^^^^^^^ Sep 02 15:20:37.141 INFO kablam! | Sep 02 15:20:37.141 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 15:20:37.141 INFO kablam! Sep 02 15:20:37.242 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 02 15:20:37.242 INFO kablam! --> src/lib.rs:1:12 Sep 02 15:20:37.242 INFO kablam! | Sep 02 15:20:37.242 INFO kablam! 1 | #![feature(type_macros)] Sep 02 15:20:37.242 INFO kablam! | ^^^^^^^^^^^ Sep 02 15:20:37.242 INFO kablam! | Sep 02 15:20:37.242 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 15:20:37.242 INFO kablam! Sep 02 15:20:41.192 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 02 15:20:41.192 INFO kablam! --> tests/components.rs:7:1 Sep 02 15:20:41.192 INFO kablam! | Sep 02 15:20:41.193 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 02 15:20:41.193 INFO kablam! | Sep 02 15:20:41.193 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.194 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.194 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.194 INFO kablam! --> tests/components.rs:7:1 Sep 02 15:20:41.194 INFO kablam! | Sep 02 15:20:41.194 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.194 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 02 15:20:41.194 INFO kablam! Sep 02 15:20:41.194 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 02 15:20:41.194 INFO kablam! --> tests/components.rs:7:1 Sep 02 15:20:41.194 INFO kablam! | Sep 02 15:20:41.194 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 02 15:20:41.194 INFO kablam! | Sep 02 15:20:41.194 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 02 15:20:41.194 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 02 15:20:41.194 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.194 INFO kablam! --> tests/components.rs:7:1 Sep 02 15:20:41.194 INFO kablam! | Sep 02 15:20:41.194 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.194 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 02 15:20:41.195 INFO kablam! Sep 02 15:20:41.219 INFO kablam! error: aborting due to 2 previous errors Sep 02 15:20:41.219 INFO kablam! Sep 02 15:20:41.219 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 02 15:20:41.228 INFO kablam! error: Could not compile `entity_rust`. Sep 02 15:20:41.229 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 15:20:41.377 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 02 15:20:41.377 INFO kablam! --> tests/lib.rs:16:1 Sep 02 15:20:41.377 INFO kablam! | Sep 02 15:20:41.377 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 02 15:20:41.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 02 15:20:41.377 INFO kablam! | Sep 02 15:20:41.377 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.377 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.377 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.378 INFO kablam! --> tests/lib.rs:16:1 Sep 02 15:20:41.378 INFO kablam! | Sep 02 15:20:41.378 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 02 15:20:41.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.378 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 02 15:20:41.378 INFO kablam! Sep 02 15:20:41.384 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 02 15:20:41.384 INFO kablam! --> tests/lib.rs:18:1 Sep 02 15:20:41.384 INFO kablam! | Sep 02 15:20:41.384 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 02 15:20:41.384 INFO kablam! | Sep 02 15:20:41.384 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.384 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.384 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.384 INFO kablam! --> tests/lib.rs:18:1 Sep 02 15:20:41.384 INFO kablam! | Sep 02 15:20:41.385 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.385 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 02 15:20:41.385 INFO kablam! Sep 02 15:20:41.385 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 02 15:20:41.385 INFO kablam! --> tests/lib.rs:18:1 Sep 02 15:20:41.385 INFO kablam! | Sep 02 15:20:41.385 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 02 15:20:41.385 INFO kablam! | Sep 02 15:20:41.386 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 02 15:20:41.386 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 02 15:20:41.386 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.386 INFO kablam! --> tests/lib.rs:18:1 Sep 02 15:20:41.386 INFO kablam! | Sep 02 15:20:41.386 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 02 15:20:41.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.386 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 02 15:20:41.386 INFO kablam! Sep 02 15:20:41.405 INFO kablam! error: aborting due to 3 previous errors Sep 02 15:20:41.405 INFO kablam! Sep 02 15:20:41.406 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 02 15:20:41.415 INFO kablam! error: Could not compile `entity_rust`. Sep 02 15:20:41.416 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 15:20:41.688 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 02 15:20:41.688 INFO kablam! --> tests/systems.rs:10:1 Sep 02 15:20:41.688 INFO kablam! | Sep 02 15:20:41.688 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 02 15:20:41.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 02 15:20:41.688 INFO kablam! | Sep 02 15:20:41.688 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.688 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.688 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.688 INFO kablam! --> tests/systems.rs:10:1 Sep 02 15:20:41.689 INFO kablam! | Sep 02 15:20:41.689 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 02 15:20:41.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.689 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 02 15:20:41.689 INFO kablam! Sep 02 15:20:41.694 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 02 15:20:41.694 INFO kablam! --> tests/systems.rs:11:1 Sep 02 15:20:41.694 INFO kablam! | Sep 02 15:20:41.694 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 02 15:20:41.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 02 15:20:41.694 INFO kablam! | Sep 02 15:20:41.694 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.695 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.695 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.695 INFO kablam! --> tests/systems.rs:11:1 Sep 02 15:20:41.695 INFO kablam! | Sep 02 15:20:41.695 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 02 15:20:41.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.695 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 02 15:20:41.695 INFO kablam! Sep 02 15:20:41.698 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 02 15:20:41.698 INFO kablam! --> tests/systems.rs:17:2 Sep 02 15:20:41.698 INFO kablam! | Sep 02 15:20:41.698 INFO kablam! 17 | component! { position, Sep 02 15:20:41.698 INFO kablam! | _____^ Sep 02 15:20:41.698 INFO kablam! 18 | | x: i64, Sep 02 15:20:41.698 INFO kablam! 19 | | y: i64 Sep 02 15:20:41.698 INFO kablam! 20 | | } Sep 02 15:20:41.698 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 02 15:20:41.698 INFO kablam! | Sep 02 15:20:41.698 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.699 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.699 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.699 INFO kablam! --> tests/systems.rs:17:2 Sep 02 15:20:41.699 INFO kablam! | Sep 02 15:20:41.699 INFO kablam! 17 | component! { position, Sep 02 15:20:41.699 INFO kablam! | _____^ Sep 02 15:20:41.699 INFO kablam! 18 | | x: i64, Sep 02 15:20:41.699 INFO kablam! 19 | | y: i64 Sep 02 15:20:41.699 INFO kablam! 20 | | } Sep 02 15:20:41.699 INFO kablam! | |_____^ Sep 02 15:20:41.699 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 02 15:20:41.699 INFO kablam! Sep 02 15:20:41.700 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 02 15:20:41.700 INFO kablam! --> tests/systems.rs:17:2 Sep 02 15:20:41.700 INFO kablam! | Sep 02 15:20:41.700 INFO kablam! 17 | component! { position, Sep 02 15:20:41.700 INFO kablam! | _____^ Sep 02 15:20:41.700 INFO kablam! 18 | | x: i64, Sep 02 15:20:41.700 INFO kablam! 19 | | y: i64 Sep 02 15:20:41.700 INFO kablam! 20 | | } Sep 02 15:20:41.700 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 02 15:20:41.700 INFO kablam! | Sep 02 15:20:41.700 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 02 15:20:41.700 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 02 15:20:41.700 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.700 INFO kablam! --> tests/systems.rs:17:2 Sep 02 15:20:41.700 INFO kablam! | Sep 02 15:20:41.700 INFO kablam! 17 | component! { position, Sep 02 15:20:41.701 INFO kablam! | _____^ Sep 02 15:20:41.701 INFO kablam! 18 | | x: i64, Sep 02 15:20:41.701 INFO kablam! 19 | | y: i64 Sep 02 15:20:41.701 INFO kablam! 20 | | } Sep 02 15:20:41.701 INFO kablam! | |_____^ Sep 02 15:20:41.701 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 02 15:20:41.701 INFO kablam! Sep 02 15:20:41.713 INFO kablam! error: aborting due to 4 previous errors Sep 02 15:20:41.713 INFO kablam! Sep 02 15:20:41.714 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 02 15:20:41.724 INFO kablam! error: Could not compile `entity_rust`. Sep 02 15:20:41.724 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 15:20:41.743 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 02 15:20:41.743 INFO kablam! --> tests/events.rs:8:1 Sep 02 15:20:41.743 INFO kablam! | Sep 02 15:20:41.743 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 02 15:20:41.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 02 15:20:41.743 INFO kablam! | Sep 02 15:20:41.743 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.744 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 02 15:20:41.744 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 02 15:20:41.744 INFO kablam! --> tests/events.rs:8:1 Sep 02 15:20:41.744 INFO kablam! | Sep 02 15:20:41.744 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 02 15:20:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:20:41.744 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 02 15:20:41.744 INFO kablam! Sep 02 15:20:41.754 INFO kablam! error: aborting due to previous error Sep 02 15:20:41.754 INFO kablam! Sep 02 15:20:41.754 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 02 15:20:41.765 INFO kablam! error: Could not compile `entity_rust`. Sep 02 15:20:41.765 INFO kablam! Sep 02 15:20:41.765 INFO kablam! To learn more, run the command again with --verbose. Sep 02 15:20:41.767 INFO kablam! su: No module specific data is present Sep 02 15:20:42.318 INFO running `"docker" "rm" "-f" "d65d93ccb572c131e9e9023c0cde4885c6dbab46e82ab95f6d1df41607427ad1"` Sep 02 15:20:42.431 INFO blam! d65d93ccb572c131e9e9023c0cde4885c6dbab46e82ab95f6d1df41607427ad1