Aug 11 15:23:46.214 INFO checking entity_rust-0.0.8 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 15:23:46.215 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 15:23:46.215 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 15:23:46.215 INFO running `"docker" "create" "-v" "/tmp/crater.x6PonZ8RMZCm:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-6/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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 +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 15:23:46.494 INFO blam! c40033f89f8b78e4c6c41ad61d56ba3ba67ed993441b0b220a5d666741d42661 Aug 11 15:23:46.496 INFO running `"docker" "start" "-a" "c40033f89f8b78e4c6c41ad61d56ba3ba67ed993441b0b220a5d666741d42661"` Aug 11 15:23:48.112 INFO kablam! Compiling poison v0.1.0 Aug 11 15:23:48.118 INFO kablam! Compiling uuid v0.6.5 Aug 11 15:23:49.583 INFO kablam! Compiling shared-mutex v0.3.1 Aug 11 15:23:51.745 INFO kablam! Checking entity_rust v0.0.8 (file:///source) Aug 11 15:23:54.238 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:54.238 INFO kablam! --> src/lib.rs:1:12 Aug 11 15:23:54.238 INFO kablam! | Aug 11 15:23:54.238 INFO kablam! 1 | #![feature(type_macros)] Aug 11 15:23:54.238 INFO kablam! | ^^^^^^^^^^^ Aug 11 15:23:54.238 INFO kablam! | Aug 11 15:23:54.238 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 15:23:54.238 INFO kablam! Aug 11 15:23:54.484 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:54.484 INFO kablam! --> src/lib.rs:1:12 Aug 11 15:23:54.484 INFO kablam! | Aug 11 15:23:54.484 INFO kablam! 1 | #![feature(type_macros)] Aug 11 15:23:54.484 INFO kablam! | ^^^^^^^^^^^ Aug 11 15:23:54.484 INFO kablam! | Aug 11 15:23:54.484 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 15:23:54.484 INFO kablam! Aug 11 15:23:54.928 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:54.928 INFO kablam! --> src/lib.rs:1:12 Aug 11 15:23:54.928 INFO kablam! | Aug 11 15:23:54.928 INFO kablam! 1 | #![feature(type_macros)] Aug 11 15:23:54.928 INFO kablam! | ^^^^^^^^^^^ Aug 11 15:23:54.929 INFO kablam! | Aug 11 15:23:54.929 INFO kablam! = note: #[warn(stable_features)] on by default Aug 11 15:23:54.929 INFO kablam! Aug 11 15:24:02.849 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 11 15:24:02.849 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:02.849 INFO kablam! | Aug 11 15:24:02.849 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:02.852 INFO kablam! | Aug 11 15:24:02.853 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.853 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.853 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.853 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:02.853 INFO kablam! | Aug 11 15:24:02.853 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.854 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.854 INFO kablam! Aug 11 15:24:02.854 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 11 15:24:02.854 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:02.854 INFO kablam! | Aug 11 15:24:02.854 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 11 15:24:02.864 INFO kablam! | Aug 11 15:24:02.864 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.864 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.865 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:02.865 INFO kablam! --> tests/components.rs:7:1 Aug 11 15:24:02.865 INFO kablam! | Aug 11 15:24:02.865 INFO kablam! 7 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:02.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:02.865 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.866 INFO kablam! Aug 11 15:24:03.030 INFO kablam! error: aborting due to 2 previous errors Aug 11 15:24:03.030 INFO kablam! Aug 11 15:24:03.031 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:03.118 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:03.118 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:24:03.147 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:03.147 INFO kablam! --> tests/events.rs:8:1 Aug 11 15:24:03.147 INFO kablam! | Aug 11 15:24:03.147 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 11 15:24:03.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:03.184 INFO kablam! | Aug 11 15:24:03.184 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.184 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.185 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.185 INFO kablam! --> tests/events.rs:8:1 Aug 11 15:24:03.185 INFO kablam! | Aug 11 15:24:03.185 INFO kablam! 8 | event!(test_event, x: i64, y: i64 ); Aug 11 15:24:03.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:03.186 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:03.186 INFO kablam! Aug 11 15:24:03.222 INFO kablam! error: aborting due to previous error Aug 11 15:24:03.236 INFO kablam! Aug 11 15:24:03.236 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:03.278 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:03.278 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:24:03.671 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:03.671 INFO kablam! --> tests/systems.rs:10:1 Aug 11 15:24:03.671 INFO kablam! | Aug 11 15:24:03.671 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 11 15:24:03.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:03.671 INFO kablam! | Aug 11 15:24:03.671 INFO kablam! = note: expected type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.671 INFO kablam! found type `fn(&my_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.672 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.672 INFO kablam! --> tests/systems.rs:10:1 Aug 11 15:24:03.672 INFO kablam! | Aug 11 15:24:03.672 INFO kablam! 10 | event!{ my_event , x: i64, y: i64 } Aug 11 15:24:03.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:03.673 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:03.673 INFO kablam! Aug 11 15:24:03.703 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:03.703 INFO kablam! --> tests/systems.rs:11:1 Aug 11 15:24:03.703 INFO kablam! | Aug 11 15:24:03.703 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 11 15:24:03.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:03.704 INFO kablam! | Aug 11 15:24:03.704 INFO kablam! = note: expected type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.704 INFO kablam! found type `fn(&my_event_2::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.704 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.704 INFO kablam! --> tests/systems.rs:11:1 Aug 11 15:24:03.704 INFO kablam! | Aug 11 15:24:03.705 INFO kablam! 11 | event!{ my_event_2 , x: i64, y: i64 } Aug 11 15:24:03.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:03.705 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:03.705 INFO kablam! Aug 11 15:24:03.706 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 11 15:24:03.706 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:03.706 INFO kablam! | Aug 11 15:24:03.706 INFO kablam! 17 | component! { position, Aug 11 15:24:03.706 INFO kablam! | _____^ Aug 11 15:24:03.706 INFO kablam! 18 | | x: i64, Aug 11 15:24:03.706 INFO kablam! 19 | | y: i64 Aug 11 15:24:03.706 INFO kablam! 20 | | } Aug 11 15:24:03.706 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:03.706 INFO kablam! | Aug 11 15:24:03.707 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:03.707 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:03.707 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.707 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:03.707 INFO kablam! | Aug 11 15:24:03.707 INFO kablam! 17 | component! { position, Aug 11 15:24:03.707 INFO kablam! | _____^ Aug 11 15:24:03.707 INFO kablam! 18 | | x: i64, Aug 11 15:24:03.707 INFO kablam! 19 | | y: i64 Aug 11 15:24:03.708 INFO kablam! 20 | | } Aug 11 15:24:03.708 INFO kablam! | |_____^ Aug 11 15:24:03.708 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:03.708 INFO kablam! Aug 11 15:24:03.708 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 11 15:24:03.708 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:03.708 INFO kablam! | Aug 11 15:24:03.708 INFO kablam! 17 | component! { position, Aug 11 15:24:03.708 INFO kablam! | _____^ Aug 11 15:24:03.708 INFO kablam! 18 | | x: i64, Aug 11 15:24:03.708 INFO kablam! 19 | | y: i64 Aug 11 15:24:03.708 INFO kablam! 20 | | } Aug 11 15:24:03.708 INFO kablam! | |_____^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 11 15:24:03.708 INFO kablam! | Aug 11 15:24:03.708 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:03.708 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:03.708 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.708 INFO kablam! --> tests/systems.rs:17:2 Aug 11 15:24:03.708 INFO kablam! | Aug 11 15:24:03.708 INFO kablam! 17 | component! { position, Aug 11 15:24:03.708 INFO kablam! | _____^ Aug 11 15:24:03.708 INFO kablam! 18 | | x: i64, Aug 11 15:24:03.708 INFO kablam! 19 | | y: i64 Aug 11 15:24:03.708 INFO kablam! 20 | | } Aug 11 15:24:03.708 INFO kablam! | |_____^ Aug 11 15:24:03.708 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:03.708 INFO kablam! Aug 11 15:24:03.729 INFO kablam! error: aborting due to 4 previous errors Aug 11 15:24:03.729 INFO kablam! Aug 11 15:24:03.729 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:03.731 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:03.731 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 15:24:03.749 INFO kablam! error[E0053]: method `run` has an incompatible type for trait Aug 11 15:24:03.749 INFO kablam! --> tests/lib.rs:16:1 Aug 11 15:24:03.749 INFO kablam! | Aug 11 15:24:03.749 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 11 15:24:03.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:03.749 INFO kablam! | Aug 11 15:24:03.749 INFO kablam! = note: expected type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.749 INFO kablam! found type `fn(&test_event::HandlerInstance, std::vec::Vec>, std::vec::Vec>)` (struct `shared_mutex::MappedSharedMutexReadGuard`) Aug 11 15:24:03.750 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.750 INFO kablam! --> tests/lib.rs:16:1 Aug 11 15:24:03.750 INFO kablam! | Aug 11 15:24:03.750 INFO kablam! 16 | event!{ test_event , x: i64, y: i64 } Aug 11 15:24:03.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:03.751 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:03.751 INFO kablam! Aug 11 15:24:03.755 INFO kablam! error[E0053]: method `read_as_any` has an incompatible type for trait Aug 11 15:24:03.755 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:03.755 INFO kablam! | Aug 11 15:24:03.755 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:03.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexReadGuard`, found a different struct `shared_mutex::MappedSharedMutexReadGuard` Aug 11 15:24:03.755 INFO kablam! | Aug 11 15:24:03.758 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:03.758 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:03.758 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.758 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:03.758 INFO kablam! | Aug 11 15:24:03.758 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:03.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:03.758 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:03.758 INFO kablam! Aug 11 15:24:03.758 INFO kablam! error[E0053]: method `write_as_any` has an incompatible type for trait Aug 11 15:24:03.758 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:03.758 INFO kablam! | Aug 11 15:24:03.758 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:03.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `shared_mutex::MappedSharedMutexWriteGuard`, found a different struct `shared_mutex::MappedSharedMutexWriteGuard` Aug 11 15:24:03.758 INFO kablam! | Aug 11 15:24:03.758 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:03.758 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:03.758 INFO kablam! note: Perhaps two different versions of crate `shared_mutex` are being used? Aug 11 15:24:03.758 INFO kablam! --> tests/lib.rs:18:1 Aug 11 15:24:03.758 INFO kablam! | Aug 11 15:24:03.758 INFO kablam! 18 | component! { test_component, a: i64, b: i64 } Aug 11 15:24:03.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 11 15:24:03.759 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:03.759 INFO kablam! Aug 11 15:24:03.767 INFO kablam! error: aborting due to 3 previous errors Aug 11 15:24:03.767 INFO kablam! Aug 11 15:24:03.767 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 15:24:03.777 INFO kablam! error: Could not compile `entity_rust`. Aug 11 15:24:03.777 INFO kablam! Aug 11 15:24:03.777 INFO kablam! To learn more, run the command again with --verbose. Aug 11 15:24:03.779 INFO kablam! su: No module specific data is present Aug 11 15:24:04.476 INFO running `"docker" "rm" "-f" "c40033f89f8b78e4c6c41ad61d56ba3ba67ed993441b0b220a5d666741d42661"` Aug 11 15:24:04.667 INFO blam! c40033f89f8b78e4c6c41ad61d56ba3ba67ed993441b0b220a5d666741d42661