Sep 14 10:40:20.201 INFO checking riker-0.1.5 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 10:40:20.201 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 10:40:20.201 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:40:20.538 INFO blam! 71cb98198a0b501297f8eaaa30d54aeb043d9681efd2b235b89df00c8dd5877d Sep 14 10:40:20.540 INFO running `"docker" "start" "-a" "71cb98198a0b501297f8eaaa30d54aeb043d9681efd2b235b89df00c8dd5877d"` Sep 14 10:40:21.974 INFO kablam! usermod: no changes Sep 14 10:40:22.163 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 14 10:40:25.287 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 14 10:40:25.287 INFO kablam! --> src/lib.rs:2:12 Sep 14 10:40:25.287 INFO kablam! | Sep 14 10:40:25.287 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 14 10:40:25.287 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 10:40:25.287 INFO kablam! | Sep 14 10:40:25.287 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 10:40:25.287 INFO kablam! Sep 14 10:40:25.579 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 14 10:40:25.579 INFO kablam! --> src/lib.rs:2:12 Sep 14 10:40:25.579 INFO kablam! | Sep 14 10:40:25.579 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 14 10:40:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 10:40:25.579 INFO kablam! | Sep 14 10:40:25.579 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 10:40:25.579 INFO kablam! Sep 14 10:40:27.911 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.911 INFO kablam! --> tests/system.rs:52:16 Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.911 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.911 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.911 INFO kablam! Sep 14 10:40:27.911 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.911 INFO kablam! --> tests/system.rs:52:40 Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.911 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.911 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.911 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.911 INFO kablam! Sep 14 10:40:27.911 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:27.911 INFO kablam! --> tests/system.rs:53:18 Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.911 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.911 INFO kablam! Sep 14 10:40:27.911 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.911 INFO kablam! --> tests/system.rs:53:18 Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.911 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.911 INFO kablam! | Sep 14 10:40:27.911 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.911 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.911 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.911 INFO kablam! Sep 14 10:40:27.919 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.919 INFO kablam! --> tests/system.rs:65:16 Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.919 INFO kablam! Sep 14 10:40:27.919 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.919 INFO kablam! --> tests/system.rs:65:40 Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.919 INFO kablam! Sep 14 10:40:27.919 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:27.919 INFO kablam! --> tests/system.rs:66:18 Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.919 INFO kablam! Sep 14 10:40:27.919 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.919 INFO kablam! --> tests/system.rs:66:18 Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.919 INFO kablam! Sep 14 10:40:27.919 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.919 INFO kablam! --> tests/system.rs:79:16 Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.919 INFO kablam! Sep 14 10:40:27.919 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.919 INFO kablam! --> tests/system.rs:79:40 Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.919 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.919 INFO kablam! Sep 14 10:40:27.919 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:27.919 INFO kablam! --> tests/system.rs:80:18 Sep 14 10:40:27.919 INFO kablam! | Sep 14 10:40:27.919 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.919 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:27.920 INFO kablam! | Sep 14 10:40:27.920 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.920 INFO kablam! Sep 14 10:40:27.920 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.920 INFO kablam! --> tests/system.rs:80:18 Sep 14 10:40:27.920 INFO kablam! | Sep 14 10:40:27.920 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.920 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.920 INFO kablam! | Sep 14 10:40:27.920 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.920 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.920 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.920 INFO kablam! Sep 14 10:40:27.928 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.928 INFO kablam! --> tests/system.rs:105:16 Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.928 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.928 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.928 INFO kablam! Sep 14 10:40:27.928 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.928 INFO kablam! --> tests/system.rs:105:40 Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.928 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.928 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.928 INFO kablam! Sep 14 10:40:27.928 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:27.928 INFO kablam! --> tests/system.rs:106:18 Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! = note: required by `>::new` Sep 14 10:40:27.928 INFO kablam! Sep 14 10:40:27.928 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:27.928 INFO kablam! --> tests/system.rs:106:18 Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:27.928 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:27.928 INFO kablam! | Sep 14 10:40:27.928 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:27.928 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:27.928 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:27.928 INFO kablam! Sep 14 10:40:27.936 INFO kablam! error: aborting due to 16 previous errors Sep 14 10:40:27.936 INFO kablam! Sep 14 10:40:27.936 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:27.970 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:27.971 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.027 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.027 INFO kablam! --> tests/channels.rs:92:16 Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.027 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.027 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.027 INFO kablam! Sep 14 10:40:28.027 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.027 INFO kablam! --> tests/channels.rs:92:40 Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.027 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.027 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.027 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.027 INFO kablam! Sep 14 10:40:28.027 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.027 INFO kablam! --> tests/channels.rs:93:18 Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.027 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.027 INFO kablam! Sep 14 10:40:28.027 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.027 INFO kablam! --> tests/channels.rs:93:18 Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.027 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.027 INFO kablam! | Sep 14 10:40:28.027 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.027 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.027 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.027 INFO kablam! Sep 14 10:40:28.035 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.035 INFO kablam! --> tests/channels.rs:113:16 Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.035 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.035 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.035 INFO kablam! Sep 14 10:40:28.035 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.035 INFO kablam! --> tests/channels.rs:113:40 Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.035 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.035 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.035 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.035 INFO kablam! Sep 14 10:40:28.035 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.035 INFO kablam! --> tests/channels.rs:114:18 Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.035 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.035 INFO kablam! Sep 14 10:40:28.035 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.035 INFO kablam! --> tests/channels.rs:114:18 Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.035 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.035 INFO kablam! | Sep 14 10:40:28.035 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.035 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.035 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.035 INFO kablam! Sep 14 10:40:28.047 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.047 INFO kablam! --> tests/channels.rs:196:16 Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.047 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.047 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.047 INFO kablam! Sep 14 10:40:28.047 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.047 INFO kablam! --> tests/channels.rs:196:40 Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.047 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.047 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.047 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.047 INFO kablam! Sep 14 10:40:28.047 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.047 INFO kablam! --> tests/channels.rs:197:18 Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.047 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.047 INFO kablam! Sep 14 10:40:28.047 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.047 INFO kablam! --> tests/channels.rs:197:18 Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.047 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.047 INFO kablam! | Sep 14 10:40:28.047 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.047 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.047 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.048 INFO kablam! Sep 14 10:40:28.054 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.055 INFO kablam! --> tests/channels.rs:256:16 Sep 14 10:40:28.055 INFO kablam! | Sep 14 10:40:28.055 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.055 INFO kablam! | Sep 14 10:40:28.055 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.055 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.055 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.055 INFO kablam! Sep 14 10:40:28.058 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.059 INFO kablam! --> tests/channels.rs:256:40 Sep 14 10:40:28.059 INFO kablam! | Sep 14 10:40:28.059 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.059 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.059 INFO kablam! | Sep 14 10:40:28.059 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.059 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.059 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.059 INFO kablam! Sep 14 10:40:28.059 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.059 INFO kablam! --> tests/channels.rs:257:18 Sep 14 10:40:28.059 INFO kablam! | Sep 14 10:40:28.059 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.059 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.059 INFO kablam! | Sep 14 10:40:28.059 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.059 INFO kablam! Sep 14 10:40:28.059 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.059 INFO kablam! --> tests/channels.rs:257:18 Sep 14 10:40:28.059 INFO kablam! | Sep 14 10:40:28.059 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.059 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.059 INFO kablam! | Sep 14 10:40:28.059 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.059 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.059 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.059 INFO kablam! Sep 14 10:40:28.066 INFO kablam! error: aborting due to 16 previous errors Sep 14 10:40:28.074 INFO kablam! Sep 14 10:40:28.074 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.078 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.078 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.375 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.375 INFO kablam! --> tests/actors.rs:41:16 Sep 14 10:40:28.375 INFO kablam! | Sep 14 10:40:28.375 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.375 INFO kablam! | Sep 14 10:40:28.375 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.375 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.375 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.375 INFO kablam! Sep 14 10:40:28.375 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.375 INFO kablam! --> tests/actors.rs:41:40 Sep 14 10:40:28.375 INFO kablam! | Sep 14 10:40:28.375 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.375 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.375 INFO kablam! | Sep 14 10:40:28.375 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.375 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.375 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.375 INFO kablam! Sep 14 10:40:28.382 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.383 INFO kablam! --> tests/actors.rs:42:18 Sep 14 10:40:28.383 INFO kablam! | Sep 14 10:40:28.383 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.383 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.383 INFO kablam! | Sep 14 10:40:28.383 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.383 INFO kablam! Sep 14 10:40:28.383 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.383 INFO kablam! --> tests/actors.rs:42:18 Sep 14 10:40:28.383 INFO kablam! | Sep 14 10:40:28.383 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.383 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.383 INFO kablam! | Sep 14 10:40:28.383 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.383 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.383 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.383 INFO kablam! Sep 14 10:40:28.402 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.403 INFO kablam! --> tests/selection.rs:72:16 Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.403 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.403 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.403 INFO kablam! Sep 14 10:40:28.403 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.403 INFO kablam! --> tests/selection.rs:72:40 Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.403 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.403 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.403 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.403 INFO kablam! Sep 14 10:40:28.403 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.403 INFO kablam! --> tests/selection.rs:73:18 Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.403 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.403 INFO kablam! Sep 14 10:40:28.403 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.403 INFO kablam! --> tests/selection.rs:73:18 Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.403 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.403 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.403 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.403 INFO kablam! Sep 14 10:40:28.403 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.403 INFO kablam! --> tests/actors.rs:113:16 Sep 14 10:40:28.403 INFO kablam! | Sep 14 10:40:28.403 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.410 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.411 INFO kablam! Sep 14 10:40:28.411 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.411 INFO kablam! --> tests/actors.rs:113:40 Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.411 INFO kablam! Sep 14 10:40:28.411 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.411 INFO kablam! --> tests/actors.rs:114:18 Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.411 INFO kablam! Sep 14 10:40:28.411 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.411 INFO kablam! --> tests/actors.rs:114:18 Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.411 INFO kablam! Sep 14 10:40:28.411 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.411 INFO kablam! --> tests/selection.rs:90:16 Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.411 INFO kablam! Sep 14 10:40:28.411 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.411 INFO kablam! --> tests/selection.rs:90:40 Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.411 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.411 INFO kablam! Sep 14 10:40:28.411 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.411 INFO kablam! --> tests/selection.rs:91:18 Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.411 INFO kablam! Sep 14 10:40:28.411 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.411 INFO kablam! --> tests/selection.rs:91:18 Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.411 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.411 INFO kablam! | Sep 14 10:40:28.412 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.412 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.412 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.412 INFO kablam! Sep 14 10:40:28.412 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.412 INFO kablam! --> tests/selection.rs:112:16 Sep 14 10:40:28.412 INFO kablam! | Sep 14 10:40:28.412 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.412 INFO kablam! | Sep 14 10:40:28.412 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.412 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.412 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.412 INFO kablam! Sep 14 10:40:28.412 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.412 INFO kablam! --> tests/selection.rs:112:40 Sep 14 10:40:28.412 INFO kablam! | Sep 14 10:40:28.412 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.412 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.412 INFO kablam! | Sep 14 10:40:28.412 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.412 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.412 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.412 INFO kablam! Sep 14 10:40:28.418 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.419 INFO kablam! --> tests/selection.rs:113:18 Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.419 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.419 INFO kablam! Sep 14 10:40:28.419 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.419 INFO kablam! --> tests/selection.rs:113:18 Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.419 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.419 INFO kablam! Sep 14 10:40:28.419 INFO kablam! error: aborting due to 8 previous errors Sep 14 10:40:28.419 INFO kablam! Sep 14 10:40:28.419 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.419 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.419 INFO kablam! --> tests/selection.rs:177:16 Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.419 INFO kablam! Sep 14 10:40:28.419 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.419 INFO kablam! --> tests/selection.rs:177:40 Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.419 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.419 INFO kablam! Sep 14 10:40:28.419 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.419 INFO kablam! --> tests/selection.rs:178:18 Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.419 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.419 INFO kablam! Sep 14 10:40:28.419 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.419 INFO kablam! --> tests/selection.rs:178:18 Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.419 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.419 INFO kablam! | Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.419 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.419 INFO kablam! Sep 14 10:40:28.431 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.431 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.435 INFO kablam! error: aborting due to 16 previous errors Sep 14 10:40:28.435 INFO kablam! Sep 14 10:40:28.435 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.447 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.447 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.791 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.791 INFO kablam! --> tests/supervision.rs:114:16 Sep 14 10:40:28.791 INFO kablam! | Sep 14 10:40:28.791 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.791 INFO kablam! | Sep 14 10:40:28.791 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.791 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.791 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.791 INFO kablam! Sep 14 10:40:28.791 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.791 INFO kablam! --> tests/supervision.rs:114:40 Sep 14 10:40:28.791 INFO kablam! | Sep 14 10:40:28.791 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.791 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.791 INFO kablam! | Sep 14 10:40:28.791 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.791 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.791 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.791 INFO kablam! Sep 14 10:40:28.792 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.793 INFO kablam! --> tests/supervision.rs:115:18 Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.793 INFO kablam! Sep 14 10:40:28.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.793 INFO kablam! --> tests/supervision.rs:115:18 Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.793 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.793 INFO kablam! Sep 14 10:40:28.809 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.809 INFO kablam! --> tests/supervision.rs:201:16 Sep 14 10:40:28.809 INFO kablam! | Sep 14 10:40:28.809 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.809 INFO kablam! | Sep 14 10:40:28.809 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.809 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.809 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.809 INFO kablam! Sep 14 10:40:28.809 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.809 INFO kablam! --> tests/supervision.rs:201:40 Sep 14 10:40:28.809 INFO kablam! | Sep 14 10:40:28.809 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.809 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.809 INFO kablam! | Sep 14 10:40:28.809 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.809 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.809 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.809 INFO kablam! Sep 14 10:40:28.809 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.809 INFO kablam! --> tests/supervision.rs:202:18 Sep 14 10:40:28.809 INFO kablam! | Sep 14 10:40:28.809 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.810 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.810 INFO kablam! | Sep 14 10:40:28.810 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.810 INFO kablam! Sep 14 10:40:28.814 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.815 INFO kablam! --> tests/supervision.rs:202:18 Sep 14 10:40:28.815 INFO kablam! | Sep 14 10:40:28.815 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.815 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.815 INFO kablam! | Sep 14 10:40:28.815 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.815 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.815 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.815 INFO kablam! Sep 14 10:40:28.819 INFO kablam! error: aborting due to 8 previous errors Sep 14 10:40:28.823 INFO kablam! Sep 14 10:40:28.823 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.850 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.850 INFO kablam! Sep 14 10:40:28.851 INFO kablam! To learn more, run the command again with --verbose. Sep 14 10:40:28.851 INFO kablam! su: No module specific data is present Sep 14 10:40:29.865 INFO running `"docker" "rm" "-f" "71cb98198a0b501297f8eaaa30d54aeb043d9681efd2b235b89df00c8dd5877d"` Sep 14 10:40:30.171 INFO blam! 71cb98198a0b501297f8eaaa30d54aeb043d9681efd2b235b89df00c8dd5877d