Aug 30 06:17:01.067 INFO checking riker-0.1.5 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 06:17:01.067 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 06:17:01.067 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-0/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 06:17:01.266 INFO blam! 265f0275240291a16f696af89c4d27b53795020710943143aab24ece8c5b5b74 Aug 30 06:17:01.268 INFO running `"docker" "start" "-a" "265f0275240291a16f696af89c4d27b53795020710943143aab24ece8c5b5b74"` Aug 30 06:17:02.060 INFO kablam! Checking riker v0.1.5 (file:///source) Aug 30 06:17:06.667 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 30 06:17:06.667 INFO kablam! --> src/lib.rs:2:12 Aug 30 06:17:06.667 INFO kablam! | Aug 30 06:17:06.667 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 06:17:06.667 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 06:17:06.667 INFO kablam! | Aug 30 06:17:06.667 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 06:17:06.667 INFO kablam! Aug 30 06:17:07.166 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 30 06:17:07.166 INFO kablam! --> src/lib.rs:2:12 Aug 30 06:17:07.166 INFO kablam! | Aug 30 06:17:07.166 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 06:17:07.166 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 06:17:07.184 INFO kablam! | Aug 30 06:17:07.184 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 06:17:07.184 INFO kablam! Aug 30 06:17:12.839 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.839 INFO kablam! --> tests/actors.rs:41:16 Aug 30 06:17:12.839 INFO kablam! | Aug 30 06:17:12.839 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.839 INFO kablam! | Aug 30 06:17:12.839 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.839 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.839 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.839 INFO kablam! Aug 30 06:17:12.840 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.840 INFO kablam! --> tests/actors.rs:41:40 Aug 30 06:17:12.840 INFO kablam! | Aug 30 06:17:12.840 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.840 INFO kablam! | Aug 30 06:17:12.840 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.840 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.840 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.840 INFO kablam! Aug 30 06:17:12.841 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:12.841 INFO kablam! --> tests/actors.rs:42:18 Aug 30 06:17:12.841 INFO kablam! | Aug 30 06:17:12.841 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.841 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:12.841 INFO kablam! | Aug 30 06:17:12.841 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.842 INFO kablam! Aug 30 06:17:12.842 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.842 INFO kablam! --> tests/actors.rs:42:18 Aug 30 06:17:12.842 INFO kablam! | Aug 30 06:17:12.842 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.842 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.842 INFO kablam! | Aug 30 06:17:12.842 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.842 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.842 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.842 INFO kablam! Aug 30 06:17:12.920 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.920 INFO kablam! --> tests/actors.rs:113:16 Aug 30 06:17:12.920 INFO kablam! | Aug 30 06:17:12.920 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.936 INFO kablam! | Aug 30 06:17:12.936 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.937 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.937 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.937 INFO kablam! Aug 30 06:17:12.937 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.937 INFO kablam! --> tests/actors.rs:113:40 Aug 30 06:17:12.937 INFO kablam! | Aug 30 06:17:12.937 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.937 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.937 INFO kablam! | Aug 30 06:17:12.937 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.938 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.938 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.938 INFO kablam! Aug 30 06:17:12.938 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:12.938 INFO kablam! --> tests/actors.rs:114:18 Aug 30 06:17:12.938 INFO kablam! | Aug 30 06:17:12.938 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.938 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:12.938 INFO kablam! | Aug 30 06:17:12.938 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.938 INFO kablam! Aug 30 06:17:12.938 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.938 INFO kablam! --> tests/actors.rs:114:18 Aug 30 06:17:12.939 INFO kablam! | Aug 30 06:17:12.939 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.939 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.939 INFO kablam! | Aug 30 06:17:12.939 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.939 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.939 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.939 INFO kablam! Aug 30 06:17:12.960 INFO kablam! error: aborting due to 8 previous errors Aug 30 06:17:12.964 INFO kablam! Aug 30 06:17:12.964 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:12.992 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:12.992 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:13.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.439 INFO kablam! --> tests/system.rs:52:16 Aug 30 06:17:13.439 INFO kablam! | Aug 30 06:17:13.439 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.439 INFO kablam! | Aug 30 06:17:13.439 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.439 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.439 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.439 INFO kablam! Aug 30 06:17:13.449 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.449 INFO kablam! --> tests/system.rs:52:40 Aug 30 06:17:13.449 INFO kablam! | Aug 30 06:17:13.449 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.449 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.450 INFO kablam! | Aug 30 06:17:13.450 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.450 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.450 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.450 INFO kablam! Aug 30 06:17:13.452 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.452 INFO kablam! --> tests/system.rs:53:18 Aug 30 06:17:13.452 INFO kablam! | Aug 30 06:17:13.452 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.452 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.452 INFO kablam! | Aug 30 06:17:13.452 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.452 INFO kablam! Aug 30 06:17:13.453 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.453 INFO kablam! --> tests/system.rs:53:18 Aug 30 06:17:13.453 INFO kablam! | Aug 30 06:17:13.453 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.453 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.453 INFO kablam! | Aug 30 06:17:13.453 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.453 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.453 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.453 INFO kablam! Aug 30 06:17:13.460 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.460 INFO kablam! --> tests/system.rs:65:16 Aug 30 06:17:13.460 INFO kablam! | Aug 30 06:17:13.460 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.460 INFO kablam! | Aug 30 06:17:13.460 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.460 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.460 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.460 INFO kablam! Aug 30 06:17:13.469 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.469 INFO kablam! --> tests/system.rs:65:40 Aug 30 06:17:13.469 INFO kablam! | Aug 30 06:17:13.469 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.469 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.469 INFO kablam! | Aug 30 06:17:13.469 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.469 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.469 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.469 INFO kablam! Aug 30 06:17:13.470 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.470 INFO kablam! --> tests/system.rs:66:18 Aug 30 06:17:13.470 INFO kablam! | Aug 30 06:17:13.470 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.470 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.470 INFO kablam! | Aug 30 06:17:13.470 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.470 INFO kablam! Aug 30 06:17:13.471 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.471 INFO kablam! --> tests/system.rs:66:18 Aug 30 06:17:13.471 INFO kablam! | Aug 30 06:17:13.471 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.471 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.471 INFO kablam! | Aug 30 06:17:13.471 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.471 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.471 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.471 INFO kablam! Aug 30 06:17:13.475 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.475 INFO kablam! --> tests/system.rs:79:16 Aug 30 06:17:13.475 INFO kablam! | Aug 30 06:17:13.475 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.475 INFO kablam! | Aug 30 06:17:13.475 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.475 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.475 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.475 INFO kablam! Aug 30 06:17:13.481 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.481 INFO kablam! --> tests/system.rs:79:40 Aug 30 06:17:13.481 INFO kablam! | Aug 30 06:17:13.481 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.481 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.481 INFO kablam! | Aug 30 06:17:13.481 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.481 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.481 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.481 INFO kablam! Aug 30 06:17:13.481 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.482 INFO kablam! --> tests/system.rs:80:18 Aug 30 06:17:13.482 INFO kablam! | Aug 30 06:17:13.482 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.482 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.482 INFO kablam! | Aug 30 06:17:13.482 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.482 INFO kablam! Aug 30 06:17:13.482 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.482 INFO kablam! --> tests/system.rs:80:18 Aug 30 06:17:13.482 INFO kablam! | Aug 30 06:17:13.482 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.482 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.482 INFO kablam! | Aug 30 06:17:13.482 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.483 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.483 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.483 INFO kablam! Aug 30 06:17:13.518 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.518 INFO kablam! --> tests/system.rs:105:16 Aug 30 06:17:13.518 INFO kablam! | Aug 30 06:17:13.518 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.518 INFO kablam! | Aug 30 06:17:13.518 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.518 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.518 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.518 INFO kablam! Aug 30 06:17:13.519 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.519 INFO kablam! --> tests/system.rs:105:40 Aug 30 06:17:13.519 INFO kablam! | Aug 30 06:17:13.519 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.519 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.519 INFO kablam! | Aug 30 06:17:13.519 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.519 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.519 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.519 INFO kablam! Aug 30 06:17:13.520 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.520 INFO kablam! --> tests/system.rs:106:18 Aug 30 06:17:13.520 INFO kablam! | Aug 30 06:17:13.520 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.520 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.520 INFO kablam! | Aug 30 06:17:13.520 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.520 INFO kablam! Aug 30 06:17:13.520 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.520 INFO kablam! --> tests/system.rs:106:18 Aug 30 06:17:13.520 INFO kablam! | Aug 30 06:17:13.520 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.520 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.521 INFO kablam! | Aug 30 06:17:13.521 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.521 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.521 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.521 INFO kablam! Aug 30 06:17:13.540 INFO kablam! error: aborting due to 16 previous errors Aug 30 06:17:13.548 INFO kablam! Aug 30 06:17:13.548 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:13.568 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.568 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:13.647 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.647 INFO kablam! --> tests/supervision.rs:114:16 Aug 30 06:17:13.647 INFO kablam! | Aug 30 06:17:13.647 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.652 INFO kablam! | Aug 30 06:17:13.652 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.652 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.653 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.653 INFO kablam! Aug 30 06:17:13.654 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.654 INFO kablam! --> tests/supervision.rs:114:40 Aug 30 06:17:13.654 INFO kablam! | Aug 30 06:17:13.654 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.654 INFO kablam! | Aug 30 06:17:13.654 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.654 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.654 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.654 INFO kablam! Aug 30 06:17:13.656 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.656 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 06:17:13.656 INFO kablam! | Aug 30 06:17:13.656 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.656 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.656 INFO kablam! | Aug 30 06:17:13.656 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.656 INFO kablam! Aug 30 06:17:13.657 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.657 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 06:17:13.657 INFO kablam! | Aug 30 06:17:13.657 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.657 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.657 INFO kablam! | Aug 30 06:17:13.657 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.657 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.657 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.657 INFO kablam! Aug 30 06:17:13.706 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.706 INFO kablam! --> tests/supervision.rs:201:16 Aug 30 06:17:13.706 INFO kablam! | Aug 30 06:17:13.706 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.706 INFO kablam! | Aug 30 06:17:13.706 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.706 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.706 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.706 INFO kablam! Aug 30 06:17:13.707 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.707 INFO kablam! --> tests/supervision.rs:201:40 Aug 30 06:17:13.707 INFO kablam! | Aug 30 06:17:13.707 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.707 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.707 INFO kablam! | Aug 30 06:17:13.707 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.707 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.710 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.710 INFO kablam! Aug 30 06:17:13.710 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.710 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 06:17:13.710 INFO kablam! | Aug 30 06:17:13.711 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.711 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.711 INFO kablam! | Aug 30 06:17:13.711 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.711 INFO kablam! Aug 30 06:17:13.711 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.711 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 06:17:13.711 INFO kablam! | Aug 30 06:17:13.711 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.711 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.711 INFO kablam! | Aug 30 06:17:13.711 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.711 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.711 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.711 INFO kablam! Aug 30 06:17:13.731 INFO kablam! error: aborting due to 8 previous errors Aug 30 06:17:13.732 INFO kablam! Aug 30 06:17:13.732 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:13.751 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.751 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:13.762 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.762 INFO kablam! --> tests/channels.rs:92:16 Aug 30 06:17:13.762 INFO kablam! | Aug 30 06:17:13.762 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.762 INFO kablam! | Aug 30 06:17:13.762 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.762 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.762 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.763 INFO kablam! Aug 30 06:17:13.763 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.763 INFO kablam! --> tests/channels.rs:92:40 Aug 30 06:17:13.764 INFO kablam! | Aug 30 06:17:13.764 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.764 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.764 INFO kablam! | Aug 30 06:17:13.764 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.764 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.764 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.764 INFO kablam! Aug 30 06:17:13.765 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.765 INFO kablam! --> tests/channels.rs:93:18 Aug 30 06:17:13.765 INFO kablam! | Aug 30 06:17:13.765 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.765 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.765 INFO kablam! | Aug 30 06:17:13.765 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.765 INFO kablam! Aug 30 06:17:13.765 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.765 INFO kablam! --> tests/channels.rs:93:18 Aug 30 06:17:13.765 INFO kablam! | Aug 30 06:17:13.765 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.765 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.765 INFO kablam! | Aug 30 06:17:13.765 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.765 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.765 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.766 INFO kablam! Aug 30 06:17:13.792 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.792 INFO kablam! --> tests/channels.rs:113:16 Aug 30 06:17:13.792 INFO kablam! | Aug 30 06:17:13.792 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.792 INFO kablam! | Aug 30 06:17:13.792 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.792 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.793 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.793 INFO kablam! Aug 30 06:17:13.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.793 INFO kablam! --> tests/channels.rs:113:40 Aug 30 06:17:13.793 INFO kablam! | Aug 30 06:17:13.793 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.793 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.793 INFO kablam! | Aug 30 06:17:13.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.793 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.793 INFO kablam! Aug 30 06:17:13.793 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.793 INFO kablam! --> tests/channels.rs:114:18 Aug 30 06:17:13.793 INFO kablam! | Aug 30 06:17:13.793 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.793 INFO kablam! | Aug 30 06:17:13.793 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.793 INFO kablam! Aug 30 06:17:13.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.793 INFO kablam! --> tests/channels.rs:114:18 Aug 30 06:17:13.793 INFO kablam! | Aug 30 06:17:13.793 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.793 INFO kablam! | Aug 30 06:17:13.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.794 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.794 INFO kablam! Aug 30 06:17:13.813 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.813 INFO kablam! --> tests/channels.rs:196:16 Aug 30 06:17:13.813 INFO kablam! | Aug 30 06:17:13.813 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.813 INFO kablam! | Aug 30 06:17:13.813 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.813 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.813 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.814 INFO kablam! Aug 30 06:17:13.815 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.815 INFO kablam! --> tests/channels.rs:196:40 Aug 30 06:17:13.815 INFO kablam! | Aug 30 06:17:13.815 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.815 INFO kablam! | Aug 30 06:17:13.815 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.815 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.815 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.815 INFO kablam! Aug 30 06:17:13.816 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.816 INFO kablam! --> tests/channels.rs:197:18 Aug 30 06:17:13.816 INFO kablam! | Aug 30 06:17:13.816 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.816 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.816 INFO kablam! | Aug 30 06:17:13.817 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.817 INFO kablam! Aug 30 06:17:13.817 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.817 INFO kablam! --> tests/channels.rs:197:18 Aug 30 06:17:13.817 INFO kablam! | Aug 30 06:17:13.817 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.817 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.817 INFO kablam! | Aug 30 06:17:13.817 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.817 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.817 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.817 INFO kablam! Aug 30 06:17:13.832 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.832 INFO kablam! --> tests/channels.rs:256:16 Aug 30 06:17:13.832 INFO kablam! | Aug 30 06:17:13.832 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.832 INFO kablam! | Aug 30 06:17:13.832 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.832 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.832 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.832 INFO kablam! Aug 30 06:17:13.832 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.832 INFO kablam! --> tests/channels.rs:256:40 Aug 30 06:17:13.832 INFO kablam! | Aug 30 06:17:13.832 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.832 INFO kablam! | Aug 30 06:17:13.832 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.832 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.832 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.832 INFO kablam! Aug 30 06:17:13.832 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.833 INFO kablam! --> tests/channels.rs:257:18 Aug 30 06:17:13.833 INFO kablam! | Aug 30 06:17:13.833 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.833 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.833 INFO kablam! | Aug 30 06:17:13.833 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.833 INFO kablam! Aug 30 06:17:13.833 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.833 INFO kablam! --> tests/channels.rs:257:18 Aug 30 06:17:13.833 INFO kablam! | Aug 30 06:17:13.833 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.833 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.833 INFO kablam! | Aug 30 06:17:13.833 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.833 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.833 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.833 INFO kablam! Aug 30 06:17:13.847 INFO kablam! error: aborting due to 16 previous errors Aug 30 06:17:13.848 INFO kablam! Aug 30 06:17:13.848 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:13.865 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.865 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:14.195 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.195 INFO kablam! --> tests/selection.rs:72:16 Aug 30 06:17:14.195 INFO kablam! | Aug 30 06:17:14.195 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.195 INFO kablam! | Aug 30 06:17:14.195 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.195 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.195 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.195 INFO kablam! Aug 30 06:17:14.196 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.196 INFO kablam! --> tests/selection.rs:72:40 Aug 30 06:17:14.196 INFO kablam! | Aug 30 06:17:14.196 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.196 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.196 INFO kablam! | Aug 30 06:17:14.196 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.196 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.196 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.196 INFO kablam! Aug 30 06:17:14.197 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:14.197 INFO kablam! --> tests/selection.rs:73:18 Aug 30 06:17:14.197 INFO kablam! | Aug 30 06:17:14.197 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.197 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:14.197 INFO kablam! | Aug 30 06:17:14.198 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.198 INFO kablam! Aug 30 06:17:14.198 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.198 INFO kablam! --> tests/selection.rs:73:18 Aug 30 06:17:14.198 INFO kablam! | Aug 30 06:17:14.199 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.199 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.199 INFO kablam! | Aug 30 06:17:14.199 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.200 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.200 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.200 INFO kablam! Aug 30 06:17:14.221 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.221 INFO kablam! --> tests/selection.rs:90:16 Aug 30 06:17:14.221 INFO kablam! | Aug 30 06:17:14.221 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.222 INFO kablam! | Aug 30 06:17:14.222 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.222 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.223 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.223 INFO kablam! Aug 30 06:17:14.224 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.224 INFO kablam! --> tests/selection.rs:90:40 Aug 30 06:17:14.224 INFO kablam! | Aug 30 06:17:14.224 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.224 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.225 INFO kablam! | Aug 30 06:17:14.225 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.225 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.226 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.226 INFO kablam! Aug 30 06:17:14.227 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:14.227 INFO kablam! --> tests/selection.rs:91:18 Aug 30 06:17:14.227 INFO kablam! | Aug 30 06:17:14.227 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.227 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:14.227 INFO kablam! | Aug 30 06:17:14.228 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.228 INFO kablam! Aug 30 06:17:14.228 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.228 INFO kablam! --> tests/selection.rs:91:18 Aug 30 06:17:14.229 INFO kablam! | Aug 30 06:17:14.229 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.229 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.229 INFO kablam! | Aug 30 06:17:14.229 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.230 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.230 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.230 INFO kablam! Aug 30 06:17:14.237 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.237 INFO kablam! --> tests/selection.rs:112:16 Aug 30 06:17:14.238 INFO kablam! | Aug 30 06:17:14.238 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.238 INFO kablam! | Aug 30 06:17:14.238 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.239 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.239 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.239 INFO kablam! Aug 30 06:17:14.240 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.240 INFO kablam! --> tests/selection.rs:112:40 Aug 30 06:17:14.240 INFO kablam! | Aug 30 06:17:14.240 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.240 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.241 INFO kablam! | Aug 30 06:17:14.241 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.242 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.242 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.242 INFO kablam! Aug 30 06:17:14.243 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:14.243 INFO kablam! --> tests/selection.rs:113:18 Aug 30 06:17:14.243 INFO kablam! | Aug 30 06:17:14.243 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.243 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:14.244 INFO kablam! | Aug 30 06:17:14.244 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.244 INFO kablam! Aug 30 06:17:14.245 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.245 INFO kablam! --> tests/selection.rs:113:18 Aug 30 06:17:14.245 INFO kablam! | Aug 30 06:17:14.245 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.245 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.246 INFO kablam! | Aug 30 06:17:14.246 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.246 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.247 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.247 INFO kablam! Aug 30 06:17:14.265 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.265 INFO kablam! --> tests/selection.rs:177:16 Aug 30 06:17:14.265 INFO kablam! | Aug 30 06:17:14.265 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.265 INFO kablam! | Aug 30 06:17:14.266 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.266 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.266 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.266 INFO kablam! Aug 30 06:17:14.267 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.267 INFO kablam! --> tests/selection.rs:177:40 Aug 30 06:17:14.267 INFO kablam! | Aug 30 06:17:14.267 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:14.267 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.267 INFO kablam! | Aug 30 06:17:14.267 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.267 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.267 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.267 INFO kablam! Aug 30 06:17:14.268 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:14.268 INFO kablam! --> tests/selection.rs:178:18 Aug 30 06:17:14.268 INFO kablam! | Aug 30 06:17:14.268 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.268 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:14.268 INFO kablam! | Aug 30 06:17:14.269 INFO kablam! = note: required by `>::new` Aug 30 06:17:14.269 INFO kablam! Aug 30 06:17:14.269 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:14.269 INFO kablam! --> tests/selection.rs:178:18 Aug 30 06:17:14.269 INFO kablam! | Aug 30 06:17:14.269 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:14.269 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:14.269 INFO kablam! | Aug 30 06:17:14.269 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:14.269 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:14.270 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:14.270 INFO kablam! Aug 30 06:17:14.293 INFO kablam! error: aborting due to 16 previous errors Aug 30 06:17:14.293 INFO kablam! Aug 30 06:17:14.293 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:14.310 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:14.310 INFO kablam! Aug 30 06:17:14.310 INFO kablam! To learn more, run the command again with --verbose. Aug 30 06:17:14.313 INFO kablam! su: No module specific data is present Aug 30 06:17:14.837 INFO running `"docker" "rm" "-f" "265f0275240291a16f696af89c4d27b53795020710943143aab24ece8c5b5b74"` Aug 30 06:17:15.037 INFO blam! 265f0275240291a16f696af89c4d27b53795020710943143aab24ece8c5b5b74