Aug 31 16:35:55.137 INFO checking riker-0.1.5 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 16:35:55.137 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 16:35:55.137 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 16:35:55.390 INFO blam! 0fdbdd3e89523b78dfb454d473b4ab0e7ebc69f7caab2feb593e70d6b3c00a28 Aug 31 16:35:55.392 INFO running `"docker" "start" "-a" "0fdbdd3e89523b78dfb454d473b4ab0e7ebc69f7caab2feb593e70d6b3c00a28"` Aug 31 16:35:56.407 INFO kablam! Checking riker v0.1.5 (file:///source) Aug 31 16:36:01.926 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 31 16:36:01.926 INFO kablam! --> src/lib.rs:2:12 Aug 31 16:36:01.926 INFO kablam! | Aug 31 16:36:01.926 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 31 16:36:01.926 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 16:36:01.926 INFO kablam! | Aug 31 16:36:01.926 INFO kablam! = note: #[warn(stable_features)] on by default Aug 31 16:36:01.926 INFO kablam! Aug 31 16:36:01.966 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 31 16:36:01.966 INFO kablam! --> src/lib.rs:2:12 Aug 31 16:36:01.966 INFO kablam! | Aug 31 16:36:01.966 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 31 16:36:01.966 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 16:36:01.966 INFO kablam! | Aug 31 16:36:01.966 INFO kablam! = note: #[warn(stable_features)] on by default Aug 31 16:36:01.966 INFO kablam! Aug 31 16:36:05.171 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.171 INFO kablam! --> tests/selection.rs:72:16 Aug 31 16:36:05.172 INFO kablam! | Aug 31 16:36:05.172 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.172 INFO kablam! | Aug 31 16:36:05.172 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.172 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.172 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.172 INFO kablam! Aug 31 16:36:05.173 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.173 INFO kablam! --> tests/selection.rs:72:40 Aug 31 16:36:05.174 INFO kablam! | Aug 31 16:36:05.174 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.174 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.174 INFO kablam! | Aug 31 16:36:05.174 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.174 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.174 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.174 INFO kablam! Aug 31 16:36:05.176 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.176 INFO kablam! --> tests/selection.rs:73:18 Aug 31 16:36:05.176 INFO kablam! | Aug 31 16:36:05.176 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.176 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.177 INFO kablam! | Aug 31 16:36:05.177 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.177 INFO kablam! Aug 31 16:36:05.178 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.178 INFO kablam! --> tests/selection.rs:73:18 Aug 31 16:36:05.178 INFO kablam! | Aug 31 16:36:05.178 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.178 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.178 INFO kablam! | Aug 31 16:36:05.179 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.179 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.180 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.180 INFO kablam! Aug 31 16:36:05.203 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.203 INFO kablam! --> tests/selection.rs:90:16 Aug 31 16:36:05.203 INFO kablam! | Aug 31 16:36:05.203 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.204 INFO kablam! | Aug 31 16:36:05.204 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.204 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.204 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.204 INFO kablam! Aug 31 16:36:05.205 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.205 INFO kablam! --> tests/selection.rs:90:40 Aug 31 16:36:05.205 INFO kablam! | Aug 31 16:36:05.205 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.205 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.205 INFO kablam! | Aug 31 16:36:05.205 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.205 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.206 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.206 INFO kablam! Aug 31 16:36:05.206 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.206 INFO kablam! --> tests/selection.rs:91:18 Aug 31 16:36:05.206 INFO kablam! | Aug 31 16:36:05.206 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.206 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.206 INFO kablam! | Aug 31 16:36:05.207 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.207 INFO kablam! Aug 31 16:36:05.207 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.207 INFO kablam! --> tests/selection.rs:91:18 Aug 31 16:36:05.207 INFO kablam! | Aug 31 16:36:05.207 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.207 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.207 INFO kablam! | Aug 31 16:36:05.207 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.207 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.208 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.208 INFO kablam! Aug 31 16:36:05.214 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.214 INFO kablam! --> tests/selection.rs:112:16 Aug 31 16:36:05.215 INFO kablam! | Aug 31 16:36:05.215 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.215 INFO kablam! | Aug 31 16:36:05.215 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.215 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.216 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.216 INFO kablam! Aug 31 16:36:05.217 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.217 INFO kablam! --> tests/selection.rs:112:40 Aug 31 16:36:05.217 INFO kablam! | Aug 31 16:36:05.217 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.217 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.217 INFO kablam! | Aug 31 16:36:05.218 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.218 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.218 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.218 INFO kablam! Aug 31 16:36:05.218 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.218 INFO kablam! --> tests/selection.rs:113:18 Aug 31 16:36:05.218 INFO kablam! | Aug 31 16:36:05.219 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.219 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.219 INFO kablam! | Aug 31 16:36:05.219 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.219 INFO kablam! Aug 31 16:36:05.219 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.219 INFO kablam! --> tests/selection.rs:113:18 Aug 31 16:36:05.219 INFO kablam! | Aug 31 16:36:05.219 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.219 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.220 INFO kablam! | Aug 31 16:36:05.220 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.220 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.220 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.220 INFO kablam! Aug 31 16:36:05.238 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.238 INFO kablam! --> tests/selection.rs:177:16 Aug 31 16:36:05.238 INFO kablam! | Aug 31 16:36:05.238 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.238 INFO kablam! | Aug 31 16:36:05.238 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.238 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.238 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.238 INFO kablam! Aug 31 16:36:05.239 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.239 INFO kablam! --> tests/selection.rs:177:40 Aug 31 16:36:05.239 INFO kablam! | Aug 31 16:36:05.239 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.239 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.239 INFO kablam! | Aug 31 16:36:05.240 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.240 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.240 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.240 INFO kablam! Aug 31 16:36:05.240 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.240 INFO kablam! --> tests/selection.rs:178:18 Aug 31 16:36:05.240 INFO kablam! | Aug 31 16:36:05.240 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.240 INFO kablam! | Aug 31 16:36:05.240 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.240 INFO kablam! Aug 31 16:36:05.240 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.240 INFO kablam! --> tests/selection.rs:178:18 Aug 31 16:36:05.240 INFO kablam! | Aug 31 16:36:05.240 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.240 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.240 INFO kablam! | Aug 31 16:36:05.240 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.240 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.240 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.240 INFO kablam! Aug 31 16:36:05.260 INFO kablam! error: aborting due to 16 previous errors Aug 31 16:36:05.260 INFO kablam! Aug 31 16:36:05.260 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 16:36:05.274 INFO kablam! error: Could not compile `riker`. Aug 31 16:36:05.274 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 16:36:05.334 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.334 INFO kablam! --> tests/actors.rs:41:16 Aug 31 16:36:05.334 INFO kablam! | Aug 31 16:36:05.334 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.334 INFO kablam! | Aug 31 16:36:05.334 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.334 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.334 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.334 INFO kablam! Aug 31 16:36:05.335 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.335 INFO kablam! --> tests/actors.rs:41:40 Aug 31 16:36:05.335 INFO kablam! | Aug 31 16:36:05.335 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.335 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.335 INFO kablam! | Aug 31 16:36:05.335 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.335 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.335 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.335 INFO kablam! Aug 31 16:36:05.336 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.336 INFO kablam! --> tests/actors.rs:42:18 Aug 31 16:36:05.336 INFO kablam! | Aug 31 16:36:05.336 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.336 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.336 INFO kablam! | Aug 31 16:36:05.336 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.337 INFO kablam! Aug 31 16:36:05.337 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.337 INFO kablam! --> tests/actors.rs:42:18 Aug 31 16:36:05.337 INFO kablam! | Aug 31 16:36:05.337 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.337 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.337 INFO kablam! | Aug 31 16:36:05.337 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.337 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.337 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.337 INFO kablam! Aug 31 16:36:05.375 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.375 INFO kablam! --> tests/actors.rs:113:16 Aug 31 16:36:05.375 INFO kablam! | Aug 31 16:36:05.375 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.375 INFO kablam! | Aug 31 16:36:05.376 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.376 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.376 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.376 INFO kablam! Aug 31 16:36:05.376 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.376 INFO kablam! --> tests/actors.rs:113:40 Aug 31 16:36:05.377 INFO kablam! | Aug 31 16:36:05.377 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.377 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.377 INFO kablam! | Aug 31 16:36:05.377 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.377 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.377 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.377 INFO kablam! Aug 31 16:36:05.377 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.377 INFO kablam! --> tests/actors.rs:114:18 Aug 31 16:36:05.377 INFO kablam! | Aug 31 16:36:05.377 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.377 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.377 INFO kablam! | Aug 31 16:36:05.377 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.377 INFO kablam! Aug 31 16:36:05.377 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.377 INFO kablam! --> tests/actors.rs:114:18 Aug 31 16:36:05.377 INFO kablam! | Aug 31 16:36:05.377 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.377 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.377 INFO kablam! | Aug 31 16:36:05.377 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.377 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.377 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.378 INFO kablam! Aug 31 16:36:05.389 INFO kablam! error: aborting due to 8 previous errors Aug 31 16:36:05.390 INFO kablam! Aug 31 16:36:05.390 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 16:36:05.402 INFO kablam! error: Could not compile `riker`. Aug 31 16:36:05.402 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 16:36:05.431 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.431 INFO kablam! --> tests/supervision.rs:114:16 Aug 31 16:36:05.432 INFO kablam! | Aug 31 16:36:05.432 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.432 INFO kablam! | Aug 31 16:36:05.432 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.432 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.432 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.432 INFO kablam! Aug 31 16:36:05.433 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.433 INFO kablam! --> tests/supervision.rs:114:40 Aug 31 16:36:05.433 INFO kablam! | Aug 31 16:36:05.433 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.433 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.433 INFO kablam! | Aug 31 16:36:05.433 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.433 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.433 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.433 INFO kablam! Aug 31 16:36:05.433 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.433 INFO kablam! --> tests/supervision.rs:115:18 Aug 31 16:36:05.433 INFO kablam! | Aug 31 16:36:05.434 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.434 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.434 INFO kablam! | Aug 31 16:36:05.434 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.434 INFO kablam! Aug 31 16:36:05.434 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.434 INFO kablam! --> tests/supervision.rs:115:18 Aug 31 16:36:05.434 INFO kablam! | Aug 31 16:36:05.434 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.434 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.434 INFO kablam! | Aug 31 16:36:05.434 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.434 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.434 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.435 INFO kablam! Aug 31 16:36:05.452 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.453 INFO kablam! --> tests/system.rs:52:16 Aug 31 16:36:05.453 INFO kablam! | Aug 31 16:36:05.453 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.453 INFO kablam! | Aug 31 16:36:05.453 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.453 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.453 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.453 INFO kablam! Aug 31 16:36:05.453 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.454 INFO kablam! --> tests/system.rs:52:40 Aug 31 16:36:05.454 INFO kablam! | Aug 31 16:36:05.454 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.454 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.454 INFO kablam! | Aug 31 16:36:05.454 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.454 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.454 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.454 INFO kablam! Aug 31 16:36:05.455 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.455 INFO kablam! --> tests/system.rs:53:18 Aug 31 16:36:05.455 INFO kablam! | Aug 31 16:36:05.455 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.455 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.455 INFO kablam! | Aug 31 16:36:05.455 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.455 INFO kablam! Aug 31 16:36:05.455 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.455 INFO kablam! --> tests/system.rs:53:18 Aug 31 16:36:05.455 INFO kablam! | Aug 31 16:36:05.455 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.455 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.455 INFO kablam! | Aug 31 16:36:05.456 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.456 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.456 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.456 INFO kablam! Aug 31 16:36:05.457 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.457 INFO kablam! --> tests/supervision.rs:201:16 Aug 31 16:36:05.457 INFO kablam! | Aug 31 16:36:05.457 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.457 INFO kablam! | Aug 31 16:36:05.457 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.457 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.457 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.457 INFO kablam! Aug 31 16:36:05.457 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.458 INFO kablam! --> tests/supervision.rs:201:40 Aug 31 16:36:05.458 INFO kablam! | Aug 31 16:36:05.458 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.458 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.458 INFO kablam! | Aug 31 16:36:05.458 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.458 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.458 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.458 INFO kablam! Aug 31 16:36:05.458 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.458 INFO kablam! --> tests/supervision.rs:202:18 Aug 31 16:36:05.458 INFO kablam! | Aug 31 16:36:05.458 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.458 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.458 INFO kablam! | Aug 31 16:36:05.458 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.459 INFO kablam! Aug 31 16:36:05.459 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.459 INFO kablam! --> tests/supervision.rs:202:18 Aug 31 16:36:05.459 INFO kablam! | Aug 31 16:36:05.459 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.459 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.459 INFO kablam! | Aug 31 16:36:05.459 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.459 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.459 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.459 INFO kablam! Aug 31 16:36:05.460 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.460 INFO kablam! --> tests/system.rs:65:16 Aug 31 16:36:05.460 INFO kablam! | Aug 31 16:36:05.461 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.461 INFO kablam! | Aug 31 16:36:05.461 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.461 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.461 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.461 INFO kablam! Aug 31 16:36:05.461 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.461 INFO kablam! --> tests/system.rs:65:40 Aug 31 16:36:05.462 INFO kablam! | Aug 31 16:36:05.462 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.462 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.462 INFO kablam! | Aug 31 16:36:05.462 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.462 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.462 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.462 INFO kablam! Aug 31 16:36:05.462 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.462 INFO kablam! --> tests/system.rs:66:18 Aug 31 16:36:05.462 INFO kablam! | Aug 31 16:36:05.462 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.462 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.462 INFO kablam! | Aug 31 16:36:05.462 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.462 INFO kablam! Aug 31 16:36:05.463 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.463 INFO kablam! --> tests/system.rs:66:18 Aug 31 16:36:05.463 INFO kablam! | Aug 31 16:36:05.463 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.463 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.463 INFO kablam! | Aug 31 16:36:05.463 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.463 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.463 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.463 INFO kablam! Aug 31 16:36:05.464 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.465 INFO kablam! --> tests/system.rs:79:16 Aug 31 16:36:05.465 INFO kablam! | Aug 31 16:36:05.465 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.465 INFO kablam! | Aug 31 16:36:05.465 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.465 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.465 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.465 INFO kablam! Aug 31 16:36:05.465 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.465 INFO kablam! --> tests/system.rs:79:40 Aug 31 16:36:05.465 INFO kablam! | Aug 31 16:36:05.465 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.465 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.465 INFO kablam! | Aug 31 16:36:05.465 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.466 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.466 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.466 INFO kablam! Aug 31 16:36:05.466 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.466 INFO kablam! --> tests/system.rs:80:18 Aug 31 16:36:05.466 INFO kablam! | Aug 31 16:36:05.466 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.466 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.466 INFO kablam! | Aug 31 16:36:05.466 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.466 INFO kablam! Aug 31 16:36:05.466 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.466 INFO kablam! --> tests/system.rs:80:18 Aug 31 16:36:05.466 INFO kablam! | Aug 31 16:36:05.466 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.466 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.466 INFO kablam! | Aug 31 16:36:05.466 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.466 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.466 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.467 INFO kablam! Aug 31 16:36:05.469 INFO kablam! error: aborting due to 8 previous errors Aug 31 16:36:05.469 INFO kablam! Aug 31 16:36:05.469 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 16:36:05.478 INFO kablam! error: Could not compile `riker`. Aug 31 16:36:05.478 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 16:36:05.479 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.479 INFO kablam! --> tests/system.rs:105:16 Aug 31 16:36:05.479 INFO kablam! | Aug 31 16:36:05.479 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.479 INFO kablam! | Aug 31 16:36:05.480 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.480 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.480 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.480 INFO kablam! Aug 31 16:36:05.480 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.480 INFO kablam! --> tests/system.rs:105:40 Aug 31 16:36:05.480 INFO kablam! | Aug 31 16:36:05.480 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.480 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.480 INFO kablam! | Aug 31 16:36:05.480 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.480 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.480 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.480 INFO kablam! Aug 31 16:36:05.480 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.480 INFO kablam! --> tests/system.rs:106:18 Aug 31 16:36:05.480 INFO kablam! | Aug 31 16:36:05.480 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.480 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.480 INFO kablam! | Aug 31 16:36:05.480 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.480 INFO kablam! Aug 31 16:36:05.480 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.481 INFO kablam! --> tests/system.rs:106:18 Aug 31 16:36:05.481 INFO kablam! | Aug 31 16:36:05.481 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.481 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.481 INFO kablam! | Aug 31 16:36:05.481 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.481 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.481 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.481 INFO kablam! Aug 31 16:36:05.488 INFO kablam! error: aborting due to 16 previous errors Aug 31 16:36:05.488 INFO kablam! Aug 31 16:36:05.488 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 16:36:05.501 INFO kablam! error: Could not compile `riker`. Aug 31 16:36:05.501 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 16:36:05.510 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.510 INFO kablam! --> tests/channels.rs:92:16 Aug 31 16:36:05.510 INFO kablam! | Aug 31 16:36:05.510 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.510 INFO kablam! | Aug 31 16:36:05.510 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.510 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.510 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.510 INFO kablam! Aug 31 16:36:05.511 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.511 INFO kablam! --> tests/channels.rs:92:40 Aug 31 16:36:05.511 INFO kablam! | Aug 31 16:36:05.511 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.511 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.511 INFO kablam! | Aug 31 16:36:05.511 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.511 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.511 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.511 INFO kablam! Aug 31 16:36:05.512 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.512 INFO kablam! --> tests/channels.rs:93:18 Aug 31 16:36:05.512 INFO kablam! | Aug 31 16:36:05.512 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.512 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.512 INFO kablam! | Aug 31 16:36:05.512 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.512 INFO kablam! Aug 31 16:36:05.512 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.512 INFO kablam! --> tests/channels.rs:93:18 Aug 31 16:36:05.512 INFO kablam! | Aug 31 16:36:05.512 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.512 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.512 INFO kablam! | Aug 31 16:36:05.513 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.513 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.513 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.513 INFO kablam! Aug 31 16:36:05.541 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.541 INFO kablam! --> tests/channels.rs:113:16 Aug 31 16:36:05.541 INFO kablam! | Aug 31 16:36:05.541 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.541 INFO kablam! | Aug 31 16:36:05.541 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.541 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.541 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.541 INFO kablam! Aug 31 16:36:05.541 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.541 INFO kablam! --> tests/channels.rs:113:40 Aug 31 16:36:05.541 INFO kablam! | Aug 31 16:36:05.541 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.541 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.541 INFO kablam! | Aug 31 16:36:05.542 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.542 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.542 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.542 INFO kablam! Aug 31 16:36:05.542 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.542 INFO kablam! --> tests/channels.rs:114:18 Aug 31 16:36:05.542 INFO kablam! | Aug 31 16:36:05.542 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.542 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.542 INFO kablam! | Aug 31 16:36:05.542 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.542 INFO kablam! Aug 31 16:36:05.542 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.542 INFO kablam! --> tests/channels.rs:114:18 Aug 31 16:36:05.542 INFO kablam! | Aug 31 16:36:05.542 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.542 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.542 INFO kablam! | Aug 31 16:36:05.542 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.543 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.543 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.543 INFO kablam! Aug 31 16:36:05.560 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.560 INFO kablam! --> tests/channels.rs:196:16 Aug 31 16:36:05.560 INFO kablam! | Aug 31 16:36:05.560 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.560 INFO kablam! | Aug 31 16:36:05.560 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.560 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.560 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.560 INFO kablam! Aug 31 16:36:05.560 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.560 INFO kablam! --> tests/channels.rs:196:40 Aug 31 16:36:05.560 INFO kablam! | Aug 31 16:36:05.560 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.561 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.561 INFO kablam! | Aug 31 16:36:05.561 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.561 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.561 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.561 INFO kablam! Aug 31 16:36:05.561 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.561 INFO kablam! --> tests/channels.rs:197:18 Aug 31 16:36:05.561 INFO kablam! | Aug 31 16:36:05.561 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.561 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.561 INFO kablam! | Aug 31 16:36:05.561 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.561 INFO kablam! Aug 31 16:36:05.561 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.561 INFO kablam! --> tests/channels.rs:197:18 Aug 31 16:36:05.561 INFO kablam! | Aug 31 16:36:05.561 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.562 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.562 INFO kablam! | Aug 31 16:36:05.562 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.562 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.562 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.562 INFO kablam! Aug 31 16:36:05.576 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.576 INFO kablam! --> tests/channels.rs:256:16 Aug 31 16:36:05.576 INFO kablam! | Aug 31 16:36:05.576 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.576 INFO kablam! | Aug 31 16:36:05.576 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.576 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.576 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.576 INFO kablam! Aug 31 16:36:05.576 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.576 INFO kablam! --> tests/channels.rs:256:40 Aug 31 16:36:05.576 INFO kablam! | Aug 31 16:36:05.577 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 31 16:36:05.577 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.577 INFO kablam! | Aug 31 16:36:05.577 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.577 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.577 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.577 INFO kablam! Aug 31 16:36:05.577 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 31 16:36:05.577 INFO kablam! --> tests/channels.rs:257:18 Aug 31 16:36:05.577 INFO kablam! | Aug 31 16:36:05.577 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.577 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 31 16:36:05.577 INFO kablam! | Aug 31 16:36:05.577 INFO kablam! = note: required by `>::new` Aug 31 16:36:05.577 INFO kablam! Aug 31 16:36:05.577 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 31 16:36:05.577 INFO kablam! --> tests/channels.rs:257:18 Aug 31 16:36:05.577 INFO kablam! | Aug 31 16:36:05.578 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 31 16:36:05.578 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 31 16:36:05.578 INFO kablam! | Aug 31 16:36:05.578 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 31 16:36:05.578 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 31 16:36:05.578 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 31 16:36:05.578 INFO kablam! Aug 31 16:36:05.592 INFO kablam! error: aborting due to 16 previous errors Aug 31 16:36:05.592 INFO kablam! Aug 31 16:36:05.592 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 31 16:36:05.611 INFO kablam! error: Could not compile `riker`. Aug 31 16:36:05.611 INFO kablam! Aug 31 16:36:05.611 INFO kablam! To learn more, run the command again with --verbose. Aug 31 16:36:05.619 INFO kablam! su: No module specific data is present Aug 31 16:36:06.396 INFO running `"docker" "rm" "-f" "0fdbdd3e89523b78dfb454d473b4ab0e7ebc69f7caab2feb593e70d6b3c00a28"` Aug 31 16:36:06.555 INFO blam! 0fdbdd3e89523b78dfb454d473b4ab0e7ebc69f7caab2feb593e70d6b3c00a28