Sep 01 11:14:50.635 INFO checking actors-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 11:14:50.635 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 11:14:50.635 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:14:50.797 INFO blam! 10400a4b3e00e050aa05739a3b687a966a5e934347db6ff4e4340ca6a5581116 Sep 01 11:14:50.799 INFO running `"docker" "start" "-a" "10400a4b3e00e050aa05739a3b687a966a5e934347db6ff4e4340ca6a5581116"` Sep 01 11:14:51.532 INFO kablam! warning: only one of `license` or `license-file` is necessary Sep 01 11:14:51.534 INFO kablam! Checking actors v0.1.0 (file:///source) Sep 01 11:14:52.140 INFO kablam! error[E0277]: `Message` cannot be sent between threads safely Sep 01 11:14:52.140 INFO kablam! --> src/channel/mod.rs:18:1 Sep 01 11:14:52.140 INFO kablam! | Sep 01 11:14:52.141 INFO kablam! 18 | / pub struct ActorCell> { Sep 01 11:14:52.141 INFO kablam! 19 | | tx: Mutex>>, Sep 01 11:14:52.141 INFO kablam! 20 | | actor: Mutex>, Sep 01 11:14:52.141 INFO kablam! 21 | | actor_var_change: Condvar Sep 01 11:14:52.141 INFO kablam! 22 | | } Sep 01 11:14:52.141 INFO kablam! | |_^ `Message` cannot be sent between threads safely Sep 01 11:14:52.141 INFO kablam! | Sep 01 11:14:52.141 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Message` Sep 01 11:14:52.141 INFO kablam! = help: consider adding a `where Message: std::marker::Send` bound Sep 01 11:14:52.141 INFO kablam! note: required by `Actor` Sep 01 11:14:52.141 INFO kablam! --> src/lib.rs:20:1 Sep 01 11:14:52.141 INFO kablam! | Sep 01 11:14:52.141 INFO kablam! 20 | pub trait Actor: Send { Sep 01 11:14:52.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:14:52.141 INFO kablam! Sep 01 11:14:52.143 INFO kablam! error: aborting due to previous error Sep 01 11:14:52.143 INFO kablam! Sep 01 11:14:52.143 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 11:14:52.149 INFO kablam! error: Could not compile `actors`. Sep 01 11:14:52.149 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:14:52.224 INFO kablam! error[E0277]: `Message` cannot be sent between threads safely Sep 01 11:14:52.224 INFO kablam! --> src/channel/mod.rs:18:1 Sep 01 11:14:52.224 INFO kablam! | Sep 01 11:14:52.224 INFO kablam! 18 | / pub struct ActorCell> { Sep 01 11:14:52.224 INFO kablam! 19 | | tx: Mutex>>, Sep 01 11:14:52.224 INFO kablam! 20 | | actor: Mutex>, Sep 01 11:14:52.224 INFO kablam! 21 | | actor_var_change: Condvar Sep 01 11:14:52.224 INFO kablam! 22 | | } Sep 01 11:14:52.224 INFO kablam! | |_^ `Message` cannot be sent between threads safely Sep 01 11:14:52.224 INFO kablam! | Sep 01 11:14:52.224 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Message` Sep 01 11:14:52.224 INFO kablam! = help: consider adding a `where Message: std::marker::Send` bound Sep 01 11:14:52.224 INFO kablam! note: required by `Actor` Sep 01 11:14:52.224 INFO kablam! --> src/lib.rs:20:1 Sep 01 11:14:52.224 INFO kablam! | Sep 01 11:14:52.224 INFO kablam! 20 | pub trait Actor: Send { Sep 01 11:14:52.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:14:52.224 INFO kablam! Sep 01 11:14:52.229 INFO kablam! error: aborting due to previous error Sep 01 11:14:52.229 INFO kablam! Sep 01 11:14:52.229 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 11:14:52.235 INFO kablam! error: Could not compile `actors`. Sep 01 11:14:52.235 INFO kablam! Sep 01 11:14:52.235 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:14:52.236 INFO kablam! su: No module specific data is present Sep 01 11:14:52.634 INFO running `"docker" "rm" "-f" "10400a4b3e00e050aa05739a3b687a966a5e934347db6ff4e4340ca6a5581116"` Sep 01 11:14:52.761 INFO blam! 10400a4b3e00e050aa05739a3b687a966a5e934347db6ff4e4340ca6a5581116