Sep 21 04:36:57.064 INFO checking riker-0.1.7 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:36:57.064 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:36:57.064 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:36:57.227 INFO blam! 60dbb968b2bbdeadd1bd8b2b5058d607f895d06a6af0017a9c51c1e3610c06ca Sep 21 04:36:57.228 INFO running `"docker" "start" "-a" "60dbb968b2bbdeadd1bd8b2b5058d607f895d06a6af0017a9c51c1e3610c06ca"` Sep 21 04:36:57.953 INFO kablam! usermod: no changes Sep 21 04:36:58.114 INFO kablam! Checking riker v0.1.7 Sep 21 04:36:58.114 INFO kablam! Checking riker v0.1.7 (/source) Sep 21 04:36:59.258 INFO kablam! warning: `Msg` cannot be sent between threads safely Sep 21 04:36:59.258 INFO kablam! --> src/actor/channel.rs:9:18 Sep 21 04:36:59.258 INFO kablam! | Sep 21 04:36:59.258 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be sent between threads safely Sep 21 04:36:59.258 INFO kablam! | Sep 21 04:36:59.258 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 04:36:59.258 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Msg` Sep 21 04:36:59.258 INFO kablam! = help: consider adding a `where Msg: std::marker::Send` bound Sep 21 04:36:59.258 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.258 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.258 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.258 INFO kablam! Sep 21 04:36:59.258 INFO kablam! warning: the trait bound `Msg: std::clone::Clone` is not satisfied Sep 21 04:36:59.258 INFO kablam! --> src/actor/channel.rs:9:18 Sep 21 04:36:59.258 INFO kablam! | Sep 21 04:36:59.258 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Msg` Sep 21 04:36:59.258 INFO kablam! | Sep 21 04:36:59.258 INFO kablam! = help: consider adding a `where Msg: std::clone::Clone` bound Sep 21 04:36:59.258 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.259 INFO kablam! Sep 21 04:36:59.259 INFO kablam! warning: `Msg` doesn't implement `std::fmt::Debug` Sep 21 04:36:59.259 INFO kablam! --> src/actor/channel.rs:9:18 Sep 21 04:36:59.259 INFO kablam! | Sep 21 04:36:59.259 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:36:59.259 INFO kablam! | Sep 21 04:36:59.259 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `Msg` Sep 21 04:36:59.259 INFO kablam! = help: consider adding a `where Msg: std::fmt::Debug` bound Sep 21 04:36:59.259 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.259 INFO kablam! Sep 21 04:36:59.259 INFO kablam! warning: the trait bound `protocol::ActorMsg: std::convert::From` is not satisfied Sep 21 04:36:59.259 INFO kablam! --> src/actor/channel.rs:9:18 Sep 21 04:36:59.259 INFO kablam! | Sep 21 04:36:59.259 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `protocol::ActorMsg` Sep 21 04:36:59.259 INFO kablam! | Sep 21 04:36:59.259 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `Msg` Sep 21 04:36:59.259 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.259 INFO kablam! Sep 21 04:36:59.259 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:59.259 INFO kablam! --> src/actor/channel.rs:9:18 Sep 21 04:36:59.259 INFO kablam! | Sep 21 04:36:59.259 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.259 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.259 INFO kablam! | | Sep 21 04:36:59.259 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:59.260 INFO kablam! | Sep 21 04:36:59.260 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:59.260 INFO kablam! --> src/actor/channel.rs:9:18 Sep 21 04:36:59.260 INFO kablam! | Sep 21 04:36:59.260 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.260 INFO kablam! Sep 21 04:36:59.276 INFO kablam! warning: `Msg` cannot be sent between threads safely Sep 21 04:36:59.276 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 21 04:36:59.276 INFO kablam! | Sep 21 04:36:59.276 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be sent between threads safely Sep 21 04:36:59.276 INFO kablam! | Sep 21 04:36:59.276 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Msg` Sep 21 04:36:59.276 INFO kablam! = help: consider adding a `where Msg: std::marker::Send` bound Sep 21 04:36:59.276 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.276 INFO kablam! Sep 21 04:36:59.276 INFO kablam! warning: the trait bound `Msg: std::clone::Clone` is not satisfied Sep 21 04:36:59.276 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 21 04:36:59.276 INFO kablam! | Sep 21 04:36:59.276 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Msg` Sep 21 04:36:59.276 INFO kablam! | Sep 21 04:36:59.276 INFO kablam! = help: consider adding a `where Msg: std::clone::Clone` bound Sep 21 04:36:59.276 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.276 INFO kablam! Sep 21 04:36:59.276 INFO kablam! warning: `Msg` doesn't implement `std::fmt::Debug` Sep 21 04:36:59.277 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 21 04:36:59.277 INFO kablam! | Sep 21 04:36:59.277 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 04:36:59.277 INFO kablam! | Sep 21 04:36:59.277 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `Msg` Sep 21 04:36:59.277 INFO kablam! = help: consider adding a `where Msg: std::fmt::Debug` bound Sep 21 04:36:59.277 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.277 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.277 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.277 INFO kablam! Sep 21 04:36:59.277 INFO kablam! warning: the trait bound `protocol::ActorMsg: std::convert::From` is not satisfied Sep 21 04:36:59.277 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 21 04:36:59.277 INFO kablam! | Sep 21 04:36:59.277 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `protocol::ActorMsg` Sep 21 04:36:59.277 INFO kablam! | Sep 21 04:36:59.277 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `Msg` Sep 21 04:36:59.277 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 21 04:36:59.277 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 04:36:59.277 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 04:36:59.277 INFO kablam! Sep 21 04:36:59.277 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:59.277 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 21 04:36:59.277 INFO kablam! | Sep 21 04:36:59.277 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.277 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.277 INFO kablam! | | Sep 21 04:36:59.277 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:59.277 INFO kablam! | Sep 21 04:36:59.277 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:59.277 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 21 04:36:59.277 INFO kablam! | Sep 21 04:36:59.277 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.277 INFO kablam! Sep 21 04:36:59.362 INFO kablam! error: aborting due to 2 previous errors Sep 21 04:36:59.362 INFO kablam! Sep 21 04:36:59.362 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 04:36:59.370 INFO kablam! error: Could not compile `riker`. Sep 21 04:36:59.370 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 04:36:59.373 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:59.373 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:59.373 INFO kablam! | Sep 21 04:36:59.373 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.373 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.373 INFO kablam! | | Sep 21 04:36:59.373 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:59.373 INFO kablam! | Sep 21 04:36:59.373 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:59.373 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:59.373 INFO kablam! | Sep 21 04:36:59.373 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:59.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.373 INFO kablam! Sep 21 04:36:59.390 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:59.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:59.390 INFO kablam! | Sep 21 04:36:59.390 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.390 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.390 INFO kablam! | | Sep 21 04:36:59.390 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:59.390 INFO kablam! | Sep 21 04:36:59.390 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:59.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:59.390 INFO kablam! | Sep 21 04:36:59.390 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:59.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:59.390 INFO kablam! Sep 21 04:36:59.483 INFO kablam! error: aborting due to 2 previous errors Sep 21 04:36:59.483 INFO kablam! Sep 21 04:36:59.483 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 04:36:59.495 INFO kablam! error: Could not compile `riker`. Sep 21 04:36:59.495 INFO kablam! Sep 21 04:36:59.495 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:36:59.496 INFO kablam! su: No module specific data is present Sep 21 04:37:00.071 INFO running `"docker" "rm" "-f" "60dbb968b2bbdeadd1bd8b2b5058d607f895d06a6af0017a9c51c1e3610c06ca"` Sep 21 04:37:00.211 INFO blam! 60dbb968b2bbdeadd1bd8b2b5058d607f895d06a6af0017a9c51c1e3610c06ca