Sep 19 19:50:26.906 INFO checking riker-0.1.5 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 19:50:26.906 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 19:50:26.906 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:50:27.192 INFO blam! 57cea58585641b0554421ff9fb90aa687452cee119f579edc438cfe5f8dbd806 Sep 19 19:50:27.201 INFO running `"docker" "start" "-a" "57cea58585641b0554421ff9fb90aa687452cee119f579edc438cfe5f8dbd806"` Sep 19 19:50:28.714 INFO kablam! usermod: no changes Sep 19 19:50:28.895 INFO kablam! Checking riker v0.1.5 (/source) Sep 19 19:50:32.616 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 19:50:32.616 INFO kablam! --> src/lib.rs:2:12 Sep 19 19:50:32.616 INFO kablam! | Sep 19 19:50:32.616 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 19:50:32.616 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:50:32.616 INFO kablam! | Sep 19 19:50:32.616 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:50:32.616 INFO kablam! Sep 19 19:50:32.922 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 19:50:32.922 INFO kablam! --> src/lib.rs:2:12 Sep 19 19:50:32.923 INFO kablam! | Sep 19 19:50:32.923 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 19:50:32.924 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:50:32.924 INFO kablam! | Sep 19 19:50:32.924 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:50:32.925 INFO kablam! Sep 19 19:50:35.810 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.810 INFO kablam! --> tests/channels.rs:92:16 Sep 19 19:50:35.810 INFO kablam! | Sep 19 19:50:35.810 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.810 INFO kablam! | Sep 19 19:50:35.810 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.810 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.810 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.810 INFO kablam! Sep 19 19:50:35.811 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.811 INFO kablam! --> tests/channels.rs:92:40 Sep 19 19:50:35.811 INFO kablam! | Sep 19 19:50:35.811 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.811 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.811 INFO kablam! | Sep 19 19:50:35.811 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.811 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.811 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.811 INFO kablam! Sep 19 19:50:35.812 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:35.812 INFO kablam! --> tests/channels.rs:93:18 Sep 19 19:50:35.812 INFO kablam! | Sep 19 19:50:35.812 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.812 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:35.812 INFO kablam! | Sep 19 19:50:35.812 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.812 INFO kablam! Sep 19 19:50:35.812 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.812 INFO kablam! --> tests/channels.rs:93:18 Sep 19 19:50:35.812 INFO kablam! | Sep 19 19:50:35.812 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.812 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.812 INFO kablam! | Sep 19 19:50:35.812 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.812 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.812 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.812 INFO kablam! Sep 19 19:50:35.828 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.828 INFO kablam! --> tests/channels.rs:113:16 Sep 19 19:50:35.828 INFO kablam! | Sep 19 19:50:35.828 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.839 INFO kablam! | Sep 19 19:50:35.839 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.839 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.839 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.839 INFO kablam! Sep 19 19:50:35.840 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.840 INFO kablam! --> tests/channels.rs:113:40 Sep 19 19:50:35.840 INFO kablam! | Sep 19 19:50:35.840 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.840 INFO kablam! | Sep 19 19:50:35.840 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.840 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.840 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.840 INFO kablam! Sep 19 19:50:35.840 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:35.840 INFO kablam! --> tests/channels.rs:114:18 Sep 19 19:50:35.840 INFO kablam! | Sep 19 19:50:35.840 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.840 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:35.840 INFO kablam! | Sep 19 19:50:35.840 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.840 INFO kablam! Sep 19 19:50:35.841 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.841 INFO kablam! --> tests/channels.rs:114:18 Sep 19 19:50:35.841 INFO kablam! | Sep 19 19:50:35.841 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.841 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.841 INFO kablam! | Sep 19 19:50:35.841 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.841 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.841 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.841 INFO kablam! Sep 19 19:50:35.850 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.850 INFO kablam! --> tests/channels.rs:196:16 Sep 19 19:50:35.850 INFO kablam! | Sep 19 19:50:35.850 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.871 INFO kablam! | Sep 19 19:50:35.871 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.871 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.871 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.871 INFO kablam! Sep 19 19:50:35.872 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.872 INFO kablam! --> tests/channels.rs:196:40 Sep 19 19:50:35.872 INFO kablam! | Sep 19 19:50:35.872 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.872 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.872 INFO kablam! | Sep 19 19:50:35.872 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.872 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.872 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.872 INFO kablam! Sep 19 19:50:35.873 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:35.873 INFO kablam! --> tests/channels.rs:197:18 Sep 19 19:50:35.873 INFO kablam! | Sep 19 19:50:35.873 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:35.873 INFO kablam! | Sep 19 19:50:35.873 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.873 INFO kablam! Sep 19 19:50:35.873 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.873 INFO kablam! --> tests/channels.rs:197:18 Sep 19 19:50:35.873 INFO kablam! | Sep 19 19:50:35.873 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.873 INFO kablam! | Sep 19 19:50:35.874 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.874 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.874 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.874 INFO kablam! Sep 19 19:50:35.882 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.882 INFO kablam! --> tests/channels.rs:256:16 Sep 19 19:50:35.882 INFO kablam! | Sep 19 19:50:35.882 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.891 INFO kablam! | Sep 19 19:50:35.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.891 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.891 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.891 INFO kablam! Sep 19 19:50:35.892 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.892 INFO kablam! --> tests/channels.rs:256:40 Sep 19 19:50:35.892 INFO kablam! | Sep 19 19:50:35.892 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:35.892 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.892 INFO kablam! | Sep 19 19:50:35.892 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.892 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.893 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.893 INFO kablam! Sep 19 19:50:35.893 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:35.893 INFO kablam! --> tests/channels.rs:257:18 Sep 19 19:50:35.893 INFO kablam! | Sep 19 19:50:35.893 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.893 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:35.894 INFO kablam! | Sep 19 19:50:35.894 INFO kablam! = note: required by `>::new` Sep 19 19:50:35.894 INFO kablam! Sep 19 19:50:35.894 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:35.894 INFO kablam! --> tests/channels.rs:257:18 Sep 19 19:50:35.894 INFO kablam! | Sep 19 19:50:35.895 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:35.895 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:35.895 INFO kablam! | Sep 19 19:50:35.895 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:35.895 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:35.895 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:35.895 INFO kablam! Sep 19 19:50:35.906 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:50:35.927 INFO kablam! Sep 19 19:50:35.927 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:35.963 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:35.963 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:36.775 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.775 INFO kablam! --> tests/selection.rs:72:16 Sep 19 19:50:36.775 INFO kablam! | Sep 19 19:50:36.775 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.775 INFO kablam! | Sep 19 19:50:36.775 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.775 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.775 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.775 INFO kablam! Sep 19 19:50:36.775 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.775 INFO kablam! --> tests/selection.rs:72:40 Sep 19 19:50:36.775 INFO kablam! | Sep 19 19:50:36.775 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.775 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.775 INFO kablam! | Sep 19 19:50:36.775 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.775 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.775 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.775 INFO kablam! Sep 19 19:50:36.775 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:36.775 INFO kablam! --> tests/selection.rs:73:18 Sep 19 19:50:36.775 INFO kablam! | Sep 19 19:50:36.775 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.775 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:36.775 INFO kablam! | Sep 19 19:50:36.775 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.775 INFO kablam! Sep 19 19:50:36.775 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.775 INFO kablam! --> tests/selection.rs:73:18 Sep 19 19:50:36.775 INFO kablam! | Sep 19 19:50:36.775 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.775 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.779 INFO kablam! | Sep 19 19:50:36.779 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.779 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.779 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.779 INFO kablam! Sep 19 19:50:36.795 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.795 INFO kablam! --> tests/selection.rs:90:16 Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.795 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.795 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.795 INFO kablam! Sep 19 19:50:36.795 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.795 INFO kablam! --> tests/selection.rs:90:40 Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.795 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.795 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.795 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.795 INFO kablam! Sep 19 19:50:36.795 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:36.795 INFO kablam! --> tests/selection.rs:91:18 Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.795 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.795 INFO kablam! Sep 19 19:50:36.795 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.795 INFO kablam! --> tests/selection.rs:91:18 Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.795 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.795 INFO kablam! | Sep 19 19:50:36.795 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.795 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.795 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.795 INFO kablam! Sep 19 19:50:36.803 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.803 INFO kablam! --> tests/selection.rs:112:16 Sep 19 19:50:36.803 INFO kablam! | Sep 19 19:50:36.803 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.803 INFO kablam! | Sep 19 19:50:36.803 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.803 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.803 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.803 INFO kablam! Sep 19 19:50:36.803 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.803 INFO kablam! --> tests/selection.rs:112:40 Sep 19 19:50:36.803 INFO kablam! | Sep 19 19:50:36.803 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.803 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.803 INFO kablam! | Sep 19 19:50:36.803 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.803 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.803 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.803 INFO kablam! Sep 19 19:50:36.803 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.803 INFO kablam! --> tests/actors.rs:41:16 Sep 19 19:50:36.803 INFO kablam! | Sep 19 19:50:36.803 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.803 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:36.804 INFO kablam! --> tests/selection.rs:113:18 Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.804 INFO kablam! Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.804 INFO kablam! Sep 19 19:50:36.804 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.804 INFO kablam! --> tests/selection.rs:113:18 Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.804 INFO kablam! Sep 19 19:50:36.804 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.804 INFO kablam! --> tests/actors.rs:41:40 Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.804 INFO kablam! Sep 19 19:50:36.804 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:36.804 INFO kablam! --> tests/actors.rs:42:18 Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.804 INFO kablam! Sep 19 19:50:36.804 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.804 INFO kablam! --> tests/actors.rs:42:18 Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.804 INFO kablam! | Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.804 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.804 INFO kablam! Sep 19 19:50:36.819 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.819 INFO kablam! --> tests/selection.rs:177:16 Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.819 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.819 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.819 INFO kablam! Sep 19 19:50:36.819 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.819 INFO kablam! --> tests/selection.rs:177:40 Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.819 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.819 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.819 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.819 INFO kablam! Sep 19 19:50:36.819 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:36.819 INFO kablam! --> tests/selection.rs:178:18 Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.819 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.819 INFO kablam! Sep 19 19:50:36.819 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.819 INFO kablam! --> tests/selection.rs:178:18 Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.819 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.819 INFO kablam! | Sep 19 19:50:36.819 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.819 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.819 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.819 INFO kablam! Sep 19 19:50:36.843 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:50:36.843 INFO kablam! Sep 19 19:50:36.843 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:36.858 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.858 INFO kablam! --> tests/actors.rs:113:16 Sep 19 19:50:36.858 INFO kablam! | Sep 19 19:50:36.858 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.858 INFO kablam! | Sep 19 19:50:36.858 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.858 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.858 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.858 INFO kablam! Sep 19 19:50:36.863 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:36.863 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:36.875 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.875 INFO kablam! --> tests/actors.rs:113:40 Sep 19 19:50:36.875 INFO kablam! | Sep 19 19:50:36.875 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.875 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.875 INFO kablam! | Sep 19 19:50:36.875 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.875 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.875 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.875 INFO kablam! Sep 19 19:50:36.875 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:36.875 INFO kablam! --> tests/actors.rs:114:18 Sep 19 19:50:36.875 INFO kablam! | Sep 19 19:50:36.875 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.875 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:36.875 INFO kablam! | Sep 19 19:50:36.875 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.875 INFO kablam! Sep 19 19:50:36.875 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.875 INFO kablam! --> tests/actors.rs:114:18 Sep 19 19:50:36.875 INFO kablam! | Sep 19 19:50:36.875 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:36.875 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.875 INFO kablam! | Sep 19 19:50:36.875 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.875 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.875 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.875 INFO kablam! Sep 19 19:50:36.895 INFO kablam! error: aborting due to 8 previous errors Sep 19 19:50:36.895 INFO kablam! Sep 19 19:50:36.895 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:36.928 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:36.928 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:36.999 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.999 INFO kablam! --> tests/supervision.rs:114:16 Sep 19 19:50:36.999 INFO kablam! | Sep 19 19:50:36.999 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.999 INFO kablam! | Sep 19 19:50:36.999 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.999 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.999 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:36.999 INFO kablam! Sep 19 19:50:36.999 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:36.999 INFO kablam! --> tests/supervision.rs:114:40 Sep 19 19:50:36.999 INFO kablam! | Sep 19 19:50:36.999 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:36.999 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:36.999 INFO kablam! | Sep 19 19:50:36.999 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:36.999 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:36.999 INFO kablam! = note: required by `>::new` Sep 19 19:50:36.999 INFO kablam! Sep 19 19:50:37.002 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:37.002 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 19:50:37.002 INFO kablam! | Sep 19 19:50:37.002 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.003 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:37.003 INFO kablam! | Sep 19 19:50:37.003 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.003 INFO kablam! Sep 19 19:50:37.003 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.003 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 19:50:37.003 INFO kablam! | Sep 19 19:50:37.003 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.003 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.003 INFO kablam! | Sep 19 19:50:37.003 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.003 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.003 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.003 INFO kablam! Sep 19 19:50:37.021 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.029 INFO kablam! --> tests/supervision.rs:201:16 Sep 19 19:50:37.029 INFO kablam! | Sep 19 19:50:37.029 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.029 INFO kablam! | Sep 19 19:50:37.030 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.030 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.030 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.030 INFO kablam! Sep 19 19:50:37.039 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.039 INFO kablam! --> tests/supervision.rs:201:40 Sep 19 19:50:37.039 INFO kablam! | Sep 19 19:50:37.039 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.039 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.039 INFO kablam! | Sep 19 19:50:37.039 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.039 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.039 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.039 INFO kablam! Sep 19 19:50:37.039 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:37.039 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 19:50:37.039 INFO kablam! | Sep 19 19:50:37.039 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.039 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:37.039 INFO kablam! | Sep 19 19:50:37.039 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.039 INFO kablam! Sep 19 19:50:37.039 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.039 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 19:50:37.039 INFO kablam! | Sep 19 19:50:37.039 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.039 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.039 INFO kablam! | Sep 19 19:50:37.039 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.039 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.039 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.039 INFO kablam! Sep 19 19:50:37.051 INFO kablam! error: aborting due to 8 previous errors Sep 19 19:50:37.051 INFO kablam! Sep 19 19:50:37.051 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:37.071 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:37.071 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:37.148 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.149 INFO kablam! --> tests/system.rs:52:16 Sep 19 19:50:37.149 INFO kablam! | Sep 19 19:50:37.149 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.149 INFO kablam! | Sep 19 19:50:37.149 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.149 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.149 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.149 INFO kablam! Sep 19 19:50:37.149 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.150 INFO kablam! --> tests/system.rs:52:40 Sep 19 19:50:37.150 INFO kablam! | Sep 19 19:50:37.150 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.151 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.151 INFO kablam! | Sep 19 19:50:37.152 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.152 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.152 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.153 INFO kablam! Sep 19 19:50:37.153 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:37.153 INFO kablam! --> tests/system.rs:53:18 Sep 19 19:50:37.154 INFO kablam! | Sep 19 19:50:37.154 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.155 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:37.155 INFO kablam! | Sep 19 19:50:37.155 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.155 INFO kablam! Sep 19 19:50:37.155 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.155 INFO kablam! --> tests/system.rs:53:18 Sep 19 19:50:37.155 INFO kablam! | Sep 19 19:50:37.155 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.155 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.155 INFO kablam! | Sep 19 19:50:37.155 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.155 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.155 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.155 INFO kablam! Sep 19 19:50:37.155 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.155 INFO kablam! --> tests/system.rs:65:16 Sep 19 19:50:37.155 INFO kablam! | Sep 19 19:50:37.155 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.155 INFO kablam! | Sep 19 19:50:37.155 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.155 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.155 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.155 INFO kablam! Sep 19 19:50:37.155 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.155 INFO kablam! --> tests/system.rs:65:40 Sep 19 19:50:37.155 INFO kablam! | Sep 19 19:50:37.155 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.155 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.155 INFO kablam! | Sep 19 19:50:37.155 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.160 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.163 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.163 INFO kablam! Sep 19 19:50:37.163 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:37.163 INFO kablam! --> tests/system.rs:66:18 Sep 19 19:50:37.163 INFO kablam! | Sep 19 19:50:37.163 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.163 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:37.163 INFO kablam! | Sep 19 19:50:37.163 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.163 INFO kablam! Sep 19 19:50:37.163 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.163 INFO kablam! --> tests/system.rs:66:18 Sep 19 19:50:37.163 INFO kablam! | Sep 19 19:50:37.163 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.163 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.164 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.167 INFO kablam! Sep 19 19:50:37.167 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.167 INFO kablam! --> tests/system.rs:79:16 Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.167 INFO kablam! Sep 19 19:50:37.167 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.167 INFO kablam! --> tests/system.rs:79:40 Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.167 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.167 INFO kablam! Sep 19 19:50:37.167 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:37.167 INFO kablam! --> tests/system.rs:80:18 Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.167 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.167 INFO kablam! Sep 19 19:50:37.167 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.167 INFO kablam! --> tests/system.rs:80:18 Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.167 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.167 INFO kablam! | Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.167 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.167 INFO kablam! Sep 19 19:50:37.169 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.169 INFO kablam! --> tests/system.rs:105:16 Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.169 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.169 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.169 INFO kablam! Sep 19 19:50:37.169 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.169 INFO kablam! --> tests/system.rs:105:40 Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:37.169 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.169 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.169 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.169 INFO kablam! Sep 19 19:50:37.169 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:37.169 INFO kablam! --> tests/system.rs:106:18 Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.169 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! = note: required by `>::new` Sep 19 19:50:37.169 INFO kablam! Sep 19 19:50:37.169 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:37.169 INFO kablam! --> tests/system.rs:106:18 Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:37.169 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:37.169 INFO kablam! | Sep 19 19:50:37.169 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:37.169 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:37.169 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:37.169 INFO kablam! Sep 19 19:50:37.183 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:50:37.183 INFO kablam! Sep 19 19:50:37.183 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:37.195 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:37.195 INFO kablam! Sep 19 19:50:37.195 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:50:37.196 INFO kablam! su: No module specific data is present Sep 19 19:50:38.073 INFO running `"docker" "rm" "-f" "57cea58585641b0554421ff9fb90aa687452cee119f579edc438cfe5f8dbd806"` Sep 19 19:50:38.338 INFO blam! 57cea58585641b0554421ff9fb90aa687452cee119f579edc438cfe5f8dbd806