Sep 17 18:53:20.981 INFO checking riker-0.1.5 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:53:20.981 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:53:20.981 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:53:21.302 INFO blam! 8df7b75d88887564c07214771a1c80977ce5961127e40e8683a3e3cf80e42fdf Sep 17 18:53:21.305 INFO running `"docker" "start" "-a" "8df7b75d88887564c07214771a1c80977ce5961127e40e8683a3e3cf80e42fdf"` Sep 17 18:53:22.277 INFO kablam! usermod: no changes Sep 17 18:53:22.454 INFO kablam! Checking futures v0.1.24 Sep 17 18:53:22.454 INFO kablam! Checking futures-core-preview v0.2.3 Sep 17 18:53:22.459 INFO kablam! Checking riker-testkit v0.1.0 Sep 17 18:53:22.460 INFO kablam! Checking serde-hjson v0.8.1 Sep 17 18:53:23.029 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 17 18:53:23.029 INFO kablam! Checking futures-io-preview v0.2.2 Sep 17 18:53:24.799 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 17 18:53:25.187 INFO kablam! Checking config v0.8.0 Sep 17 18:53:25.339 INFO kablam! Checking futures-util-preview v0.2.2 Sep 17 18:53:27.838 INFO kablam! Checking futures-cpupool v0.1.8 Sep 17 18:53:28.463 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 17 18:53:29.022 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 17 18:53:29.123 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 17 18:53:29.219 INFO kablam! Checking futures-preview v0.2.2 Sep 17 18:53:29.515 INFO kablam! Checking riker v0.1.7 Sep 17 18:53:29.519 INFO kablam! Checking riker v0.1.5 (/source) Sep 17 18:53:30.613 INFO kablam! error: `Msg` cannot be sent between threads safely Sep 17 18:53:30.613 INFO kablam! --> src/actor/channel.rs:9:18 Sep 17 18:53:30.613 INFO kablam! | Sep 17 18:53:30.613 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:30.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be sent between threads safely Sep 17 18:53:30.613 INFO kablam! | Sep 17 18:53:30.613 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:53:30.613 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Msg` Sep 17 18:53:30.613 INFO kablam! = help: consider adding a `where Msg: std::marker::Send` bound Sep 17 18:53:30.613 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.613 INFO kablam! Sep 17 18:53:30.613 INFO kablam! error: the trait bound `Msg: std::clone::Clone` is not satisfied Sep 17 18:53:30.613 INFO kablam! --> src/actor/channel.rs:9:18 Sep 17 18:53:30.613 INFO kablam! | Sep 17 18:53:30.613 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:30.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Msg` Sep 17 18:53:30.613 INFO kablam! | Sep 17 18:53:30.613 INFO kablam! = help: consider adding a `where Msg: std::clone::Clone` bound Sep 17 18:53:30.613 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.627 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.627 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.627 INFO kablam! Sep 17 18:53:30.627 INFO kablam! error: `Msg` doesn't implement `std::fmt::Debug` Sep 17 18:53:30.627 INFO kablam! --> src/actor/channel.rs:9:18 Sep 17 18:53:30.627 INFO kablam! | Sep 17 18:53:30.627 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:30.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:53:30.627 INFO kablam! | Sep 17 18:53:30.627 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `Msg` Sep 17 18:53:30.627 INFO kablam! = help: consider adding a `where Msg: std::fmt::Debug` bound Sep 17 18:53:30.627 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.627 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.627 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.627 INFO kablam! Sep 17 18:53:30.627 INFO kablam! error: the trait bound `protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:30.627 INFO kablam! --> src/actor/channel.rs:9:18 Sep 17 18:53:30.627 INFO kablam! | Sep 17 18:53:30.627 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:30.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `protocol::ActorMsg` Sep 17 18:53:30.627 INFO kablam! | Sep 17 18:53:30.627 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `Msg` Sep 17 18:53:30.627 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.627 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.627 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.627 INFO kablam! Sep 17 18:53:30.645 INFO kablam! error: `Msg` cannot be sent between threads safely Sep 17 18:53:30.645 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:30.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be sent between threads safely Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `Msg` Sep 17 18:53:30.645 INFO kablam! = help: consider adding a `where Msg: std::marker::Send` bound Sep 17 18:53:30.645 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.645 INFO kablam! Sep 17 18:53:30.645 INFO kablam! error: the trait bound `Msg: std::clone::Clone` is not satisfied Sep 17 18:53:30.645 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:30.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Msg` Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! = help: consider adding a `where Msg: std::clone::Clone` bound Sep 17 18:53:30.645 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.645 INFO kablam! Sep 17 18:53:30.645 INFO kablam! error: `Msg` doesn't implement `std::fmt::Debug` Sep 17 18:53:30.645 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:30.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Msg` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `Msg` Sep 17 18:53:30.645 INFO kablam! = help: consider adding a `where Msg: std::fmt::Debug` bound Sep 17 18:53:30.645 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.645 INFO kablam! Sep 17 18:53:30.645 INFO kablam! error: the trait bound `protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:30.645 INFO kablam! --> src/kernel/queue.rs:86:31 Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:30.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `protocol::ActorMsg` Sep 17 18:53:30.645 INFO kablam! | Sep 17 18:53:30.645 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `Msg` Sep 17 18:53:30.645 INFO kablam! = note: required because of the requirements on the impl of `protocol::Message` for `Msg` Sep 17 18:53:30.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:53:30.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:53:30.645 INFO kablam! Sep 17 18:53:30.646 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 17 18:53:30.647 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 17 18:53:30.647 INFO kablam! | Sep 17 18:53:30.647 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:30.647 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:30.647 INFO kablam! | | Sep 17 18:53:30.647 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 17 18:53:30.647 INFO kablam! | Sep 17 18:53:30.647 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 17 18:53:30.647 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 17 18:53:30.647 INFO kablam! | Sep 17 18:53:30.647 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:30.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:30.647 INFO kablam! Sep 17 18:53:30.672 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 17 18:53:30.672 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 17 18:53:30.672 INFO kablam! | Sep 17 18:53:30.672 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:30.672 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:30.672 INFO kablam! | | Sep 17 18:53:30.672 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 17 18:53:30.672 INFO kablam! | Sep 17 18:53:30.672 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 17 18:53:30.672 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 17 18:53:30.672 INFO kablam! | Sep 17 18:53:30.672 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:30.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:30.672 INFO kablam! Sep 17 18:53:30.781 INFO kablam! error: aborting due to 8 previous errors Sep 17 18:53:30.781 INFO kablam! Sep 17 18:53:30.790 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:30.790 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:53:30.809 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:53:30.809 INFO kablam! Sep 17 18:53:30.809 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 17 18:53:30.825 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:30.825 INFO kablam! Sep 17 18:53:30.825 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:53:30.827 INFO kablam! su: No module specific data is present Sep 17 18:53:31.965 INFO running `"docker" "rm" "-f" "8df7b75d88887564c07214771a1c80977ce5961127e40e8683a3e3cf80e42fdf"` Sep 17 18:53:32.203 INFO blam! 8df7b75d88887564c07214771a1c80977ce5961127e40e8683a3e3cf80e42fdf