Sep 19 21:44:57.569 INFO checking riker-0.1.5 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:44:57.569 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:44:57.569 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:44:57.764 INFO blam! b9cf8129f4a1d97d9b1409da578f4f28714ac97e08953d4a8bcd85b45b01a766 Sep 19 21:44:57.766 INFO running `"docker" "start" "-a" "b9cf8129f4a1d97d9b1409da578f4f28714ac97e08953d4a8bcd85b45b01a766"` Sep 19 21:44:58.746 INFO kablam! usermod: no changes Sep 19 21:44:58.897 INFO kablam! Checking futures v0.1.24 Sep 19 21:44:58.907 INFO kablam! Checking runtime-fmt v0.3.0 Sep 19 21:44:58.907 INFO kablam! Checking futures-core-preview v0.2.3 Sep 19 21:44:58.914 INFO kablam! Checking serde_test v0.8.23 Sep 19 21:44:58.914 INFO kablam! Checking riker-testkit v0.1.0 Sep 19 21:45:00.178 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 19 21:45:00.178 INFO kablam! Checking futures-io-preview v0.2.2 Sep 19 21:45:00.838 INFO kablam! Checking linked-hash-map v0.3.0 Sep 19 21:45:01.058 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 19 21:45:01.824 INFO kablam! Checking serde-hjson v0.8.1 Sep 19 21:45:01.902 INFO kablam! Checking futures-util-preview v0.2.2 Sep 19 21:45:03.780 INFO kablam! Checking futures-cpupool v0.1.8 Sep 19 21:45:04.314 INFO kablam! Checking config v0.8.0 Sep 19 21:45:06.395 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 19 21:45:07.384 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 19 21:45:07.506 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 19 21:45:07.614 INFO kablam! Checking futures-preview v0.2.2 Sep 19 21:45:07.976 INFO kablam! Checking riker v0.1.7 Sep 19 21:45:07.976 INFO kablam! Checking riker v0.1.5 (/source) Sep 19 21:45:11.211 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 19 21:45:11.211 INFO kablam! Checking riker-mapvec v0.1.7 Sep 19 21:45:11.211 INFO kablam! Checking riker-log v0.1.7 Sep 19 21:45:11.211 INFO kablam! Checking riker-timer v0.1.7 Sep 19 21:45:11.211 INFO kablam! Checking riker-deadletter v0.1.7 Sep 19 21:45:12.308 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 21:45:12.308 INFO kablam! --> src/lib.rs:2:12 Sep 19 21:45:12.308 INFO kablam! | Sep 19 21:45:12.308 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 21:45:12.308 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 21:45:12.308 INFO kablam! | Sep 19 21:45:12.308 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:45:12.308 INFO kablam! Sep 19 21:45:14.917 INFO kablam! Checking riker-default v0.1.7 Sep 19 21:45:19.386 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.386 INFO kablam! --> tests/selection.rs:72:16 Sep 19 21:45:19.387 INFO kablam! | Sep 19 21:45:19.387 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.414 INFO kablam! | Sep 19 21:45:19.414 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.414 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.414 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.414 INFO kablam! Sep 19 21:45:19.414 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.414 INFO kablam! --> tests/selection.rs:72:40 Sep 19 21:45:19.414 INFO kablam! | Sep 19 21:45:19.414 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.414 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.414 INFO kablam! | Sep 19 21:45:19.414 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.414 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.414 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.414 INFO kablam! Sep 19 21:45:19.414 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.414 INFO kablam! --> tests/selection.rs:73:18 Sep 19 21:45:19.414 INFO kablam! | Sep 19 21:45:19.414 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.414 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.414 INFO kablam! | Sep 19 21:45:19.414 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.414 INFO kablam! Sep 19 21:45:19.414 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.414 INFO kablam! --> tests/selection.rs:73:18 Sep 19 21:45:19.414 INFO kablam! | Sep 19 21:45:19.414 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.414 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.414 INFO kablam! | Sep 19 21:45:19.414 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.414 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.414 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.415 INFO kablam! Sep 19 21:45:19.434 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.434 INFO kablam! --> tests/selection.rs:90:16 Sep 19 21:45:19.434 INFO kablam! | Sep 19 21:45:19.434 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.450 INFO kablam! | Sep 19 21:45:19.450 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.450 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.450 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.450 INFO kablam! Sep 19 21:45:19.450 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.450 INFO kablam! --> tests/selection.rs:90:40 Sep 19 21:45:19.450 INFO kablam! | Sep 19 21:45:19.450 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.450 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.450 INFO kablam! | Sep 19 21:45:19.450 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.450 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.450 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.450 INFO kablam! Sep 19 21:45:19.450 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.450 INFO kablam! --> tests/selection.rs:91:18 Sep 19 21:45:19.450 INFO kablam! | Sep 19 21:45:19.450 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.450 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.450 INFO kablam! | Sep 19 21:45:19.450 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.450 INFO kablam! Sep 19 21:45:19.450 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.450 INFO kablam! --> tests/selection.rs:91:18 Sep 19 21:45:19.450 INFO kablam! | Sep 19 21:45:19.450 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.450 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.450 INFO kablam! | Sep 19 21:45:19.450 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.450 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.450 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.450 INFO kablam! Sep 19 21:45:19.478 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.478 INFO kablam! --> tests/selection.rs:112:16 Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.478 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.478 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.478 INFO kablam! Sep 19 21:45:19.478 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.478 INFO kablam! --> tests/selection.rs:112:40 Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.478 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.478 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.478 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.478 INFO kablam! Sep 19 21:45:19.478 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.478 INFO kablam! --> tests/selection.rs:113:18 Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.478 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.478 INFO kablam! Sep 19 21:45:19.478 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.478 INFO kablam! --> tests/selection.rs:113:18 Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.478 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.478 INFO kablam! | Sep 19 21:45:19.478 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.479 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.479 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.479 INFO kablam! Sep 19 21:45:19.494 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.494 INFO kablam! --> tests/selection.rs:177:16 Sep 19 21:45:19.494 INFO kablam! | Sep 19 21:45:19.494 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.494 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.494 INFO kablam! --> tests/system.rs:52:16 Sep 19 21:45:19.494 INFO kablam! | Sep 19 21:45:19.494 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.508 INFO kablam! | Sep 19 21:45:19.508 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.508 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.508 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.508 INFO kablam! Sep 19 21:45:19.508 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.508 INFO kablam! --> tests/system.rs:52:40 Sep 19 21:45:19.508 INFO kablam! | Sep 19 21:45:19.508 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.508 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.508 INFO kablam! | Sep 19 21:45:19.508 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.508 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.508 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.508 INFO kablam! Sep 19 21:45:19.508 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.508 INFO kablam! --> tests/system.rs:53:18 Sep 19 21:45:19.508 INFO kablam! | Sep 19 21:45:19.508 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.508 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.508 INFO kablam! | Sep 19 21:45:19.508 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.508 INFO kablam! Sep 19 21:45:19.508 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.508 INFO kablam! --> tests/system.rs:53:18 Sep 19 21:45:19.508 INFO kablam! | Sep 19 21:45:19.508 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.508 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.508 INFO kablam! | Sep 19 21:45:19.508 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.508 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.509 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.509 INFO kablam! Sep 19 21:45:19.513 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.513 INFO kablam! --> tests/system.rs:65:16 Sep 19 21:45:19.513 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.514 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.514 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.514 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.514 INFO kablam! Sep 19 21:45:19.514 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.514 INFO kablam! --> tests/selection.rs:177:40 Sep 19 21:45:19.514 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.514 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.514 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.514 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.514 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.514 INFO kablam! Sep 19 21:45:19.514 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.514 INFO kablam! --> tests/selection.rs:178:18 Sep 19 21:45:19.514 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.514 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.514 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.514 INFO kablam! Sep 19 21:45:19.514 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.514 INFO kablam! --> tests/selection.rs:178:18 Sep 19 21:45:19.514 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.514 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.514 INFO kablam! | Sep 19 21:45:19.514 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.514 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.514 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.514 INFO kablam! Sep 19 21:45:19.518 INFO kablam! | Sep 19 21:45:19.519 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.519 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.519 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.519 INFO kablam! Sep 19 21:45:19.522 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.522 INFO kablam! --> tests/system.rs:65:40 Sep 19 21:45:19.522 INFO kablam! | Sep 19 21:45:19.522 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.522 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.522 INFO kablam! | Sep 19 21:45:19.522 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.522 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.522 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.522 INFO kablam! Sep 19 21:45:19.522 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.522 INFO kablam! --> tests/system.rs:66:18 Sep 19 21:45:19.522 INFO kablam! | Sep 19 21:45:19.522 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.522 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.523 INFO kablam! | Sep 19 21:45:19.523 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.523 INFO kablam! Sep 19 21:45:19.523 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.523 INFO kablam! --> tests/system.rs:66:18 Sep 19 21:45:19.523 INFO kablam! | Sep 19 21:45:19.523 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.523 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.523 INFO kablam! | Sep 19 21:45:19.523 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.523 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.523 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.523 INFO kablam! Sep 19 21:45:19.542 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.542 INFO kablam! --> tests/system.rs:79:16 Sep 19 21:45:19.542 INFO kablam! | Sep 19 21:45:19.542 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.550 INFO kablam! | Sep 19 21:45:19.550 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.550 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.550 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.550 INFO kablam! Sep 19 21:45:19.550 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.550 INFO kablam! --> tests/system.rs:79:40 Sep 19 21:45:19.550 INFO kablam! | Sep 19 21:45:19.550 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.550 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.550 INFO kablam! | Sep 19 21:45:19.550 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.550 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.550 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.550 INFO kablam! Sep 19 21:45:19.550 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.550 INFO kablam! --> tests/system.rs:80:18 Sep 19 21:45:19.550 INFO kablam! | Sep 19 21:45:19.550 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.550 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.550 INFO kablam! | Sep 19 21:45:19.550 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.550 INFO kablam! Sep 19 21:45:19.550 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.550 INFO kablam! --> tests/system.rs:80:18 Sep 19 21:45:19.550 INFO kablam! | Sep 19 21:45:19.550 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.550 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.550 INFO kablam! | Sep 19 21:45:19.550 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.550 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.550 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.550 INFO kablam! Sep 19 21:45:19.574 INFO kablam! error: aborting due to 16 previous errors Sep 19 21:45:19.582 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.582 INFO kablam! --> tests/system.rs:105:16 Sep 19 21:45:19.582 INFO kablam! | Sep 19 21:45:19.582 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.594 INFO kablam! Sep 19 21:45:19.594 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:19.595 INFO kablam! | Sep 19 21:45:19.595 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.595 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.595 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.595 INFO kablam! Sep 19 21:45:19.598 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.598 INFO kablam! --> tests/system.rs:105:40 Sep 19 21:45:19.598 INFO kablam! | Sep 19 21:45:19.598 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.598 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.598 INFO kablam! | Sep 19 21:45:19.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.598 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.598 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.598 INFO kablam! Sep 19 21:45:19.598 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.598 INFO kablam! --> tests/system.rs:106:18 Sep 19 21:45:19.598 INFO kablam! | Sep 19 21:45:19.598 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.598 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.598 INFO kablam! | Sep 19 21:45:19.598 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.598 INFO kablam! Sep 19 21:45:19.598 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.598 INFO kablam! --> tests/system.rs:106:18 Sep 19 21:45:19.598 INFO kablam! | Sep 19 21:45:19.598 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.598 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.598 INFO kablam! | Sep 19 21:45:19.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.598 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.598 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.598 INFO kablam! Sep 19 21:45:19.618 INFO kablam! error: aborting due to 16 previous errors Sep 19 21:45:19.618 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:19.618 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:19.626 INFO kablam! Sep 19 21:45:19.626 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:19.658 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:19.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:19.878 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.878 INFO kablam! --> tests/supervision.rs:114:16 Sep 19 21:45:19.878 INFO kablam! | Sep 19 21:45:19.878 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.878 INFO kablam! | Sep 19 21:45:19.878 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.878 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.878 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.878 INFO kablam! Sep 19 21:45:19.878 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.878 INFO kablam! --> tests/supervision.rs:114:40 Sep 19 21:45:19.878 INFO kablam! | Sep 19 21:45:19.878 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.878 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.878 INFO kablam! | Sep 19 21:45:19.878 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.878 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.878 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.878 INFO kablam! Sep 19 21:45:19.878 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.878 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 21:45:19.878 INFO kablam! | Sep 19 21:45:19.878 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.878 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.878 INFO kablam! | Sep 19 21:45:19.878 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.878 INFO kablam! Sep 19 21:45:19.878 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.879 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 21:45:19.879 INFO kablam! | Sep 19 21:45:19.879 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.879 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.879 INFO kablam! | Sep 19 21:45:19.879 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.879 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.879 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.879 INFO kablam! Sep 19 21:45:19.890 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.890 INFO kablam! --> tests/supervision.rs:201:16 Sep 19 21:45:19.890 INFO kablam! | Sep 19 21:45:19.890 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.890 INFO kablam! | Sep 19 21:45:19.890 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.890 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.890 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.890 INFO kablam! Sep 19 21:45:19.890 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.890 INFO kablam! --> tests/supervision.rs:201:40 Sep 19 21:45:19.890 INFO kablam! | Sep 19 21:45:19.890 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.890 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.890 INFO kablam! | Sep 19 21:45:19.890 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.890 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.890 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.890 INFO kablam! Sep 19 21:45:19.890 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.890 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 21:45:19.890 INFO kablam! | Sep 19 21:45:19.890 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.890 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.890 INFO kablam! | Sep 19 21:45:19.890 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.890 INFO kablam! Sep 19 21:45:19.890 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.890 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 21:45:19.890 INFO kablam! | Sep 19 21:45:19.890 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.891 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.891 INFO kablam! | Sep 19 21:45:19.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.891 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.891 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.891 INFO kablam! Sep 19 21:45:19.902 INFO kablam! error: aborting due to 8 previous errors Sep 19 21:45:19.902 INFO kablam! Sep 19 21:45:19.902 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:19.905 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:19.905 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:19.966 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.966 INFO kablam! --> tests/channels.rs:92:16 Sep 19 21:45:19.966 INFO kablam! | Sep 19 21:45:19.966 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.969 INFO kablam! | Sep 19 21:45:19.969 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.971 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.971 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.971 INFO kablam! Sep 19 21:45:19.971 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.971 INFO kablam! --> tests/channels.rs:92:40 Sep 19 21:45:19.971 INFO kablam! | Sep 19 21:45:19.971 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:19.971 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.971 INFO kablam! | Sep 19 21:45:19.971 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.972 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.972 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.972 INFO kablam! Sep 19 21:45:19.972 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:19.972 INFO kablam! --> tests/channels.rs:93:18 Sep 19 21:45:19.972 INFO kablam! | Sep 19 21:45:19.972 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.972 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:19.972 INFO kablam! | Sep 19 21:45:19.972 INFO kablam! = note: required by `>::new` Sep 19 21:45:19.972 INFO kablam! Sep 19 21:45:19.976 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:19.976 INFO kablam! --> tests/channels.rs:93:18 Sep 19 21:45:19.976 INFO kablam! | Sep 19 21:45:19.976 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:19.976 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:19.976 INFO kablam! | Sep 19 21:45:19.977 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:19.977 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:19.977 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:19.977 INFO kablam! Sep 19 21:45:20.002 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.002 INFO kablam! --> tests/channels.rs:113:16 Sep 19 21:45:20.002 INFO kablam! | Sep 19 21:45:20.002 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.002 INFO kablam! | Sep 19 21:45:20.002 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.002 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.002 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.002 INFO kablam! Sep 19 21:45:20.002 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.002 INFO kablam! --> tests/channels.rs:113:40 Sep 19 21:45:20.002 INFO kablam! | Sep 19 21:45:20.002 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.002 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.002 INFO kablam! | Sep 19 21:45:20.002 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.003 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.003 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.003 INFO kablam! Sep 19 21:45:20.006 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:20.006 INFO kablam! --> tests/channels.rs:114:18 Sep 19 21:45:20.006 INFO kablam! | Sep 19 21:45:20.006 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.006 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:20.006 INFO kablam! | Sep 19 21:45:20.006 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.006 INFO kablam! Sep 19 21:45:20.006 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.006 INFO kablam! --> tests/channels.rs:114:18 Sep 19 21:45:20.006 INFO kablam! | Sep 19 21:45:20.006 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.006 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.006 INFO kablam! | Sep 19 21:45:20.006 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.006 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.006 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.006 INFO kablam! Sep 19 21:45:20.024 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.024 INFO kablam! --> tests/actors.rs:41:16 Sep 19 21:45:20.025 INFO kablam! | Sep 19 21:45:20.025 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.025 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.025 INFO kablam! --> tests/channels.rs:196:16 Sep 19 21:45:20.025 INFO kablam! | Sep 19 21:45:20.025 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.025 INFO kablam! | Sep 19 21:45:20.025 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.025 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.025 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.025 INFO kablam! Sep 19 21:45:20.025 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.025 INFO kablam! --> tests/actors.rs:41:40 Sep 19 21:45:20.025 INFO kablam! | Sep 19 21:45:20.025 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.025 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.025 INFO kablam! | Sep 19 21:45:20.025 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.025 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.025 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.025 INFO kablam! Sep 19 21:45:20.025 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.025 INFO kablam! --> tests/channels.rs:196:40 Sep 19 21:45:20.025 INFO kablam! | Sep 19 21:45:20.025 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.025 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.025 INFO kablam! | Sep 19 21:45:20.025 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.025 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.025 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.026 INFO kablam! Sep 19 21:45:20.026 INFO kablam! | Sep 19 21:45:20.026 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.026 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.026 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.026 INFO kablam! Sep 19 21:45:20.026 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:20.026 INFO kablam! --> tests/channels.rs:197:18 Sep 19 21:45:20.026 INFO kablam! | Sep 19 21:45:20.026 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.026 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:20.029 INFO kablam! | Sep 19 21:45:20.029 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.029 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:20.029 INFO kablam! --> tests/actors.rs:42:18 Sep 19 21:45:20.029 INFO kablam! | Sep 19 21:45:20.029 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.029 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:20.029 INFO kablam! Sep 19 21:45:20.029 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.029 INFO kablam! --> tests/channels.rs:197:18 Sep 19 21:45:20.029 INFO kablam! | Sep 19 21:45:20.029 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.029 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.029 INFO kablam! | Sep 19 21:45:20.029 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.029 INFO kablam! Sep 19 21:45:20.029 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.029 INFO kablam! --> tests/actors.rs:42:18 Sep 19 21:45:20.029 INFO kablam! | Sep 19 21:45:20.029 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.029 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.029 INFO kablam! | Sep 19 21:45:20.029 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.029 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.029 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.029 INFO kablam! Sep 19 21:45:20.029 INFO kablam! | Sep 19 21:45:20.029 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.029 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.030 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.030 INFO kablam! Sep 19 21:45:20.046 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.046 INFO kablam! --> tests/channels.rs:256:16 Sep 19 21:45:20.046 INFO kablam! | Sep 19 21:45:20.046 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.046 INFO kablam! | Sep 19 21:45:20.046 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.046 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.046 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.046 INFO kablam! Sep 19 21:45:20.054 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.054 INFO kablam! --> tests/channels.rs:256:40 Sep 19 21:45:20.054 INFO kablam! | Sep 19 21:45:20.054 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.054 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.054 INFO kablam! | Sep 19 21:45:20.054 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.054 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.054 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.054 INFO kablam! Sep 19 21:45:20.054 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:20.054 INFO kablam! --> tests/channels.rs:257:18 Sep 19 21:45:20.054 INFO kablam! | Sep 19 21:45:20.054 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.054 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:20.054 INFO kablam! | Sep 19 21:45:20.054 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.054 INFO kablam! Sep 19 21:45:20.054 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.054 INFO kablam! --> tests/channels.rs:257:18 Sep 19 21:45:20.054 INFO kablam! | Sep 19 21:45:20.054 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.054 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.054 INFO kablam! | Sep 19 21:45:20.054 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.054 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.054 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.054 INFO kablam! Sep 19 21:45:20.058 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.058 INFO kablam! --> tests/actors.rs:113:16 Sep 19 21:45:20.058 INFO kablam! | Sep 19 21:45:20.058 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.066 INFO kablam! error: aborting due to 16 previous errors Sep 19 21:45:20.066 INFO kablam! | Sep 19 21:45:20.066 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.066 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.066 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.066 INFO kablam! Sep 19 21:45:20.078 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.078 INFO kablam! --> tests/actors.rs:113:40 Sep 19 21:45:20.078 INFO kablam! | Sep 19 21:45:20.078 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 21:45:20.078 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.078 INFO kablam! | Sep 19 21:45:20.078 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.078 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.078 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.078 INFO kablam! Sep 19 21:45:20.078 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 21:45:20.078 INFO kablam! --> tests/actors.rs:114:18 Sep 19 21:45:20.078 INFO kablam! | Sep 19 21:45:20.078 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.078 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 21:45:20.078 INFO kablam! | Sep 19 21:45:20.078 INFO kablam! = note: required by `>::new` Sep 19 21:45:20.078 INFO kablam! Sep 19 21:45:20.078 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 21:45:20.078 INFO kablam! --> tests/actors.rs:114:18 Sep 19 21:45:20.078 INFO kablam! | Sep 19 21:45:20.078 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 21:45:20.078 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 21:45:20.078 INFO kablam! | Sep 19 21:45:20.078 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 21:45:20.078 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 21:45:20.078 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 21:45:20.078 INFO kablam! Sep 19 21:45:20.082 INFO kablam! Sep 19 21:45:20.082 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:20.106 INFO kablam! error: aborting due to 8 previous errors Sep 19 21:45:20.106 INFO kablam! Sep 19 21:45:20.106 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:45:20.119 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:20.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:20.126 INFO kablam! error: Could not compile `riker`. Sep 19 21:45:20.126 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:45:21.428 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 21:45:21.428 INFO kablam! --> src/lib.rs:2:12 Sep 19 21:45:21.428 INFO kablam! | Sep 19 21:45:21.428 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 21:45:21.428 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 21:45:21.428 INFO kablam! | Sep 19 21:45:21.429 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 21:45:21.429 INFO kablam! Sep 19 21:45:21.505 INFO kablam! error: build failed Sep 19 21:45:21.506 INFO kablam! su: No module specific data is present Sep 19 21:45:22.156 INFO running `"docker" "rm" "-f" "b9cf8129f4a1d97d9b1409da578f4f28714ac97e08953d4a8bcd85b45b01a766"` Sep 19 21:45:22.222 INFO blam! b9cf8129f4a1d97d9b1409da578f4f28714ac97e08953d4a8bcd85b45b01a766