Sep 02 02:42:40.667 INFO checking riker-0.1.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 02:42:40.667 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:42:40.668 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:42:40.870 INFO blam! f275adeda09b7c05c339ebdebbef1d722ebdc8bd88087253c8fdf64b252065c3 Sep 02 02:42:40.872 INFO running `"docker" "start" "-a" "f275adeda09b7c05c339ebdebbef1d722ebdc8bd88087253c8fdf64b252065c3"` Sep 02 02:42:41.777 INFO kablam! Checking futures v0.1.23 Sep 02 02:42:41.781 INFO kablam! Checking riker-testkit v0.1.0 Sep 02 02:42:41.782 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 02 02:42:41.783 INFO kablam! Checking riker-log v0.1.7 Sep 02 02:42:41.783 INFO kablam! Checking riker-mapvec v0.1.7 Sep 02 02:42:41.783 INFO kablam! Checking riker-timer v0.1.7 Sep 02 02:42:41.783 INFO kablam! Checking riker-deadletter v0.1.7 Sep 02 02:42:47.821 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 02 02:42:47.821 INFO kablam! --> src/lib.rs:2:12 Sep 02 02:42:47.821 INFO kablam! | Sep 02 02:42:47.821 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 02 02:42:47.821 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 02:42:47.821 INFO kablam! | Sep 02 02:42:47.822 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 02:42:47.822 INFO kablam! Sep 02 02:42:49.547 INFO kablam! Checking futures-cpupool v0.1.8 Sep 02 02:42:50.454 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 02 02:42:53.356 INFO kablam! Checking riker-default v0.1.7 Sep 02 02:43:05.590 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.590 INFO kablam! --> tests/system.rs:52:16 Sep 02 02:43:05.590 INFO kablam! | Sep 02 02:43:05.590 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.598 INFO kablam! | Sep 02 02:43:05.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.598 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.598 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.599 INFO kablam! Sep 02 02:43:05.600 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.600 INFO kablam! --> tests/system.rs:52:40 Sep 02 02:43:05.600 INFO kablam! | Sep 02 02:43:05.600 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.600 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.600 INFO kablam! | Sep 02 02:43:05.600 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.600 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.600 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.600 INFO kablam! Sep 02 02:43:05.601 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:05.601 INFO kablam! --> tests/system.rs:53:18 Sep 02 02:43:05.601 INFO kablam! | Sep 02 02:43:05.601 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.601 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:05.601 INFO kablam! | Sep 02 02:43:05.602 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.602 INFO kablam! Sep 02 02:43:05.602 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.602 INFO kablam! --> tests/system.rs:53:18 Sep 02 02:43:05.602 INFO kablam! | Sep 02 02:43:05.602 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.602 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.602 INFO kablam! | Sep 02 02:43:05.602 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.602 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.602 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.602 INFO kablam! Sep 02 02:43:05.636 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.636 INFO kablam! --> tests/system.rs:65:16 Sep 02 02:43:05.636 INFO kablam! | Sep 02 02:43:05.636 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.636 INFO kablam! | Sep 02 02:43:05.636 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.636 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.636 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.636 INFO kablam! Sep 02 02:43:05.637 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.637 INFO kablam! --> tests/system.rs:65:40 Sep 02 02:43:05.637 INFO kablam! | Sep 02 02:43:05.638 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.638 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.638 INFO kablam! | Sep 02 02:43:05.638 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.638 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.638 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.638 INFO kablam! Sep 02 02:43:05.638 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:05.638 INFO kablam! --> tests/system.rs:66:18 Sep 02 02:43:05.638 INFO kablam! | Sep 02 02:43:05.638 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.638 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:05.638 INFO kablam! | Sep 02 02:43:05.638 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.638 INFO kablam! Sep 02 02:43:05.638 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.638 INFO kablam! --> tests/system.rs:66:18 Sep 02 02:43:05.638 INFO kablam! | Sep 02 02:43:05.638 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.638 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.638 INFO kablam! | Sep 02 02:43:05.639 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.639 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.639 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.639 INFO kablam! Sep 02 02:43:05.641 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.641 INFO kablam! --> tests/system.rs:79:16 Sep 02 02:43:05.641 INFO kablam! | Sep 02 02:43:05.641 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.641 INFO kablam! | Sep 02 02:43:05.641 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.641 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.641 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.641 INFO kablam! Sep 02 02:43:05.642 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.642 INFO kablam! --> tests/system.rs:79:40 Sep 02 02:43:05.642 INFO kablam! | Sep 02 02:43:05.642 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.643 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.643 INFO kablam! | Sep 02 02:43:05.643 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.643 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.643 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.643 INFO kablam! Sep 02 02:43:05.643 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:05.643 INFO kablam! --> tests/system.rs:80:18 Sep 02 02:43:05.643 INFO kablam! | Sep 02 02:43:05.643 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.643 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:05.643 INFO kablam! | Sep 02 02:43:05.643 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.643 INFO kablam! Sep 02 02:43:05.643 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.643 INFO kablam! --> tests/system.rs:80:18 Sep 02 02:43:05.643 INFO kablam! | Sep 02 02:43:05.643 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.643 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.643 INFO kablam! | Sep 02 02:43:05.643 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.644 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.644 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.644 INFO kablam! Sep 02 02:43:05.669 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.669 INFO kablam! --> tests/actors.rs:41:16 Sep 02 02:43:05.669 INFO kablam! | Sep 02 02:43:05.669 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.669 INFO kablam! | Sep 02 02:43:05.669 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.669 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.669 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.669 INFO kablam! Sep 02 02:43:05.670 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.670 INFO kablam! --> tests/actors.rs:41:40 Sep 02 02:43:05.670 INFO kablam! | Sep 02 02:43:05.670 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.670 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.670 INFO kablam! | Sep 02 02:43:05.671 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.671 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.671 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.671 INFO kablam! Sep 02 02:43:05.679 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:05.679 INFO kablam! --> tests/actors.rs:42:18 Sep 02 02:43:05.679 INFO kablam! | Sep 02 02:43:05.679 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.679 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:05.679 INFO kablam! | Sep 02 02:43:05.679 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.679 INFO kablam! Sep 02 02:43:05.680 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.680 INFO kablam! --> tests/actors.rs:42:18 Sep 02 02:43:05.680 INFO kablam! | Sep 02 02:43:05.680 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.680 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.680 INFO kablam! | Sep 02 02:43:05.680 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.680 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.681 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.681 INFO kablam! Sep 02 02:43:05.721 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.721 INFO kablam! --> tests/system.rs:105:16 Sep 02 02:43:05.721 INFO kablam! | Sep 02 02:43:05.721 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.721 INFO kablam! | Sep 02 02:43:05.721 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.721 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.721 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.721 INFO kablam! Sep 02 02:43:05.723 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.723 INFO kablam! --> tests/system.rs:105:40 Sep 02 02:43:05.723 INFO kablam! | Sep 02 02:43:05.723 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.723 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.724 INFO kablam! | Sep 02 02:43:05.724 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.724 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.724 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.724 INFO kablam! Sep 02 02:43:05.724 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:05.724 INFO kablam! --> tests/system.rs:106:18 Sep 02 02:43:05.724 INFO kablam! | Sep 02 02:43:05.724 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.724 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:05.724 INFO kablam! | Sep 02 02:43:05.724 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.724 INFO kablam! Sep 02 02:43:05.724 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.724 INFO kablam! --> tests/system.rs:106:18 Sep 02 02:43:05.724 INFO kablam! | Sep 02 02:43:05.724 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.724 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.724 INFO kablam! | Sep 02 02:43:05.724 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.724 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.724 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.725 INFO kablam! Sep 02 02:43:05.778 INFO kablam! error: aborting due to 16 previous errors Sep 02 02:43:05.778 INFO kablam! Sep 02 02:43:05.778 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:05.792 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.792 INFO kablam! --> tests/actors.rs:113:16 Sep 02 02:43:05.792 INFO kablam! | Sep 02 02:43:05.792 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.792 INFO kablam! | Sep 02 02:43:05.792 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.792 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.792 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.792 INFO kablam! Sep 02 02:43:05.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.793 INFO kablam! --> tests/actors.rs:113:40 Sep 02 02:43:05.793 INFO kablam! | Sep 02 02:43:05.794 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.794 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.794 INFO kablam! | Sep 02 02:43:05.794 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.794 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.794 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.794 INFO kablam! Sep 02 02:43:05.794 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:05.794 INFO kablam! --> tests/actors.rs:114:18 Sep 02 02:43:05.794 INFO kablam! | Sep 02 02:43:05.794 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.794 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:05.794 INFO kablam! | Sep 02 02:43:05.794 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.794 INFO kablam! Sep 02 02:43:05.794 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.794 INFO kablam! --> tests/actors.rs:114:18 Sep 02 02:43:05.794 INFO kablam! | Sep 02 02:43:05.794 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.794 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.794 INFO kablam! | Sep 02 02:43:05.794 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.794 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.795 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.795 INFO kablam! Sep 02 02:43:05.815 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:05.815 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:05.821 INFO kablam! error: aborting due to 8 previous errors Sep 02 02:43:05.821 INFO kablam! Sep 02 02:43:05.821 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:05.859 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:05.859 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:05.976 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.976 INFO kablam! --> tests/supervision.rs:114:16 Sep 02 02:43:05.976 INFO kablam! | Sep 02 02:43:05.976 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.976 INFO kablam! | Sep 02 02:43:05.976 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.976 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.976 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.976 INFO kablam! Sep 02 02:43:05.978 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.978 INFO kablam! --> tests/supervision.rs:114:40 Sep 02 02:43:05.978 INFO kablam! | Sep 02 02:43:05.978 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:05.978 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.978 INFO kablam! | Sep 02 02:43:05.978 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.978 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.978 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.978 INFO kablam! Sep 02 02:43:05.978 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:05.978 INFO kablam! --> tests/supervision.rs:115:18 Sep 02 02:43:05.978 INFO kablam! | Sep 02 02:43:05.978 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.978 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:05.990 INFO kablam! | Sep 02 02:43:05.991 INFO kablam! = note: required by `>::new` Sep 02 02:43:05.991 INFO kablam! Sep 02 02:43:05.991 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:05.991 INFO kablam! --> tests/supervision.rs:115:18 Sep 02 02:43:05.991 INFO kablam! | Sep 02 02:43:05.991 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:05.991 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:05.991 INFO kablam! | Sep 02 02:43:05.991 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:05.992 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:05.992 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:05.992 INFO kablam! Sep 02 02:43:06.023 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.023 INFO kablam! --> tests/channels.rs:92:16 Sep 02 02:43:06.023 INFO kablam! | Sep 02 02:43:06.023 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.023 INFO kablam! | Sep 02 02:43:06.023 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.023 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.023 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.023 INFO kablam! Sep 02 02:43:06.025 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.025 INFO kablam! --> tests/channels.rs:92:40 Sep 02 02:43:06.025 INFO kablam! | Sep 02 02:43:06.025 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.025 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.025 INFO kablam! | Sep 02 02:43:06.025 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.025 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.025 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.025 INFO kablam! Sep 02 02:43:06.027 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.028 INFO kablam! --> tests/channels.rs:93:18 Sep 02 02:43:06.028 INFO kablam! | Sep 02 02:43:06.028 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.028 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.028 INFO kablam! | Sep 02 02:43:06.028 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.028 INFO kablam! Sep 02 02:43:06.029 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.029 INFO kablam! --> tests/channels.rs:93:18 Sep 02 02:43:06.029 INFO kablam! | Sep 02 02:43:06.029 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.029 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.029 INFO kablam! | Sep 02 02:43:06.029 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.029 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.029 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.029 INFO kablam! Sep 02 02:43:06.065 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.065 INFO kablam! --> tests/channels.rs:113:16 Sep 02 02:43:06.065 INFO kablam! | Sep 02 02:43:06.065 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.065 INFO kablam! | Sep 02 02:43:06.065 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.065 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.065 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.066 INFO kablam! Sep 02 02:43:06.067 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.067 INFO kablam! --> tests/channels.rs:113:40 Sep 02 02:43:06.067 INFO kablam! | Sep 02 02:43:06.068 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.068 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.068 INFO kablam! | Sep 02 02:43:06.068 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.068 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.068 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.068 INFO kablam! Sep 02 02:43:06.069 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.069 INFO kablam! --> tests/channels.rs:114:18 Sep 02 02:43:06.069 INFO kablam! | Sep 02 02:43:06.069 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.069 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.069 INFO kablam! | Sep 02 02:43:06.069 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.069 INFO kablam! Sep 02 02:43:06.070 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.070 INFO kablam! --> tests/channels.rs:114:18 Sep 02 02:43:06.070 INFO kablam! | Sep 02 02:43:06.070 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.070 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.071 INFO kablam! | Sep 02 02:43:06.071 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.071 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.071 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.071 INFO kablam! Sep 02 02:43:06.071 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.071 INFO kablam! --> tests/supervision.rs:201:16 Sep 02 02:43:06.071 INFO kablam! | Sep 02 02:43:06.071 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.071 INFO kablam! | Sep 02 02:43:06.071 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.071 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.071 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.071 INFO kablam! Sep 02 02:43:06.071 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.071 INFO kablam! --> tests/supervision.rs:201:40 Sep 02 02:43:06.071 INFO kablam! | Sep 02 02:43:06.071 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.071 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.071 INFO kablam! | Sep 02 02:43:06.071 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.072 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.072 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.072 INFO kablam! Sep 02 02:43:06.072 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.072 INFO kablam! --> tests/supervision.rs:202:18 Sep 02 02:43:06.072 INFO kablam! | Sep 02 02:43:06.072 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.072 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.072 INFO kablam! | Sep 02 02:43:06.072 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.072 INFO kablam! Sep 02 02:43:06.072 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.072 INFO kablam! --> tests/supervision.rs:202:18 Sep 02 02:43:06.072 INFO kablam! | Sep 02 02:43:06.072 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.072 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.072 INFO kablam! | Sep 02 02:43:06.072 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.072 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.072 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.072 INFO kablam! Sep 02 02:43:06.098 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.098 INFO kablam! --> tests/channels.rs:196:16 Sep 02 02:43:06.098 INFO kablam! | Sep 02 02:43:06.098 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.099 INFO kablam! | Sep 02 02:43:06.099 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.099 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.099 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.099 INFO kablam! Sep 02 02:43:06.100 INFO kablam! error: aborting due to 8 previous errors Sep 02 02:43:06.100 INFO kablam! Sep 02 02:43:06.100 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:06.101 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.101 INFO kablam! --> tests/channels.rs:196:40 Sep 02 02:43:06.101 INFO kablam! | Sep 02 02:43:06.101 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.101 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.101 INFO kablam! | Sep 02 02:43:06.101 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.101 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.101 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.101 INFO kablam! Sep 02 02:43:06.102 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.102 INFO kablam! --> tests/channels.rs:197:18 Sep 02 02:43:06.102 INFO kablam! | Sep 02 02:43:06.103 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.103 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.103 INFO kablam! | Sep 02 02:43:06.103 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.103 INFO kablam! Sep 02 02:43:06.104 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.104 INFO kablam! --> tests/channels.rs:197:18 Sep 02 02:43:06.104 INFO kablam! | Sep 02 02:43:06.104 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.104 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.104 INFO kablam! | Sep 02 02:43:06.104 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.104 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.104 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.104 INFO kablam! Sep 02 02:43:06.115 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:06.115 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:06.125 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.125 INFO kablam! --> tests/channels.rs:256:16 Sep 02 02:43:06.125 INFO kablam! | Sep 02 02:43:06.125 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.125 INFO kablam! | Sep 02 02:43:06.125 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.125 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.125 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.125 INFO kablam! Sep 02 02:43:06.127 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.127 INFO kablam! --> tests/channels.rs:256:40 Sep 02 02:43:06.127 INFO kablam! | Sep 02 02:43:06.127 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.127 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.127 INFO kablam! | Sep 02 02:43:06.127 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.127 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.127 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.127 INFO kablam! Sep 02 02:43:06.129 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.129 INFO kablam! --> tests/channels.rs:257:18 Sep 02 02:43:06.129 INFO kablam! | Sep 02 02:43:06.129 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.129 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.129 INFO kablam! | Sep 02 02:43:06.129 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.129 INFO kablam! Sep 02 02:43:06.130 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.130 INFO kablam! --> tests/channels.rs:257:18 Sep 02 02:43:06.131 INFO kablam! | Sep 02 02:43:06.131 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.131 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.131 INFO kablam! | Sep 02 02:43:06.131 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.131 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.132 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.132 INFO kablam! Sep 02 02:43:06.149 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.149 INFO kablam! --> tests/selection.rs:72:16 Sep 02 02:43:06.149 INFO kablam! | Sep 02 02:43:06.149 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.149 INFO kablam! | Sep 02 02:43:06.149 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.149 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.149 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.149 INFO kablam! Sep 02 02:43:06.150 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.150 INFO kablam! --> tests/selection.rs:72:40 Sep 02 02:43:06.150 INFO kablam! | Sep 02 02:43:06.150 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.150 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.150 INFO kablam! | Sep 02 02:43:06.150 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.150 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.150 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.150 INFO kablam! Sep 02 02:43:06.151 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.151 INFO kablam! --> tests/selection.rs:73:18 Sep 02 02:43:06.151 INFO kablam! | Sep 02 02:43:06.151 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.151 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.151 INFO kablam! | Sep 02 02:43:06.151 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.152 INFO kablam! Sep 02 02:43:06.152 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.152 INFO kablam! --> tests/selection.rs:73:18 Sep 02 02:43:06.152 INFO kablam! | Sep 02 02:43:06.152 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.152 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.152 INFO kablam! | Sep 02 02:43:06.152 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.152 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.152 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.152 INFO kablam! Sep 02 02:43:06.160 INFO kablam! error: aborting due to 16 previous errors Sep 02 02:43:06.160 INFO kablam! Sep 02 02:43:06.160 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:06.175 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.175 INFO kablam! --> tests/selection.rs:90:16 Sep 02 02:43:06.175 INFO kablam! | Sep 02 02:43:06.175 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.175 INFO kablam! | Sep 02 02:43:06.176 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.176 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.176 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.176 INFO kablam! Sep 02 02:43:06.176 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.176 INFO kablam! --> tests/selection.rs:90:40 Sep 02 02:43:06.176 INFO kablam! | Sep 02 02:43:06.176 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.176 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.176 INFO kablam! | Sep 02 02:43:06.176 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.176 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.176 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.176 INFO kablam! Sep 02 02:43:06.176 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.176 INFO kablam! --> tests/selection.rs:91:18 Sep 02 02:43:06.176 INFO kablam! | Sep 02 02:43:06.177 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.177 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.177 INFO kablam! | Sep 02 02:43:06.177 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.177 INFO kablam! Sep 02 02:43:06.177 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.177 INFO kablam! --> tests/selection.rs:91:18 Sep 02 02:43:06.177 INFO kablam! | Sep 02 02:43:06.177 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.177 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.177 INFO kablam! | Sep 02 02:43:06.177 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.177 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.177 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.177 INFO kablam! Sep 02 02:43:06.184 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.184 INFO kablam! --> tests/selection.rs:112:16 Sep 02 02:43:06.184 INFO kablam! | Sep 02 02:43:06.184 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.185 INFO kablam! | Sep 02 02:43:06.185 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.185 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.185 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.185 INFO kablam! Sep 02 02:43:06.185 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.185 INFO kablam! --> tests/selection.rs:112:40 Sep 02 02:43:06.185 INFO kablam! | Sep 02 02:43:06.185 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.185 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.185 INFO kablam! | Sep 02 02:43:06.185 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.185 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.185 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.185 INFO kablam! Sep 02 02:43:06.185 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.185 INFO kablam! --> tests/selection.rs:113:18 Sep 02 02:43:06.185 INFO kablam! | Sep 02 02:43:06.186 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.186 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.186 INFO kablam! | Sep 02 02:43:06.186 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.186 INFO kablam! Sep 02 02:43:06.186 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.186 INFO kablam! --> tests/selection.rs:113:18 Sep 02 02:43:06.186 INFO kablam! | Sep 02 02:43:06.186 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.186 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.186 INFO kablam! | Sep 02 02:43:06.186 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.186 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.186 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.186 INFO kablam! Sep 02 02:43:06.194 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:06.194 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:06.205 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.205 INFO kablam! --> tests/selection.rs:177:16 Sep 02 02:43:06.205 INFO kablam! | Sep 02 02:43:06.205 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.205 INFO kablam! | Sep 02 02:43:06.205 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.206 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.206 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.206 INFO kablam! Sep 02 02:43:06.206 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.206 INFO kablam! --> tests/selection.rs:177:40 Sep 02 02:43:06.206 INFO kablam! | Sep 02 02:43:06.206 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:06.206 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.206 INFO kablam! | Sep 02 02:43:06.206 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.206 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.206 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.206 INFO kablam! Sep 02 02:43:06.206 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:06.206 INFO kablam! --> tests/selection.rs:178:18 Sep 02 02:43:06.206 INFO kablam! | Sep 02 02:43:06.206 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.207 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:06.207 INFO kablam! | Sep 02 02:43:06.207 INFO kablam! = note: required by `>::new` Sep 02 02:43:06.207 INFO kablam! Sep 02 02:43:06.207 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:06.207 INFO kablam! --> tests/selection.rs:178:18 Sep 02 02:43:06.207 INFO kablam! | Sep 02 02:43:06.207 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:06.207 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:06.207 INFO kablam! | Sep 02 02:43:06.207 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:06.207 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:06.207 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:06.207 INFO kablam! Sep 02 02:43:06.230 INFO kablam! error: aborting due to 16 previous errors Sep 02 02:43:06.230 INFO kablam! Sep 02 02:43:06.230 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:06.247 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:06.247 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:08.613 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 02 02:43:08.613 INFO kablam! --> src/lib.rs:2:12 Sep 02 02:43:08.613 INFO kablam! | Sep 02 02:43:08.613 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 02 02:43:08.614 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 02:43:08.614 INFO kablam! | Sep 02 02:43:08.614 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 02:43:08.614 INFO kablam! Sep 02 02:43:08.807 INFO kablam! error: build failed Sep 02 02:43:08.810 INFO kablam! su: No module specific data is present Sep 02 02:43:09.333 INFO running `"docker" "rm" "-f" "f275adeda09b7c05c339ebdebbef1d722ebdc8bd88087253c8fdf64b252065c3"` Sep 02 02:43:09.491 INFO blam! f275adeda09b7c05c339ebdebbef1d722ebdc8bd88087253c8fdf64b252065c3