Aug 11 15:23:45.750 INFO checking entity_rust-0.0.8 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 15:23:45.750 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 15:23:45.750 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 15:23:45.750 INFO running `"docker" "create" "-v" "/tmp/crater.oeVjQHQEzykz:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-7/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 15:23:45.930 INFO blam! cf1b75aed12b36ac953d8a38fac0afa90aef00fca0c5be10f1eb38b24e77f314 Aug 11 15:23:45.934 INFO running `"docker" "start" "-a" "cf1b75aed12b36ac953d8a38fac0afa90aef00fca0c5be10f1eb38b24e77f314"` Aug 11 15:23:47.580 INFO kablam! Compiling poison v0.1.0 Aug 11 15:23:47.580 INFO kablam! Checking uuid v0.6.5 Aug 11 15:23:48.421 INFO kablam! Checking shared-mutex v0.3.1 Aug 11 15:23:50.115 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Aug 11 15:23:51.820 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Aug 11 15:23:51.820 INFO kablam! --> src/lib.rs:1:12 Aug 11 15:23:51.820 INFO kablam! | Aug 11 15:23:51.820 INFO kablam! 1 | #![feature(type_macros)] Aug 11 15:23:51.820 INFO kablam! | ^^^^^^^^^^^ Aug 11 15:23:51.820 INFO kablam! | Aug 11 15:23:51.820 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 15:23:51.820 INFO kablam! Aug 11 15:23:52.292 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Aug 11 15:23:52.292 INFO kablam! --> src/lib.rs:1:12 Aug 11 15:23:52.292 INFO kablam! | Aug 11 15:23:52.292 INFO kablam! 1 | #![feature(type_macros)] Aug 11 15:23:52.292 INFO kablam! | ^^^^^^^^^^^ Aug 11 15:23:52.292 INFO kablam! | Aug 11 15:23:52.292 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 15:23:52.292 INFO kablam! Aug 11 15:23:52.506 INFO kablam! warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable Aug 11 15:23:52.506 INFO kablam! --> src/lib.rs:1:12 Aug 11 15:23:52.506 INFO kablam! | Aug 11 15:23:52.506 INFO kablam! 1 | #![feature(type_macros)] Aug 11 15:23:52.506 INFO kablam! | ^^^^^^^^^^^ Aug 11 15:23:52.506 INFO kablam! | Aug 11 15:23:52.506 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 15:23:52.506 INFO kablam! Aug 11 15:24:01.665 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 11 15:24:01.665 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:01.665 INFO kablam! | Aug 11 15:24:01.665 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:01.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:01.665 INFO kablam! | Aug 11 15:24:01.666 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:01.666 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:01.666 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:01.666 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:01.666 INFO kablam! | Aug 11 15:24:01.666 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:01.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:01.666 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 11 15:24:01.666 INFO kablam! Aug 11 15:24:01.666 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 11 15:24:01.666 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:01.666 INFO kablam! | Aug 11 15:24:01.666 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:01.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 11 15:24:01.666 INFO kablam! | Aug 11 15:24:01.666 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 11 15:24:01.666 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 11 15:24:01.666 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:01.666 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:01.666 INFO kablam! | Aug 11 15:24:01.666 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:01.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:01.666 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 11 15:24:01.666 INFO kablam! Aug 11 15:24:01.758 INFO kablam! error: aborting due to 2 previous errors Aug 11 15:24:01.758 INFO kablam! Aug 11 15:24:01.758 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:01.796 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:01.797 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:24:01.998 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:01.998 INFO kablam! --> tests/lib.rs:16:1 Aug 11 15:24:01.998 INFO kablam! | Aug 11 15:24:01.998 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 11 15:24:01.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:01.999 INFO kablam! | Aug 11 15:24:01.999 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:01.999 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.000 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.000 INFO kablam! --> tests/lib.rs:16:1 Aug 11 15:24:02.000 INFO kablam! | Aug 11 15:24:02.000 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 11 15:24:02.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.001 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 11 15:24:02.001 INFO kablam! Aug 11 15:24:02.007 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 11 15:24:02.007 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:02.007 INFO kablam! | Aug 11 15:24:02.007 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:02.045 INFO kablam! | Aug 11 15:24:02.046 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.046 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.046 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.047 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:02.047 INFO kablam! | Aug 11 15:24:02.047 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.047 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 11 15:24:02.048 INFO kablam! Aug 11 15:24:02.048 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 11 15:24:02.048 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:02.048 INFO kablam! | Aug 11 15:24:02.048 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 11 15:24:02.052 INFO kablam! | Aug 11 15:24:02.053 INFO kablam! = note: expected type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 11 15:24:02.053 INFO kablam! found type `fn(&test_component::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 11 15:24:02.053 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.053 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:02.053 INFO kablam! | Aug 11 15:24:02.053 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.054 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 11 15:24:02.054 INFO kablam! Aug 11 15:24:02.151 INFO kablam! error: aborting due to 3 previous errors Aug 11 15:24:02.151 INFO kablam! Aug 11 15:24:02.151 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:02.249 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:02.249 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:24:02.391 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:02.391 INFO kablam! --> tests/systems.rs:10:1 Aug 11 15:24:02.391 INFO kablam! | Aug 11 15:24:02.391 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 11 15:24:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:02.391 INFO kablam! | Aug 11 15:24:02.391 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.391 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.392 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.392 INFO kablam! --> tests/systems.rs:10:1 Aug 11 15:24:02.392 INFO kablam! | Aug 11 15:24:02.392 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 11 15:24:02.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.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) Aug 11 15:24:02.392 INFO kablam! Aug 11 15:24:02.402 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:02.402 INFO kablam! --> tests/systems.rs:11:1 Aug 11 15:24:02.402 INFO kablam! | Aug 11 15:24:02.402 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 11 15:24:02.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:02.402 INFO kablam! | Aug 11 15:24:02.402 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.402 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.402 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.402 INFO kablam! --> tests/systems.rs:11:1 Aug 11 15:24:02.402 INFO kablam! | Aug 11 15:24:02.402 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 11 15:24:02.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.402 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 11 15:24:02.402 INFO kablam! Aug 11 15:24:02.432 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 11 15:24:02.432 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:02.432 INFO kablam! | Aug 11 15:24:02.432 INFO kablam! 17 | component! { position, Aug 11 15:24:02.432 INFO kablam! | _____^ Aug 11 15:24:02.432 INFO kablam! 18 | | x: i64, Aug 11 15:24:02.432 INFO kablam! 19 | | y: i64 Aug 11 15:24:02.432 INFO kablam! 20 | | } Aug 11 15:24:02.432 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:02.432 INFO kablam! | Aug 11 15:24:02.432 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.432 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexReadGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.432 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.432 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:02.432 INFO kablam! | Aug 11 15:24:02.432 INFO kablam! 17 | component! { position, Aug 11 15:24:02.432 INFO kablam! | _____^ Aug 11 15:24:02.432 INFO kablam! 18 | | x: i64, Aug 11 15:24:02.432 INFO kablam! 19 | | y: i64 Aug 11 15:24:02.432 INFO kablam! 20 | | } Aug 11 15:24:02.432 INFO kablam! | |_____^ Aug 11 15:24:02.432 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 11 15:24:02.433 INFO kablam! Aug 11 15:24:02.433 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 11 15:24:02.433 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:02.433 INFO kablam! | Aug 11 15:24:02.433 INFO kablam! 17 | component! { position, Aug 11 15:24:02.433 INFO kablam! | _____^ Aug 11 15:24:02.433 INFO kablam! 18 | | x: i64, Aug 11 15:24:02.433 INFO kablam! 19 | | y: i64 Aug 11 15:24:02.433 INFO kablam! 20 | | } Aug 11 15:24:02.433 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 11 15:24:02.433 INFO kablam! | Aug 11 15:24:02.452 INFO kablam! = note: expected type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 11 15:24:02.452 INFO kablam! found type `fn(&my_system::position::ListGetters) -> shared_mutex::MappedSharedMutexWriteGuard<'mutex, (dyn std::any::Any + 'static)>` (struct `shared_mutex::MappedSharedMutexWriteGuard`) Aug 11 15:24:02.453 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.453 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:02.453 INFO kablam! | Aug 11 15:24:02.453 INFO kablam! 17 | component! { position, Aug 11 15:24:02.453 INFO kablam! | _____^ Aug 11 15:24:02.453 INFO kablam! 18 | | x: i64, Aug 11 15:24:02.453 INFO kablam! 19 | | y: i64 Aug 11 15:24:02.453 INFO kablam! 20 | | } Aug 11 15:24:02.453 INFO kablam! | |_____^ Aug 11 15:24:02.453 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 11 15:24:02.453 INFO kablam! Aug 11 15:24:02.501 INFO kablam! error: aborting due to 4 previous errors Aug 11 15:24:02.501 INFO kablam! Aug 11 15:24:02.501 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:02.525 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:02.525 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:24:02.668 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:02.668 INFO kablam! --> tests/events.rs:8:1 Aug 11 15:24:02.668 INFO kablam! | Aug 11 15:24:02.668 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 11 15:24:02.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:02.680 INFO kablam! | Aug 11 15:24:02.680 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.681 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:02.681 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.681 INFO kablam! --> tests/events.rs:8:1 Aug 11 15:24:02.681 INFO kablam! | Aug 11 15:24:02.681 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 11 15:24:02.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.681 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 11 15:24:02.681 INFO kablam! Aug 11 15:24:02.712 INFO kablam! error: aborting due to previous error Aug 11 15:24:02.720 INFO kablam! Aug 11 15:24:02.720 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:02.743 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:02.747 INFO kablam! Aug 11 15:24:02.748 INFO kablam! To learn more, run the command again with --verbose. Aug 11 15:24:02.748 INFO kablam! su: No module specific data is present Aug 11 15:24:03.384 INFO running `"docker" "rm" "-f" "cf1b75aed12b36ac953d8a38fac0afa90aef00fca0c5be10f1eb38b24e77f314"` Aug 11 15:24:03.550 INFO blam! cf1b75aed12b36ac953d8a38fac0afa90aef00fca0c5be10f1eb38b24e77f314