Sep 19 21:44:57.762 INFO checking riker-0.1.5 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:44:57.762 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:44:57.762 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:44:57.960 INFO blam! 763040bd7a69586cf43a167cc647baead341d9a981cf8ad314196eda265c4705 Sep 19 21:44:57.962 INFO running `"docker" "start" "-a" "763040bd7a69586cf43a167cc647baead341d9a981cf8ad314196eda265c4705"` Sep 19 21:44:59.095 INFO kablam! usermod: no changes Sep 19 21:44:59.270 INFO kablam! Checking riker v0.1.5 (/source) Sep 19 21:45:02.683 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 21:45:02.683 INFO kablam! --> src/lib.rs:2:12 Sep 19 21:45:02.683 INFO kablam! | Sep 19 21:45:02.683 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 21:45:02.683 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 21:45:02.683 INFO kablam! | Sep 19 21:45:02.683 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:45:02.683 INFO kablam! Sep 19 21:45:03.070 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 21:45:03.070 INFO kablam! --> src/lib.rs:2:12 Sep 19 21:45:03.070 INFO kablam! | Sep 19 21:45:03.070 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 21:45:03.070 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 21:45:03.070 INFO kablam! | Sep 19 21:45:03.070 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:45:03.070 INFO kablam! Sep 19 21:45:07.026 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.026 INFO kablam! --> tests/actors.rs:41:16 Sep 19 21:45:07.026 INFO kablam! | Sep 19 21:45:07.026 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.026 INFO kablam! | Sep 19 21:45:07.026 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.026 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.027 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.027 INFO kablam! Sep 19 21:45:07.027 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.027 INFO kablam! --> tests/actors.rs:41:40 Sep 19 21:45:07.027 INFO kablam! | Sep 19 21:45:07.027 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.027 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.027 INFO kablam! | Sep 19 21:45:07.027 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.027 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.027 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.027 INFO kablam! Sep 19 21:45:07.027 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.027 INFO kablam! --> tests/actors.rs:42:18 Sep 19 21:45:07.027 INFO kablam! | Sep 19 21:45:07.027 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.027 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.027 INFO kablam! | Sep 19 21:45:07.027 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.027 INFO kablam! Sep 19 21:45:07.030 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.030 INFO kablam! --> tests/actors.rs:42:18 Sep 19 21:45:07.030 INFO kablam! | Sep 19 21:45:07.030 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.030 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.030 INFO kablam! | Sep 19 21:45:07.030 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.030 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.030 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.030 INFO kablam! Sep 19 21:45:07.042 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.042 INFO kablam! --> tests/actors.rs:113:16 Sep 19 21:45:07.042 INFO kablam! | Sep 19 21:45:07.042 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.042 INFO kablam! | Sep 19 21:45:07.042 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.042 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.042 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.042 INFO kablam! Sep 19 21:45:07.042 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.042 INFO kablam! --> tests/actors.rs:113:40 Sep 19 21:45:07.042 INFO kablam! | Sep 19 21:45:07.042 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.042 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.042 INFO kablam! | Sep 19 21:45:07.042 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.042 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.042 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.042 INFO kablam! Sep 19 21:45:07.042 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.042 INFO kablam! --> tests/actors.rs:114:18 Sep 19 21:45:07.042 INFO kablam! | Sep 19 21:45:07.042 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.042 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.042 INFO kablam! | Sep 19 21:45:07.042 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.042 INFO kablam! Sep 19 21:45:07.046 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.046 INFO kablam! --> tests/actors.rs:114:18 Sep 19 21:45:07.046 INFO kablam! | Sep 19 21:45:07.046 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.046 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.046 INFO kablam! | Sep 19 21:45:07.046 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.046 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.046 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.046 INFO kablam! Sep 19 21:45:07.055 INFO kablam! error: aborting due to 8 previous errors Sep 19 21:45:07.055 INFO kablam! Sep 19 21:45:07.055 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:07.070 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:07.070 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:07.386 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.386 INFO kablam! --> tests/supervision.rs:114:16 Sep 19 21:45:07.386 INFO kablam! | Sep 19 21:45:07.386 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.387 INFO kablam! | Sep 19 21:45:07.387 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.387 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.387 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.387 INFO kablam! Sep 19 21:45:07.387 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.387 INFO kablam! --> tests/supervision.rs:114:40 Sep 19 21:45:07.387 INFO kablam! | Sep 19 21:45:07.387 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.387 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.387 INFO kablam! | Sep 19 21:45:07.387 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.387 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.387 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.387 INFO kablam! Sep 19 21:45:07.387 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.387 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 21:45:07.387 INFO kablam! | Sep 19 21:45:07.387 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.387 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.390 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.390 INFO kablam! --> tests/system.rs:52:16 Sep 19 21:45:07.390 INFO kablam! | Sep 19 21:45:07.390 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.390 INFO kablam! | Sep 19 21:45:07.390 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.390 INFO kablam! Sep 19 21:45:07.394 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.394 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 21:45:07.394 INFO kablam! | Sep 19 21:45:07.394 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.394 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.394 INFO kablam! | Sep 19 21:45:07.394 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.394 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.394 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.394 INFO kablam! Sep 19 21:45:07.398 INFO kablam! | Sep 19 21:45:07.398 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.398 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.398 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.398 INFO kablam! Sep 19 21:45:07.398 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.398 INFO kablam! --> tests/system.rs:52:40 Sep 19 21:45:07.398 INFO kablam! | Sep 19 21:45:07.398 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.398 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.398 INFO kablam! | Sep 19 21:45:07.398 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.398 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.398 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.398 INFO kablam! Sep 19 21:45:07.398 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.398 INFO kablam! --> tests/system.rs:53:18 Sep 19 21:45:07.398 INFO kablam! | Sep 19 21:45:07.398 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.398 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.409 INFO kablam! | Sep 19 21:45:07.409 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.409 INFO kablam! Sep 19 21:45:07.409 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.409 INFO kablam! --> tests/system.rs:53:18 Sep 19 21:45:07.409 INFO kablam! | Sep 19 21:45:07.409 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.409 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.409 INFO kablam! | Sep 19 21:45:07.409 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.409 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.409 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.409 INFO kablam! Sep 19 21:45:07.411 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.411 INFO kablam! --> tests/system.rs:65:16 Sep 19 21:45:07.411 INFO kablam! | Sep 19 21:45:07.411 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.415 INFO kablam! | Sep 19 21:45:07.415 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.415 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.416 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.422 INFO kablam! Sep 19 21:45:07.422 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.422 INFO kablam! --> tests/system.rs:65:40 Sep 19 21:45:07.422 INFO kablam! | Sep 19 21:45:07.422 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.422 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.422 INFO kablam! | Sep 19 21:45:07.422 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.422 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.422 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.422 INFO kablam! Sep 19 21:45:07.422 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.422 INFO kablam! --> tests/system.rs:66:18 Sep 19 21:45:07.422 INFO kablam! | Sep 19 21:45:07.422 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.422 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.425 INFO kablam! | Sep 19 21:45:07.425 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.425 INFO kablam! Sep 19 21:45:07.425 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.425 INFO kablam! --> tests/system.rs:66:18 Sep 19 21:45:07.425 INFO kablam! | Sep 19 21:45:07.425 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.425 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.425 INFO kablam! | Sep 19 21:45:07.425 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.425 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.425 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.425 INFO kablam! Sep 19 21:45:07.430 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.430 INFO kablam! --> tests/system.rs:79:16 Sep 19 21:45:07.430 INFO kablam! | Sep 19 21:45:07.430 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.430 INFO kablam! | Sep 19 21:45:07.430 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.430 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.430 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.430 INFO kablam! Sep 19 21:45:07.430 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.430 INFO kablam! --> tests/system.rs:79:40 Sep 19 21:45:07.430 INFO kablam! | Sep 19 21:45:07.430 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.430 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.430 INFO kablam! | Sep 19 21:45:07.430 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.430 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.430 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.430 INFO kablam! Sep 19 21:45:07.430 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.430 INFO kablam! --> tests/system.rs:80:18 Sep 19 21:45:07.430 INFO kablam! | Sep 19 21:45:07.430 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.430 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.430 INFO kablam! | Sep 19 21:45:07.430 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.430 INFO kablam! Sep 19 21:45:07.430 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.430 INFO kablam! --> tests/system.rs:80:18 Sep 19 21:45:07.430 INFO kablam! | Sep 19 21:45:07.431 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.431 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.431 INFO kablam! | Sep 19 21:45:07.431 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.431 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.431 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.431 INFO kablam! Sep 19 21:45:07.437 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.437 INFO kablam! --> tests/supervision.rs:201:16 Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.437 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.437 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.437 INFO kablam! Sep 19 21:45:07.437 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.437 INFO kablam! --> tests/supervision.rs:201:40 Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.437 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.437 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.437 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.437 INFO kablam! Sep 19 21:45:07.437 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.437 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.437 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.437 INFO kablam! Sep 19 21:45:07.437 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.437 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.437 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.437 INFO kablam! | Sep 19 21:45:07.437 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.437 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.437 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.437 INFO kablam! Sep 19 21:45:07.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.439 INFO kablam! --> tests/system.rs:105:16 Sep 19 21:45:07.439 INFO kablam! | Sep 19 21:45:07.439 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.439 INFO kablam! | Sep 19 21:45:07.439 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.439 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.439 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.439 INFO kablam! Sep 19 21:45:07.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.439 INFO kablam! --> tests/system.rs:105:40 Sep 19 21:45:07.439 INFO kablam! | Sep 19 21:45:07.439 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.439 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.439 INFO kablam! | Sep 19 21:45:07.439 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.439 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.439 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.439 INFO kablam! Sep 19 21:45:07.439 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.439 INFO kablam! --> tests/system.rs:106:18 Sep 19 21:45:07.439 INFO kablam! | Sep 19 21:45:07.439 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.439 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.439 INFO kablam! | Sep 19 21:45:07.439 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.439 INFO kablam! Sep 19 21:45:07.446 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.446 INFO kablam! --> tests/system.rs:106:18 Sep 19 21:45:07.446 INFO kablam! | Sep 19 21:45:07.446 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.446 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.446 INFO kablam! | Sep 19 21:45:07.446 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.446 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.446 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.446 INFO kablam! Sep 19 21:45:07.458 INFO kablam! error: aborting due to 8 previous errors Sep 19 21:45:07.458 INFO kablam! Sep 19 21:45:07.458 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:07.458 INFO kablam! error: aborting due to 16 previous errors Sep 19 21:45:07.458 INFO kablam! Sep 19 21:45:07.458 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:07.466 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:07.466 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:07.493 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:07.493 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:07.603 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.603 INFO kablam! --> tests/channels.rs:92:16 Sep 19 21:45:07.603 INFO kablam! | Sep 19 21:45:07.603 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.603 INFO kablam! | Sep 19 21:45:07.603 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.603 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.603 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.603 INFO kablam! Sep 19 21:45:07.604 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.604 INFO kablam! --> tests/channels.rs:92:40 Sep 19 21:45:07.604 INFO kablam! | Sep 19 21:45:07.604 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.604 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.604 INFO kablam! | Sep 19 21:45:07.604 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.604 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.604 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.604 INFO kablam! Sep 19 21:45:07.605 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.605 INFO kablam! --> tests/channels.rs:93:18 Sep 19 21:45:07.605 INFO kablam! | Sep 19 21:45:07.606 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.606 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.606 INFO kablam! | Sep 19 21:45:07.606 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.606 INFO kablam! Sep 19 21:45:07.614 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.614 INFO kablam! --> tests/channels.rs:93:18 Sep 19 21:45:07.614 INFO kablam! | Sep 19 21:45:07.614 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.614 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.614 INFO kablam! | Sep 19 21:45:07.614 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.614 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.614 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.614 INFO kablam! Sep 19 21:45:07.634 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.634 INFO kablam! --> tests/channels.rs:113:16 Sep 19 21:45:07.634 INFO kablam! | Sep 19 21:45:07.634 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.634 INFO kablam! | Sep 19 21:45:07.634 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.634 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.634 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.634 INFO kablam! Sep 19 21:45:07.634 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.634 INFO kablam! --> tests/channels.rs:113:40 Sep 19 21:45:07.634 INFO kablam! | Sep 19 21:45:07.634 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.634 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.634 INFO kablam! | Sep 19 21:45:07.634 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.634 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.635 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.635 INFO kablam! Sep 19 21:45:07.635 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.635 INFO kablam! --> tests/channels.rs:114:18 Sep 19 21:45:07.635 INFO kablam! | Sep 19 21:45:07.635 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.635 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.635 INFO kablam! | Sep 19 21:45:07.635 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.635 INFO kablam! Sep 19 21:45:07.635 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.635 INFO kablam! --> tests/channels.rs:114:18 Sep 19 21:45:07.635 INFO kablam! | Sep 19 21:45:07.635 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.635 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.635 INFO kablam! | Sep 19 21:45:07.635 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.635 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.635 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.635 INFO kablam! Sep 19 21:45:07.644 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.644 INFO kablam! --> tests/channels.rs:196:16 Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.644 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.644 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.644 INFO kablam! Sep 19 21:45:07.644 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.644 INFO kablam! --> tests/channels.rs:196:40 Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.644 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.644 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.644 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.644 INFO kablam! Sep 19 21:45:07.644 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.644 INFO kablam! --> tests/channels.rs:197:18 Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.644 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.644 INFO kablam! Sep 19 21:45:07.644 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.644 INFO kablam! --> tests/channels.rs:197:18 Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.644 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.644 INFO kablam! | Sep 19 21:45:07.644 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.644 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.644 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.644 INFO kablam! Sep 19 21:45:07.649 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.649 INFO kablam! --> tests/channels.rs:256:16 Sep 19 21:45:07.649 INFO kablam! | Sep 19 21:45:07.649 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.650 INFO kablam! | Sep 19 21:45:07.650 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.650 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.650 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.650 INFO kablam! Sep 19 21:45:07.654 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.654 INFO kablam! --> tests/channels.rs:256:40 Sep 19 21:45:07.654 INFO kablam! | Sep 19 21:45:07.654 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.654 INFO kablam! | Sep 19 21:45:07.654 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.654 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.654 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.654 INFO kablam! Sep 19 21:45:07.666 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.666 INFO kablam! --> tests/channels.rs:257:18 Sep 19 21:45:07.666 INFO kablam! | Sep 19 21:45:07.666 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.666 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.666 INFO kablam! | Sep 19 21:45:07.666 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.666 INFO kablam! Sep 19 21:45:07.666 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.666 INFO kablam! --> tests/channels.rs:257:18 Sep 19 21:45:07.666 INFO kablam! | Sep 19 21:45:07.666 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.666 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.666 INFO kablam! | Sep 19 21:45:07.666 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.666 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.666 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.666 INFO kablam! Sep 19 21:45:07.683 INFO kablam! error: aborting due to 16 previous errors Sep 19 21:45:07.684 INFO kablam! Sep 19 21:45:07.684 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:07.702 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:07.702 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:07.790 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.790 INFO kablam! --> tests/selection.rs:72:16 Sep 19 21:45:07.790 INFO kablam! | Sep 19 21:45:07.790 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.790 INFO kablam! | Sep 19 21:45:07.790 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.790 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.790 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.790 INFO kablam! Sep 19 21:45:07.790 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.790 INFO kablam! --> tests/selection.rs:72:40 Sep 19 21:45:07.790 INFO kablam! | Sep 19 21:45:07.790 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.790 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.790 INFO kablam! | Sep 19 21:45:07.790 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.790 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.790 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.790 INFO kablam! Sep 19 21:45:07.794 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.794 INFO kablam! --> tests/selection.rs:73:18 Sep 19 21:45:07.794 INFO kablam! | Sep 19 21:45:07.794 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.794 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.794 INFO kablam! | Sep 19 21:45:07.794 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.794 INFO kablam! Sep 19 21:45:07.794 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.794 INFO kablam! --> tests/selection.rs:73:18 Sep 19 21:45:07.794 INFO kablam! | Sep 19 21:45:07.794 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.794 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.794 INFO kablam! | Sep 19 21:45:07.794 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.794 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.794 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.794 INFO kablam! Sep 19 21:45:07.802 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.802 INFO kablam! --> tests/selection.rs:90:16 Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.802 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.802 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.802 INFO kablam! Sep 19 21:45:07.802 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.802 INFO kablam! --> tests/selection.rs:90:40 Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.802 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.802 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.802 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.802 INFO kablam! Sep 19 21:45:07.802 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.802 INFO kablam! --> tests/selection.rs:91:18 Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.802 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.802 INFO kablam! Sep 19 21:45:07.802 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.802 INFO kablam! --> tests/selection.rs:91:18 Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.802 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.802 INFO kablam! | Sep 19 21:45:07.802 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.802 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.802 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.803 INFO kablam! Sep 19 21:45:07.805 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.805 INFO kablam! --> tests/selection.rs:112:16 Sep 19 21:45:07.805 INFO kablam! | Sep 19 21:45:07.805 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.805 INFO kablam! | Sep 19 21:45:07.805 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.805 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.805 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.805 INFO kablam! Sep 19 21:45:07.805 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.805 INFO kablam! --> tests/selection.rs:112:40 Sep 19 21:45:07.805 INFO kablam! | Sep 19 21:45:07.805 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.805 INFO kablam! | Sep 19 21:45:07.805 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.805 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.805 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.805 INFO kablam! Sep 19 21:45:07.805 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.805 INFO kablam! --> tests/selection.rs:113:18 Sep 19 21:45:07.805 INFO kablam! | Sep 19 21:45:07.805 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.805 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.805 INFO kablam! | Sep 19 21:45:07.806 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.806 INFO kablam! Sep 19 21:45:07.806 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.806 INFO kablam! --> tests/selection.rs:113:18 Sep 19 21:45:07.806 INFO kablam! | Sep 19 21:45:07.806 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.806 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.806 INFO kablam! | Sep 19 21:45:07.806 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.806 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.806 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.806 INFO kablam! Sep 19 21:45:07.823 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.823 INFO kablam! --> tests/selection.rs:177:16 Sep 19 21:45:07.823 INFO kablam! | Sep 19 21:45:07.823 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.823 INFO kablam! | Sep 19 21:45:07.823 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.823 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.823 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.823 INFO kablam! Sep 19 21:45:07.824 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.824 INFO kablam! --> tests/selection.rs:177:40 Sep 19 21:45:07.824 INFO kablam! | Sep 19 21:45:07.824 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:07.824 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.824 INFO kablam! | Sep 19 21:45:07.824 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.824 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.824 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.824 INFO kablam! Sep 19 21:45:07.824 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:07.824 INFO kablam! --> tests/selection.rs:178:18 Sep 19 21:45:07.824 INFO kablam! | Sep 19 21:45:07.824 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.824 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:07.824 INFO kablam! | Sep 19 21:45:07.824 INFO kablam! = note: required by `>::new` Sep 19 21:45:07.824 INFO kablam! Sep 19 21:45:07.824 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:07.824 INFO kablam! --> tests/selection.rs:178:18 Sep 19 21:45:07.824 INFO kablam! | Sep 19 21:45:07.824 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:07.824 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:07.824 INFO kablam! | Sep 19 21:45:07.824 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:07.824 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:07.824 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:07.824 INFO kablam! Sep 19 21:45:07.846 INFO kablam! error: aborting due to 16 previous errors Sep 19 21:45:07.846 INFO kablam! Sep 19 21:45:07.846 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:07.857 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:07.857 INFO kablam! Sep 19 21:45:07.857 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:45:07.858 INFO kablam! su: No module specific data is present Sep 19 21:45:08.608 INFO running `"docker" "rm" "-f" "763040bd7a69586cf43a167cc647baead341d9a981cf8ad314196eda265c4705"` Sep 19 21:45:08.745 INFO blam! 763040bd7a69586cf43a167cc647baead341d9a981cf8ad314196eda265c4705