Sep 04 21:31:00.115 INFO checking entity_rust-0.0.8 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 21:31:00.115 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 21:31:00.115 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:31:00.339 INFO blam! df7c053fc464e5305ac73636939e3ae59fddf0af0cb7dfdf5da042c2541fd86c Sep 04 21:31:00.341 INFO running `"docker" "start" "-a" "df7c053fc464e5305ac73636939e3ae59fddf0af0cb7dfdf5da042c2541fd86c"` Sep 04 21:31:01.095 INFO kablam! Compiling poison v0.1.0 Sep 04 21:31:01.096 INFO kablam! Checking uuid v0.6.5 Sep 04 21:31:02.073 INFO kablam! Checking shared-mutex v0.3.1 Sep 04 21:31:03.443 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Sep 04 21:31:05.088 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 04 21:31:05.088 INFO kablam! --> src/lib.rs:1:12 Sep 04 21:31:05.088 INFO kablam! | Sep 04 21:31:05.088 INFO kablam! 1 | #![feature(type_macros)] Sep 04 21:31:05.088 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:31:05.088 INFO kablam! | Sep 04 21:31:05.088 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 21:31:05.088 INFO kablam! Sep 04 21:31:05.301 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 04 21:31:05.301 INFO kablam! --> src/lib.rs:1:12 Sep 04 21:31:05.301 INFO kablam! | Sep 04 21:31:05.301 INFO kablam! 1 | #![feature(type_macros)] Sep 04 21:31:05.301 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:31:05.301 INFO kablam! | Sep 04 21:31:05.301 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 21:31:05.301 INFO kablam! Sep 04 21:31:05.513 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 04 21:31:05.513 INFO kablam! --> src/lib.rs:1:12 Sep 04 21:31:05.513 INFO kablam! | Sep 04 21:31:05.513 INFO kablam! 1 | #![feature(type_macros)] Sep 04 21:31:05.513 INFO kablam! | ^^^^^^^^^^^ Sep 04 21:31:05.513 INFO kablam! | Sep 04 21:31:05.513 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 21:31:05.513 INFO kablam! Sep 04 21:31:08.844 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 04 21:31:08.844 INFO kablam! --> tests/components.rs:7:1 Sep 04 21:31:08.844 INFO kablam! | Sep 04 21:31:08.844 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:08.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 04 21:31:08.844 INFO kablam! | Sep 04 21:31:08.844 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:08.844 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:08.844 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:08.844 INFO kablam! --> tests/components.rs:7:1 Sep 04 21:31:08.844 INFO kablam! | Sep 04 21:31:08.844 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:08.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:08.844 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 04 21:31:08.844 INFO kablam! Sep 04 21:31:08.845 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 04 21:31:08.845 INFO kablam! --> tests/components.rs:7:1 Sep 04 21:31:08.845 INFO kablam! | Sep 04 21:31:08.845 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:08.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 04 21:31:08.845 INFO kablam! | Sep 04 21:31:08.845 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 04 21:31:08.845 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 04 21:31:08.845 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:08.845 INFO kablam! --> tests/components.rs:7:1 Sep 04 21:31:08.845 INFO kablam! | Sep 04 21:31:08.845 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:08.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:08.845 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 04 21:31:08.845 INFO kablam! Sep 04 21:31:08.860 INFO kablam! error: aborting due to 2 previous errors Sep 04 21:31:08.860 INFO kablam! Sep 04 21:31:08.860 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 04 21:31:08.867 INFO kablam! error: Could not compile `entity_rust`. Sep 04 21:31:08.868 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:31:09.064 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 04 21:31:09.064 INFO kablam! --> tests/lib.rs:16:1 Sep 04 21:31:09.064 INFO kablam! | Sep 04 21:31:09.064 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 04 21:31:09.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 04 21:31:09.064 INFO kablam! | Sep 04 21:31:09.064 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.065 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.065 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.065 INFO kablam! --> tests/lib.rs:16:1 Sep 04 21:31:09.065 INFO kablam! | Sep 04 21:31:09.065 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Sep 04 21:31:09.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:09.065 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 04 21:31:09.065 INFO kablam! Sep 04 21:31:09.068 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 04 21:31:09.068 INFO kablam! --> tests/lib.rs:18:1 Sep 04 21:31:09.068 INFO kablam! | Sep 04 21:31:09.068 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:09.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 04 21:31:09.068 INFO kablam! | Sep 04 21:31:09.068 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.068 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.068 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.068 INFO kablam! --> tests/lib.rs:18:1 Sep 04 21:31:09.068 INFO kablam! | Sep 04 21:31:09.068 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:09.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:09.069 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 04 21:31:09.069 INFO kablam! Sep 04 21:31:09.069 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 04 21:31:09.069 INFO kablam! --> tests/lib.rs:18:1 Sep 04 21:31:09.069 INFO kablam! | Sep 04 21:31:09.069 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:09.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 04 21:31:09.069 INFO kablam! | Sep 04 21:31:09.069 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 04 21:31:09.069 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 04 21:31:09.069 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.069 INFO kablam! --> tests/lib.rs:18:1 Sep 04 21:31:09.069 INFO kablam! | Sep 04 21:31:09.069 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Sep 04 21:31:09.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:09.069 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 04 21:31:09.069 INFO kablam! Sep 04 21:31:09.075 INFO kablam! error: aborting due to 3 previous errors Sep 04 21:31:09.075 INFO kablam! Sep 04 21:31:09.075 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 04 21:31:09.086 INFO kablam! error: Could not compile `entity_rust`. Sep 04 21:31:09.087 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:31:09.111 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 04 21:31:09.111 INFO kablam! --> tests/systems.rs:10:1 Sep 04 21:31:09.111 INFO kablam! | Sep 04 21:31:09.111 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 04 21:31:09.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 04 21:31:09.111 INFO kablam! | Sep 04 21:31:09.111 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.111 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.111 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.111 INFO kablam! --> tests/systems.rs:10:1 Sep 04 21:31:09.111 INFO kablam! | Sep 04 21:31:09.111 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Sep 04 21:31:09.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:09.111 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 04 21:31:09.111 INFO kablam! Sep 04 21:31:09.114 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 04 21:31:09.114 INFO kablam! --> tests/systems.rs:11:1 Sep 04 21:31:09.114 INFO kablam! | Sep 04 21:31:09.114 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 04 21:31:09.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 04 21:31:09.114 INFO kablam! | Sep 04 21:31:09.114 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.114 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.114 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.114 INFO kablam! --> tests/systems.rs:11:1 Sep 04 21:31:09.114 INFO kablam! | Sep 04 21:31:09.114 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Sep 04 21:31:09.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:09.114 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 04 21:31:09.114 INFO kablam! Sep 04 21:31:09.116 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Sep 04 21:31:09.116 INFO kablam! --> tests/systems.rs:17:2 Sep 04 21:31:09.116 INFO kablam! | Sep 04 21:31:09.116 INFO kablam! 17 | component! { position, Sep 04 21:31:09.116 INFO kablam! | _____^ Sep 04 21:31:09.116 INFO kablam! 18 | | x: i64, Sep 04 21:31:09.116 INFO kablam! 19 | | y: i64 Sep 04 21:31:09.116 INFO kablam! 20 | | } Sep 04 21:31:09.116 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 04 21:31:09.116 INFO kablam! | Sep 04 21:31:09.116 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.116 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.116 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.116 INFO kablam! --> tests/systems.rs:17:2 Sep 04 21:31:09.117 INFO kablam! | Sep 04 21:31:09.117 INFO kablam! 17 | component! { position, Sep 04 21:31:09.117 INFO kablam! | _____^ Sep 04 21:31:09.117 INFO kablam! 18 | | x: i64, Sep 04 21:31:09.117 INFO kablam! 19 | | y: i64 Sep 04 21:31:09.117 INFO kablam! 20 | | } Sep 04 21:31:09.117 INFO kablam! | |_____^ Sep 04 21:31:09.117 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 04 21:31:09.117 INFO kablam! Sep 04 21:31:09.117 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Sep 04 21:31:09.117 INFO kablam! --> tests/systems.rs:17:2 Sep 04 21:31:09.117 INFO kablam! | Sep 04 21:31:09.117 INFO kablam! 17 | component! { position, Sep 04 21:31:09.117 INFO kablam! | _____^ Sep 04 21:31:09.117 INFO kablam! 18 | | x: i64, Sep 04 21:31:09.117 INFO kablam! 19 | | y: i64 Sep 04 21:31:09.117 INFO kablam! 20 | | } Sep 04 21:31:09.117 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Sep 04 21:31:09.117 INFO kablam! | Sep 04 21:31:09.117 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 04 21:31:09.117 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Sep 04 21:31:09.117 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.117 INFO kablam! --> tests/systems.rs:17:2 Sep 04 21:31:09.117 INFO kablam! | Sep 04 21:31:09.117 INFO kablam! 17 | component! { position, Sep 04 21:31:09.117 INFO kablam! | _____^ Sep 04 21:31:09.117 INFO kablam! 18 | | x: i64, Sep 04 21:31:09.117 INFO kablam! 19 | | y: i64 Sep 04 21:31:09.117 INFO kablam! 20 | | } Sep 04 21:31:09.117 INFO kablam! | |_____^ Sep 04 21:31:09.117 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 04 21:31:09.117 INFO kablam! Sep 04 21:31:09.121 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Sep 04 21:31:09.121 INFO kablam! --> tests/events.rs:8:1 Sep 04 21:31:09.121 INFO kablam! | Sep 04 21:31:09.121 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 04 21:31:09.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Sep 04 21:31:09.121 INFO kablam! | Sep 04 21:31:09.121 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.121 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Sep 04 21:31:09.121 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Sep 04 21:31:09.121 INFO kablam! --> tests/events.rs:8:1 Sep 04 21:31:09.121 INFO kablam! | Sep 04 21:31:09.121 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Sep 04 21:31:09.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:31:09.121 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 04 21:31:09.121 INFO kablam! Sep 04 21:31:09.124 INFO kablam! error: aborting due to 4 previous errors Sep 04 21:31:09.124 INFO kablam! Sep 04 21:31:09.124 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 04 21:31:09.130 INFO kablam! error: Could not compile `entity_rust`. Sep 04 21:31:09.130 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:31:09.131 INFO kablam! error: aborting due to previous error Sep 04 21:31:09.131 INFO kablam! Sep 04 21:31:09.131 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 04 21:31:09.140 INFO kablam! error: Could not compile `entity_rust`. Sep 04 21:31:09.140 INFO kablam! Sep 04 21:31:09.140 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:31:09.141 INFO kablam! su: No module specific data is present Sep 04 21:31:09.748 INFO running `"docker" "rm" "-f" "df7c053fc464e5305ac73636939e3ae59fddf0af0cb7dfdf5da042c2541fd86c"` Sep 04 21:31:09.831 INFO blam! df7c053fc464e5305ac73636939e3ae59fddf0af0cb7dfdf5da042c2541fd86c