Aug 30 05:41:12.146 INFO checking riker-0.1.5 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 05:41:12.146 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 05:41:12.146 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 05:41:12.306 INFO blam! 64c729a59348051a61871a8c0c16fff36523cf579475b6f6e855163a8f6aaee2 Aug 30 05:41:12.308 INFO running `"docker" "start" "-a" "64c729a59348051a61871a8c0c16fff36523cf579475b6f6e855163a8f6aaee2"` Aug 30 05:41:13.003 INFO kablam! Checking riker v0.1.5 (file:///source) Aug 30 05:41:17.362 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 30 05:41:17.362 INFO kablam! --> src/lib.rs:2:12 Aug 30 05:41:17.362 INFO kablam! | Aug 30 05:41:17.362 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 05:41:17.362 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 05:41:17.362 INFO kablam! | Aug 30 05:41:17.362 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 05:41:17.362 INFO kablam! Aug 30 05:41:18.238 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 30 05:41:18.238 INFO kablam! --> src/lib.rs:2:12 Aug 30 05:41:18.238 INFO kablam! | Aug 30 05:41:18.238 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 05:41:18.238 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 05:41:18.238 INFO kablam! | Aug 30 05:41:18.238 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 05:41:18.238 INFO kablam! Aug 30 05:41:24.105 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.105 INFO kablam! --> tests/selection.rs:72:16 Aug 30 05:41:24.105 INFO kablam! | Aug 30 05:41:24.105 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.114 INFO kablam! | Aug 30 05:41:24.114 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.115 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.115 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.115 INFO kablam! Aug 30 05:41:24.116 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.116 INFO kablam! --> tests/selection.rs:72:40 Aug 30 05:41:24.116 INFO kablam! | Aug 30 05:41:24.116 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.116 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.116 INFO kablam! | Aug 30 05:41:24.116 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.116 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.116 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.116 INFO kablam! Aug 30 05:41:24.119 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.119 INFO kablam! --> tests/selection.rs:73:18 Aug 30 05:41:24.120 INFO kablam! | Aug 30 05:41:24.120 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.120 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.120 INFO kablam! | Aug 30 05:41:24.120 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.120 INFO kablam! Aug 30 05:41:24.120 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.120 INFO kablam! --> tests/selection.rs:73:18 Aug 30 05:41:24.120 INFO kablam! | Aug 30 05:41:24.120 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.120 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.120 INFO kablam! | Aug 30 05:41:24.120 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.120 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.120 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.120 INFO kablam! Aug 30 05:41:24.164 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.164 INFO kablam! --> tests/selection.rs:90:16 Aug 30 05:41:24.164 INFO kablam! | Aug 30 05:41:24.164 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.164 INFO kablam! | Aug 30 05:41:24.164 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.164 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.164 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.164 INFO kablam! Aug 30 05:41:24.165 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.165 INFO kablam! --> tests/selection.rs:90:40 Aug 30 05:41:24.165 INFO kablam! | Aug 30 05:41:24.165 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.165 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.165 INFO kablam! | Aug 30 05:41:24.165 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.165 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.166 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.166 INFO kablam! Aug 30 05:41:24.166 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.166 INFO kablam! --> tests/selection.rs:91:18 Aug 30 05:41:24.166 INFO kablam! | Aug 30 05:41:24.166 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.166 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.166 INFO kablam! | Aug 30 05:41:24.166 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.166 INFO kablam! Aug 30 05:41:24.166 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.166 INFO kablam! --> tests/selection.rs:91:18 Aug 30 05:41:24.166 INFO kablam! | Aug 30 05:41:24.166 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.166 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.166 INFO kablam! | Aug 30 05:41:24.166 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.166 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.166 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.166 INFO kablam! Aug 30 05:41:24.173 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.173 INFO kablam! --> tests/selection.rs:112:16 Aug 30 05:41:24.173 INFO kablam! | Aug 30 05:41:24.173 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.178 INFO kablam! | Aug 30 05:41:24.179 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.179 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.179 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.179 INFO kablam! Aug 30 05:41:24.179 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.179 INFO kablam! --> tests/selection.rs:112:40 Aug 30 05:41:24.180 INFO kablam! | Aug 30 05:41:24.180 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.180 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.180 INFO kablam! | Aug 30 05:41:24.180 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.180 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.180 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.180 INFO kablam! Aug 30 05:41:24.180 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.180 INFO kablam! --> tests/selection.rs:113:18 Aug 30 05:41:24.180 INFO kablam! | Aug 30 05:41:24.180 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.180 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.181 INFO kablam! | Aug 30 05:41:24.181 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.181 INFO kablam! Aug 30 05:41:24.181 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.181 INFO kablam! --> tests/selection.rs:113:18 Aug 30 05:41:24.181 INFO kablam! | Aug 30 05:41:24.181 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.181 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.182 INFO kablam! | Aug 30 05:41:24.183 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.183 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.183 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.183 INFO kablam! Aug 30 05:41:24.213 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.213 INFO kablam! --> tests/selection.rs:177:16 Aug 30 05:41:24.213 INFO kablam! | Aug 30 05:41:24.213 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.222 INFO kablam! | Aug 30 05:41:24.222 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.222 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.222 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.222 INFO kablam! Aug 30 05:41:24.223 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.223 INFO kablam! --> tests/selection.rs:177:40 Aug 30 05:41:24.223 INFO kablam! | Aug 30 05:41:24.224 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.224 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.224 INFO kablam! | Aug 30 05:41:24.224 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.224 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.224 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.224 INFO kablam! Aug 30 05:41:24.225 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.225 INFO kablam! --> tests/selection.rs:178:18 Aug 30 05:41:24.225 INFO kablam! | Aug 30 05:41:24.225 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.225 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.225 INFO kablam! | Aug 30 05:41:24.225 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.225 INFO kablam! Aug 30 05:41:24.226 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.226 INFO kablam! --> tests/selection.rs:178:18 Aug 30 05:41:24.226 INFO kablam! | Aug 30 05:41:24.226 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.226 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.226 INFO kablam! | Aug 30 05:41:24.226 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.226 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.226 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.227 INFO kablam! Aug 30 05:41:24.257 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.257 INFO kablam! --> tests/channels.rs:92:16 Aug 30 05:41:24.257 INFO kablam! | Aug 30 05:41:24.257 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.257 INFO kablam! | Aug 30 05:41:24.257 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.257 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.257 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.257 INFO kablam! Aug 30 05:41:24.258 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.258 INFO kablam! --> tests/channels.rs:92:40 Aug 30 05:41:24.258 INFO kablam! | Aug 30 05:41:24.258 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.258 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.258 INFO kablam! | Aug 30 05:41:24.258 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.258 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.258 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.258 INFO kablam! Aug 30 05:41:24.259 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.259 INFO kablam! --> tests/channels.rs:93:18 Aug 30 05:41:24.259 INFO kablam! | Aug 30 05:41:24.259 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.259 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.264 INFO kablam! error: aborting due to 16 previous errors Aug 30 05:41:24.264 INFO kablam! Aug 30 05:41:24.264 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.264 INFO kablam! | Aug 30 05:41:24.264 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.264 INFO kablam! Aug 30 05:41:24.265 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.265 INFO kablam! --> tests/channels.rs:93:18 Aug 30 05:41:24.265 INFO kablam! | Aug 30 05:41:24.265 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.265 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.265 INFO kablam! | Aug 30 05:41:24.265 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.265 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.265 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.265 INFO kablam! Aug 30 05:41:24.299 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.299 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:24.318 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.318 INFO kablam! --> tests/channels.rs:113:16 Aug 30 05:41:24.318 INFO kablam! | Aug 30 05:41:24.318 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.322 INFO kablam! | Aug 30 05:41:24.323 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.323 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.323 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.323 INFO kablam! Aug 30 05:41:24.324 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.324 INFO kablam! --> tests/channels.rs:113:40 Aug 30 05:41:24.324 INFO kablam! | Aug 30 05:41:24.324 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.324 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.324 INFO kablam! | Aug 30 05:41:24.324 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.324 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.324 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.324 INFO kablam! Aug 30 05:41:24.324 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.324 INFO kablam! --> tests/channels.rs:114:18 Aug 30 05:41:24.324 INFO kablam! | Aug 30 05:41:24.324 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.324 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.324 INFO kablam! | Aug 30 05:41:24.324 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.325 INFO kablam! Aug 30 05:41:24.325 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.325 INFO kablam! --> tests/channels.rs:114:18 Aug 30 05:41:24.325 INFO kablam! | Aug 30 05:41:24.325 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.325 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.325 INFO kablam! | Aug 30 05:41:24.325 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.325 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.325 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.325 INFO kablam! Aug 30 05:41:24.355 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.356 INFO kablam! --> tests/channels.rs:196:16 Aug 30 05:41:24.356 INFO kablam! | Aug 30 05:41:24.356 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.356 INFO kablam! | Aug 30 05:41:24.356 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.356 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.356 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.356 INFO kablam! Aug 30 05:41:24.356 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.356 INFO kablam! --> tests/channels.rs:196:40 Aug 30 05:41:24.356 INFO kablam! | Aug 30 05:41:24.356 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.357 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.357 INFO kablam! | Aug 30 05:41:24.357 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.357 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.357 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.357 INFO kablam! Aug 30 05:41:24.357 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.357 INFO kablam! --> tests/channels.rs:197:18 Aug 30 05:41:24.357 INFO kablam! | Aug 30 05:41:24.357 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.357 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.357 INFO kablam! | Aug 30 05:41:24.357 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.357 INFO kablam! Aug 30 05:41:24.357 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.357 INFO kablam! --> tests/channels.rs:197:18 Aug 30 05:41:24.357 INFO kablam! | Aug 30 05:41:24.357 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.357 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.358 INFO kablam! | Aug 30 05:41:24.358 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.358 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.358 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.358 INFO kablam! Aug 30 05:41:24.381 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.381 INFO kablam! --> tests/channels.rs:256:16 Aug 30 05:41:24.381 INFO kablam! | Aug 30 05:41:24.381 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.382 INFO kablam! | Aug 30 05:41:24.382 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.382 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.382 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.382 INFO kablam! Aug 30 05:41:24.383 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.383 INFO kablam! --> tests/channels.rs:256:40 Aug 30 05:41:24.383 INFO kablam! | Aug 30 05:41:24.383 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.383 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.383 INFO kablam! | Aug 30 05:41:24.384 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.384 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.384 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.384 INFO kablam! Aug 30 05:41:24.384 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.384 INFO kablam! --> tests/channels.rs:257:18 Aug 30 05:41:24.384 INFO kablam! | Aug 30 05:41:24.384 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.384 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.384 INFO kablam! | Aug 30 05:41:24.384 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.384 INFO kablam! Aug 30 05:41:24.384 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.384 INFO kablam! --> tests/channels.rs:257:18 Aug 30 05:41:24.384 INFO kablam! | Aug 30 05:41:24.384 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.384 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.384 INFO kablam! | Aug 30 05:41:24.385 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.385 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.385 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.385 INFO kablam! Aug 30 05:41:24.408 INFO kablam! error: aborting due to 16 previous errors Aug 30 05:41:24.414 INFO kablam! Aug 30 05:41:24.414 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.435 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.435 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:24.824 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.824 INFO kablam! --> tests/actors.rs:41:16 Aug 30 05:41:24.824 INFO kablam! | Aug 30 05:41:24.824 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.824 INFO kablam! | Aug 30 05:41:24.824 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.824 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.824 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.824 INFO kablam! Aug 30 05:41:24.825 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.825 INFO kablam! --> tests/actors.rs:41:40 Aug 30 05:41:24.825 INFO kablam! | Aug 30 05:41:24.825 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.825 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.825 INFO kablam! | Aug 30 05:41:24.825 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.825 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.825 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.825 INFO kablam! Aug 30 05:41:24.826 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.826 INFO kablam! --> tests/actors.rs:42:18 Aug 30 05:41:24.826 INFO kablam! | Aug 30 05:41:24.826 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.826 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.830 INFO kablam! | Aug 30 05:41:24.830 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.830 INFO kablam! Aug 30 05:41:24.831 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.831 INFO kablam! --> tests/system.rs:52:16 Aug 30 05:41:24.831 INFO kablam! | Aug 30 05:41:24.831 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.831 INFO kablam! | Aug 30 05:41:24.831 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.831 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.831 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.831 INFO kablam! Aug 30 05:41:24.831 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.831 INFO kablam! --> tests/actors.rs:42:18 Aug 30 05:41:24.831 INFO kablam! | Aug 30 05:41:24.831 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.832 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.832 INFO kablam! | Aug 30 05:41:24.832 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.832 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.832 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.832 INFO kablam! Aug 30 05:41:24.832 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.832 INFO kablam! --> tests/system.rs:52:40 Aug 30 05:41:24.832 INFO kablam! | Aug 30 05:41:24.832 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.832 INFO kablam! | Aug 30 05:41:24.832 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.832 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.832 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.833 INFO kablam! Aug 30 05:41:24.833 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.833 INFO kablam! --> tests/system.rs:53:18 Aug 30 05:41:24.833 INFO kablam! | Aug 30 05:41:24.833 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.833 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.833 INFO kablam! | Aug 30 05:41:24.833 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.833 INFO kablam! Aug 30 05:41:24.833 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.833 INFO kablam! --> tests/system.rs:53:18 Aug 30 05:41:24.833 INFO kablam! | Aug 30 05:41:24.833 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.833 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.833 INFO kablam! | Aug 30 05:41:24.833 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.834 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.834 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.834 INFO kablam! Aug 30 05:41:24.843 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.843 INFO kablam! --> tests/system.rs:65:16 Aug 30 05:41:24.843 INFO kablam! | Aug 30 05:41:24.843 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.843 INFO kablam! | Aug 30 05:41:24.843 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.843 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.843 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.843 INFO kablam! Aug 30 05:41:24.843 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.843 INFO kablam! --> tests/system.rs:65:40 Aug 30 05:41:24.843 INFO kablam! | Aug 30 05:41:24.843 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.843 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.844 INFO kablam! | Aug 30 05:41:24.844 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.844 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.844 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.844 INFO kablam! Aug 30 05:41:24.844 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.844 INFO kablam! --> tests/system.rs:66:18 Aug 30 05:41:24.844 INFO kablam! | Aug 30 05:41:24.844 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.844 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.844 INFO kablam! | Aug 30 05:41:24.844 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.844 INFO kablam! Aug 30 05:41:24.844 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.844 INFO kablam! --> tests/system.rs:66:18 Aug 30 05:41:24.844 INFO kablam! | Aug 30 05:41:24.844 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.844 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.844 INFO kablam! | Aug 30 05:41:24.844 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.844 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.844 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.844 INFO kablam! Aug 30 05:41:24.847 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.847 INFO kablam! --> tests/system.rs:79:16 Aug 30 05:41:24.848 INFO kablam! | Aug 30 05:41:24.848 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.848 INFO kablam! | Aug 30 05:41:24.848 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.848 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.848 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.848 INFO kablam! Aug 30 05:41:24.848 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.848 INFO kablam! --> tests/system.rs:79:40 Aug 30 05:41:24.848 INFO kablam! | Aug 30 05:41:24.848 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.848 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.848 INFO kablam! | Aug 30 05:41:24.848 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.848 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.848 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.848 INFO kablam! Aug 30 05:41:24.848 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.848 INFO kablam! --> tests/system.rs:80:18 Aug 30 05:41:24.848 INFO kablam! | Aug 30 05:41:24.848 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.848 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.849 INFO kablam! | Aug 30 05:41:24.849 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.849 INFO kablam! Aug 30 05:41:24.849 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.849 INFO kablam! --> tests/system.rs:80:18 Aug 30 05:41:24.849 INFO kablam! | Aug 30 05:41:24.849 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.849 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.849 INFO kablam! | Aug 30 05:41:24.849 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.849 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.849 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.849 INFO kablam! Aug 30 05:41:24.877 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.877 INFO kablam! --> tests/system.rs:105:16 Aug 30 05:41:24.877 INFO kablam! | Aug 30 05:41:24.878 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.878 INFO kablam! | Aug 30 05:41:24.878 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.878 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.878 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.878 INFO kablam! Aug 30 05:41:24.878 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.878 INFO kablam! --> tests/system.rs:105:40 Aug 30 05:41:24.878 INFO kablam! | Aug 30 05:41:24.878 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.878 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.878 INFO kablam! | Aug 30 05:41:24.878 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.878 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.878 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.878 INFO kablam! Aug 30 05:41:24.878 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.878 INFO kablam! --> tests/system.rs:106:18 Aug 30 05:41:24.878 INFO kablam! | Aug 30 05:41:24.878 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.878 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.878 INFO kablam! | Aug 30 05:41:24.878 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.878 INFO kablam! Aug 30 05:41:24.879 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.879 INFO kablam! --> tests/system.rs:106:18 Aug 30 05:41:24.879 INFO kablam! | Aug 30 05:41:24.879 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.879 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.879 INFO kablam! | Aug 30 05:41:24.879 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.879 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.879 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.879 INFO kablam! Aug 30 05:41:24.893 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.893 INFO kablam! --> tests/actors.rs:113:16 Aug 30 05:41:24.893 INFO kablam! | Aug 30 05:41:24.893 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.893 INFO kablam! | Aug 30 05:41:24.893 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.893 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.893 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.893 INFO kablam! Aug 30 05:41:24.893 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.893 INFO kablam! --> tests/actors.rs:113:40 Aug 30 05:41:24.893 INFO kablam! | Aug 30 05:41:24.893 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.893 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.893 INFO kablam! | Aug 30 05:41:24.893 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.893 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.894 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.894 INFO kablam! Aug 30 05:41:24.894 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.894 INFO kablam! --> tests/actors.rs:114:18 Aug 30 05:41:24.894 INFO kablam! | Aug 30 05:41:24.894 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.894 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.894 INFO kablam! | Aug 30 05:41:24.894 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.894 INFO kablam! Aug 30 05:41:24.894 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.894 INFO kablam! --> tests/actors.rs:114:18 Aug 30 05:41:24.894 INFO kablam! | Aug 30 05:41:24.894 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.894 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.894 INFO kablam! | Aug 30 05:41:24.894 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.894 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.894 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.894 INFO kablam! Aug 30 05:41:24.898 INFO kablam! error: aborting due to 16 previous errors Aug 30 05:41:24.898 INFO kablam! Aug 30 05:41:24.898 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.918 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.918 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:24.922 INFO kablam! error: aborting due to 8 previous errors Aug 30 05:41:24.922 INFO kablam! Aug 30 05:41:24.922 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.935 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.935 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:25.047 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.047 INFO kablam! --> tests/supervision.rs:114:16 Aug 30 05:41:25.047 INFO kablam! | Aug 30 05:41:25.047 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.047 INFO kablam! | Aug 30 05:41:25.047 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.047 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.047 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.047 INFO kablam! Aug 30 05:41:25.048 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.048 INFO kablam! --> tests/supervision.rs:114:40 Aug 30 05:41:25.048 INFO kablam! | Aug 30 05:41:25.048 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.048 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.048 INFO kablam! | Aug 30 05:41:25.048 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.048 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.048 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.048 INFO kablam! Aug 30 05:41:25.049 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:25.049 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 05:41:25.049 INFO kablam! | Aug 30 05:41:25.049 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.049 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:25.049 INFO kablam! | Aug 30 05:41:25.049 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.049 INFO kablam! Aug 30 05:41:25.049 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.049 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 05:41:25.049 INFO kablam! | Aug 30 05:41:25.049 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.049 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.050 INFO kablam! | Aug 30 05:41:25.050 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.050 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.050 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.050 INFO kablam! Aug 30 05:41:25.082 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.082 INFO kablam! --> tests/supervision.rs:201:16 Aug 30 05:41:25.082 INFO kablam! | Aug 30 05:41:25.083 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.083 INFO kablam! | Aug 30 05:41:25.083 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.083 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.083 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.083 INFO kablam! Aug 30 05:41:25.083 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.083 INFO kablam! --> tests/supervision.rs:201:40 Aug 30 05:41:25.083 INFO kablam! | Aug 30 05:41:25.083 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.083 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.083 INFO kablam! | Aug 30 05:41:25.083 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.083 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.083 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.083 INFO kablam! Aug 30 05:41:25.083 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:25.083 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 05:41:25.083 INFO kablam! | Aug 30 05:41:25.083 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.083 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:25.084 INFO kablam! | Aug 30 05:41:25.084 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.084 INFO kablam! Aug 30 05:41:25.084 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.084 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 05:41:25.084 INFO kablam! | Aug 30 05:41:25.084 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.084 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.084 INFO kablam! | Aug 30 05:41:25.084 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.084 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.084 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.084 INFO kablam! Aug 30 05:41:25.097 INFO kablam! error: aborting due to 8 previous errors Aug 30 05:41:25.097 INFO kablam! Aug 30 05:41:25.097 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:25.117 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:25.117 INFO kablam! Aug 30 05:41:25.117 INFO kablam! To learn more, run the command again with --verbose. Aug 30 05:41:25.119 INFO kablam! su: No module specific data is present Aug 30 05:41:25.849 INFO running `"docker" "rm" "-f" "64c729a59348051a61871a8c0c16fff36523cf579475b6f6e855163a8f6aaee2"` Aug 30 05:41:26.015 INFO blam! 64c729a59348051a61871a8c0c16fff36523cf579475b6f6e855163a8f6aaee2