Aug 30 18:39:13.517 INFO checking entity_rust-0.0.8 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 18:39:13.517 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 18:39:13.517 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 18:39:13.709 INFO blam! 67482158a88149ddd577a3fd11ccea9efa9a6eccb2bb338128d843eb570b2ae8 Aug 30 18:39:13.711 INFO running `"docker" "start" "-a" "67482158a88149ddd577a3fd11ccea9efa9a6eccb2bb338128d843eb570b2ae8"` Aug 30 18:39:14.653 INFO kablam! Compiling poison v0.1.0 Aug 30 18:39:14.694 INFO kablam! Compiling uuid v0.6.5 Aug 30 18:39:16.056 INFO kablam! Compiling shared-mutex v0.3.1 Aug 30 18:39:17.479 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Aug 30 18:39:18.808 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Aug 30 18:39:18.808 INFO kablam! --> src/lib.rs:1:12 Aug 30 18:39:18.808 INFO kablam! | Aug 30 18:39:18.808 INFO kablam! 1 | #![feature(type_macros)] Aug 30 18:39:18.808 INFO kablam! | ^^^^^^^^^^^ Aug 30 18:39:18.809 INFO kablam! | Aug 30 18:39:18.809 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 18:39:18.809 INFO kablam! Aug 30 18:39:18.934 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Aug 30 18:39:18.934 INFO kablam! --> src/lib.rs:1:12 Aug 30 18:39:18.934 INFO kablam! | Aug 30 18:39:18.934 INFO kablam! 1 | #![feature(type_macros)] Aug 30 18:39:18.934 INFO kablam! | ^^^^^^^^^^^ Aug 30 18:39:18.934 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Aug 30 18:39:18.934 INFO kablam! --> src/lib.rs:1:12 Aug 30 18:39:18.934 INFO kablam! | Aug 30 18:39:18.934 INFO kablam! 1 | #![feature(type_macros)] Aug 30 18:39:18.934 INFO kablam! | ^^^^^^^^^^^ Aug 30 18:39:18.934 INFO kablam! | Aug 30 18:39:18.934 INFO kablam! | Aug 30 18:39:18.934 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 18:39:18.934 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 18:39:18.935 INFO kablam! Aug 30 18:39:18.935 INFO kablam! Aug 30 18:39:23.182 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:39:23.182 INFO kablam! --> tests/events.rs:8:1 Aug 30 18:39:23.182 INFO kablam! | Aug 30 18:39:23.182 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 30 18:39:23.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:39:23.182 INFO kablam! | Aug 30 18:39:23.182 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.182 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.183 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.183 INFO kablam! --> tests/events.rs:8:1 Aug 30 18:39:23.183 INFO kablam! | Aug 30 18:39:23.183 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 30 18:39:23.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.183 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) Aug 30 18:39:23.183 INFO kablam! Aug 30 18:39:23.195 INFO kablam! error: aborting due to previous error Aug 30 18:39:23.195 INFO kablam! Aug 30 18:39:23.195 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:39:23.200 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:39:23.200 INFO kablam! --> tests/lib.rs:16:1 Aug 30 18:39:23.200 INFO kablam! | Aug 30 18:39:23.200 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 30 18:39:23.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:39:23.200 INFO kablam! | Aug 30 18:39:23.200 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.200 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.200 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.200 INFO kablam! --> tests/lib.rs:16:1 Aug 30 18:39:23.200 INFO kablam! | Aug 30 18:39:23.200 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 30 18:39:23.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.201 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) Aug 30 18:39:23.202 INFO kablam! Aug 30 18:39:23.204 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:39:23.204 INFO kablam! --> tests/systems.rs:10:1 Aug 30 18:39:23.204 INFO kablam! | Aug 30 18:39:23.204 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 30 18:39:23.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:39:23.204 INFO kablam! | Aug 30 18:39:23.204 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.204 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.204 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.204 INFO kablam! --> tests/systems.rs:10:1 Aug 30 18:39:23.204 INFO kablam! | Aug 30 18:39:23.204 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 30 18:39:23.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.204 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) Aug 30 18:39:23.204 INFO kablam! Aug 30 18:39:23.205 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:39:23.206 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 18:39:23.207 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 30 18:39:23.207 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:39:23.207 INFO kablam! | Aug 30 18:39:23.207 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:39:23.208 INFO kablam! | Aug 30 18:39:23.208 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.208 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.208 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.208 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:39:23.208 INFO kablam! | Aug 30 18:39:23.208 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.208 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) Aug 30 18:39:23.208 INFO kablam! Aug 30 18:39:23.209 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 30 18:39:23.210 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:39:23.210 INFO kablam! | Aug 30 18:39:23.210 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 30 18:39:23.210 INFO kablam! | Aug 30 18:39:23.211 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:39:23.211 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:39:23.211 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.211 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:39:23.211 INFO kablam! | Aug 30 18:39:23.211 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.211 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) Aug 30 18:39:23.211 INFO kablam! Aug 30 18:39:23.211 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:39:23.211 INFO kablam! --> tests/systems.rs:11:1 Aug 30 18:39:23.211 INFO kablam! | Aug 30 18:39:23.211 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 30 18:39:23.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:39:23.211 INFO kablam! | Aug 30 18:39:23.211 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.211 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.211 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.211 INFO kablam! --> tests/systems.rs:11:1 Aug 30 18:39:23.211 INFO kablam! | Aug 30 18:39:23.211 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 30 18:39:23.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.211 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) Aug 30 18:39:23.211 INFO kablam! Aug 30 18:39:23.215 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 30 18:39:23.215 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:39:23.215 INFO kablam! | Aug 30 18:39:23.215 INFO kablam! 17 | component! { position, Aug 30 18:39:23.215 INFO kablam! | _____^ Aug 30 18:39:23.215 INFO kablam! 18 | | x: i64, Aug 30 18:39:23.215 INFO kablam! 19 | | y: i64 Aug 30 18:39:23.215 INFO kablam! 20 | | } Aug 30 18:39:23.215 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:39:23.215 INFO kablam! | Aug 30 18:39:23.215 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.215 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.215 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.215 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:39:23.215 INFO kablam! | Aug 30 18:39:23.215 INFO kablam! 17 | component! { position, Aug 30 18:39:23.215 INFO kablam! | _____^ Aug 30 18:39:23.215 INFO kablam! 18 | | x: i64, Aug 30 18:39:23.215 INFO kablam! 19 | | y: i64 Aug 30 18:39:23.215 INFO kablam! 20 | | } Aug 30 18:39:23.215 INFO kablam! | |_____^ Aug 30 18:39:23.215 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) Aug 30 18:39:23.215 INFO kablam! Aug 30 18:39:23.215 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 30 18:39:23.215 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:39:23.216 INFO kablam! | Aug 30 18:39:23.216 INFO kablam! 17 | component! { position, Aug 30 18:39:23.216 INFO kablam! | _____^ Aug 30 18:39:23.216 INFO kablam! 18 | | x: i64, Aug 30 18:39:23.216 INFO kablam! 19 | | y: i64 Aug 30 18:39:23.216 INFO kablam! 20 | | } Aug 30 18:39:23.216 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 30 18:39:23.216 INFO kablam! | Aug 30 18:39:23.216 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:39:23.216 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:39:23.216 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.216 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:39:23.216 INFO kablam! | Aug 30 18:39:23.216 INFO kablam! 17 | component! { position, Aug 30 18:39:23.216 INFO kablam! | _____^ Aug 30 18:39:23.216 INFO kablam! 18 | | x: i64, Aug 30 18:39:23.216 INFO kablam! 19 | | y: i64 Aug 30 18:39:23.216 INFO kablam! 20 | | } Aug 30 18:39:23.216 INFO kablam! | |_____^ Aug 30 18:39:23.216 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) Aug 30 18:39:23.216 INFO kablam! Aug 30 18:39:23.226 INFO kablam! error: aborting due to 3 previous errors Aug 30 18:39:23.226 INFO kablam! Aug 30 18:39:23.226 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:39:23.238 INFO kablam! error: aborting due to 4 previous errors Aug 30 18:39:23.238 INFO kablam! Aug 30 18:39:23.238 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:39:23.240 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:39:23.241 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 18:39:23.246 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:39:23.247 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 18:39:23.307 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 30 18:39:23.307 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:39:23.307 INFO kablam! | Aug 30 18:39:23.307 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:39:23.307 INFO kablam! | Aug 30 18:39:23.307 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.307 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:39:23.307 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.307 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:39:23.307 INFO kablam! | Aug 30 18:39:23.307 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.307 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) Aug 30 18:39:23.307 INFO kablam! Aug 30 18:39:23.308 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 30 18:39:23.308 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:39:23.308 INFO kablam! | Aug 30 18:39:23.308 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 30 18:39:23.308 INFO kablam! | Aug 30 18:39:23.308 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:39:23.308 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:39:23.308 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:39:23.308 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:39:23.308 INFO kablam! | Aug 30 18:39:23.308 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:39:23.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:39:23.308 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) Aug 30 18:39:23.308 INFO kablam! Aug 30 18:39:23.341 INFO kablam! error: aborting due to 2 previous errors Aug 30 18:39:23.341 INFO kablam! Aug 30 18:39:23.341 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:39:23.351 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:39:23.351 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 18:39:23.432 INFO kablam! error: build failed Aug 30 18:39:23.434 INFO kablam! su: No module specific data is present Aug 30 18:39:23.913 INFO running `"docker" "rm" "-f" "67482158a88149ddd577a3fd11ccea9efa9a6eccb2bb338128d843eb570b2ae8"` Aug 30 18:39:24.006 INFO blam! 67482158a88149ddd577a3fd11ccea9efa9a6eccb2bb338128d843eb570b2ae8