Sep 04 06:05:13.967 INFO checking riker-0.1.5 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 06:05:13.967 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 06:05:13.967 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:05:14.197 INFO blam! 4a833682203c7e841f0e46b0fb8ed5ea3f57aad104b7e29d4a5fbf2f8f00f59d Sep 04 06:05:14.199 INFO running `"docker" "start" "-a" "4a833682203c7e841f0e46b0fb8ed5ea3f57aad104b7e29d4a5fbf2f8f00f59d"` Sep 04 06:05:15.118 INFO kablam! Checking runtime-fmt v0.3.0 Sep 04 06:05:15.123 INFO kablam! Checking riker-testkit v0.1.0 Sep 04 06:05:15.127 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 04 06:05:15.130 INFO kablam! Checking riker-timer v0.1.7 Sep 04 06:05:15.133 INFO kablam! Checking riker-deadletter v0.1.7 Sep 04 06:05:15.136 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 04 06:05:15.139 INFO kablam! Checking riker-mapvec v0.1.7 Sep 04 06:05:17.562 INFO kablam! Checking riker-log v0.1.7 Sep 04 06:05:21.304 INFO kablam! Checking riker-default v0.1.7 Sep 04 06:05:22.710 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 04 06:05:22.710 INFO kablam! --> src/lib.rs:2:12 Sep 04 06:05:22.710 INFO kablam! | Sep 04 06:05:22.710 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 04 06:05:22.710 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 06:05:22.710 INFO kablam! | Sep 04 06:05:22.711 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 06:05:22.711 INFO kablam! Sep 04 06:05:31.170 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.170 INFO kablam! --> tests/channels.rs:92:16 Sep 04 06:05:31.170 INFO kablam! | Sep 04 06:05:31.170 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.170 INFO kablam! | Sep 04 06:05:31.170 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.170 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.170 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.171 INFO kablam! Sep 04 06:05:31.171 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.171 INFO kablam! --> tests/channels.rs:92:40 Sep 04 06:05:31.171 INFO kablam! | Sep 04 06:05:31.171 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.171 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.171 INFO kablam! | Sep 04 06:05:31.171 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.172 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.172 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.172 INFO kablam! Sep 04 06:05:31.172 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.173 INFO kablam! --> tests/channels.rs:93:18 Sep 04 06:05:31.173 INFO kablam! | Sep 04 06:05:31.173 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.173 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.173 INFO kablam! | Sep 04 06:05:31.173 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.173 INFO kablam! Sep 04 06:05:31.173 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.173 INFO kablam! --> tests/channels.rs:93:18 Sep 04 06:05:31.173 INFO kablam! | Sep 04 06:05:31.173 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.173 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.174 INFO kablam! | Sep 04 06:05:31.174 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.174 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.174 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.174 INFO kablam! Sep 04 06:05:31.207 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.207 INFO kablam! --> tests/channels.rs:113:16 Sep 04 06:05:31.207 INFO kablam! | Sep 04 06:05:31.207 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.208 INFO kablam! | Sep 04 06:05:31.208 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.208 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.208 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.208 INFO kablam! Sep 04 06:05:31.208 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.208 INFO kablam! --> tests/channels.rs:113:40 Sep 04 06:05:31.208 INFO kablam! | Sep 04 06:05:31.208 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.208 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.209 INFO kablam! | Sep 04 06:05:31.209 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.209 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.209 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.209 INFO kablam! Sep 04 06:05:31.209 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.209 INFO kablam! --> tests/channels.rs:114:18 Sep 04 06:05:31.209 INFO kablam! | Sep 04 06:05:31.209 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.209 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.209 INFO kablam! | Sep 04 06:05:31.209 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.209 INFO kablam! Sep 04 06:05:31.210 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.210 INFO kablam! --> tests/channels.rs:114:18 Sep 04 06:05:31.210 INFO kablam! | Sep 04 06:05:31.210 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.210 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.210 INFO kablam! | Sep 04 06:05:31.210 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.210 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.210 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.210 INFO kablam! Sep 04 06:05:31.232 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.233 INFO kablam! --> tests/channels.rs:196:16 Sep 04 06:05:31.233 INFO kablam! | Sep 04 06:05:31.233 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.233 INFO kablam! | Sep 04 06:05:31.233 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.233 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.233 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.233 INFO kablam! Sep 04 06:05:31.234 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.234 INFO kablam! --> tests/channels.rs:196:40 Sep 04 06:05:31.234 INFO kablam! | Sep 04 06:05:31.234 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.234 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.234 INFO kablam! | Sep 04 06:05:31.234 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.235 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.235 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.235 INFO kablam! Sep 04 06:05:31.236 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.236 INFO kablam! --> tests/channels.rs:197:18 Sep 04 06:05:31.236 INFO kablam! | Sep 04 06:05:31.236 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.236 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.236 INFO kablam! | Sep 04 06:05:31.236 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.236 INFO kablam! Sep 04 06:05:31.237 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.237 INFO kablam! --> tests/channels.rs:197:18 Sep 04 06:05:31.237 INFO kablam! | Sep 04 06:05:31.237 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.237 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.237 INFO kablam! | Sep 04 06:05:31.237 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.237 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.237 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.237 INFO kablam! Sep 04 06:05:31.256 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.256 INFO kablam! --> tests/channels.rs:256:16 Sep 04 06:05:31.256 INFO kablam! | Sep 04 06:05:31.256 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.256 INFO kablam! | Sep 04 06:05:31.256 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.257 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.257 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.257 INFO kablam! Sep 04 06:05:31.258 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.258 INFO kablam! --> tests/channels.rs:256:40 Sep 04 06:05:31.258 INFO kablam! | Sep 04 06:05:31.258 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.258 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.258 INFO kablam! | Sep 04 06:05:31.258 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.258 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.258 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.259 INFO kablam! Sep 04 06:05:31.259 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.259 INFO kablam! --> tests/channels.rs:257:18 Sep 04 06:05:31.259 INFO kablam! | Sep 04 06:05:31.259 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.260 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.260 INFO kablam! | Sep 04 06:05:31.260 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.260 INFO kablam! Sep 04 06:05:31.260 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.260 INFO kablam! --> tests/channels.rs:257:18 Sep 04 06:05:31.260 INFO kablam! | Sep 04 06:05:31.260 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.261 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.261 INFO kablam! | Sep 04 06:05:31.261 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.261 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.261 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.261 INFO kablam! Sep 04 06:05:31.279 INFO kablam! error: aborting due to 16 previous errors Sep 04 06:05:31.286 INFO kablam! Sep 04 06:05:31.287 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:31.315 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:31.315 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:31.700 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.700 INFO kablam! --> tests/actors.rs:41:16 Sep 04 06:05:31.700 INFO kablam! | Sep 04 06:05:31.700 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.700 INFO kablam! | Sep 04 06:05:31.700 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.700 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.700 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.700 INFO kablam! Sep 04 06:05:31.701 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.701 INFO kablam! --> tests/actors.rs:41:40 Sep 04 06:05:31.701 INFO kablam! | Sep 04 06:05:31.701 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.701 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.710 INFO kablam! | Sep 04 06:05:31.711 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.711 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.711 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.711 INFO kablam! Sep 04 06:05:31.712 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.713 INFO kablam! --> tests/actors.rs:42:18 Sep 04 06:05:31.713 INFO kablam! | Sep 04 06:05:31.713 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.713 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.713 INFO kablam! | Sep 04 06:05:31.713 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.713 INFO kablam! Sep 04 06:05:31.714 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.714 INFO kablam! --> tests/actors.rs:42:18 Sep 04 06:05:31.714 INFO kablam! | Sep 04 06:05:31.714 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.714 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.714 INFO kablam! | Sep 04 06:05:31.714 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.714 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.714 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.714 INFO kablam! Sep 04 06:05:31.721 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.721 INFO kablam! --> tests/system.rs:52:16 Sep 04 06:05:31.721 INFO kablam! | Sep 04 06:05:31.721 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.721 INFO kablam! | Sep 04 06:05:31.722 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.722 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.722 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.722 INFO kablam! Sep 04 06:05:31.723 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.723 INFO kablam! --> tests/system.rs:52:40 Sep 04 06:05:31.723 INFO kablam! | Sep 04 06:05:31.723 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.724 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.724 INFO kablam! | Sep 04 06:05:31.724 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.724 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.724 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.724 INFO kablam! Sep 04 06:05:31.726 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.726 INFO kablam! --> tests/system.rs:53:18 Sep 04 06:05:31.726 INFO kablam! | Sep 04 06:05:31.726 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.726 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.726 INFO kablam! | Sep 04 06:05:31.726 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.726 INFO kablam! Sep 04 06:05:31.730 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.730 INFO kablam! --> tests/system.rs:53:18 Sep 04 06:05:31.731 INFO kablam! | Sep 04 06:05:31.731 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.731 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.731 INFO kablam! | Sep 04 06:05:31.731 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.731 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.731 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.731 INFO kablam! Sep 04 06:05:31.737 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.737 INFO kablam! --> tests/system.rs:65:16 Sep 04 06:05:31.737 INFO kablam! | Sep 04 06:05:31.737 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.737 INFO kablam! | Sep 04 06:05:31.737 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.737 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.737 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.737 INFO kablam! Sep 04 06:05:31.739 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.739 INFO kablam! --> tests/system.rs:65:40 Sep 04 06:05:31.739 INFO kablam! | Sep 04 06:05:31.739 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.739 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.739 INFO kablam! | Sep 04 06:05:31.739 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.739 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.739 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.739 INFO kablam! Sep 04 06:05:31.740 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.740 INFO kablam! --> tests/system.rs:66:18 Sep 04 06:05:31.740 INFO kablam! | Sep 04 06:05:31.740 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.740 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.740 INFO kablam! | Sep 04 06:05:31.740 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.740 INFO kablam! Sep 04 06:05:31.741 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.741 INFO kablam! --> tests/system.rs:66:18 Sep 04 06:05:31.741 INFO kablam! | Sep 04 06:05:31.741 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.741 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.741 INFO kablam! | Sep 04 06:05:31.741 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.741 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.741 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.741 INFO kablam! Sep 04 06:05:31.746 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.746 INFO kablam! --> tests/system.rs:79:16 Sep 04 06:05:31.746 INFO kablam! | Sep 04 06:05:31.746 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.746 INFO kablam! | Sep 04 06:05:31.746 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.746 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.746 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.746 INFO kablam! Sep 04 06:05:31.748 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.748 INFO kablam! --> tests/system.rs:79:40 Sep 04 06:05:31.748 INFO kablam! | Sep 04 06:05:31.748 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.748 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.748 INFO kablam! | Sep 04 06:05:31.748 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.748 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.748 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.748 INFO kablam! Sep 04 06:05:31.749 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.749 INFO kablam! --> tests/system.rs:80:18 Sep 04 06:05:31.749 INFO kablam! | Sep 04 06:05:31.749 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.749 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.749 INFO kablam! | Sep 04 06:05:31.749 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.749 INFO kablam! Sep 04 06:05:31.750 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.750 INFO kablam! --> tests/system.rs:80:18 Sep 04 06:05:31.750 INFO kablam! | Sep 04 06:05:31.750 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.750 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.750 INFO kablam! | Sep 04 06:05:31.750 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.750 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.750 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.750 INFO kablam! Sep 04 06:05:31.770 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.770 INFO kablam! --> tests/system.rs:105:16 Sep 04 06:05:31.770 INFO kablam! | Sep 04 06:05:31.770 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.770 INFO kablam! | Sep 04 06:05:31.770 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.770 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.770 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.770 INFO kablam! Sep 04 06:05:31.772 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.772 INFO kablam! --> tests/system.rs:105:40 Sep 04 06:05:31.772 INFO kablam! | Sep 04 06:05:31.772 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.772 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.772 INFO kablam! | Sep 04 06:05:31.772 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.772 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.772 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.772 INFO kablam! Sep 04 06:05:31.773 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.773 INFO kablam! --> tests/system.rs:106:18 Sep 04 06:05:31.773 INFO kablam! | Sep 04 06:05:31.773 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.773 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.773 INFO kablam! | Sep 04 06:05:31.773 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.773 INFO kablam! Sep 04 06:05:31.774 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.774 INFO kablam! --> tests/system.rs:106:18 Sep 04 06:05:31.774 INFO kablam! | Sep 04 06:05:31.774 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.774 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.774 INFO kablam! | Sep 04 06:05:31.774 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.774 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.774 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.774 INFO kablam! Sep 04 06:05:31.786 INFO kablam! error: aborting due to 16 previous errors Sep 04 06:05:31.786 INFO kablam! Sep 04 06:05:31.786 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:31.794 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.794 INFO kablam! --> tests/actors.rs:113:16 Sep 04 06:05:31.794 INFO kablam! | Sep 04 06:05:31.794 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.794 INFO kablam! | Sep 04 06:05:31.794 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.801 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:31.801 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:31.801 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.801 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.801 INFO kablam! Sep 04 06:05:31.802 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.802 INFO kablam! --> tests/actors.rs:113:40 Sep 04 06:05:31.802 INFO kablam! | Sep 04 06:05:31.802 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:31.802 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.802 INFO kablam! | Sep 04 06:05:31.802 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.802 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.802 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.802 INFO kablam! Sep 04 06:05:31.803 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:31.803 INFO kablam! --> tests/actors.rs:114:18 Sep 04 06:05:31.803 INFO kablam! | Sep 04 06:05:31.803 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.803 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:31.803 INFO kablam! | Sep 04 06:05:31.803 INFO kablam! = note: required by `>::new` Sep 04 06:05:31.803 INFO kablam! Sep 04 06:05:31.804 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:31.804 INFO kablam! --> tests/actors.rs:114:18 Sep 04 06:05:31.804 INFO kablam! | Sep 04 06:05:31.804 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:31.804 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:31.804 INFO kablam! | Sep 04 06:05:31.804 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:31.805 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:31.805 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:31.805 INFO kablam! Sep 04 06:05:31.818 INFO kablam! error: aborting due to 8 previous errors Sep 04 06:05:31.818 INFO kablam! Sep 04 06:05:31.819 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:31.832 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:31.833 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:32.422 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.422 INFO kablam! --> tests/selection.rs:72:16 Sep 04 06:05:32.422 INFO kablam! | Sep 04 06:05:32.422 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.422 INFO kablam! | Sep 04 06:05:32.422 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.422 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.422 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.422 INFO kablam! Sep 04 06:05:32.423 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.423 INFO kablam! --> tests/selection.rs:72:40 Sep 04 06:05:32.423 INFO kablam! | Sep 04 06:05:32.423 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.423 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.423 INFO kablam! | Sep 04 06:05:32.423 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.423 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.423 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.423 INFO kablam! Sep 04 06:05:32.424 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:32.424 INFO kablam! --> tests/selection.rs:73:18 Sep 04 06:05:32.424 INFO kablam! | Sep 04 06:05:32.424 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.424 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:32.424 INFO kablam! | Sep 04 06:05:32.424 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.424 INFO kablam! Sep 04 06:05:32.424 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.424 INFO kablam! --> tests/selection.rs:73:18 Sep 04 06:05:32.424 INFO kablam! | Sep 04 06:05:32.424 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.424 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.424 INFO kablam! | Sep 04 06:05:32.424 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.424 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.430 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.430 INFO kablam! Sep 04 06:05:32.459 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.459 INFO kablam! --> tests/selection.rs:90:16 Sep 04 06:05:32.459 INFO kablam! | Sep 04 06:05:32.459 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.459 INFO kablam! | Sep 04 06:05:32.459 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.459 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.459 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.460 INFO kablam! Sep 04 06:05:32.460 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.460 INFO kablam! --> tests/selection.rs:90:40 Sep 04 06:05:32.460 INFO kablam! | Sep 04 06:05:32.460 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.460 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.460 INFO kablam! | Sep 04 06:05:32.460 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.460 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.460 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.460 INFO kablam! Sep 04 06:05:32.460 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:32.461 INFO kablam! --> tests/selection.rs:91:18 Sep 04 06:05:32.461 INFO kablam! | Sep 04 06:05:32.461 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.461 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:32.461 INFO kablam! | Sep 04 06:05:32.461 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.461 INFO kablam! Sep 04 06:05:32.461 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.461 INFO kablam! --> tests/selection.rs:91:18 Sep 04 06:05:32.461 INFO kablam! | Sep 04 06:05:32.461 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.461 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.461 INFO kablam! | Sep 04 06:05:32.461 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.461 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.461 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.461 INFO kablam! Sep 04 06:05:32.468 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.468 INFO kablam! --> tests/selection.rs:112:16 Sep 04 06:05:32.468 INFO kablam! | Sep 04 06:05:32.468 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.474 INFO kablam! | Sep 04 06:05:32.474 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.474 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.474 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.475 INFO kablam! Sep 04 06:05:32.475 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.475 INFO kablam! --> tests/selection.rs:112:40 Sep 04 06:05:32.475 INFO kablam! | Sep 04 06:05:32.475 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.476 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.476 INFO kablam! | Sep 04 06:05:32.476 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.476 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.476 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.476 INFO kablam! Sep 04 06:05:32.476 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:32.476 INFO kablam! --> tests/selection.rs:113:18 Sep 04 06:05:32.476 INFO kablam! | Sep 04 06:05:32.476 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.476 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:32.476 INFO kablam! | Sep 04 06:05:32.476 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.476 INFO kablam! Sep 04 06:05:32.477 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.477 INFO kablam! --> tests/selection.rs:113:18 Sep 04 06:05:32.477 INFO kablam! | Sep 04 06:05:32.477 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.477 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.477 INFO kablam! | Sep 04 06:05:32.477 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.477 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.477 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.477 INFO kablam! Sep 04 06:05:32.497 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.497 INFO kablam! --> tests/selection.rs:177:16 Sep 04 06:05:32.497 INFO kablam! | Sep 04 06:05:32.497 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.498 INFO kablam! | Sep 04 06:05:32.498 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.498 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.498 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.498 INFO kablam! Sep 04 06:05:32.498 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.498 INFO kablam! --> tests/selection.rs:177:40 Sep 04 06:05:32.498 INFO kablam! | Sep 04 06:05:32.498 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.498 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.498 INFO kablam! | Sep 04 06:05:32.498 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.499 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.499 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.499 INFO kablam! Sep 04 06:05:32.499 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:32.499 INFO kablam! --> tests/selection.rs:178:18 Sep 04 06:05:32.499 INFO kablam! | Sep 04 06:05:32.499 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.499 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:32.499 INFO kablam! | Sep 04 06:05:32.499 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.499 INFO kablam! Sep 04 06:05:32.499 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.499 INFO kablam! --> tests/selection.rs:178:18 Sep 04 06:05:32.499 INFO kablam! | Sep 04 06:05:32.499 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.499 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.500 INFO kablam! | Sep 04 06:05:32.500 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.500 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.500 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.500 INFO kablam! Sep 04 06:05:32.525 INFO kablam! error: aborting due to 16 previous errors Sep 04 06:05:32.525 INFO kablam! Sep 04 06:05:32.526 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:32.551 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:32.551 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:32.713 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.713 INFO kablam! --> tests/supervision.rs:114:16 Sep 04 06:05:32.713 INFO kablam! | Sep 04 06:05:32.713 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.713 INFO kablam! | Sep 04 06:05:32.713 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.714 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.714 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.714 INFO kablam! Sep 04 06:05:32.714 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.714 INFO kablam! --> tests/supervision.rs:114:40 Sep 04 06:05:32.714 INFO kablam! | Sep 04 06:05:32.714 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.714 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.714 INFO kablam! | Sep 04 06:05:32.714 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.714 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.715 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.715 INFO kablam! Sep 04 06:05:32.715 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:32.715 INFO kablam! --> tests/supervision.rs:115:18 Sep 04 06:05:32.715 INFO kablam! | Sep 04 06:05:32.715 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.715 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:32.715 INFO kablam! | Sep 04 06:05:32.716 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.716 INFO kablam! Sep 04 06:05:32.716 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.716 INFO kablam! --> tests/supervision.rs:115:18 Sep 04 06:05:32.716 INFO kablam! | Sep 04 06:05:32.716 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.716 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.716 INFO kablam! | Sep 04 06:05:32.716 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.716 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.716 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.716 INFO kablam! Sep 04 06:05:32.765 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.765 INFO kablam! --> tests/supervision.rs:201:16 Sep 04 06:05:32.765 INFO kablam! | Sep 04 06:05:32.765 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.765 INFO kablam! | Sep 04 06:05:32.765 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.765 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.766 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.766 INFO kablam! Sep 04 06:05:32.766 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.766 INFO kablam! --> tests/supervision.rs:201:40 Sep 04 06:05:32.766 INFO kablam! | Sep 04 06:05:32.766 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:32.766 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.766 INFO kablam! | Sep 04 06:05:32.766 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.766 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.767 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.767 INFO kablam! Sep 04 06:05:32.767 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:32.767 INFO kablam! --> tests/supervision.rs:202:18 Sep 04 06:05:32.767 INFO kablam! | Sep 04 06:05:32.767 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.767 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:32.767 INFO kablam! | Sep 04 06:05:32.767 INFO kablam! = note: required by `>::new` Sep 04 06:05:32.767 INFO kablam! Sep 04 06:05:32.767 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:32.767 INFO kablam! --> tests/supervision.rs:202:18 Sep 04 06:05:32.767 INFO kablam! | Sep 04 06:05:32.767 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:32.767 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:32.767 INFO kablam! | Sep 04 06:05:32.767 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:32.767 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:32.767 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:32.767 INFO kablam! Sep 04 06:05:32.788 INFO kablam! error: aborting due to 8 previous errors Sep 04 06:05:32.788 INFO kablam! Sep 04 06:05:32.788 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:32.809 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:32.809 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:35.445 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 04 06:05:35.445 INFO kablam! --> src/lib.rs:2:12 Sep 04 06:05:35.445 INFO kablam! | Sep 04 06:05:35.445 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 04 06:05:35.445 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 06:05:35.445 INFO kablam! | Sep 04 06:05:35.445 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 06:05:35.445 INFO kablam! Sep 04 06:05:35.619 INFO kablam! error: build failed Sep 04 06:05:35.621 INFO kablam! su: No module specific data is present Sep 04 06:05:36.227 INFO running `"docker" "rm" "-f" "4a833682203c7e841f0e46b0fb8ed5ea3f57aad104b7e29d4a5fbf2f8f00f59d"` Sep 04 06:05:36.407 INFO blam! 4a833682203c7e841f0e46b0fb8ed5ea3f57aad104b7e29d4a5fbf2f8f00f59d