Aug 30 18:58:25.816 INFO checking entity_rust-0.0.8 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 18:58:25.816 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 18:58:25.816 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-0/try#2d477f9981361618ac78253c28051a66b6cea125:/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 +2d477f9981361618ac78253c28051a66b6cea125-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:58:25.953 INFO blam! 5330614fd1b10c8cd56fc1a2e1bb827731a419666bb3fbbe60436cafb2a00ee0 Aug 30 18:58:25.955 INFO running `"docker" "start" "-a" "5330614fd1b10c8cd56fc1a2e1bb827731a419666bb3fbbe60436cafb2a00ee0"` Aug 30 18:58:26.685 INFO kablam! Compiling poison v0.1.0 Aug 30 18:58:26.688 INFO kablam! Checking uuid v0.6.5 Aug 30 18:58:27.393 INFO kablam! Checking shared-mutex v0.3.1 Aug 30 18:58:28.381 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Aug 30 18:58:30.190 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:58:30.190 INFO kablam! --> src/lib.rs:1:12 Aug 30 18:58:30.190 INFO kablam! | Aug 30 18:58:30.190 INFO kablam! 1 | #![feature(type_macros)] Aug 30 18:58:30.190 INFO kablam! | ^^^^^^^^^^^ Aug 30 18:58:30.191 INFO kablam! | Aug 30 18:58:30.191 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 18:58:30.191 INFO kablam! Aug 30 18:58:30.226 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:58:30.226 INFO kablam! --> src/lib.rs:1:12 Aug 30 18:58:30.226 INFO kablam! | Aug 30 18:58:30.226 INFO kablam! 1 | #![feature(type_macros)] Aug 30 18:58:30.226 INFO kablam! | ^^^^^^^^^^^ Aug 30 18:58:30.226 INFO kablam! | Aug 30 18:58:30.226 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 18:58:30.226 INFO kablam! Aug 30 18:58:30.510 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:58:30.510 INFO kablam! --> src/lib.rs:1:12 Aug 30 18:58:30.510 INFO kablam! | Aug 30 18:58:30.510 INFO kablam! 1 | #![feature(type_macros)] Aug 30 18:58:30.510 INFO kablam! | ^^^^^^^^^^^ Aug 30 18:58:30.510 INFO kablam! | Aug 30 18:58:30.510 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 18:58:30.510 INFO kablam! Aug 30 18:58:34.598 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:58:34.598 INFO kablam! --> tests/events.rs:8:1 Aug 30 18:58:34.598 INFO kablam! | Aug 30 18:58:34.598 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 30 18:58:34.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:58:34.599 INFO kablam! | Aug 30 18:58:34.599 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.599 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.600 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.600 INFO kablam! --> tests/events.rs:8:1 Aug 30 18:58:34.600 INFO kablam! | Aug 30 18:58:34.600 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 30 18:58:34.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.600 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:58:34.601 INFO kablam! Aug 30 18:58:34.612 INFO kablam! error: aborting due to previous error Aug 30 18:58:34.612 INFO kablam! Aug 30 18:58:34.613 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:58:34.633 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:58:34.634 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 18:58:34.697 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:58:34.697 INFO kablam! --> tests/systems.rs:10:1 Aug 30 18:58:34.697 INFO kablam! | Aug 30 18:58:34.697 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 30 18:58:34.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:58:34.697 INFO kablam! | Aug 30 18:58:34.697 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.697 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.697 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.697 INFO kablam! --> tests/systems.rs:10:1 Aug 30 18:58:34.697 INFO kablam! | Aug 30 18:58:34.698 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 30 18:58:34.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.698 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:58:34.698 INFO kablam! Aug 30 18:58:34.702 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:58:34.702 INFO kablam! --> tests/systems.rs:11:1 Aug 30 18:58:34.702 INFO kablam! | Aug 30 18:58:34.702 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 30 18:58:34.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:58:34.702 INFO kablam! | Aug 30 18:58:34.702 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.702 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.702 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.703 INFO kablam! --> tests/systems.rs:11:1 Aug 30 18:58:34.703 INFO kablam! | Aug 30 18:58:34.703 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 30 18:58:34.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.703 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:58:34.703 INFO kablam! Aug 30 18:58:34.705 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 30 18:58:34.705 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:58:34.705 INFO kablam! | Aug 30 18:58:34.705 INFO kablam! 17 | component! { position, Aug 30 18:58:34.705 INFO kablam! | _____^ Aug 30 18:58:34.705 INFO kablam! 18 | | x: i64, Aug 30 18:58:34.705 INFO kablam! 19 | | y: i64 Aug 30 18:58:34.705 INFO kablam! 20 | | } Aug 30 18:58:34.705 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:58:34.705 INFO kablam! | Aug 30 18:58:34.706 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:58:34.706 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:58:34.706 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.706 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:58:34.706 INFO kablam! | Aug 30 18:58:34.706 INFO kablam! 17 | component! { position, Aug 30 18:58:34.706 INFO kablam! | _____^ Aug 30 18:58:34.706 INFO kablam! 18 | | x: i64, Aug 30 18:58:34.706 INFO kablam! 19 | | y: i64 Aug 30 18:58:34.706 INFO kablam! 20 | | } Aug 30 18:58:34.706 INFO kablam! | |_____^ Aug 30 18:58:34.706 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:58:34.706 INFO kablam! Aug 30 18:58:34.706 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 30 18:58:34.706 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:58:34.706 INFO kablam! | Aug 30 18:58:34.706 INFO kablam! 17 | component! { position, Aug 30 18:58:34.706 INFO kablam! | _____^ Aug 30 18:58:34.706 INFO kablam! 18 | | x: i64, Aug 30 18:58:34.706 INFO kablam! 19 | | y: i64 Aug 30 18:58:34.706 INFO kablam! 20 | | } Aug 30 18:58:34.706 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 30 18:58:34.706 INFO kablam! | Aug 30 18:58:34.706 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:58:34.706 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:58:34.706 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.706 INFO kablam! --> tests/systems.rs:17:2 Aug 30 18:58:34.706 INFO kablam! | Aug 30 18:58:34.707 INFO kablam! 17 | component! { position, Aug 30 18:58:34.707 INFO kablam! | _____^ Aug 30 18:58:34.707 INFO kablam! 18 | | x: i64, Aug 30 18:58:34.707 INFO kablam! 19 | | y: i64 Aug 30 18:58:34.707 INFO kablam! 20 | | } Aug 30 18:58:34.707 INFO kablam! | |_____^ Aug 30 18:58:34.707 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:58:34.707 INFO kablam! Aug 30 18:58:34.716 INFO kablam! error: aborting due to 4 previous errors Aug 30 18:58:34.717 INFO kablam! Aug 30 18:58:34.717 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:58:34.725 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:58:34.726 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 18:58:34.793 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 30 18:58:34.793 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:58:34.793 INFO kablam! | Aug 30 18:58:34.793 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:58:34.793 INFO kablam! | Aug 30 18:58:34.793 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:58:34.793 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.793 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.793 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:58:34.793 INFO kablam! | Aug 30 18:58:34.793 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.793 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:58:34.794 INFO kablam! Aug 30 18:58:34.800 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 30 18:58:34.800 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:58:34.800 INFO kablam! | Aug 30 18:58:34.800 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 30 18:58:34.800 INFO kablam! | Aug 30 18:58:34.801 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:58:34.801 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:58:34.801 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.801 INFO kablam! --> tests/components.rs:7:1 Aug 30 18:58:34.801 INFO kablam! | Aug 30 18:58:34.801 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.801 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:58:34.801 INFO kablam! Aug 30 18:58:34.828 INFO kablam! error: aborting due to 2 previous errors Aug 30 18:58:34.828 INFO kablam! Aug 30 18:58:34.828 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:58:34.840 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:58:34.840 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 18:58:34.950 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 30 18:58:34.950 INFO kablam! --> tests/lib.rs:16:1 Aug 30 18:58:34.950 INFO kablam! | Aug 30 18:58:34.950 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 30 18:58:34.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:58:34.951 INFO kablam! | Aug 30 18:58:34.951 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.951 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.952 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.952 INFO kablam! --> tests/lib.rs:16:1 Aug 30 18:58:34.952 INFO kablam! | Aug 30 18:58:34.952 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 30 18:58:34.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.952 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:58:34.952 INFO kablam! Aug 30 18:58:34.959 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 30 18:58:34.959 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:58:34.959 INFO kablam! | Aug 30 18:58:34.959 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 30 18:58:34.959 INFO kablam! | Aug 30 18:58:34.959 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:58:34.959 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 30 18:58:34.959 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.959 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:58:34.960 INFO kablam! | Aug 30 18:58:34.960 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.960 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:58:34.960 INFO kablam! Aug 30 18:58:34.960 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 30 18:58:34.960 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:58:34.960 INFO kablam! | Aug 30 18:58:34.960 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 30 18:58:34.960 INFO kablam! | Aug 30 18:58:34.960 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:58:34.960 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 30 18:58:34.960 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 30 18:58:34.960 INFO kablam! --> tests/lib.rs:18:1 Aug 30 18:58:34.960 INFO kablam! | Aug 30 18:58:34.960 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 30 18:58:34.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 18:58:34.960 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:58:34.960 INFO kablam! Aug 30 18:58:34.972 INFO kablam! error: aborting due to 3 previous errors Aug 30 18:58:34.972 INFO kablam! Aug 30 18:58:34.972 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 18:58:34.980 INFO kablam! error: Could not compile `entity_rust`. Aug 30 18:58:34.980 INFO kablam! Aug 30 18:58:34.980 INFO kablam! To learn more, run the command again with --verbose. Aug 30 18:58:34.981 INFO kablam! su: No module specific data is present Aug 30 18:58:35.675 INFO running `"docker" "rm" "-f" "5330614fd1b10c8cd56fc1a2e1bb827731a419666bb3fbbe60436cafb2a00ee0"` Aug 30 18:58:35.837 INFO blam! 5330614fd1b10c8cd56fc1a2e1bb827731a419666bb3fbbe60436cafb2a00ee0