Sep 10 11:27:57.415 INFO checking riker-0.1.5 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 11:27:57.415 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 11:27:57.415 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 11:27:57.604 INFO blam! e9bef5356f6547455aadde217c0af04540b93d2916cc7a8e89a768039f63134b Sep 10 11:27:57.606 INFO running `"docker" "start" "-a" "e9bef5356f6547455aadde217c0af04540b93d2916cc7a8e89a768039f63134b"` Sep 10 11:27:58.818 INFO kablam! usermod: no changes Sep 10 11:27:59.063 INFO kablam! Checking futures v0.1.24 Sep 10 11:27:59.064 INFO kablam! Checking runtime-fmt v0.3.0 Sep 10 11:27:59.065 INFO kablam! Checking futures-core-preview v0.2.3 Sep 10 11:27:59.111 INFO kablam! Checking riker-testkit v0.1.0 Sep 10 11:27:59.118 INFO kablam! Checking serde-hjson v0.8.1 Sep 10 11:27:59.668 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 10 11:27:59.669 INFO kablam! Checking futures-io-preview v0.2.2 Sep 10 11:28:00.619 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 10 11:28:01.122 INFO kablam! Checking futures-util-preview v0.2.2 Sep 10 11:28:01.231 INFO kablam! Checking config v0.8.0 Sep 10 11:28:05.378 INFO kablam! Checking futures-cpupool v0.1.8 Sep 10 11:28:06.126 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 10 11:28:06.790 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 10 11:28:06.922 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 10 11:28:06.990 INFO kablam! Checking futures-preview v0.2.2 Sep 10 11:28:07.309 INFO kablam! Checking riker v0.1.7 Sep 10 11:28:07.309 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 10 11:28:11.490 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 10 11:28:11.490 INFO kablam! --> src/lib.rs:2:12 Sep 10 11:28:11.490 INFO kablam! | Sep 10 11:28:11.490 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 10 11:28:11.490 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 11:28:11.490 INFO kablam! | Sep 10 11:28:11.490 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 11:28:11.490 INFO kablam! Sep 10 11:28:11.890 INFO kablam! Checking riker-timer v0.1.7 Sep 10 11:28:11.890 INFO kablam! Checking riker-log v0.1.7 Sep 10 11:28:11.890 INFO kablam! Checking riker-mapvec v0.1.7 Sep 10 11:28:11.890 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 10 11:28:11.890 INFO kablam! Checking riker-deadletter v0.1.7 Sep 10 11:28:15.618 INFO kablam! Checking riker-default v0.1.7 Sep 10 11:28:20.043 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.043 INFO kablam! --> tests/channels.rs:92:16 Sep 10 11:28:20.043 INFO kablam! | Sep 10 11:28:20.043 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.043 INFO kablam! | Sep 10 11:28:20.043 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.043 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.043 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.043 INFO kablam! Sep 10 11:28:20.043 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.043 INFO kablam! --> tests/channels.rs:92:40 Sep 10 11:28:20.043 INFO kablam! | Sep 10 11:28:20.043 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.043 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.043 INFO kablam! | Sep 10 11:28:20.043 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.043 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.043 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.043 INFO kablam! Sep 10 11:28:20.043 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.043 INFO kablam! --> tests/channels.rs:93:18 Sep 10 11:28:20.043 INFO kablam! | Sep 10 11:28:20.043 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.044 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.044 INFO kablam! | Sep 10 11:28:20.044 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.044 INFO kablam! Sep 10 11:28:20.044 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.044 INFO kablam! --> tests/channels.rs:93:18 Sep 10 11:28:20.044 INFO kablam! | Sep 10 11:28:20.044 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.044 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.044 INFO kablam! | Sep 10 11:28:20.044 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.044 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.044 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.044 INFO kablam! Sep 10 11:28:20.056 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.056 INFO kablam! --> tests/channels.rs:113:16 Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.056 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.056 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.056 INFO kablam! Sep 10 11:28:20.056 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.056 INFO kablam! --> tests/channels.rs:113:40 Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.056 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.056 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.056 INFO kablam! Sep 10 11:28:20.056 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.056 INFO kablam! --> tests/channels.rs:114:18 Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.056 INFO kablam! Sep 10 11:28:20.056 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.056 INFO kablam! --> tests/channels.rs:114:18 Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.056 INFO kablam! | Sep 10 11:28:20.056 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.056 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.056 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.056 INFO kablam! Sep 10 11:28:20.064 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.064 INFO kablam! --> tests/channels.rs:196:16 Sep 10 11:28:20.064 INFO kablam! | Sep 10 11:28:20.064 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.064 INFO kablam! | Sep 10 11:28:20.064 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.064 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.064 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.064 INFO kablam! Sep 10 11:28:20.071 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.071 INFO kablam! --> tests/channels.rs:196:40 Sep 10 11:28:20.071 INFO kablam! | Sep 10 11:28:20.071 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.071 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.071 INFO kablam! | Sep 10 11:28:20.071 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.071 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.071 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.071 INFO kablam! Sep 10 11:28:20.072 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.072 INFO kablam! --> tests/channels.rs:197:18 Sep 10 11:28:20.072 INFO kablam! | Sep 10 11:28:20.072 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.072 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.072 INFO kablam! | Sep 10 11:28:20.072 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.072 INFO kablam! Sep 10 11:28:20.072 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.072 INFO kablam! --> tests/channels.rs:197:18 Sep 10 11:28:20.072 INFO kablam! | Sep 10 11:28:20.072 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.072 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.072 INFO kablam! | Sep 10 11:28:20.072 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.072 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.072 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.072 INFO kablam! Sep 10 11:28:20.090 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.090 INFO kablam! --> tests/channels.rs:256:16 Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.090 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.090 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.090 INFO kablam! Sep 10 11:28:20.090 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.090 INFO kablam! --> tests/channels.rs:256:40 Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.090 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.090 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.090 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.090 INFO kablam! Sep 10 11:28:20.090 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.090 INFO kablam! --> tests/channels.rs:257:18 Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.090 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.090 INFO kablam! Sep 10 11:28:20.090 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.090 INFO kablam! --> tests/channels.rs:257:18 Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.090 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.090 INFO kablam! | Sep 10 11:28:20.090 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.090 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.090 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.090 INFO kablam! Sep 10 11:28:20.096 INFO kablam! error: aborting due to 16 previous errors Sep 10 11:28:20.096 INFO kablam! Sep 10 11:28:20.096 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:20.110 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:20.110 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:20.190 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.190 INFO kablam! --> tests/actors.rs:41:16 Sep 10 11:28:20.190 INFO kablam! | Sep 10 11:28:20.190 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.190 INFO kablam! | Sep 10 11:28:20.190 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.190 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.190 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.190 INFO kablam! Sep 10 11:28:20.191 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.191 INFO kablam! --> tests/actors.rs:41:40 Sep 10 11:28:20.191 INFO kablam! | Sep 10 11:28:20.191 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.191 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.191 INFO kablam! | Sep 10 11:28:20.191 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.191 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.191 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.191 INFO kablam! Sep 10 11:28:20.194 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.194 INFO kablam! --> tests/actors.rs:42:18 Sep 10 11:28:20.194 INFO kablam! | Sep 10 11:28:20.194 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.194 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.194 INFO kablam! | Sep 10 11:28:20.194 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.194 INFO kablam! Sep 10 11:28:20.194 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.194 INFO kablam! --> tests/actors.rs:42:18 Sep 10 11:28:20.194 INFO kablam! | Sep 10 11:28:20.194 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.194 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.194 INFO kablam! | Sep 10 11:28:20.194 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.194 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.194 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.194 INFO kablam! Sep 10 11:28:20.210 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.210 INFO kablam! --> tests/actors.rs:113:16 Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.210 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.210 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.210 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.210 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.210 INFO kablam! Sep 10 11:28:20.210 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.210 INFO kablam! --> tests/actors.rs:113:40 Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.210 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.210 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.210 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.210 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.210 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.210 INFO kablam! Sep 10 11:28:20.210 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.210 INFO kablam! --> tests/actors.rs:114:18 Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.210 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.210 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.210 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.210 INFO kablam! Sep 10 11:28:20.210 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.210 INFO kablam! --> tests/actors.rs:114:18 Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.210 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.210 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.210 INFO kablam! | Sep 10 11:28:20.211 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.211 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.211 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.211 INFO kablam! Sep 10 11:28:20.217 INFO kablam! error: aborting due to 8 previous errors Sep 10 11:28:20.217 INFO kablam! Sep 10 11:28:20.217 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:20.229 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:20.229 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:20.302 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.302 INFO kablam! --> tests/supervision.rs:114:16 Sep 10 11:28:20.302 INFO kablam! | Sep 10 11:28:20.302 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.302 INFO kablam! | Sep 10 11:28:20.302 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.302 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.302 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.302 INFO kablam! Sep 10 11:28:20.306 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.306 INFO kablam! --> tests/supervision.rs:114:40 Sep 10 11:28:20.306 INFO kablam! | Sep 10 11:28:20.306 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.306 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.306 INFO kablam! | Sep 10 11:28:20.306 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.306 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.306 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.306 INFO kablam! Sep 10 11:28:20.306 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.306 INFO kablam! --> tests/supervision.rs:115:18 Sep 10 11:28:20.306 INFO kablam! | Sep 10 11:28:20.306 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.306 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.306 INFO kablam! | Sep 10 11:28:20.306 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.306 INFO kablam! Sep 10 11:28:20.306 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.306 INFO kablam! --> tests/supervision.rs:115:18 Sep 10 11:28:20.306 INFO kablam! | Sep 10 11:28:20.306 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.306 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.306 INFO kablam! | Sep 10 11:28:20.306 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.306 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.306 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.306 INFO kablam! Sep 10 11:28:20.318 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.318 INFO kablam! --> tests/supervision.rs:201:16 Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.318 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.318 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.318 INFO kablam! Sep 10 11:28:20.318 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.318 INFO kablam! --> tests/supervision.rs:201:40 Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.318 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.318 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.318 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.318 INFO kablam! Sep 10 11:28:20.318 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.318 INFO kablam! --> tests/supervision.rs:202:18 Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.318 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.318 INFO kablam! Sep 10 11:28:20.318 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.318 INFO kablam! --> tests/supervision.rs:202:18 Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.318 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.318 INFO kablam! | Sep 10 11:28:20.318 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.318 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.319 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.319 INFO kablam! Sep 10 11:28:20.331 INFO kablam! error: aborting due to 8 previous errors Sep 10 11:28:20.331 INFO kablam! Sep 10 11:28:20.331 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:20.350 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:20.350 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:20.381 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.381 INFO kablam! --> tests/selection.rs:72:16 Sep 10 11:28:20.381 INFO kablam! | Sep 10 11:28:20.381 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.386 INFO kablam! | Sep 10 11:28:20.386 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.386 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.386 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.386 INFO kablam! Sep 10 11:28:20.386 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.386 INFO kablam! --> tests/selection.rs:72:40 Sep 10 11:28:20.386 INFO kablam! | Sep 10 11:28:20.386 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.386 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.386 INFO kablam! | Sep 10 11:28:20.386 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.386 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.386 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.386 INFO kablam! Sep 10 11:28:20.386 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.386 INFO kablam! --> tests/selection.rs:73:18 Sep 10 11:28:20.386 INFO kablam! | Sep 10 11:28:20.386 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.386 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.386 INFO kablam! | Sep 10 11:28:20.386 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.386 INFO kablam! Sep 10 11:28:20.386 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.386 INFO kablam! --> tests/selection.rs:73:18 Sep 10 11:28:20.386 INFO kablam! | Sep 10 11:28:20.386 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.386 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.386 INFO kablam! | Sep 10 11:28:20.386 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.386 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.386 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.386 INFO kablam! Sep 10 11:28:20.393 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.393 INFO kablam! --> tests/selection.rs:90:16 Sep 10 11:28:20.393 INFO kablam! | Sep 10 11:28:20.393 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.394 INFO kablam! | Sep 10 11:28:20.394 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.394 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.394 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.394 INFO kablam! Sep 10 11:28:20.398 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.398 INFO kablam! --> tests/selection.rs:90:40 Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.398 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.398 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.398 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.398 INFO kablam! Sep 10 11:28:20.398 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.398 INFO kablam! --> tests/selection.rs:91:18 Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.398 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.398 INFO kablam! Sep 10 11:28:20.398 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.398 INFO kablam! --> tests/selection.rs:91:18 Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.398 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.398 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.398 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.398 INFO kablam! Sep 10 11:28:20.398 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.398 INFO kablam! --> tests/selection.rs:112:16 Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.398 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.398 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.398 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.398 INFO kablam! Sep 10 11:28:20.398 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.398 INFO kablam! --> tests/selection.rs:112:40 Sep 10 11:28:20.398 INFO kablam! | Sep 10 11:28:20.399 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.399 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.399 INFO kablam! | Sep 10 11:28:20.399 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.399 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.399 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.399 INFO kablam! Sep 10 11:28:20.400 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.400 INFO kablam! --> tests/selection.rs:113:18 Sep 10 11:28:20.400 INFO kablam! | Sep 10 11:28:20.400 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.400 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.400 INFO kablam! | Sep 10 11:28:20.400 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.400 INFO kablam! Sep 10 11:28:20.400 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.400 INFO kablam! --> tests/selection.rs:113:18 Sep 10 11:28:20.400 INFO kablam! | Sep 10 11:28:20.400 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.400 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.400 INFO kablam! | Sep 10 11:28:20.400 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.400 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.400 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.400 INFO kablam! Sep 10 11:28:20.410 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.410 INFO kablam! --> tests/selection.rs:177:16 Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.410 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.410 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.410 INFO kablam! Sep 10 11:28:20.410 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.410 INFO kablam! --> tests/selection.rs:177:40 Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.410 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.410 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.410 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.410 INFO kablam! Sep 10 11:28:20.410 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.410 INFO kablam! --> tests/selection.rs:178:18 Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.410 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.410 INFO kablam! Sep 10 11:28:20.410 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.410 INFO kablam! --> tests/selection.rs:178:18 Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.410 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.410 INFO kablam! | Sep 10 11:28:20.410 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.410 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.410 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.410 INFO kablam! Sep 10 11:28:20.426 INFO kablam! error: aborting due to 16 previous errors Sep 10 11:28:20.426 INFO kablam! Sep 10 11:28:20.426 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:20.446 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:20.446 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:20.526 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.526 INFO kablam! --> tests/system.rs:52:16 Sep 10 11:28:20.526 INFO kablam! | Sep 10 11:28:20.526 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.526 INFO kablam! | Sep 10 11:28:20.526 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.526 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.526 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.526 INFO kablam! Sep 10 11:28:20.526 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.526 INFO kablam! --> tests/system.rs:52:40 Sep 10 11:28:20.526 INFO kablam! | Sep 10 11:28:20.526 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.526 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.526 INFO kablam! | Sep 10 11:28:20.526 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.526 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.526 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.526 INFO kablam! Sep 10 11:28:20.526 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.526 INFO kablam! --> tests/system.rs:53:18 Sep 10 11:28:20.526 INFO kablam! | Sep 10 11:28:20.526 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.526 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.526 INFO kablam! | Sep 10 11:28:20.526 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.526 INFO kablam! Sep 10 11:28:20.526 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.526 INFO kablam! --> tests/system.rs:53:18 Sep 10 11:28:20.526 INFO kablam! | Sep 10 11:28:20.527 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.527 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.527 INFO kablam! | Sep 10 11:28:20.527 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.527 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.527 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.527 INFO kablam! Sep 10 11:28:20.534 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.534 INFO kablam! --> tests/system.rs:65:16 Sep 10 11:28:20.534 INFO kablam! | Sep 10 11:28:20.534 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.534 INFO kablam! | Sep 10 11:28:20.534 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.534 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.534 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.534 INFO kablam! Sep 10 11:28:20.534 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.534 INFO kablam! --> tests/system.rs:65:40 Sep 10 11:28:20.534 INFO kablam! | Sep 10 11:28:20.534 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.534 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.534 INFO kablam! | Sep 10 11:28:20.534 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.534 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.534 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.534 INFO kablam! Sep 10 11:28:20.534 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.535 INFO kablam! --> tests/system.rs:66:18 Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.535 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.535 INFO kablam! Sep 10 11:28:20.535 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.535 INFO kablam! --> tests/system.rs:66:18 Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.535 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.535 INFO kablam! Sep 10 11:28:20.535 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.535 INFO kablam! --> tests/system.rs:79:16 Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.535 INFO kablam! Sep 10 11:28:20.535 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.535 INFO kablam! --> tests/system.rs:79:40 Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.535 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.535 INFO kablam! Sep 10 11:28:20.535 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.535 INFO kablam! --> tests/system.rs:80:18 Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.535 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.535 INFO kablam! Sep 10 11:28:20.535 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.535 INFO kablam! --> tests/system.rs:80:18 Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.535 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.535 INFO kablam! | Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.535 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.535 INFO kablam! Sep 10 11:28:20.546 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.546 INFO kablam! --> tests/system.rs:105:16 Sep 10 11:28:20.546 INFO kablam! | Sep 10 11:28:20.546 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.546 INFO kablam! | Sep 10 11:28:20.546 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.546 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.546 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.546 INFO kablam! Sep 10 11:28:20.546 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.546 INFO kablam! --> tests/system.rs:105:40 Sep 10 11:28:20.547 INFO kablam! | Sep 10 11:28:20.547 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 10 11:28:20.547 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.547 INFO kablam! | Sep 10 11:28:20.547 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.547 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.547 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.547 INFO kablam! Sep 10 11:28:20.547 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 10 11:28:20.547 INFO kablam! --> tests/system.rs:106:18 Sep 10 11:28:20.547 INFO kablam! | Sep 10 11:28:20.547 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.547 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 10 11:28:20.547 INFO kablam! | Sep 10 11:28:20.547 INFO kablam! = note: required by `>::new` Sep 10 11:28:20.547 INFO kablam! Sep 10 11:28:20.547 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 10 11:28:20.547 INFO kablam! --> tests/system.rs:106:18 Sep 10 11:28:20.547 INFO kablam! | Sep 10 11:28:20.547 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 10 11:28:20.547 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 10 11:28:20.547 INFO kablam! | Sep 10 11:28:20.547 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 10 11:28:20.547 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 10 11:28:20.547 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 10 11:28:20.547 INFO kablam! Sep 10 11:28:20.550 INFO kablam! error: aborting due to 16 previous errors Sep 10 11:28:20.558 INFO kablam! Sep 10 11:28:20.558 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 11:28:20.566 INFO kablam! error: Could not compile `riker`. Sep 10 11:28:20.566 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:28:21.326 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 10 11:28:21.326 INFO kablam! --> src/lib.rs:2:12 Sep 10 11:28:21.326 INFO kablam! | Sep 10 11:28:21.326 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 10 11:28:21.326 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 10 11:28:21.326 INFO kablam! | Sep 10 11:28:21.326 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 11:28:21.326 INFO kablam! Sep 10 11:28:21.410 INFO kablam! error: build failed Sep 10 11:28:21.419 INFO kablam! su: No module specific data is present Sep 10 11:28:22.290 INFO running `"docker" "rm" "-f" "e9bef5356f6547455aadde217c0af04540b93d2916cc7a8e89a768039f63134b"` Sep 10 11:28:22.359 INFO blam! e9bef5356f6547455aadde217c0af04540b93d2916cc7a8e89a768039f63134b