Sep 04 09:11:11.296 INFO checking riker-0.1.5 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 09:11:11.296 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 09:11:11.296 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:11:11.529 INFO blam! 34400299047a206195d99e763c6f76344f2c0031e2d1d760b0cd6a26363d104c Sep 04 09:11:11.531 INFO running `"docker" "start" "-a" "34400299047a206195d99e763c6f76344f2c0031e2d1d760b0cd6a26363d104c"` Sep 04 09:11:12.529 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 04 09:11:17.204 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 09:11:17.204 INFO kablam! --> src/lib.rs:2:12 Sep 04 09:11:17.204 INFO kablam! | Sep 04 09:11:17.204 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 04 09:11:17.204 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 09:11:17.204 INFO kablam! | Sep 04 09:11:17.204 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:11:17.204 INFO kablam! Sep 04 09:11:17.317 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 09:11:17.317 INFO kablam! --> src/lib.rs:2:12 Sep 04 09:11:17.317 INFO kablam! | Sep 04 09:11:17.317 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 04 09:11:17.317 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 09:11:17.317 INFO kablam! | Sep 04 09:11:17.317 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:11:17.317 INFO kablam! Sep 04 09:11:24.788 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.788 INFO kablam! --> tests/channels.rs:92:16 Sep 04 09:11:24.788 INFO kablam! | Sep 04 09:11:24.788 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.788 INFO kablam! | Sep 04 09:11:24.788 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.788 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.788 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.789 INFO kablam! Sep 04 09:11:24.797 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.797 INFO kablam! --> tests/channels.rs:92:40 Sep 04 09:11:24.797 INFO kablam! | Sep 04 09:11:24.797 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.797 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.797 INFO kablam! | Sep 04 09:11:24.797 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.797 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.797 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.798 INFO kablam! Sep 04 09:11:24.798 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:24.798 INFO kablam! --> tests/channels.rs:93:18 Sep 04 09:11:24.798 INFO kablam! | Sep 04 09:11:24.799 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.799 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:24.799 INFO kablam! | Sep 04 09:11:24.799 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.799 INFO kablam! Sep 04 09:11:24.799 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.799 INFO kablam! --> tests/channels.rs:93:18 Sep 04 09:11:24.799 INFO kablam! | Sep 04 09:11:24.799 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.799 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.799 INFO kablam! | Sep 04 09:11:24.799 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.799 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.799 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.799 INFO kablam! Sep 04 09:11:24.854 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.854 INFO kablam! --> tests/supervision.rs:114:16 Sep 04 09:11:24.854 INFO kablam! | Sep 04 09:11:24.854 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.854 INFO kablam! | Sep 04 09:11:24.854 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.854 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.854 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.854 INFO kablam! Sep 04 09:11:24.855 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.855 INFO kablam! --> tests/supervision.rs:114:40 Sep 04 09:11:24.855 INFO kablam! | Sep 04 09:11:24.855 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.855 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.855 INFO kablam! | Sep 04 09:11:24.855 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.855 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.855 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.855 INFO kablam! Sep 04 09:11:24.856 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:24.856 INFO kablam! --> tests/supervision.rs:115:18 Sep 04 09:11:24.856 INFO kablam! | Sep 04 09:11:24.856 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.857 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:24.857 INFO kablam! | Sep 04 09:11:24.857 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.857 INFO kablam! Sep 04 09:11:24.857 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.857 INFO kablam! --> tests/supervision.rs:115:18 Sep 04 09:11:24.857 INFO kablam! | Sep 04 09:11:24.857 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.857 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.857 INFO kablam! | Sep 04 09:11:24.857 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.857 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.857 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.857 INFO kablam! Sep 04 09:11:24.865 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.865 INFO kablam! --> tests/channels.rs:113:16 Sep 04 09:11:24.865 INFO kablam! | Sep 04 09:11:24.865 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.865 INFO kablam! | Sep 04 09:11:24.865 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.865 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.865 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.865 INFO kablam! Sep 04 09:11:24.866 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.866 INFO kablam! --> tests/channels.rs:113:40 Sep 04 09:11:24.866 INFO kablam! | Sep 04 09:11:24.866 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.866 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.866 INFO kablam! | Sep 04 09:11:24.866 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.867 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.867 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.867 INFO kablam! Sep 04 09:11:24.867 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:24.867 INFO kablam! --> tests/channels.rs:114:18 Sep 04 09:11:24.867 INFO kablam! | Sep 04 09:11:24.867 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.867 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:24.867 INFO kablam! | Sep 04 09:11:24.867 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.867 INFO kablam! Sep 04 09:11:24.867 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.867 INFO kablam! --> tests/channels.rs:114:18 Sep 04 09:11:24.867 INFO kablam! | Sep 04 09:11:24.867 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.867 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.867 INFO kablam! | Sep 04 09:11:24.867 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.867 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.867 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.867 INFO kablam! Sep 04 09:11:24.890 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.890 INFO kablam! --> tests/supervision.rs:201:16 Sep 04 09:11:24.890 INFO kablam! | Sep 04 09:11:24.890 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.896 INFO kablam! | Sep 04 09:11:24.896 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.896 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.897 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.897 INFO kablam! Sep 04 09:11:24.897 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.897 INFO kablam! --> tests/supervision.rs:201:40 Sep 04 09:11:24.897 INFO kablam! | Sep 04 09:11:24.897 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.897 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.897 INFO kablam! | Sep 04 09:11:24.897 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.898 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.898 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.898 INFO kablam! Sep 04 09:11:24.898 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:24.898 INFO kablam! --> tests/supervision.rs:202:18 Sep 04 09:11:24.898 INFO kablam! | Sep 04 09:11:24.899 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.899 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:24.899 INFO kablam! | Sep 04 09:11:24.899 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.899 INFO kablam! Sep 04 09:11:24.899 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.899 INFO kablam! --> tests/supervision.rs:202:18 Sep 04 09:11:24.899 INFO kablam! | Sep 04 09:11:24.899 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.899 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.899 INFO kablam! | Sep 04 09:11:24.899 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.900 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.900 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.900 INFO kablam! Sep 04 09:11:24.908 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.908 INFO kablam! --> tests/channels.rs:196:16 Sep 04 09:11:24.908 INFO kablam! | Sep 04 09:11:24.908 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.908 INFO kablam! | Sep 04 09:11:24.908 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.908 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.909 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.909 INFO kablam! Sep 04 09:11:24.909 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.909 INFO kablam! --> tests/channels.rs:196:40 Sep 04 09:11:24.909 INFO kablam! | Sep 04 09:11:24.909 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.909 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.909 INFO kablam! | Sep 04 09:11:24.909 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.909 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.917 INFO kablam! error: aborting due to 8 previous errors Sep 04 09:11:24.924 INFO kablam! Sep 04 09:11:24.925 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 09:11:24.928 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.928 INFO kablam! Sep 04 09:11:24.929 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:24.929 INFO kablam! --> tests/channels.rs:197:18 Sep 04 09:11:24.929 INFO kablam! | Sep 04 09:11:24.929 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.929 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:24.929 INFO kablam! | Sep 04 09:11:24.929 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.929 INFO kablam! Sep 04 09:11:24.929 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.929 INFO kablam! --> tests/channels.rs:197:18 Sep 04 09:11:24.930 INFO kablam! | Sep 04 09:11:24.930 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.930 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.930 INFO kablam! | Sep 04 09:11:24.930 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.930 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.930 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.930 INFO kablam! Sep 04 09:11:24.943 INFO kablam! error: Could not compile `riker`. Sep 04 09:11:24.944 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:11:24.965 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.965 INFO kablam! --> tests/channels.rs:256:16 Sep 04 09:11:24.965 INFO kablam! | Sep 04 09:11:24.965 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.965 INFO kablam! | Sep 04 09:11:24.965 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.965 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.965 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.965 INFO kablam! Sep 04 09:11:24.965 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.965 INFO kablam! --> tests/channels.rs:256:40 Sep 04 09:11:24.965 INFO kablam! | Sep 04 09:11:24.965 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:24.965 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.965 INFO kablam! | Sep 04 09:11:24.965 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.965 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.965 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.965 INFO kablam! Sep 04 09:11:24.965 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:24.966 INFO kablam! --> tests/channels.rs:257:18 Sep 04 09:11:24.966 INFO kablam! | Sep 04 09:11:24.966 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.966 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:24.966 INFO kablam! | Sep 04 09:11:24.966 INFO kablam! = note: required by `>::new` Sep 04 09:11:24.966 INFO kablam! Sep 04 09:11:24.966 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:24.966 INFO kablam! --> tests/channels.rs:257:18 Sep 04 09:11:24.966 INFO kablam! | Sep 04 09:11:24.966 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:24.966 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:24.966 INFO kablam! | Sep 04 09:11:24.966 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:24.966 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:24.966 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:24.966 INFO kablam! Sep 04 09:11:25.004 INFO kablam! error: aborting due to 16 previous errors Sep 04 09:11:25.004 INFO kablam! Sep 04 09:11:25.004 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 09:11:25.026 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.026 INFO kablam! --> tests/actors.rs:41:16 Sep 04 09:11:25.026 INFO kablam! | Sep 04 09:11:25.026 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.026 INFO kablam! | Sep 04 09:11:25.026 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.026 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.026 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.026 INFO kablam! Sep 04 09:11:25.030 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.030 INFO kablam! --> tests/actors.rs:41:40 Sep 04 09:11:25.031 INFO kablam! | Sep 04 09:11:25.031 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.031 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.031 INFO kablam! | Sep 04 09:11:25.031 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.031 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.031 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.031 INFO kablam! Sep 04 09:11:25.033 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.033 INFO kablam! --> tests/actors.rs:42:18 Sep 04 09:11:25.033 INFO kablam! | Sep 04 09:11:25.033 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.033 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.033 INFO kablam! | Sep 04 09:11:25.033 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.033 INFO kablam! Sep 04 09:11:25.036 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.036 INFO kablam! --> tests/actors.rs:42:18 Sep 04 09:11:25.036 INFO kablam! | Sep 04 09:11:25.036 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.036 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.036 INFO kablam! | Sep 04 09:11:25.036 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.036 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.036 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.036 INFO kablam! Sep 04 09:11:25.040 INFO kablam! error: Could not compile `riker`. Sep 04 09:11:25.040 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:11:25.077 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.077 INFO kablam! --> tests/actors.rs:113:16 Sep 04 09:11:25.077 INFO kablam! | Sep 04 09:11:25.077 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.077 INFO kablam! | Sep 04 09:11:25.077 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.077 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.077 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.077 INFO kablam! Sep 04 09:11:25.079 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.079 INFO kablam! --> tests/actors.rs:113:40 Sep 04 09:11:25.079 INFO kablam! | Sep 04 09:11:25.079 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.079 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.079 INFO kablam! | Sep 04 09:11:25.080 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.080 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.080 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.080 INFO kablam! Sep 04 09:11:25.081 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.081 INFO kablam! --> tests/actors.rs:114:18 Sep 04 09:11:25.081 INFO kablam! | Sep 04 09:11:25.081 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.081 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.082 INFO kablam! | Sep 04 09:11:25.082 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.082 INFO kablam! Sep 04 09:11:25.085 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.085 INFO kablam! --> tests/actors.rs:114:18 Sep 04 09:11:25.085 INFO kablam! | Sep 04 09:11:25.085 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.085 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.085 INFO kablam! | Sep 04 09:11:25.085 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.085 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.085 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.085 INFO kablam! Sep 04 09:11:25.099 INFO kablam! error: aborting due to 8 previous errors Sep 04 09:11:25.104 INFO kablam! Sep 04 09:11:25.104 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 09:11:25.117 INFO kablam! error: Could not compile `riker`. Sep 04 09:11:25.117 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:11:25.138 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.138 INFO kablam! --> tests/system.rs:52:16 Sep 04 09:11:25.138 INFO kablam! | Sep 04 09:11:25.138 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.138 INFO kablam! | Sep 04 09:11:25.138 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.138 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.138 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.138 INFO kablam! Sep 04 09:11:25.139 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.139 INFO kablam! --> tests/system.rs:52:40 Sep 04 09:11:25.139 INFO kablam! | Sep 04 09:11:25.139 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.139 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.139 INFO kablam! | Sep 04 09:11:25.139 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.139 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.139 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.139 INFO kablam! Sep 04 09:11:25.140 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.140 INFO kablam! --> tests/system.rs:53:18 Sep 04 09:11:25.140 INFO kablam! | Sep 04 09:11:25.140 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.140 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.140 INFO kablam! | Sep 04 09:11:25.140 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.140 INFO kablam! Sep 04 09:11:25.140 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.140 INFO kablam! --> tests/system.rs:53:18 Sep 04 09:11:25.140 INFO kablam! | Sep 04 09:11:25.140 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.140 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.140 INFO kablam! | Sep 04 09:11:25.140 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.140 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.140 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.141 INFO kablam! Sep 04 09:11:25.145 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.145 INFO kablam! --> tests/system.rs:65:16 Sep 04 09:11:25.145 INFO kablam! | Sep 04 09:11:25.145 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.145 INFO kablam! | Sep 04 09:11:25.145 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.145 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.145 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.145 INFO kablam! Sep 04 09:11:25.146 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.146 INFO kablam! --> tests/system.rs:65:40 Sep 04 09:11:25.146 INFO kablam! | Sep 04 09:11:25.146 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.146 INFO kablam! | Sep 04 09:11:25.146 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.146 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.146 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.146 INFO kablam! Sep 04 09:11:25.146 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.146 INFO kablam! --> tests/system.rs:66:18 Sep 04 09:11:25.146 INFO kablam! | Sep 04 09:11:25.146 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.146 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.146 INFO kablam! | Sep 04 09:11:25.146 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.147 INFO kablam! Sep 04 09:11:25.147 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.147 INFO kablam! --> tests/system.rs:66:18 Sep 04 09:11:25.147 INFO kablam! | Sep 04 09:11:25.147 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.147 INFO kablam! | Sep 04 09:11:25.147 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.147 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.147 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.147 INFO kablam! Sep 04 09:11:25.149 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.150 INFO kablam! --> tests/system.rs:79:16 Sep 04 09:11:25.150 INFO kablam! | Sep 04 09:11:25.150 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.150 INFO kablam! | Sep 04 09:11:25.150 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.150 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.150 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.150 INFO kablam! Sep 04 09:11:25.150 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.150 INFO kablam! --> tests/system.rs:79:40 Sep 04 09:11:25.150 INFO kablam! | Sep 04 09:11:25.150 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.150 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.150 INFO kablam! | Sep 04 09:11:25.150 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.150 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.151 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.151 INFO kablam! Sep 04 09:11:25.151 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.151 INFO kablam! --> tests/system.rs:80:18 Sep 04 09:11:25.151 INFO kablam! | Sep 04 09:11:25.151 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.151 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.151 INFO kablam! | Sep 04 09:11:25.151 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.151 INFO kablam! Sep 04 09:11:25.151 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.151 INFO kablam! --> tests/system.rs:80:18 Sep 04 09:11:25.151 INFO kablam! | Sep 04 09:11:25.151 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.151 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.151 INFO kablam! | Sep 04 09:11:25.151 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.151 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.151 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.151 INFO kablam! Sep 04 09:11:25.156 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.156 INFO kablam! --> tests/selection.rs:72:16 Sep 04 09:11:25.156 INFO kablam! | Sep 04 09:11:25.156 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.156 INFO kablam! | Sep 04 09:11:25.156 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.156 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.156 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.156 INFO kablam! Sep 04 09:11:25.157 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.157 INFO kablam! --> tests/selection.rs:72:40 Sep 04 09:11:25.157 INFO kablam! | Sep 04 09:11:25.157 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.157 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.157 INFO kablam! | Sep 04 09:11:25.157 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.157 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.157 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.157 INFO kablam! Sep 04 09:11:25.158 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.158 INFO kablam! --> tests/selection.rs:73:18 Sep 04 09:11:25.158 INFO kablam! | Sep 04 09:11:25.158 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.158 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.158 INFO kablam! | Sep 04 09:11:25.158 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.158 INFO kablam! Sep 04 09:11:25.158 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.158 INFO kablam! --> tests/selection.rs:73:18 Sep 04 09:11:25.158 INFO kablam! | Sep 04 09:11:25.158 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.158 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.158 INFO kablam! | Sep 04 09:11:25.158 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.158 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.159 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.159 INFO kablam! Sep 04 09:11:25.172 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.172 INFO kablam! --> tests/system.rs:105:16 Sep 04 09:11:25.172 INFO kablam! | Sep 04 09:11:25.173 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.173 INFO kablam! | Sep 04 09:11:25.173 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.173 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.173 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.173 INFO kablam! Sep 04 09:11:25.173 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.173 INFO kablam! --> tests/system.rs:105:40 Sep 04 09:11:25.173 INFO kablam! | Sep 04 09:11:25.173 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.173 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.173 INFO kablam! | Sep 04 09:11:25.173 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.173 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.173 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.173 INFO kablam! Sep 04 09:11:25.173 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.173 INFO kablam! --> tests/system.rs:106:18 Sep 04 09:11:25.173 INFO kablam! | Sep 04 09:11:25.173 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.173 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.173 INFO kablam! | Sep 04 09:11:25.173 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.173 INFO kablam! Sep 04 09:11:25.173 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.173 INFO kablam! --> tests/system.rs:106:18 Sep 04 09:11:25.173 INFO kablam! | Sep 04 09:11:25.174 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.174 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.174 INFO kablam! | Sep 04 09:11:25.174 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.174 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.174 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.174 INFO kablam! Sep 04 09:11:25.180 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.180 INFO kablam! --> tests/selection.rs:90:16 Sep 04 09:11:25.180 INFO kablam! | Sep 04 09:11:25.180 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.180 INFO kablam! | Sep 04 09:11:25.180 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.180 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.180 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.180 INFO kablam! Sep 04 09:11:25.181 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.181 INFO kablam! --> tests/selection.rs:90:40 Sep 04 09:11:25.181 INFO kablam! | Sep 04 09:11:25.181 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.181 INFO kablam! | Sep 04 09:11:25.181 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.181 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.181 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.181 INFO kablam! Sep 04 09:11:25.181 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.181 INFO kablam! --> tests/selection.rs:91:18 Sep 04 09:11:25.181 INFO kablam! | Sep 04 09:11:25.181 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.181 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.181 INFO kablam! | Sep 04 09:11:25.181 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.181 INFO kablam! Sep 04 09:11:25.181 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.182 INFO kablam! --> tests/selection.rs:91:18 Sep 04 09:11:25.182 INFO kablam! | Sep 04 09:11:25.182 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.182 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.182 INFO kablam! | Sep 04 09:11:25.182 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.182 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.182 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.182 INFO kablam! Sep 04 09:11:25.188 INFO kablam! error: aborting due to 16 previous errors Sep 04 09:11:25.188 INFO kablam! Sep 04 09:11:25.188 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 09:11:25.189 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.189 INFO kablam! --> tests/selection.rs:112:16 Sep 04 09:11:25.189 INFO kablam! | Sep 04 09:11:25.189 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.189 INFO kablam! | Sep 04 09:11:25.189 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.189 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.189 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.189 INFO kablam! Sep 04 09:11:25.190 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.190 INFO kablam! --> tests/selection.rs:112:40 Sep 04 09:11:25.190 INFO kablam! | Sep 04 09:11:25.190 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.190 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.190 INFO kablam! | Sep 04 09:11:25.190 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.190 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.190 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.190 INFO kablam! Sep 04 09:11:25.190 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.190 INFO kablam! --> tests/selection.rs:113:18 Sep 04 09:11:25.190 INFO kablam! | Sep 04 09:11:25.190 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.190 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.191 INFO kablam! | Sep 04 09:11:25.191 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.191 INFO kablam! Sep 04 09:11:25.191 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.191 INFO kablam! --> tests/selection.rs:113:18 Sep 04 09:11:25.191 INFO kablam! | Sep 04 09:11:25.191 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.191 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.191 INFO kablam! | Sep 04 09:11:25.191 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.191 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.191 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.191 INFO kablam! Sep 04 09:11:25.200 INFO kablam! error: Could not compile `riker`. Sep 04 09:11:25.200 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:11:25.210 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.210 INFO kablam! --> tests/selection.rs:177:16 Sep 04 09:11:25.210 INFO kablam! | Sep 04 09:11:25.210 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.210 INFO kablam! | Sep 04 09:11:25.210 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.210 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.210 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.210 INFO kablam! Sep 04 09:11:25.211 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.211 INFO kablam! --> tests/selection.rs:177:40 Sep 04 09:11:25.211 INFO kablam! | Sep 04 09:11:25.211 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 04 09:11:25.211 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.211 INFO kablam! | Sep 04 09:11:25.211 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.211 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.211 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.211 INFO kablam! Sep 04 09:11:25.211 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 09:11:25.211 INFO kablam! --> tests/selection.rs:178:18 Sep 04 09:11:25.211 INFO kablam! | Sep 04 09:11:25.211 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.211 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 09:11:25.211 INFO kablam! | Sep 04 09:11:25.211 INFO kablam! = note: required by `>::new` Sep 04 09:11:25.211 INFO kablam! Sep 04 09:11:25.211 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 09:11:25.211 INFO kablam! --> tests/selection.rs:178:18 Sep 04 09:11:25.212 INFO kablam! | Sep 04 09:11:25.212 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 04 09:11:25.212 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 09:11:25.212 INFO kablam! | Sep 04 09:11:25.212 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 09:11:25.212 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 09:11:25.212 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 09:11:25.212 INFO kablam! Sep 04 09:11:25.235 INFO kablam! error: aborting due to 16 previous errors Sep 04 09:11:25.235 INFO kablam! Sep 04 09:11:25.235 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 09:11:25.253 INFO kablam! error: Could not compile `riker`. Sep 04 09:11:25.253 INFO kablam! Sep 04 09:11:25.253 INFO kablam! To learn more, run the command again with --verbose. Sep 04 09:11:25.255 INFO kablam! su: No module specific data is present Sep 04 09:11:25.799 INFO running `"docker" "rm" "-f" "34400299047a206195d99e763c6f76344f2c0031e2d1d760b0cd6a26363d104c"` Sep 04 09:11:25.955 INFO blam! 34400299047a206195d99e763c6f76344f2c0031e2d1d760b0cd6a26363d104c