Aug 17 12:49:28.180 INFO checking riker-0.1.2 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 12:49:28.180 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 12:49:28.180 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 12:49:28.180 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-0/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 12:49:28.450 INFO blam! 681dd1440a45fd3ce377bb7824e2ff8025f19b8f866fd80ea10c5c0bf6a1f83a Aug 17 12:49:28.452 INFO running `"docker" "start" "-a" "681dd1440a45fd3ce377bb7824e2ff8025f19b8f866fd80ea10c5c0bf6a1f83a"` Aug 17 12:49:29.592 INFO kablam! Checking futures v0.1.23 Aug 17 12:49:29.610 INFO kablam! Checking riker-testkit v0.1.0 Aug 17 12:49:29.612 INFO kablam! Checking riker v0.1.2 (file:///source) Aug 17 12:49:29.613 INFO kablam! Checking riker-timer v0.1.4 Aug 17 12:49:29.613 INFO kablam! Checking riker-log v0.1.4 Aug 17 12:49:29.619 INFO kablam! Checking riker-deadletter v0.1.4 Aug 17 12:49:29.621 INFO kablam! Checking riker-mapvec v0.1.4 Aug 17 12:49:48.244 INFO kablam! Checking futures-cpupool v0.1.8 Aug 17 12:49:48.939 INFO kablam! Checking riker-dispatcher v0.1.4 Aug 17 12:49:50.745 INFO kablam! Checking riker-default v0.1.4 Aug 17 12:49:57.074 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.074 INFO kablam! --> tests/supervision.rs:114:16 Aug 17 12:49:57.074 INFO kablam! | Aug 17 12:49:57.074 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.074 INFO kablam! | Aug 17 12:49:57.074 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.074 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.074 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.074 INFO kablam! Aug 17 12:49:57.087 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.087 INFO kablam! --> tests/supervision.rs:114:40 Aug 17 12:49:57.087 INFO kablam! | Aug 17 12:49:57.087 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.087 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.087 INFO kablam! | Aug 17 12:49:57.087 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.087 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.087 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.087 INFO kablam! Aug 17 12:49:57.088 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:57.088 INFO kablam! --> tests/supervision.rs:115:18 Aug 17 12:49:57.089 INFO kablam! | Aug 17 12:49:57.089 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.089 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:57.089 INFO kablam! | Aug 17 12:49:57.089 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.089 INFO kablam! Aug 17 12:49:57.089 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.089 INFO kablam! --> tests/supervision.rs:115:18 Aug 17 12:49:57.089 INFO kablam! | Aug 17 12:49:57.089 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.089 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.089 INFO kablam! | Aug 17 12:49:57.089 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.089 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.089 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.089 INFO kablam! Aug 17 12:49:57.136 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.136 INFO kablam! --> tests/supervision.rs:201:16 Aug 17 12:49:57.136 INFO kablam! | Aug 17 12:49:57.136 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.137 INFO kablam! | Aug 17 12:49:57.137 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.137 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.137 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.137 INFO kablam! Aug 17 12:49:57.137 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.137 INFO kablam! --> tests/supervision.rs:201:40 Aug 17 12:49:57.137 INFO kablam! | Aug 17 12:49:57.138 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.138 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.138 INFO kablam! | Aug 17 12:49:57.138 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.138 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.138 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.138 INFO kablam! Aug 17 12:49:57.138 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:57.138 INFO kablam! --> tests/supervision.rs:202:18 Aug 17 12:49:57.138 INFO kablam! | Aug 17 12:49:57.138 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.138 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:57.138 INFO kablam! | Aug 17 12:49:57.138 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.138 INFO kablam! Aug 17 12:49:57.138 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.138 INFO kablam! --> tests/supervision.rs:202:18 Aug 17 12:49:57.138 INFO kablam! | Aug 17 12:49:57.138 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.138 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.138 INFO kablam! | Aug 17 12:49:57.138 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.138 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.138 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.138 INFO kablam! Aug 17 12:49:57.153 INFO kablam! error: aborting due to 8 previous errors Aug 17 12:49:57.153 INFO kablam! Aug 17 12:49:57.153 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 12:49:57.165 INFO kablam! error: Could not compile `riker`. Aug 17 12:49:57.166 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 12:49:57.735 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.735 INFO kablam! --> tests/actors.rs:41:16 Aug 17 12:49:57.735 INFO kablam! | Aug 17 12:49:57.735 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.735 INFO kablam! | Aug 17 12:49:57.735 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.735 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.735 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.735 INFO kablam! Aug 17 12:49:57.737 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.737 INFO kablam! --> tests/actors.rs:41:40 Aug 17 12:49:57.737 INFO kablam! | Aug 17 12:49:57.737 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.737 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.737 INFO kablam! | Aug 17 12:49:57.737 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.737 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.737 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.737 INFO kablam! Aug 17 12:49:57.738 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:57.738 INFO kablam! --> tests/actors.rs:42:18 Aug 17 12:49:57.738 INFO kablam! | Aug 17 12:49:57.738 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.738 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:57.739 INFO kablam! | Aug 17 12:49:57.739 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.739 INFO kablam! Aug 17 12:49:57.739 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.739 INFO kablam! --> tests/actors.rs:42:18 Aug 17 12:49:57.739 INFO kablam! | Aug 17 12:49:57.739 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.739 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.739 INFO kablam! | Aug 17 12:49:57.739 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.739 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.739 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.739 INFO kablam! Aug 17 12:49:57.858 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.858 INFO kablam! --> tests/actors.rs:113:16 Aug 17 12:49:57.858 INFO kablam! | Aug 17 12:49:57.858 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.858 INFO kablam! | Aug 17 12:49:57.858 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.859 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.859 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.859 INFO kablam! Aug 17 12:49:57.867 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.867 INFO kablam! --> tests/actors.rs:113:40 Aug 17 12:49:57.867 INFO kablam! | Aug 17 12:49:57.867 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:57.867 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.868 INFO kablam! | Aug 17 12:49:57.868 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.868 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.868 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.868 INFO kablam! Aug 17 12:49:57.868 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:57.868 INFO kablam! --> tests/actors.rs:114:18 Aug 17 12:49:57.868 INFO kablam! | Aug 17 12:49:57.868 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.868 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:57.868 INFO kablam! | Aug 17 12:49:57.868 INFO kablam! = note: required by `>::new` Aug 17 12:49:57.868 INFO kablam! Aug 17 12:49:57.868 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:57.868 INFO kablam! --> tests/actors.rs:114:18 Aug 17 12:49:57.868 INFO kablam! | Aug 17 12:49:57.868 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:57.868 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:57.868 INFO kablam! | Aug 17 12:49:57.868 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:57.868 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:57.868 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:57.868 INFO kablam! Aug 17 12:49:57.880 INFO kablam! error: aborting due to 8 previous errors Aug 17 12:49:57.881 INFO kablam! Aug 17 12:49:57.882 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 12:49:57.903 INFO kablam! error: Could not compile `riker`. Aug 17 12:49:57.903 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 12:49:58.219 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.219 INFO kablam! --> tests/selection.rs:72:16 Aug 17 12:49:58.219 INFO kablam! | Aug 17 12:49:58.219 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.230 INFO kablam! | Aug 17 12:49:58.231 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.231 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.231 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.231 INFO kablam! Aug 17 12:49:58.233 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.233 INFO kablam! --> tests/selection.rs:72:40 Aug 17 12:49:58.233 INFO kablam! | Aug 17 12:49:58.233 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.233 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.234 INFO kablam! | Aug 17 12:49:58.234 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.234 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.234 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.234 INFO kablam! Aug 17 12:49:58.235 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.235 INFO kablam! --> tests/selection.rs:73:18 Aug 17 12:49:58.235 INFO kablam! | Aug 17 12:49:58.235 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.235 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.235 INFO kablam! | Aug 17 12:49:58.235 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.235 INFO kablam! Aug 17 12:49:58.235 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.235 INFO kablam! --> tests/selection.rs:73:18 Aug 17 12:49:58.235 INFO kablam! | Aug 17 12:49:58.235 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.235 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.235 INFO kablam! | Aug 17 12:49:58.235 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.235 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.236 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.236 INFO kablam! Aug 17 12:49:58.308 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.308 INFO kablam! --> tests/selection.rs:90:16 Aug 17 12:49:58.308 INFO kablam! | Aug 17 12:49:58.308 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.308 INFO kablam! | Aug 17 12:49:58.308 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.308 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.308 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.308 INFO kablam! Aug 17 12:49:58.308 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.308 INFO kablam! --> tests/selection.rs:90:40 Aug 17 12:49:58.308 INFO kablam! | Aug 17 12:49:58.308 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.308 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.308 INFO kablam! | Aug 17 12:49:58.308 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.308 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.308 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.308 INFO kablam! Aug 17 12:49:58.308 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.308 INFO kablam! --> tests/selection.rs:91:18 Aug 17 12:49:58.308 INFO kablam! | Aug 17 12:49:58.308 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.308 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.308 INFO kablam! | Aug 17 12:49:58.308 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.308 INFO kablam! Aug 17 12:49:58.309 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.309 INFO kablam! --> tests/selection.rs:91:18 Aug 17 12:49:58.309 INFO kablam! | Aug 17 12:49:58.309 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.309 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.309 INFO kablam! | Aug 17 12:49:58.309 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.309 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.309 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.309 INFO kablam! Aug 17 12:49:58.309 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.309 INFO kablam! --> tests/selection.rs:112:16 Aug 17 12:49:58.309 INFO kablam! | Aug 17 12:49:58.309 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.309 INFO kablam! | Aug 17 12:49:58.309 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.309 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.309 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.309 INFO kablam! Aug 17 12:49:58.309 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.309 INFO kablam! --> tests/selection.rs:112:40 Aug 17 12:49:58.309 INFO kablam! | Aug 17 12:49:58.309 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.309 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.309 INFO kablam! | Aug 17 12:49:58.309 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.310 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.310 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.310 INFO kablam! Aug 17 12:49:58.310 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.310 INFO kablam! --> tests/selection.rs:113:18 Aug 17 12:49:58.310 INFO kablam! | Aug 17 12:49:58.310 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.310 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.310 INFO kablam! | Aug 17 12:49:58.310 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.310 INFO kablam! Aug 17 12:49:58.310 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.310 INFO kablam! --> tests/selection.rs:113:18 Aug 17 12:49:58.310 INFO kablam! | Aug 17 12:49:58.310 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.310 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.310 INFO kablam! | Aug 17 12:49:58.310 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.310 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.310 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.310 INFO kablam! Aug 17 12:49:58.329 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.329 INFO kablam! --> tests/system.rs:52:16 Aug 17 12:49:58.329 INFO kablam! | Aug 17 12:49:58.329 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.329 INFO kablam! | Aug 17 12:49:58.329 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.329 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.329 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.329 INFO kablam! Aug 17 12:49:58.331 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.331 INFO kablam! --> tests/system.rs:52:40 Aug 17 12:49:58.331 INFO kablam! | Aug 17 12:49:58.331 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.331 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.331 INFO kablam! | Aug 17 12:49:58.331 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.331 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.331 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.331 INFO kablam! Aug 17 12:49:58.333 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.333 INFO kablam! --> tests/system.rs:53:18 Aug 17 12:49:58.333 INFO kablam! | Aug 17 12:49:58.333 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.333 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.333 INFO kablam! | Aug 17 12:49:58.333 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.333 INFO kablam! Aug 17 12:49:58.333 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.333 INFO kablam! --> tests/system.rs:53:18 Aug 17 12:49:58.333 INFO kablam! | Aug 17 12:49:58.333 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.333 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.333 INFO kablam! | Aug 17 12:49:58.333 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.333 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.333 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.333 INFO kablam! Aug 17 12:49:58.337 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.337 INFO kablam! --> tests/system.rs:65:16 Aug 17 12:49:58.337 INFO kablam! | Aug 17 12:49:58.337 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.337 INFO kablam! | Aug 17 12:49:58.337 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.337 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.337 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.337 INFO kablam! Aug 17 12:49:58.343 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.343 INFO kablam! --> tests/system.rs:65:40 Aug 17 12:49:58.343 INFO kablam! | Aug 17 12:49:58.343 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.343 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.343 INFO kablam! | Aug 17 12:49:58.343 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.343 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.343 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.343 INFO kablam! Aug 17 12:49:58.343 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.343 INFO kablam! --> tests/channels.rs:85:16 Aug 17 12:49:58.343 INFO kablam! | Aug 17 12:49:58.343 INFO kablam! 85 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.343 INFO kablam! | Aug 17 12:49:58.343 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.343 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.343 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.343 INFO kablam! Aug 17 12:49:58.344 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.344 INFO kablam! --> tests/system.rs:66:18 Aug 17 12:49:58.344 INFO kablam! | Aug 17 12:49:58.344 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.344 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.344 INFO kablam! | Aug 17 12:49:58.344 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.344 INFO kablam! Aug 17 12:49:58.344 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.344 INFO kablam! --> tests/system.rs:66:18 Aug 17 12:49:58.344 INFO kablam! | Aug 17 12:49:58.344 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.344 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.344 INFO kablam! | Aug 17 12:49:58.344 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.344 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.344 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.344 INFO kablam! Aug 17 12:49:58.344 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.344 INFO kablam! --> tests/channels.rs:85:40 Aug 17 12:49:58.344 INFO kablam! | Aug 17 12:49:58.344 INFO kablam! 85 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.344 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.344 INFO kablam! | Aug 17 12:49:58.344 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.344 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.344 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.344 INFO kablam! Aug 17 12:49:58.344 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.345 INFO kablam! --> tests/channels.rs:86:18 Aug 17 12:49:58.345 INFO kablam! | Aug 17 12:49:58.345 INFO kablam! 86 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.345 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.345 INFO kablam! | Aug 17 12:49:58.345 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.345 INFO kablam! Aug 17 12:49:58.345 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.345 INFO kablam! --> tests/channels.rs:86:18 Aug 17 12:49:58.345 INFO kablam! | Aug 17 12:49:58.345 INFO kablam! 86 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.345 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.345 INFO kablam! | Aug 17 12:49:58.345 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.345 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.345 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.345 INFO kablam! Aug 17 12:49:58.345 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.345 INFO kablam! --> tests/system.rs:79:16 Aug 17 12:49:58.345 INFO kablam! | Aug 17 12:49:58.345 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.345 INFO kablam! | Aug 17 12:49:58.345 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.345 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.345 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.345 INFO kablam! Aug 17 12:49:58.345 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.345 INFO kablam! --> tests/system.rs:79:40 Aug 17 12:49:58.345 INFO kablam! | Aug 17 12:49:58.345 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.346 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.346 INFO kablam! | Aug 17 12:49:58.346 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.346 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.346 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.346 INFO kablam! Aug 17 12:49:58.350 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.352 INFO kablam! --> tests/system.rs:80:18 Aug 17 12:49:58.352 INFO kablam! | Aug 17 12:49:58.352 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.352 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.352 INFO kablam! | Aug 17 12:49:58.352 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.352 INFO kablam! Aug 17 12:49:58.352 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.352 INFO kablam! --> tests/system.rs:80:18 Aug 17 12:49:58.352 INFO kablam! | Aug 17 12:49:58.352 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.352 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.352 INFO kablam! | Aug 17 12:49:58.352 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.352 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.352 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.352 INFO kablam! Aug 17 12:49:58.366 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.366 INFO kablam! --> tests/system.rs:105:16 Aug 17 12:49:58.366 INFO kablam! | Aug 17 12:49:58.366 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.366 INFO kablam! | Aug 17 12:49:58.366 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.366 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.366 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.367 INFO kablam! Aug 17 12:49:58.367 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.367 INFO kablam! --> tests/system.rs:105:40 Aug 17 12:49:58.367 INFO kablam! | Aug 17 12:49:58.367 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.368 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.368 INFO kablam! | Aug 17 12:49:58.368 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.368 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.368 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.368 INFO kablam! Aug 17 12:49:58.368 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.368 INFO kablam! --> tests/system.rs:106:18 Aug 17 12:49:58.368 INFO kablam! | Aug 17 12:49:58.368 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.368 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.368 INFO kablam! | Aug 17 12:49:58.368 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.368 INFO kablam! Aug 17 12:49:58.370 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.370 INFO kablam! --> tests/system.rs:106:18 Aug 17 12:49:58.370 INFO kablam! | Aug 17 12:49:58.370 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.370 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.370 INFO kablam! | Aug 17 12:49:58.370 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.370 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.370 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.370 INFO kablam! Aug 17 12:49:58.376 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.376 INFO kablam! --> tests/selection.rs:177:16 Aug 17 12:49:58.376 INFO kablam! | Aug 17 12:49:58.376 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.376 INFO kablam! | Aug 17 12:49:58.376 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.376 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.376 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.376 INFO kablam! Aug 17 12:49:58.378 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.379 INFO kablam! --> tests/selection.rs:177:40 Aug 17 12:49:58.379 INFO kablam! | Aug 17 12:49:58.379 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.379 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.379 INFO kablam! | Aug 17 12:49:58.379 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.379 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.379 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.379 INFO kablam! Aug 17 12:49:58.379 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.379 INFO kablam! --> tests/selection.rs:178:18 Aug 17 12:49:58.379 INFO kablam! | Aug 17 12:49:58.379 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.379 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.379 INFO kablam! | Aug 17 12:49:58.380 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.381 INFO kablam! Aug 17 12:49:58.381 INFO kablam! error: aborting due to 16 previous errors Aug 17 12:49:58.381 INFO kablam! Aug 17 12:49:58.381 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 12:49:58.381 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.381 INFO kablam! --> tests/selection.rs:178:18 Aug 17 12:49:58.381 INFO kablam! | Aug 17 12:49:58.381 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.381 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.381 INFO kablam! | Aug 17 12:49:58.381 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.381 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.381 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.381 INFO kablam! Aug 17 12:49:58.395 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.395 INFO kablam! --> tests/channels.rs:153:16 Aug 17 12:49:58.395 INFO kablam! | Aug 17 12:49:58.395 INFO kablam! 153 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.395 INFO kablam! | Aug 17 12:49:58.395 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.395 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.395 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.395 INFO kablam! Aug 17 12:49:58.404 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.404 INFO kablam! --> tests/channels.rs:153:40 Aug 17 12:49:58.404 INFO kablam! | Aug 17 12:49:58.404 INFO kablam! 153 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.404 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.404 INFO kablam! | Aug 17 12:49:58.404 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.404 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.422 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.422 INFO kablam! Aug 17 12:49:58.422 INFO kablam! error: Could not compile `riker`. Aug 17 12:49:58.422 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 12:49:58.422 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.422 INFO kablam! --> tests/channels.rs:154:18 Aug 17 12:49:58.422 INFO kablam! | Aug 17 12:49:58.422 INFO kablam! 154 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.422 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.422 INFO kablam! | Aug 17 12:49:58.422 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.422 INFO kablam! Aug 17 12:49:58.422 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.422 INFO kablam! --> tests/channels.rs:154:18 Aug 17 12:49:58.422 INFO kablam! | Aug 17 12:49:58.422 INFO kablam! 154 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.422 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.422 INFO kablam! | Aug 17 12:49:58.422 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.422 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.422 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.423 INFO kablam! Aug 17 12:49:58.513 INFO kablam! error: aborting due to 16 previous errors Aug 17 12:49:58.527 INFO kablam! Aug 17 12:49:58.527 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 12:49:58.548 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.548 INFO kablam! --> tests/channels.rs:213:16 Aug 17 12:49:58.549 INFO kablam! | Aug 17 12:49:58.549 INFO kablam! 213 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.551 INFO kablam! | Aug 17 12:49:58.551 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.551 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.551 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.551 INFO kablam! Aug 17 12:49:58.551 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.551 INFO kablam! --> tests/channels.rs:213:40 Aug 17 12:49:58.551 INFO kablam! | Aug 17 12:49:58.551 INFO kablam! 213 | let model: DefaultModel = DefaultModel::new(); Aug 17 12:49:58.551 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.551 INFO kablam! | Aug 17 12:49:58.551 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.551 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.551 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.551 INFO kablam! Aug 17 12:49:58.551 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 17 12:49:58.551 INFO kablam! --> tests/channels.rs:214:18 Aug 17 12:49:58.551 INFO kablam! | Aug 17 12:49:58.551 INFO kablam! 214 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.551 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 17 12:49:58.551 INFO kablam! | Aug 17 12:49:58.551 INFO kablam! = note: required by `>::new` Aug 17 12:49:58.551 INFO kablam! Aug 17 12:49:58.551 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 17 12:49:58.551 INFO kablam! --> tests/channels.rs:214:18 Aug 17 12:49:58.551 INFO kablam! | Aug 17 12:49:58.551 INFO kablam! 214 | let system = ActorSystem::new(&model).unwrap(); Aug 17 12:49:58.551 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 17 12:49:58.552 INFO kablam! | Aug 17 12:49:58.552 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 17 12:49:58.553 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 17 12:49:58.553 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 17 12:49:58.553 INFO kablam! Aug 17 12:49:58.570 INFO kablam! error: aborting due to 12 previous errors Aug 17 12:49:58.570 INFO kablam! Aug 17 12:49:58.570 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 17 12:49:58.587 INFO kablam! error: Could not compile `riker`. Aug 17 12:49:58.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 12:49:58.607 INFO kablam! error: Could not compile `riker`. Aug 17 12:49:58.608 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 17 12:50:02.412 INFO kablam! error: build failed Aug 17 12:50:02.414 INFO kablam! su: No module specific data is present Aug 17 12:50:03.027 INFO running `"docker" "rm" "-f" "681dd1440a45fd3ce377bb7824e2ff8025f19b8f866fd80ea10c5c0bf6a1f83a"` Aug 17 12:50:03.206 INFO blam! 681dd1440a45fd3ce377bb7824e2ff8025f19b8f866fd80ea10c5c0bf6a1f83a