Sep 01 05:16:24.266 INFO checking entity_rust-0.0.8 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 05:16:24.266 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 05:16:24.267 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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.453 INFO blam! 452f3190fa907327d12bf332920e96ef5926277f7402393adaf5f4bdec542de5 Sep 01 05:16:24.455 INFO running `"docker" "start" "-a" "452f3190fa907327d12bf332920e96ef5926277f7402393adaf5f4bdec542de5"` Sep 01 05:16:25.311 INFO kablam! Compiling poison v0.1.0 Sep 01 05:16:25.322 INFO kablam! Checking uuid v0.6.5 Sep 01 05:16:26.859 INFO kablam! Checking shared-mutex v0.3.1 Sep 01 05:16:28.307 INFO kablam! Compiling entity_rust v0.0.8 (file:///source) Sep 01 05:16:29.708 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.708 INFO kablam! --> src/lib.rs:1:12 Sep 01 05:16:29.708 INFO kablam! | Sep 01 05:16:29.708 INFO kablam! 1 | #![feature(type_macros)] Sep 01 05:16:29.709 INFO kablam! | ^^^^^^^^^^^ Sep 01 05:16:29.709 INFO kablam! | Sep 01 05:16:29.709 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 05:16:29.709 INFO kablam! Sep 01 05:16:29.715 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.715 INFO kablam! --> src/lib.rs:1:12 Sep 01 05:16:29.715 INFO kablam! | Sep 01 05:16:29.715 INFO kablam! 1 | #![feature(type_macros)] Sep 01 05:16:29.715 INFO kablam! | ^^^^^^^^^^^ Sep 01 05:16:29.715 INFO kablam! | Sep 01 05:16:29.715 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 05:16:29.715 INFO kablam! Sep 01 05:16:29.919 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.919 INFO kablam! --> src/lib.rs:1:12 Sep 01 05:16:29.919 INFO kablam! | Sep 01 05:16:29.919 INFO kablam! 1 | #![feature(type_macros)] Sep 01 05:16:29.919 INFO kablam! | ^^^^^^^^^^^ Sep 01 05:16:29.919 INFO kablam! | Sep 01 05:16:29.919 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 05:16:29.919 INFO kablam! Sep 01 05:16:33.690 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 01 05:16:33.690 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:33.690 INFO kablam! | Sep 01 05:16:33.690 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:33.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:33.690 INFO kablam! | Sep 01 05:16:33.690 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:33.690 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:33.691 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:33.691 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:33.691 INFO kablam! | Sep 01 05:16:33.691 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:33.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:33.691 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:33.691 INFO kablam! Sep 01 05:16:33.691 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 01 05:16:33.691 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:33.691 INFO kablam! | Sep 01 05:16:33.691 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:33.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 01 05:16:33.691 INFO kablam! | Sep 01 05:16:33.691 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:33.691 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:33.692 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:33.692 INFO kablam! --> tests/components.rs:7:1 Sep 01 05:16:33.692 INFO kablam! | Sep 01 05:16:33.692 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:33.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:33.692 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:33.692 INFO kablam! Sep 01 05:16:33.716 INFO kablam! error: aborting due to 2 previous errors Sep 01 05:16:33.716 INFO kablam! Sep 01 05:16:33.716 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:33.724 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:33.725 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:16:34.107 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:34.107 INFO kablam! --> tests/systems.rs:10:1 Sep 01 05:16:34.107 INFO kablam! | Sep 01 05:16:34.107 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 01 05:16:34.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.107 INFO kablam! | Sep 01 05:16:34.107 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.108 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.114 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.114 INFO kablam! --> tests/systems.rs:10:1 Sep 01 05:16:34.114 INFO kablam! | Sep 01 05:16:34.115 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 01 05:16:34.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.115 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.115 INFO kablam! Sep 01 05:16:34.121 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:34.121 INFO kablam! --> tests/systems.rs:11:1 Sep 01 05:16:34.121 INFO kablam! | Sep 01 05:16:34.121 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 01 05:16:34.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.121 INFO kablam! | Sep 01 05:16:34.122 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.122 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.123 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.123 INFO kablam! --> tests/systems.rs:11:1 Sep 01 05:16:34.123 INFO kablam! | Sep 01 05:16:34.123 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 01 05:16:34.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.124 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.124 INFO kablam! Sep 01 05:16:34.130 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 01 05:16:34.130 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.130 INFO kablam! | Sep 01 05:16:34.130 INFO kablam! 17 | component! { position, Sep 01 05:16:34.130 INFO kablam! | _____^ Sep 01 05:16:34.130 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.130 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.130 INFO kablam! 20 | | } Sep 01 05:16:34.130 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.131 INFO kablam! | Sep 01 05:16:34.131 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.131 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.132 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.132 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.132 INFO kablam! | Sep 01 05:16:34.132 INFO kablam! 17 | component! { position, Sep 01 05:16:34.132 INFO kablam! | _____^ Sep 01 05:16:34.132 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.132 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.132 INFO kablam! 20 | | } Sep 01 05:16:34.132 INFO kablam! | |_____^ Sep 01 05:16:34.133 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.133 INFO kablam! Sep 01 05:16:34.134 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 01 05:16:34.134 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.134 INFO kablam! | Sep 01 05:16:34.134 INFO kablam! 17 | component! { position, Sep 01 05:16:34.134 INFO kablam! | _____^ Sep 01 05:16:34.134 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.134 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.134 INFO kablam! 20 | | } Sep 01 05:16:34.134 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 01 05:16:34.135 INFO kablam! | Sep 01 05:16:34.135 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.135 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.136 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.136 INFO kablam! --> tests/systems.rs:17:2 Sep 01 05:16:34.136 INFO kablam! | Sep 01 05:16:34.136 INFO kablam! 17 | component! { position, Sep 01 05:16:34.136 INFO kablam! | _____^ Sep 01 05:16:34.136 INFO kablam! 18 | | x: i64, Sep 01 05:16:34.136 INFO kablam! 19 | | y: i64 Sep 01 05:16:34.136 INFO kablam! 20 | | } Sep 01 05:16:34.136 INFO kablam! | |_____^ Sep 01 05:16:34.137 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.137 INFO kablam! Sep 01 05:16:34.160 INFO kablam! error: aborting due to 4 previous errors Sep 01 05:16:34.160 INFO kablam! Sep 01 05:16:34.160 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:34.191 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:34.192 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:16:34.385 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:34.385 INFO kablam! --> tests/lib.rs:16:1 Sep 01 05:16:34.385 INFO kablam! | Sep 01 05:16:34.385 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 01 05:16:34.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.385 INFO kablam! | Sep 01 05:16:34.385 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.385 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.385 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.385 INFO kablam! --> tests/lib.rs:16:1 Sep 01 05:16:34.385 INFO kablam! | Sep 01 05:16:34.385 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 01 05:16:34.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.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 01 05:16:34.385 INFO kablam! Sep 01 05:16:34.390 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 01 05:16:34.390 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.390 INFO kablam! | Sep 01 05:16:34.390 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.390 INFO kablam! | Sep 01 05:16:34.390 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.390 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.391 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.391 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.391 INFO kablam! | Sep 01 05:16:34.391 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.391 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.391 INFO kablam! Sep 01 05:16:34.391 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 01 05:16:34.391 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.391 INFO kablam! | Sep 01 05:16:34.392 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 01 05:16:34.392 INFO kablam! | Sep 01 05:16:34.392 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.392 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.392 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.392 INFO kablam! --> tests/lib.rs:18:1 Sep 01 05:16:34.392 INFO kablam! | Sep 01 05:16:34.392 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 01 05:16:34.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.392 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.392 INFO kablam! Sep 01 05:16:34.402 INFO kablam! error: aborting due to 3 previous errors Sep 01 05:16:34.402 INFO kablam! Sep 01 05:16:34.402 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:34.412 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:34.412 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:16:34.625 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 01 05:16:34.625 INFO kablam! --> tests/events.rs:8:1 Sep 01 05:16:34.625 INFO kablam! | Sep 01 05:16:34.625 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 01 05:16:34.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 01 05:16:34.625 INFO kablam! | Sep 01 05:16:34.625 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.625 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 01 05:16:34.625 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 01 05:16:34.625 INFO kablam! --> tests/events.rs:8:1 Sep 01 05:16:34.625 INFO kablam! | Sep 01 05:16:34.625 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 01 05:16:34.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 05:16:34.625 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.625 INFO kablam! Sep 01 05:16:34.635 INFO kablam! error: aborting due to previous error Sep 01 05:16:34.635 INFO kablam! Sep 01 05:16:34.635 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 01 05:16:34.645 INFO kablam! error: Could not compile `entity_rust`. Sep 01 05:16:34.645 INFO kablam! Sep 01 05:16:34.645 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:16:34.647 INFO kablam! su: No module specific data is present Sep 01 05:16:35.102 INFO running `"docker" "rm" "-f" "452f3190fa907327d12bf332920e96ef5926277f7402393adaf5f4bdec542de5"` Sep 01 05:16:35.227 INFO blam! 452f3190fa907327d12bf332920e96ef5926277f7402393adaf5f4bdec542de5