Sep 10 11:27:57.256 INFO checking riker-0.1.5 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 11:27:57.256 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 11:27:57.256 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 11:27:57.405 INFO blam! 4abd2f402732364f91e3d76376edd50397dd5039e7a022267ba7908ae92dc37e Sep 10 11:27:57.406 INFO running `"docker" "start" "-a" "4abd2f402732364f91e3d76376edd50397dd5039e7a022267ba7908ae92dc37e"` Sep 10 11:27:58.129 INFO kablam! usermod: no changes Sep 10 11:27:58.255 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 10 11:28:01.301 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 10 11:28:01.301 INFO kablam! --> src/lib.rs:2:12 Sep 10 11:28:01.301 INFO kablam! | Sep 10 11:28:01.301 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 10 11:28:01.301 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 11:28:01.301 INFO kablam! | Sep 10 11:28:01.301 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 11:28:01.301 INFO kablam! Sep 10 11:28:01.578 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 10 11:28:01.578 INFO kablam! --> src/lib.rs:2:12 Sep 10 11:28:01.578 INFO kablam! | Sep 10 11:28:01.578 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 10 11:28:01.578 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 11:28:01.578 INFO kablam! | Sep 10 11:28:01.578 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 11:28:01.578 INFO kablam! Sep 10 11:28:04.720 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:04.720 INFO kablam! --> tests/actors.rs:41:16 Sep 10 11:28:04.720 INFO kablam! | Sep 10 11:28:04.720 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:04.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:04.720 INFO kablam! | Sep 10 11:28:04.720 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:04.720 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:04.720 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:04.720 INFO kablam! Sep 10 11:28:04.720 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:04.720 INFO kablam! --> tests/actors.rs:41:40 Sep 10 11:28:04.720 INFO kablam! | Sep 10 11:28:04.720 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:04.720 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:04.720 INFO kablam! | Sep 10 11:28:04.720 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:04.720 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:04.720 INFO kablam! = note: required by `>::new` Sep 10 11:28:04.720 INFO kablam! Sep 10 11:28:04.720 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:04.720 INFO kablam! --> tests/actors.rs:42:18 Sep 10 11:28:04.720 INFO kablam! | Sep 10 11:28:04.720 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:04.720 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:04.720 INFO kablam! | Sep 10 11:28:04.720 INFO kablam! = note: required by `>::new` Sep 10 11:28:04.721 INFO kablam! Sep 10 11:28:04.721 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:04.721 INFO kablam! --> tests/actors.rs:42:18 Sep 10 11:28:04.721 INFO kablam! | Sep 10 11:28:04.721 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:04.721 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:04.721 INFO kablam! | Sep 10 11:28:04.721 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:04.721 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:04.721 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:04.721 INFO kablam! Sep 10 11:28:04.738 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:04.738 INFO kablam! --> tests/actors.rs:113:16 Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:04.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:04.738 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:04.738 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:04.738 INFO kablam! Sep 10 11:28:04.738 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:04.738 INFO kablam! --> tests/actors.rs:113:40 Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:04.738 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:04.738 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:04.738 INFO kablam! = note: required by `>::new` Sep 10 11:28:04.738 INFO kablam! Sep 10 11:28:04.738 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:04.738 INFO kablam! --> tests/actors.rs:114:18 Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:04.738 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! = note: required by `>::new` Sep 10 11:28:04.738 INFO kablam! Sep 10 11:28:04.738 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:04.738 INFO kablam! --> tests/actors.rs:114:18 Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:04.738 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:04.738 INFO kablam! | Sep 10 11:28:04.738 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:04.738 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:04.738 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:04.738 INFO kablam! Sep 10 11:28:04.750 INFO kablam! error: aborting due to 8 previous errors Sep 10 11:28:04.750 INFO kablam! Sep 10 11:28:04.750 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:04.756 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:04.756 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:05.154 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.154 INFO kablam! --> tests/channels.rs:92:16 Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.154 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.154 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.154 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.154 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.154 INFO kablam! Sep 10 11:28:05.154 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.154 INFO kablam! --> tests/channels.rs:92:40 Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.154 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.154 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.154 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.154 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.154 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.154 INFO kablam! Sep 10 11:28:05.154 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.154 INFO kablam! --> tests/channels.rs:93:18 Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.154 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.154 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.154 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.154 INFO kablam! Sep 10 11:28:05.154 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.154 INFO kablam! --> tests/channels.rs:93:18 Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.154 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.154 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.154 INFO kablam! | Sep 10 11:28:05.155 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.155 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.155 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.155 INFO kablam! Sep 10 11:28:05.190 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.190 INFO kablam! --> tests/channels.rs:113:16 Sep 10 11:28:05.190 INFO kablam! | Sep 10 11:28:05.190 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.190 INFO kablam! | Sep 10 11:28:05.190 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.190 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.190 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.190 INFO kablam! Sep 10 11:28:05.190 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.190 INFO kablam! --> tests/channels.rs:113:40 Sep 10 11:28:05.190 INFO kablam! | Sep 10 11:28:05.190 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.190 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.190 INFO kablam! | Sep 10 11:28:05.190 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.190 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.190 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.190 INFO kablam! Sep 10 11:28:05.190 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.190 INFO kablam! --> tests/channels.rs:114:18 Sep 10 11:28:05.190 INFO kablam! | Sep 10 11:28:05.190 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.190 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.190 INFO kablam! | Sep 10 11:28:05.190 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.190 INFO kablam! Sep 10 11:28:05.190 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.190 INFO kablam! --> tests/channels.rs:114:18 Sep 10 11:28:05.190 INFO kablam! | Sep 10 11:28:05.191 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.191 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.191 INFO kablam! | Sep 10 11:28:05.191 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.191 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.191 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.191 INFO kablam! Sep 10 11:28:05.207 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.207 INFO kablam! --> tests/channels.rs:196:16 Sep 10 11:28:05.207 INFO kablam! | Sep 10 11:28:05.207 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.214 INFO kablam! | Sep 10 11:28:05.214 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.214 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.214 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.214 INFO kablam! Sep 10 11:28:05.214 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.214 INFO kablam! --> tests/channels.rs:196:40 Sep 10 11:28:05.214 INFO kablam! | Sep 10 11:28:05.214 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.214 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.214 INFO kablam! | Sep 10 11:28:05.214 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.214 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.214 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.214 INFO kablam! Sep 10 11:28:05.214 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.214 INFO kablam! --> tests/channels.rs:197:18 Sep 10 11:28:05.214 INFO kablam! | Sep 10 11:28:05.214 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.214 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.214 INFO kablam! | Sep 10 11:28:05.214 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.214 INFO kablam! Sep 10 11:28:05.214 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.214 INFO kablam! --> tests/channels.rs:197:18 Sep 10 11:28:05.214 INFO kablam! | Sep 10 11:28:05.214 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.214 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.214 INFO kablam! | Sep 10 11:28:05.214 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.214 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.215 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.215 INFO kablam! Sep 10 11:28:05.238 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.238 INFO kablam! --> tests/channels.rs:256:16 Sep 10 11:28:05.238 INFO kablam! | Sep 10 11:28:05.238 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.238 INFO kablam! | Sep 10 11:28:05.238 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.238 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.238 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.238 INFO kablam! Sep 10 11:28:05.238 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.238 INFO kablam! --> tests/channels.rs:256:40 Sep 10 11:28:05.238 INFO kablam! | Sep 10 11:28:05.238 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.238 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.246 INFO kablam! | Sep 10 11:28:05.246 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.246 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.246 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.246 INFO kablam! Sep 10 11:28:05.246 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.246 INFO kablam! --> tests/channels.rs:257:18 Sep 10 11:28:05.246 INFO kablam! | Sep 10 11:28:05.246 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.246 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.246 INFO kablam! | Sep 10 11:28:05.246 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.246 INFO kablam! Sep 10 11:28:05.246 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.246 INFO kablam! --> tests/channels.rs:257:18 Sep 10 11:28:05.246 INFO kablam! | Sep 10 11:28:05.246 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.246 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.246 INFO kablam! | Sep 10 11:28:05.246 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.246 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.246 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.246 INFO kablam! Sep 10 11:28:05.270 INFO kablam! error: aborting due to 16 previous errors Sep 10 11:28:05.270 INFO kablam! Sep 10 11:28:05.270 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:05.298 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:05.298 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:05.561 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.561 INFO kablam! --> tests/supervision.rs:114:16 Sep 10 11:28:05.561 INFO kablam! | Sep 10 11:28:05.561 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.561 INFO kablam! | Sep 10 11:28:05.561 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.561 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.561 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.561 INFO kablam! Sep 10 11:28:05.562 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.562 INFO kablam! --> tests/supervision.rs:114:40 Sep 10 11:28:05.562 INFO kablam! | Sep 10 11:28:05.562 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.562 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.562 INFO kablam! | Sep 10 11:28:05.562 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.562 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.562 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.562 INFO kablam! Sep 10 11:28:05.562 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.562 INFO kablam! --> tests/supervision.rs:115:18 Sep 10 11:28:05.562 INFO kablam! | Sep 10 11:28:05.562 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.562 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.562 INFO kablam! | Sep 10 11:28:05.562 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.562 INFO kablam! Sep 10 11:28:05.562 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.562 INFO kablam! --> tests/supervision.rs:115:18 Sep 10 11:28:05.562 INFO kablam! | Sep 10 11:28:05.562 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.563 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.563 INFO kablam! | Sep 10 11:28:05.563 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.563 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.563 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.563 INFO kablam! Sep 10 11:28:05.595 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.595 INFO kablam! --> tests/supervision.rs:201:16 Sep 10 11:28:05.595 INFO kablam! | Sep 10 11:28:05.595 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.595 INFO kablam! | Sep 10 11:28:05.595 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.595 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.595 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.595 INFO kablam! Sep 10 11:28:05.595 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.595 INFO kablam! --> tests/supervision.rs:201:40 Sep 10 11:28:05.595 INFO kablam! | Sep 10 11:28:05.595 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.595 INFO kablam! | Sep 10 11:28:05.595 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.595 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.595 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.595 INFO kablam! Sep 10 11:28:05.596 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.596 INFO kablam! --> tests/supervision.rs:202:18 Sep 10 11:28:05.596 INFO kablam! | Sep 10 11:28:05.596 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.596 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.596 INFO kablam! | Sep 10 11:28:05.596 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.596 INFO kablam! Sep 10 11:28:05.596 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.596 INFO kablam! --> tests/supervision.rs:202:18 Sep 10 11:28:05.596 INFO kablam! | Sep 10 11:28:05.596 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.596 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.596 INFO kablam! | Sep 10 11:28:05.596 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.596 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.596 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.596 INFO kablam! Sep 10 11:28:05.613 INFO kablam! error: aborting due to 8 previous errors Sep 10 11:28:05.613 INFO kablam! Sep 10 11:28:05.613 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:05.659 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.660 INFO kablam! --> tests/selection.rs:72:16 Sep 10 11:28:05.660 INFO kablam! | Sep 10 11:28:05.660 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.660 INFO kablam! | Sep 10 11:28:05.660 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.660 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.660 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.660 INFO kablam! Sep 10 11:28:05.671 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.671 INFO kablam! --> tests/selection.rs:72:40 Sep 10 11:28:05.671 INFO kablam! | Sep 10 11:28:05.671 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.671 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.671 INFO kablam! | Sep 10 11:28:05.671 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.671 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.671 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.671 INFO kablam! Sep 10 11:28:05.671 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:05.672 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:05.672 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.672 INFO kablam! --> tests/selection.rs:73:18 Sep 10 11:28:05.672 INFO kablam! | Sep 10 11:28:05.672 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.672 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.672 INFO kablam! | Sep 10 11:28:05.672 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.672 INFO kablam! Sep 10 11:28:05.672 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.672 INFO kablam! --> tests/selection.rs:73:18 Sep 10 11:28:05.672 INFO kablam! | Sep 10 11:28:05.672 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.672 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.672 INFO kablam! | Sep 10 11:28:05.672 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.672 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.672 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.672 INFO kablam! Sep 10 11:28:05.683 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.683 INFO kablam! --> tests/selection.rs:90:16 Sep 10 11:28:05.683 INFO kablam! | Sep 10 11:28:05.684 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.684 INFO kablam! | Sep 10 11:28:05.684 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.684 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.684 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.684 INFO kablam! Sep 10 11:28:05.698 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.698 INFO kablam! --> tests/selection.rs:90:40 Sep 10 11:28:05.698 INFO kablam! | Sep 10 11:28:05.698 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.698 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.698 INFO kablam! | Sep 10 11:28:05.698 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.698 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.698 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.698 INFO kablam! Sep 10 11:28:05.698 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.698 INFO kablam! --> tests/selection.rs:91:18 Sep 10 11:28:05.698 INFO kablam! | Sep 10 11:28:05.698 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.698 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.698 INFO kablam! | Sep 10 11:28:05.698 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.698 INFO kablam! Sep 10 11:28:05.698 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.698 INFO kablam! --> tests/selection.rs:91:18 Sep 10 11:28:05.698 INFO kablam! | Sep 10 11:28:05.698 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.698 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.698 INFO kablam! | Sep 10 11:28:05.698 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.698 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.698 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.698 INFO kablam! Sep 10 11:28:05.700 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.700 INFO kablam! --> tests/selection.rs:112:16 Sep 10 11:28:05.700 INFO kablam! | Sep 10 11:28:05.700 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.700 INFO kablam! | Sep 10 11:28:05.700 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.700 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.700 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.700 INFO kablam! Sep 10 11:28:05.700 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.700 INFO kablam! --> tests/selection.rs:112:40 Sep 10 11:28:05.700 INFO kablam! | Sep 10 11:28:05.700 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.700 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.700 INFO kablam! | Sep 10 11:28:05.700 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.700 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.700 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.700 INFO kablam! Sep 10 11:28:05.701 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.701 INFO kablam! --> tests/selection.rs:113:18 Sep 10 11:28:05.701 INFO kablam! | Sep 10 11:28:05.701 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.701 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.701 INFO kablam! | Sep 10 11:28:05.701 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.701 INFO kablam! Sep 10 11:28:05.701 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.701 INFO kablam! --> tests/selection.rs:113:18 Sep 10 11:28:05.701 INFO kablam! | Sep 10 11:28:05.701 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.701 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.701 INFO kablam! | Sep 10 11:28:05.701 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.701 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.701 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.701 INFO kablam! Sep 10 11:28:05.714 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.714 INFO kablam! --> tests/selection.rs:177:16 Sep 10 11:28:05.714 INFO kablam! | Sep 10 11:28:05.714 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.714 INFO kablam! | Sep 10 11:28:05.714 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.714 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.714 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.714 INFO kablam! Sep 10 11:28:05.714 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.714 INFO kablam! --> tests/selection.rs:177:40 Sep 10 11:28:05.714 INFO kablam! | Sep 10 11:28:05.714 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.714 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.714 INFO kablam! | Sep 10 11:28:05.714 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.714 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.714 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.714 INFO kablam! Sep 10 11:28:05.714 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.714 INFO kablam! --> tests/selection.rs:178:18 Sep 10 11:28:05.714 INFO kablam! | Sep 10 11:28:05.714 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.715 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.715 INFO kablam! | Sep 10 11:28:05.715 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.715 INFO kablam! Sep 10 11:28:05.715 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.715 INFO kablam! --> tests/selection.rs:178:18 Sep 10 11:28:05.715 INFO kablam! | Sep 10 11:28:05.715 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.715 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.715 INFO kablam! | Sep 10 11:28:05.715 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.715 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.715 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.715 INFO kablam! Sep 10 11:28:05.735 INFO kablam! error: aborting due to 16 previous errors Sep 10 11:28:05.735 INFO kablam! Sep 10 11:28:05.735 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:05.766 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:05.766 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:05.910 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.910 INFO kablam! --> tests/system.rs:52:16 Sep 10 11:28:05.910 INFO kablam! | Sep 10 11:28:05.910 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.910 INFO kablam! | Sep 10 11:28:05.910 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.910 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.910 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.910 INFO kablam! Sep 10 11:28:05.910 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.910 INFO kablam! --> tests/system.rs:52:40 Sep 10 11:28:05.910 INFO kablam! | Sep 10 11:28:05.910 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.910 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.910 INFO kablam! | Sep 10 11:28:05.910 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.910 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.910 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.910 INFO kablam! Sep 10 11:28:05.910 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.910 INFO kablam! --> tests/system.rs:53:18 Sep 10 11:28:05.910 INFO kablam! | Sep 10 11:28:05.910 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.910 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.910 INFO kablam! | Sep 10 11:28:05.910 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.910 INFO kablam! Sep 10 11:28:05.910 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.911 INFO kablam! --> tests/system.rs:53:18 Sep 10 11:28:05.911 INFO kablam! | Sep 10 11:28:05.911 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.911 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.911 INFO kablam! | Sep 10 11:28:05.911 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.911 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.911 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.911 INFO kablam! Sep 10 11:28:05.913 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.913 INFO kablam! --> tests/system.rs:65:16 Sep 10 11:28:05.913 INFO kablam! | Sep 10 11:28:05.913 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.913 INFO kablam! | Sep 10 11:28:05.913 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.913 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.913 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.913 INFO kablam! Sep 10 11:28:05.913 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.913 INFO kablam! --> tests/system.rs:65:40 Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.914 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.914 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.914 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.914 INFO kablam! Sep 10 11:28:05.914 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.914 INFO kablam! --> tests/system.rs:66:18 Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.914 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.914 INFO kablam! Sep 10 11:28:05.914 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.914 INFO kablam! --> tests/system.rs:66:18 Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.914 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.914 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.914 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.914 INFO kablam! Sep 10 11:28:05.914 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.914 INFO kablam! --> tests/system.rs:79:16 Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.914 INFO kablam! | Sep 10 11:28:05.914 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.914 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.914 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.914 INFO kablam! Sep 10 11:28:05.915 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.915 INFO kablam! --> tests/system.rs:79:40 Sep 10 11:28:05.915 INFO kablam! | Sep 10 11:28:05.915 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.916 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.916 INFO kablam! | Sep 10 11:28:05.916 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.916 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.916 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.916 INFO kablam! Sep 10 11:28:05.916 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.916 INFO kablam! --> tests/system.rs:80:18 Sep 10 11:28:05.916 INFO kablam! | Sep 10 11:28:05.916 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.916 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.916 INFO kablam! | Sep 10 11:28:05.916 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.916 INFO kablam! Sep 10 11:28:05.916 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.916 INFO kablam! --> tests/system.rs:80:18 Sep 10 11:28:05.916 INFO kablam! | Sep 10 11:28:05.916 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.916 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.916 INFO kablam! | Sep 10 11:28:05.916 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.916 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.916 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.916 INFO kablam! Sep 10 11:28:05.930 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.930 INFO kablam! --> tests/system.rs:105:16 Sep 10 11:28:05.930 INFO kablam! | Sep 10 11:28:05.930 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.930 INFO kablam! | Sep 10 11:28:05.930 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.930 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.930 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.930 INFO kablam! Sep 10 11:28:05.930 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.930 INFO kablam! --> tests/system.rs:105:40 Sep 10 11:28:05.930 INFO kablam! | Sep 10 11:28:05.930 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.930 INFO kablam! | Sep 10 11:28:05.930 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.930 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.930 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.930 INFO kablam! Sep 10 11:28:05.930 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:05.930 INFO kablam! --> tests/system.rs:106:18 Sep 10 11:28:05.930 INFO kablam! | Sep 10 11:28:05.930 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:05.930 INFO kablam! | Sep 10 11:28:05.930 INFO kablam! = note: required by `>::new` Sep 10 11:28:05.930 INFO kablam! Sep 10 11:28:05.930 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:05.930 INFO kablam! --> tests/system.rs:106:18 Sep 10 11:28:05.931 INFO kablam! | Sep 10 11:28:05.931 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:05.931 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:05.931 INFO kablam! | Sep 10 11:28:05.931 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:05.931 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:05.931 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:05.931 INFO kablam! Sep 10 11:28:05.938 INFO kablam! error: aborting due to 16 previous errors Sep 10 11:28:05.938 INFO kablam! Sep 10 11:28:05.938 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:05.950 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:05.950 INFO kablam! Sep 10 11:28:05.950 INFO kablam! To learn more, run the command again with --verbose. Sep 10 11:28:05.954 INFO kablam! su: No module specific data is present Sep 10 11:28:07.113 INFO running `"docker" "rm" "-f" "4abd2f402732364f91e3d76376edd50397dd5039e7a022267ba7908ae92dc37e"` Sep 10 11:28:07.247 INFO blam! 4abd2f402732364f91e3d76376edd50397dd5039e7a022267ba7908ae92dc37e