Sep 17 18:53:21.179 INFO checking riker-0.1.5 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 18:53:21.179 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 18:53:21.179 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:53:21.373 INFO blam! 3f804082de7f174ffd3cba8312050cff67d98dad6ddc989f67fec9d76ade1a4a Sep 17 18:53:21.375 INFO running `"docker" "start" "-a" "3f804082de7f174ffd3cba8312050cff67d98dad6ddc989f67fec9d76ade1a4a"` Sep 17 18:53:22.758 INFO kablam! usermod: no changes Sep 17 18:53:22.966 INFO kablam! Checking futures v0.1.24 Sep 17 18:53:22.967 INFO kablam! Checking futures-core-preview v0.2.3 Sep 17 18:53:22.967 INFO kablam! Checking riker-testkit v0.1.0 Sep 17 18:53:22.967 INFO kablam! Checking serde-hjson v0.8.1 Sep 17 18:53:23.844 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 17 18:53:23.844 INFO kablam! Checking futures-io-preview v0.2.2 Sep 17 18:53:25.053 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 17 18:53:25.573 INFO kablam! Checking config v0.8.0 Sep 17 18:53:25.584 INFO kablam! Checking futures-util-preview v0.2.2 Sep 17 18:53:27.740 INFO kablam! Checking futures-cpupool v0.1.8 Sep 17 18:53:28.635 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 17 18:53:29.182 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 17 18:53:29.251 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 17 18:53:29.366 INFO kablam! Checking futures-preview v0.2.2 Sep 17 18:53:29.713 INFO kablam! Checking riker v0.1.7 Sep 17 18:53:29.713 INFO kablam! Checking riker v0.1.5 (/source) Sep 17 18:53:32.063 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 17 18:53:32.063 INFO kablam! --> src/lib.rs:2:12 Sep 17 18:53:32.063 INFO kablam! | Sep 17 18:53:32.063 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 17 18:53:32.063 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 18:53:32.063 INFO kablam! | Sep 17 18:53:32.075 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 18:53:32.075 INFO kablam! Sep 17 18:53:32.179 INFO kablam! Checking riker-deadletter v0.1.7 Sep 17 18:53:32.179 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 17 18:53:32.179 INFO kablam! Checking riker-timer v0.1.7 Sep 17 18:53:32.179 INFO kablam! Checking riker-mapvec v0.1.7 Sep 17 18:53:32.184 INFO kablam! Checking riker-log v0.1.7 Sep 17 18:53:35.379 INFO kablam! Checking riker-default v0.1.7 Sep 17 18:53:39.675 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.675 INFO kablam! --> tests/selection.rs:72:16 Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.675 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.675 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.675 INFO kablam! Sep 17 18:53:39.675 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.675 INFO kablam! --> tests/selection.rs:72:40 Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.675 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.675 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.675 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.675 INFO kablam! Sep 17 18:53:39.675 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:39.675 INFO kablam! --> tests/selection.rs:73:18 Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.675 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.675 INFO kablam! Sep 17 18:53:39.675 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.675 INFO kablam! --> tests/selection.rs:73:18 Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.675 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.675 INFO kablam! | Sep 17 18:53:39.675 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.675 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.675 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.675 INFO kablam! Sep 17 18:53:39.699 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.699 INFO kablam! --> tests/selection.rs:90:16 Sep 17 18:53:39.700 INFO kablam! | Sep 17 18:53:39.700 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.703 INFO kablam! | Sep 17 18:53:39.703 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.703 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.703 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.703 INFO kablam! Sep 17 18:53:39.703 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.703 INFO kablam! --> tests/selection.rs:90:40 Sep 17 18:53:39.703 INFO kablam! | Sep 17 18:53:39.703 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.703 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.703 INFO kablam! | Sep 17 18:53:39.703 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.703 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.703 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.703 INFO kablam! Sep 17 18:53:39.703 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:39.703 INFO kablam! --> tests/selection.rs:91:18 Sep 17 18:53:39.703 INFO kablam! | Sep 17 18:53:39.703 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.703 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:39.703 INFO kablam! | Sep 17 18:53:39.703 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.703 INFO kablam! Sep 17 18:53:39.703 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.703 INFO kablam! --> tests/selection.rs:91:18 Sep 17 18:53:39.703 INFO kablam! | Sep 17 18:53:39.703 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.703 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.703 INFO kablam! | Sep 17 18:53:39.703 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.703 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.703 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.703 INFO kablam! Sep 17 18:53:39.715 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.715 INFO kablam! --> tests/selection.rs:112:16 Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.715 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.715 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.715 INFO kablam! Sep 17 18:53:39.715 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.715 INFO kablam! --> tests/selection.rs:112:40 Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.715 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.715 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.715 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.715 INFO kablam! Sep 17 18:53:39.715 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:39.715 INFO kablam! --> tests/selection.rs:113:18 Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.715 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.715 INFO kablam! Sep 17 18:53:39.715 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.715 INFO kablam! --> tests/selection.rs:113:18 Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.715 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.715 INFO kablam! | Sep 17 18:53:39.715 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.715 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.715 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.715 INFO kablam! Sep 17 18:53:39.743 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.743 INFO kablam! --> tests/selection.rs:177:16 Sep 17 18:53:39.743 INFO kablam! | Sep 17 18:53:39.743 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.746 INFO kablam! | Sep 17 18:53:39.746 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.746 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.746 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.746 INFO kablam! Sep 17 18:53:39.746 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.746 INFO kablam! --> tests/selection.rs:177:40 Sep 17 18:53:39.746 INFO kablam! | Sep 17 18:53:39.746 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.746 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.746 INFO kablam! | Sep 17 18:53:39.746 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.746 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.746 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.746 INFO kablam! Sep 17 18:53:39.746 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:39.746 INFO kablam! --> tests/selection.rs:178:18 Sep 17 18:53:39.746 INFO kablam! | Sep 17 18:53:39.746 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.746 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:39.746 INFO kablam! | Sep 17 18:53:39.746 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.746 INFO kablam! Sep 17 18:53:39.748 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.748 INFO kablam! --> tests/selection.rs:178:18 Sep 17 18:53:39.748 INFO kablam! | Sep 17 18:53:39.748 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.748 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.751 INFO kablam! | Sep 17 18:53:39.751 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.751 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.751 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.751 INFO kablam! Sep 17 18:53:39.783 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:53:39.803 INFO kablam! Sep 17 18:53:39.803 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 18:53:39.835 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:39.835 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:53:39.923 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.923 INFO kablam! --> tests/supervision.rs:114:16 Sep 17 18:53:39.923 INFO kablam! | Sep 17 18:53:39.923 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.923 INFO kablam! | Sep 17 18:53:39.923 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.923 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.923 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.923 INFO kablam! Sep 17 18:53:39.923 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.923 INFO kablam! --> tests/supervision.rs:114:40 Sep 17 18:53:39.923 INFO kablam! | Sep 17 18:53:39.923 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.923 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.923 INFO kablam! | Sep 17 18:53:39.923 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.923 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.923 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.923 INFO kablam! Sep 17 18:53:39.924 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:39.924 INFO kablam! --> tests/supervision.rs:115:18 Sep 17 18:53:39.924 INFO kablam! | Sep 17 18:53:39.924 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.924 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:39.924 INFO kablam! | Sep 17 18:53:39.924 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.924 INFO kablam! Sep 17 18:53:39.925 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.925 INFO kablam! --> tests/supervision.rs:115:18 Sep 17 18:53:39.925 INFO kablam! | Sep 17 18:53:39.925 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.925 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.939 INFO kablam! | Sep 17 18:53:39.939 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.939 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.939 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.939 INFO kablam! Sep 17 18:53:39.955 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.955 INFO kablam! --> tests/supervision.rs:201:16 Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.955 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.955 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.955 INFO kablam! Sep 17 18:53:39.955 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.955 INFO kablam! --> tests/supervision.rs:201:40 Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:39.955 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.955 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.955 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.955 INFO kablam! Sep 17 18:53:39.955 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:39.955 INFO kablam! --> tests/supervision.rs:202:18 Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.955 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! = note: required by `>::new` Sep 17 18:53:39.955 INFO kablam! Sep 17 18:53:39.955 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:39.955 INFO kablam! --> tests/supervision.rs:202:18 Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:39.955 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:39.955 INFO kablam! | Sep 17 18:53:39.955 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:39.955 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:39.955 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:39.955 INFO kablam! Sep 17 18:53:39.971 INFO kablam! error: aborting due to 8 previous errors Sep 17 18:53:39.979 INFO kablam! Sep 17 18:53:39.979 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 18:53:40.007 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:40.007 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:53:40.007 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.007 INFO kablam! --> tests/channels.rs:92:16 Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.007 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.007 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.007 INFO kablam! Sep 17 18:53:40.007 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.007 INFO kablam! --> tests/channels.rs:92:40 Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.007 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.007 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.007 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.007 INFO kablam! Sep 17 18:53:40.007 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.007 INFO kablam! --> tests/channels.rs:93:18 Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.007 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.007 INFO kablam! Sep 17 18:53:40.007 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.007 INFO kablam! --> tests/channels.rs:93:18 Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.007 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.007 INFO kablam! | Sep 17 18:53:40.007 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.007 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.007 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.007 INFO kablam! Sep 17 18:53:40.039 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.039 INFO kablam! --> tests/channels.rs:113:16 Sep 17 18:53:40.039 INFO kablam! | Sep 17 18:53:40.039 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.041 INFO kablam! | Sep 17 18:53:40.048 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.048 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.048 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.048 INFO kablam! Sep 17 18:53:40.048 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.048 INFO kablam! --> tests/channels.rs:113:40 Sep 17 18:53:40.048 INFO kablam! | Sep 17 18:53:40.048 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.048 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.048 INFO kablam! | Sep 17 18:53:40.048 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.048 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.048 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.048 INFO kablam! Sep 17 18:53:40.048 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.048 INFO kablam! --> tests/channels.rs:114:18 Sep 17 18:53:40.048 INFO kablam! | Sep 17 18:53:40.048 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.048 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.048 INFO kablam! | Sep 17 18:53:40.048 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.048 INFO kablam! Sep 17 18:53:40.055 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.055 INFO kablam! --> tests/channels.rs:114:18 Sep 17 18:53:40.055 INFO kablam! | Sep 17 18:53:40.055 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.055 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.055 INFO kablam! | Sep 17 18:53:40.055 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.055 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.055 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.055 INFO kablam! Sep 17 18:53:40.079 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.079 INFO kablam! --> tests/channels.rs:196:16 Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.079 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.079 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.079 INFO kablam! Sep 17 18:53:40.079 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.079 INFO kablam! --> tests/channels.rs:196:40 Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.079 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.079 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.079 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.079 INFO kablam! Sep 17 18:53:40.079 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.079 INFO kablam! --> tests/channels.rs:197:18 Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.079 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.079 INFO kablam! Sep 17 18:53:40.079 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.079 INFO kablam! --> tests/channels.rs:197:18 Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.079 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.079 INFO kablam! | Sep 17 18:53:40.079 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.080 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.080 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.080 INFO kablam! Sep 17 18:53:40.089 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.090 INFO kablam! --> tests/channels.rs:256:16 Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.090 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.090 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.090 INFO kablam! Sep 17 18:53:40.090 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.090 INFO kablam! --> tests/channels.rs:256:40 Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.090 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.090 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.090 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.090 INFO kablam! Sep 17 18:53:40.090 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.090 INFO kablam! --> tests/channels.rs:257:18 Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.090 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.090 INFO kablam! Sep 17 18:53:40.090 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.090 INFO kablam! --> tests/channels.rs:257:18 Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.090 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.090 INFO kablam! | Sep 17 18:53:40.090 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.090 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.090 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.090 INFO kablam! Sep 17 18:53:40.116 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:53:40.116 INFO kablam! Sep 17 18:53:40.116 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 18:53:40.144 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:40.144 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:53:40.169 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.169 INFO kablam! --> tests/system.rs:52:16 Sep 17 18:53:40.169 INFO kablam! | Sep 17 18:53:40.169 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.169 INFO kablam! | Sep 17 18:53:40.169 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.169 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.169 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.169 INFO kablam! Sep 17 18:53:40.170 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.170 INFO kablam! --> tests/system.rs:52:40 Sep 17 18:53:40.170 INFO kablam! | Sep 17 18:53:40.170 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.170 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.170 INFO kablam! | Sep 17 18:53:40.170 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.171 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.171 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.171 INFO kablam! Sep 17 18:53:40.172 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.172 INFO kablam! --> tests/system.rs:53:18 Sep 17 18:53:40.172 INFO kablam! | Sep 17 18:53:40.172 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.173 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.173 INFO kablam! | Sep 17 18:53:40.173 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.173 INFO kablam! Sep 17 18:53:40.174 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.174 INFO kablam! --> tests/system.rs:53:18 Sep 17 18:53:40.174 INFO kablam! | Sep 17 18:53:40.174 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.177 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.177 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.177 INFO kablam! --> tests/actors.rs:41:16 Sep 17 18:53:40.177 INFO kablam! | Sep 17 18:53:40.177 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.178 INFO kablam! | Sep 17 18:53:40.178 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.178 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.178 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.178 INFO kablam! Sep 17 18:53:40.178 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.179 INFO kablam! --> tests/actors.rs:41:40 Sep 17 18:53:40.179 INFO kablam! | Sep 17 18:53:40.179 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.179 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.179 INFO kablam! | Sep 17 18:53:40.179 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.180 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.180 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.180 INFO kablam! Sep 17 18:53:40.180 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.180 INFO kablam! --> tests/actors.rs:42:18 Sep 17 18:53:40.180 INFO kablam! | Sep 17 18:53:40.180 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.180 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.180 INFO kablam! | Sep 17 18:53:40.180 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.180 INFO kablam! Sep 17 18:53:40.180 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.180 INFO kablam! --> tests/actors.rs:42:18 Sep 17 18:53:40.180 INFO kablam! | Sep 17 18:53:40.180 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.180 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.180 INFO kablam! | Sep 17 18:53:40.180 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.180 INFO kablam! | Sep 17 18:53:40.180 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.180 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.180 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.180 INFO kablam! Sep 17 18:53:40.184 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.184 INFO kablam! --> tests/system.rs:65:16 Sep 17 18:53:40.184 INFO kablam! | Sep 17 18:53:40.184 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.184 INFO kablam! | Sep 17 18:53:40.184 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.184 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.184 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.184 INFO kablam! Sep 17 18:53:40.184 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.184 INFO kablam! --> tests/system.rs:65:40 Sep 17 18:53:40.184 INFO kablam! | Sep 17 18:53:40.184 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.184 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.184 INFO kablam! | Sep 17 18:53:40.184 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.185 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.185 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.185 INFO kablam! Sep 17 18:53:40.185 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.186 INFO kablam! --> tests/system.rs:66:18 Sep 17 18:53:40.186 INFO kablam! | Sep 17 18:53:40.186 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.186 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.186 INFO kablam! | Sep 17 18:53:40.186 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.186 INFO kablam! Sep 17 18:53:40.186 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.186 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.186 INFO kablam! Sep 17 18:53:40.186 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.186 INFO kablam! --> tests/system.rs:66:18 Sep 17 18:53:40.186 INFO kablam! | Sep 17 18:53:40.186 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.186 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.186 INFO kablam! | Sep 17 18:53:40.186 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.186 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.186 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.186 INFO kablam! Sep 17 18:53:40.189 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.189 INFO kablam! --> tests/system.rs:79:16 Sep 17 18:53:40.189 INFO kablam! | Sep 17 18:53:40.189 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.189 INFO kablam! | Sep 17 18:53:40.189 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.189 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.189 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.189 INFO kablam! Sep 17 18:53:40.189 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.189 INFO kablam! --> tests/system.rs:79:40 Sep 17 18:53:40.189 INFO kablam! | Sep 17 18:53:40.189 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.189 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.189 INFO kablam! | Sep 17 18:53:40.189 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.189 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.190 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.190 INFO kablam! Sep 17 18:53:40.190 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.190 INFO kablam! --> tests/system.rs:80:18 Sep 17 18:53:40.190 INFO kablam! | Sep 17 18:53:40.190 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.190 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.190 INFO kablam! | Sep 17 18:53:40.190 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.190 INFO kablam! Sep 17 18:53:40.190 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.190 INFO kablam! --> tests/system.rs:80:18 Sep 17 18:53:40.191 INFO kablam! | Sep 17 18:53:40.191 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.191 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.191 INFO kablam! | Sep 17 18:53:40.191 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.191 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.191 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.191 INFO kablam! Sep 17 18:53:40.201 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.201 INFO kablam! --> tests/system.rs:105:16 Sep 17 18:53:40.201 INFO kablam! | Sep 17 18:53:40.201 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.201 INFO kablam! | Sep 17 18:53:40.201 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.201 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.201 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.201 INFO kablam! Sep 17 18:53:40.201 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.201 INFO kablam! --> tests/system.rs:105:40 Sep 17 18:53:40.201 INFO kablam! | Sep 17 18:53:40.201 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.201 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.201 INFO kablam! | Sep 17 18:53:40.201 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.202 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.202 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.202 INFO kablam! Sep 17 18:53:40.206 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.206 INFO kablam! --> tests/system.rs:106:18 Sep 17 18:53:40.206 INFO kablam! | Sep 17 18:53:40.206 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.206 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.206 INFO kablam! | Sep 17 18:53:40.206 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.206 INFO kablam! Sep 17 18:53:40.206 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.206 INFO kablam! --> tests/system.rs:106:18 Sep 17 18:53:40.207 INFO kablam! | Sep 17 18:53:40.207 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.207 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.207 INFO kablam! | Sep 17 18:53:40.207 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.207 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.207 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.207 INFO kablam! Sep 17 18:53:40.213 INFO kablam! error: aborting due to 16 previous errors Sep 17 18:53:40.213 INFO kablam! Sep 17 18:53:40.213 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 18:53:40.219 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.219 INFO kablam! --> tests/actors.rs:113:16 Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.219 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.219 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.219 INFO kablam! Sep 17 18:53:40.219 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.219 INFO kablam! --> tests/actors.rs:113:40 Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 17 18:53:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.219 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.219 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.219 INFO kablam! Sep 17 18:53:40.219 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 17 18:53:40.219 INFO kablam! --> tests/actors.rs:114:18 Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! = note: required by `>::new` Sep 17 18:53:40.219 INFO kablam! Sep 17 18:53:40.219 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 17 18:53:40.219 INFO kablam! --> tests/actors.rs:114:18 Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 17 18:53:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 17 18:53:40.219 INFO kablam! | Sep 17 18:53:40.219 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 17 18:53:40.219 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 17 18:53:40.219 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 17 18:53:40.219 INFO kablam! Sep 17 18:53:40.225 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:40.226 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:53:40.239 INFO kablam! error: aborting due to 8 previous errors Sep 17 18:53:40.239 INFO kablam! Sep 17 18:53:40.239 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 18:53:40.255 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:40.255 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:53:40.855 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 17 18:53:40.855 INFO kablam! --> src/lib.rs:2:12 Sep 17 18:53:40.855 INFO kablam! | Sep 17 18:53:40.855 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 17 18:53:40.855 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 18:53:40.855 INFO kablam! | Sep 17 18:53:40.855 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 18:53:40.855 INFO kablam! Sep 17 18:53:40.937 INFO kablam! error: build failed Sep 17 18:53:40.937 INFO kablam! su: No module specific data is present Sep 17 18:53:41.593 INFO running `"docker" "rm" "-f" "3f804082de7f174ffd3cba8312050cff67d98dad6ddc989f67fec9d76ade1a4a"` Sep 17 18:53:41.982 INFO blam! 3f804082de7f174ffd3cba8312050cff67d98dad6ddc989f67fec9d76ade1a4a