Sep 05 00:44:47.331 INFO checking actors-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 05 00:44:47.331 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 05 00:44:47.332 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:44:47.490 INFO blam! 05cff021b7b8f90bd55b8e66506f906499093fbe3f2248cb11b54f0cfeb50d8c Sep 05 00:44:47.492 INFO running `"docker" "start" "-a" "05cff021b7b8f90bd55b8e66506f906499093fbe3f2248cb11b54f0cfeb50d8c"` Sep 05 00:44:48.262 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 05 00:44:48.264 INFO kablam! Checking actors v0.1.0 (file:///source) Sep 05 00:44:48.847 INFO kablam! error[E0277]: `Message` cannot be sent between threads safely Sep 05 00:44:48.847 INFO kablam! --> src/channel/mod.rs:18:1 Sep 05 00:44:48.847 INFO kablam! | Sep 05 00:44:48.847 INFO kablam! 18 | / pub struct ActorCell> { Sep 05 00:44:48.847 INFO kablam! 19 | | tx: Mutex>>, Sep 05 00:44:48.847 INFO kablam! 20 | | actor: Mutex>, Sep 05 00:44:48.847 INFO kablam! 21 | | actor_var_change: Condvar Sep 05 00:44:48.847 INFO kablam! 22 | | } Sep 05 00:44:48.847 INFO kablam! | |_^ `Message` cannot be sent between threads safely Sep 05 00:44:48.847 INFO kablam! | Sep 05 00:44:48.847 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Message` Sep 05 00:44:48.847 INFO kablam! = help: consider adding a `where Message: std::marker::Send` bound Sep 05 00:44:48.847 INFO kablam! note: required by `Actor` Sep 05 00:44:48.847 INFO kablam! --> src/lib.rs:20:1 Sep 05 00:44:48.847 INFO kablam! | Sep 05 00:44:48.847 INFO kablam! 20 | pub trait Actor: Send { Sep 05 00:44:48.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:44:48.847 INFO kablam! Sep 05 00:44:48.849 INFO kablam! error: aborting due to previous error Sep 05 00:44:48.849 INFO kablam! Sep 05 00:44:48.849 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 05 00:44:48.856 INFO kablam! error: Could not compile `actors`. Sep 05 00:44:48.856 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:44:49.040 INFO kablam! error[E0277]: `Message` cannot be sent between threads safely Sep 05 00:44:49.040 INFO kablam! --> src/channel/mod.rs:18:1 Sep 05 00:44:49.040 INFO kablam! | Sep 05 00:44:49.040 INFO kablam! 18 | / pub struct ActorCell> { Sep 05 00:44:49.040 INFO kablam! 19 | | tx: Mutex>>, Sep 05 00:44:49.040 INFO kablam! 20 | | actor: Mutex>, Sep 05 00:44:49.040 INFO kablam! 21 | | actor_var_change: Condvar Sep 05 00:44:49.040 INFO kablam! 22 | | } Sep 05 00:44:49.040 INFO kablam! | |_^ `Message` cannot be sent between threads safely Sep 05 00:44:49.040 INFO kablam! | Sep 05 00:44:49.040 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Message` Sep 05 00:44:49.040 INFO kablam! = help: consider adding a `where Message: std::marker::Send` bound Sep 05 00:44:49.040 INFO kablam! note: required by `Actor` Sep 05 00:44:49.040 INFO kablam! --> src/lib.rs:20:1 Sep 05 00:44:49.040 INFO kablam! | Sep 05 00:44:49.040 INFO kablam! 20 | pub trait Actor: Send { Sep 05 00:44:49.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:44:49.040 INFO kablam! Sep 05 00:44:49.045 INFO kablam! error: aborting due to previous error Sep 05 00:44:49.045 INFO kablam! Sep 05 00:44:49.045 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 05 00:44:49.052 INFO kablam! error: Could not compile `actors`. Sep 05 00:44:49.052 INFO kablam! Sep 05 00:44:49.052 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:44:49.053 INFO kablam! su: No module specific data is present Sep 05 00:44:49.737 INFO running `"docker" "rm" "-f" "05cff021b7b8f90bd55b8e66506f906499093fbe3f2248cb11b54f0cfeb50d8c"` Sep 05 00:44:49.830 INFO blam! 05cff021b7b8f90bd55b8e66506f906499093fbe3f2248cb11b54f0cfeb50d8c