Sep 04 06:05:11.286 INFO checking riker-0.1.5 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 06:05:11.286 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 06:05:11.286 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:05:11.529 INFO blam! 083d1719744ec4f55465d80006ee7b69edf29e8de15349c688fdc1221db684f4 Sep 04 06:05:11.532 INFO running `"docker" "start" "-a" "083d1719744ec4f55465d80006ee7b69edf29e8de15349c688fdc1221db684f4"` Sep 04 06:05:12.577 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 04 06:05:18.217 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 04 06:05:18.217 INFO kablam! --> src/lib.rs:2:12 Sep 04 06:05:18.217 INFO kablam! | Sep 04 06:05:18.217 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 04 06:05:18.217 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 06:05:18.217 INFO kablam! | Sep 04 06:05:18.217 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 06:05:18.217 INFO kablam! Sep 04 06:05:18.806 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 04 06:05:18.806 INFO kablam! --> src/lib.rs:2:12 Sep 04 06:05:18.806 INFO kablam! | Sep 04 06:05:18.806 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 04 06:05:18.807 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 06:05:18.807 INFO kablam! | Sep 04 06:05:18.807 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 06:05:18.807 INFO kablam! Sep 04 06:05:22.414 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.414 INFO kablam! --> tests/actors.rs:41:16 Sep 04 06:05:22.414 INFO kablam! | Sep 04 06:05:22.414 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.414 INFO kablam! | Sep 04 06:05:22.414 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.414 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.414 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.414 INFO kablam! Sep 04 06:05:22.415 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.415 INFO kablam! --> tests/actors.rs:41:40 Sep 04 06:05:22.415 INFO kablam! | Sep 04 06:05:22.415 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.415 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.415 INFO kablam! | Sep 04 06:05:22.416 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.416 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.416 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.416 INFO kablam! Sep 04 06:05:22.417 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.417 INFO kablam! --> tests/actors.rs:42:18 Sep 04 06:05:22.417 INFO kablam! | Sep 04 06:05:22.417 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.417 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.417 INFO kablam! | Sep 04 06:05:22.417 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.417 INFO kablam! Sep 04 06:05:22.417 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.417 INFO kablam! --> tests/actors.rs:42:18 Sep 04 06:05:22.417 INFO kablam! | Sep 04 06:05:22.418 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.418 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.418 INFO kablam! | Sep 04 06:05:22.418 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.418 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.418 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.418 INFO kablam! Sep 04 06:05:22.454 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.454 INFO kablam! --> tests/actors.rs:113:16 Sep 04 06:05:22.454 INFO kablam! | Sep 04 06:05:22.454 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.454 INFO kablam! | Sep 04 06:05:22.454 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.454 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.454 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.454 INFO kablam! Sep 04 06:05:22.454 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.454 INFO kablam! --> tests/actors.rs:113:40 Sep 04 06:05:22.454 INFO kablam! | Sep 04 06:05:22.454 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.454 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.454 INFO kablam! | Sep 04 06:05:22.454 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.454 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.454 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.454 INFO kablam! Sep 04 06:05:22.455 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.455 INFO kablam! --> tests/actors.rs:114:18 Sep 04 06:05:22.455 INFO kablam! | Sep 04 06:05:22.456 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.456 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.456 INFO kablam! | Sep 04 06:05:22.456 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.456 INFO kablam! Sep 04 06:05:22.456 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.456 INFO kablam! --> tests/actors.rs:114:18 Sep 04 06:05:22.456 INFO kablam! | Sep 04 06:05:22.456 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.456 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.456 INFO kablam! | Sep 04 06:05:22.456 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.456 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.456 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.456 INFO kablam! Sep 04 06:05:22.474 INFO kablam! error: aborting due to 8 previous errors Sep 04 06:05:22.474 INFO kablam! Sep 04 06:05:22.475 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:22.484 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.484 INFO kablam! --> tests/selection.rs:72:16 Sep 04 06:05:22.484 INFO kablam! | Sep 04 06:05:22.484 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.484 INFO kablam! | Sep 04 06:05:22.484 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.484 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.484 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.484 INFO kablam! Sep 04 06:05:22.484 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.485 INFO kablam! --> tests/selection.rs:72:40 Sep 04 06:05:22.485 INFO kablam! | Sep 04 06:05:22.485 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.485 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.485 INFO kablam! | Sep 04 06:05:22.485 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.485 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.485 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.485 INFO kablam! Sep 04 06:05:22.485 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.485 INFO kablam! --> tests/selection.rs:73:18 Sep 04 06:05:22.485 INFO kablam! | Sep 04 06:05:22.485 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.485 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.485 INFO kablam! | Sep 04 06:05:22.485 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.485 INFO kablam! Sep 04 06:05:22.485 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.485 INFO kablam! --> tests/selection.rs:73:18 Sep 04 06:05:22.485 INFO kablam! | Sep 04 06:05:22.485 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.485 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.485 INFO kablam! | Sep 04 06:05:22.485 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.485 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.485 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.485 INFO kablam! Sep 04 06:05:22.493 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:22.493 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:22.500 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.500 INFO kablam! --> tests/selection.rs:90:16 Sep 04 06:05:22.500 INFO kablam! | Sep 04 06:05:22.500 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.500 INFO kablam! | Sep 04 06:05:22.500 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.500 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.501 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.502 INFO kablam! Sep 04 06:05:22.503 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.503 INFO kablam! --> tests/selection.rs:90:40 Sep 04 06:05:22.503 INFO kablam! | Sep 04 06:05:22.503 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.503 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.504 INFO kablam! | Sep 04 06:05:22.504 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.504 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.504 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.504 INFO kablam! Sep 04 06:05:22.504 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.504 INFO kablam! --> tests/selection.rs:91:18 Sep 04 06:05:22.504 INFO kablam! | Sep 04 06:05:22.504 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.504 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.504 INFO kablam! | Sep 04 06:05:22.504 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.505 INFO kablam! Sep 04 06:05:22.505 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.505 INFO kablam! --> tests/selection.rs:91:18 Sep 04 06:05:22.505 INFO kablam! | Sep 04 06:05:22.506 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.506 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.506 INFO kablam! | Sep 04 06:05:22.506 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.506 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.506 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.506 INFO kablam! Sep 04 06:05:22.513 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.513 INFO kablam! --> tests/selection.rs:112:16 Sep 04 06:05:22.514 INFO kablam! | Sep 04 06:05:22.514 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.514 INFO kablam! | Sep 04 06:05:22.514 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.514 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.514 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.514 INFO kablam! Sep 04 06:05:22.514 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.514 INFO kablam! --> tests/selection.rs:112:40 Sep 04 06:05:22.514 INFO kablam! | Sep 04 06:05:22.514 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.514 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.514 INFO kablam! | Sep 04 06:05:22.514 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.514 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.515 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.515 INFO kablam! Sep 04 06:05:22.515 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.515 INFO kablam! --> tests/selection.rs:113:18 Sep 04 06:05:22.515 INFO kablam! | Sep 04 06:05:22.515 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.515 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.515 INFO kablam! | Sep 04 06:05:22.515 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.515 INFO kablam! Sep 04 06:05:22.520 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.520 INFO kablam! --> tests/selection.rs:113:18 Sep 04 06:05:22.520 INFO kablam! | Sep 04 06:05:22.520 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.520 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.520 INFO kablam! | Sep 04 06:05:22.521 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.521 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.521 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.522 INFO kablam! Sep 04 06:05:22.553 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.553 INFO kablam! --> tests/selection.rs:177:16 Sep 04 06:05:22.553 INFO kablam! | Sep 04 06:05:22.553 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.553 INFO kablam! | Sep 04 06:05:22.553 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.553 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.554 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.554 INFO kablam! Sep 04 06:05:22.554 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.554 INFO kablam! --> tests/selection.rs:177:40 Sep 04 06:05:22.554 INFO kablam! | Sep 04 06:05:22.554 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.554 INFO kablam! | Sep 04 06:05:22.554 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.554 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.554 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.554 INFO kablam! Sep 04 06:05:22.555 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.555 INFO kablam! --> tests/selection.rs:178:18 Sep 04 06:05:22.555 INFO kablam! | Sep 04 06:05:22.555 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.555 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.555 INFO kablam! | Sep 04 06:05:22.555 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.555 INFO kablam! Sep 04 06:05:22.555 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.555 INFO kablam! --> tests/selection.rs:178:18 Sep 04 06:05:22.555 INFO kablam! | Sep 04 06:05:22.555 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.555 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.555 INFO kablam! | Sep 04 06:05:22.555 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.555 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.555 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.555 INFO kablam! Sep 04 06:05:22.571 INFO kablam! error: aborting due to 16 previous errors Sep 04 06:05:22.571 INFO kablam! Sep 04 06:05:22.571 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:22.581 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:22.581 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:22.678 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.678 INFO kablam! --> tests/supervision.rs:114:16 Sep 04 06:05:22.678 INFO kablam! | Sep 04 06:05:22.678 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.679 INFO kablam! | Sep 04 06:05:22.679 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.679 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.679 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.679 INFO kablam! Sep 04 06:05:22.679 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.679 INFO kablam! --> tests/supervision.rs:114:40 Sep 04 06:05:22.679 INFO kablam! | Sep 04 06:05:22.679 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.679 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.679 INFO kablam! | Sep 04 06:05:22.680 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.680 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.680 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.680 INFO kablam! Sep 04 06:05:22.680 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.680 INFO kablam! --> tests/supervision.rs:115:18 Sep 04 06:05:22.680 INFO kablam! | Sep 04 06:05:22.681 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.681 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.681 INFO kablam! | Sep 04 06:05:22.681 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.681 INFO kablam! Sep 04 06:05:22.681 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.681 INFO kablam! --> tests/supervision.rs:115:18 Sep 04 06:05:22.681 INFO kablam! | Sep 04 06:05:22.681 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.681 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.681 INFO kablam! | Sep 04 06:05:22.681 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.681 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.681 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.681 INFO kablam! Sep 04 06:05:22.713 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.713 INFO kablam! --> tests/supervision.rs:201:16 Sep 04 06:05:22.713 INFO kablam! | Sep 04 06:05:22.713 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.713 INFO kablam! | Sep 04 06:05:22.713 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.714 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.714 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.714 INFO kablam! Sep 04 06:05:22.714 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.714 INFO kablam! --> tests/supervision.rs:201:40 Sep 04 06:05:22.714 INFO kablam! | Sep 04 06:05:22.714 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.714 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.715 INFO kablam! | Sep 04 06:05:22.715 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.715 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.715 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.715 INFO kablam! Sep 04 06:05:22.715 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.715 INFO kablam! --> tests/supervision.rs:202:18 Sep 04 06:05:22.715 INFO kablam! | Sep 04 06:05:22.715 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.715 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.715 INFO kablam! | Sep 04 06:05:22.715 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.715 INFO kablam! Sep 04 06:05:22.715 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.715 INFO kablam! --> tests/supervision.rs:202:18 Sep 04 06:05:22.715 INFO kablam! | Sep 04 06:05:22.715 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.715 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.715 INFO kablam! | Sep 04 06:05:22.715 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.715 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.715 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.715 INFO kablam! Sep 04 06:05:22.723 INFO kablam! error: aborting due to 8 previous errors Sep 04 06:05:22.723 INFO kablam! Sep 04 06:05:22.723 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:22.733 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:22.733 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:22.758 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.759 INFO kablam! --> tests/system.rs:52:16 Sep 04 06:05:22.759 INFO kablam! | Sep 04 06:05:22.759 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.759 INFO kablam! | Sep 04 06:05:22.759 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.759 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.759 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.759 INFO kablam! Sep 04 06:05:22.759 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.759 INFO kablam! --> tests/system.rs:52:40 Sep 04 06:05:22.760 INFO kablam! | Sep 04 06:05:22.760 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.760 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.760 INFO kablam! | Sep 04 06:05:22.760 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.760 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.760 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.760 INFO kablam! Sep 04 06:05:22.764 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.764 INFO kablam! --> tests/system.rs:53:18 Sep 04 06:05:22.764 INFO kablam! | Sep 04 06:05:22.764 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.764 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.764 INFO kablam! | Sep 04 06:05:22.764 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.764 INFO kablam! Sep 04 06:05:22.764 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.764 INFO kablam! --> tests/system.rs:53:18 Sep 04 06:05:22.764 INFO kablam! | Sep 04 06:05:22.764 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.764 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.764 INFO kablam! | Sep 04 06:05:22.765 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.765 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.765 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.765 INFO kablam! Sep 04 06:05:22.766 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.766 INFO kablam! --> tests/system.rs:65:16 Sep 04 06:05:22.767 INFO kablam! | Sep 04 06:05:22.767 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.767 INFO kablam! | Sep 04 06:05:22.767 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.767 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.767 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.767 INFO kablam! Sep 04 06:05:22.767 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.767 INFO kablam! --> tests/system.rs:65:40 Sep 04 06:05:22.767 INFO kablam! | Sep 04 06:05:22.767 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.767 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.768 INFO kablam! | Sep 04 06:05:22.768 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.768 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.768 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.768 INFO kablam! Sep 04 06:05:22.768 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.768 INFO kablam! --> tests/system.rs:66:18 Sep 04 06:05:22.768 INFO kablam! | Sep 04 06:05:22.768 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.768 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.768 INFO kablam! | Sep 04 06:05:22.768 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.768 INFO kablam! Sep 04 06:05:22.768 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.768 INFO kablam! --> tests/system.rs:66:18 Sep 04 06:05:22.768 INFO kablam! | Sep 04 06:05:22.768 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.768 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.768 INFO kablam! | Sep 04 06:05:22.768 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.768 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.768 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.769 INFO kablam! Sep 04 06:05:22.773 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.773 INFO kablam! --> tests/system.rs:79:16 Sep 04 06:05:22.773 INFO kablam! | Sep 04 06:05:22.773 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.773 INFO kablam! | Sep 04 06:05:22.773 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.773 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.773 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.773 INFO kablam! Sep 04 06:05:22.773 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.773 INFO kablam! --> tests/system.rs:79:40 Sep 04 06:05:22.773 INFO kablam! | Sep 04 06:05:22.773 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.773 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.773 INFO kablam! | Sep 04 06:05:22.773 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.773 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.773 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.773 INFO kablam! Sep 04 06:05:22.773 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.773 INFO kablam! --> tests/system.rs:80:18 Sep 04 06:05:22.773 INFO kablam! | Sep 04 06:05:22.773 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.773 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.773 INFO kablam! | Sep 04 06:05:22.773 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.773 INFO kablam! Sep 04 06:05:22.774 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.774 INFO kablam! --> tests/system.rs:80:18 Sep 04 06:05:22.774 INFO kablam! | Sep 04 06:05:22.774 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.774 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.774 INFO kablam! | Sep 04 06:05:22.774 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.774 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.774 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.774 INFO kablam! Sep 04 06:05:22.791 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.791 INFO kablam! --> tests/system.rs:105:16 Sep 04 06:05:22.791 INFO kablam! | Sep 04 06:05:22.792 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.792 INFO kablam! | Sep 04 06:05:22.792 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.792 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.792 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.792 INFO kablam! Sep 04 06:05:22.792 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.792 INFO kablam! --> tests/system.rs:105:40 Sep 04 06:05:22.792 INFO kablam! | Sep 04 06:05:22.792 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.792 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.792 INFO kablam! | Sep 04 06:05:22.792 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.792 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.792 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.792 INFO kablam! Sep 04 06:05:22.792 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.792 INFO kablam! --> tests/system.rs:106:18 Sep 04 06:05:22.793 INFO kablam! | Sep 04 06:05:22.793 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.793 INFO kablam! | Sep 04 06:05:22.793 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.793 INFO kablam! Sep 04 06:05:22.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.793 INFO kablam! --> tests/system.rs:106:18 Sep 04 06:05:22.793 INFO kablam! | Sep 04 06:05:22.793 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.793 INFO kablam! | Sep 04 06:05:22.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.793 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.793 INFO kablam! Sep 04 06:05:22.801 INFO kablam! error: aborting due to 16 previous errors Sep 04 06:05:22.801 INFO kablam! Sep 04 06:05:22.801 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:22.812 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:22.812 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:05:22.858 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.858 INFO kablam! --> tests/channels.rs:92:16 Sep 04 06:05:22.858 INFO kablam! | Sep 04 06:05:22.858 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.858 INFO kablam! | Sep 04 06:05:22.858 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.858 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.858 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.858 INFO kablam! Sep 04 06:05:22.859 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.859 INFO kablam! --> tests/channels.rs:92:40 Sep 04 06:05:22.859 INFO kablam! | Sep 04 06:05:22.859 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.859 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.859 INFO kablam! | Sep 04 06:05:22.859 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.859 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.859 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.859 INFO kablam! Sep 04 06:05:22.860 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.860 INFO kablam! --> tests/channels.rs:93:18 Sep 04 06:05:22.860 INFO kablam! | Sep 04 06:05:22.860 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.860 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.860 INFO kablam! | Sep 04 06:05:22.861 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.861 INFO kablam! Sep 04 06:05:22.861 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.861 INFO kablam! --> tests/channels.rs:93:18 Sep 04 06:05:22.861 INFO kablam! | Sep 04 06:05:22.862 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.862 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.862 INFO kablam! | Sep 04 06:05:22.862 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.862 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.862 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.862 INFO kablam! Sep 04 06:05:22.892 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.892 INFO kablam! --> tests/channels.rs:113:16 Sep 04 06:05:22.892 INFO kablam! | Sep 04 06:05:22.892 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.893 INFO kablam! | Sep 04 06:05:22.893 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.893 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.893 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.893 INFO kablam! Sep 04 06:05:22.893 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.893 INFO kablam! --> tests/channels.rs:113:40 Sep 04 06:05:22.893 INFO kablam! | Sep 04 06:05:22.893 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.893 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.893 INFO kablam! | Sep 04 06:05:22.893 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.893 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.893 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.893 INFO kablam! Sep 04 06:05:22.893 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.893 INFO kablam! --> tests/channels.rs:114:18 Sep 04 06:05:22.893 INFO kablam! | Sep 04 06:05:22.893 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.893 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.893 INFO kablam! | Sep 04 06:05:22.893 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.893 INFO kablam! Sep 04 06:05:22.894 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.894 INFO kablam! --> tests/channels.rs:114:18 Sep 04 06:05:22.894 INFO kablam! | Sep 04 06:05:22.894 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.894 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.894 INFO kablam! | Sep 04 06:05:22.894 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.894 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.894 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.894 INFO kablam! Sep 04 06:05:22.911 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.911 INFO kablam! --> tests/channels.rs:196:16 Sep 04 06:05:22.911 INFO kablam! | Sep 04 06:05:22.911 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.911 INFO kablam! | Sep 04 06:05:22.911 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.911 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.911 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.911 INFO kablam! Sep 04 06:05:22.911 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.911 INFO kablam! --> tests/channels.rs:196:40 Sep 04 06:05:22.911 INFO kablam! | Sep 04 06:05:22.911 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.911 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.911 INFO kablam! | Sep 04 06:05:22.912 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.912 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.912 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.912 INFO kablam! Sep 04 06:05:22.912 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.912 INFO kablam! --> tests/channels.rs:197:18 Sep 04 06:05:22.912 INFO kablam! | Sep 04 06:05:22.912 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.912 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.912 INFO kablam! | Sep 04 06:05:22.912 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.912 INFO kablam! Sep 04 06:05:22.912 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.912 INFO kablam! --> tests/channels.rs:197:18 Sep 04 06:05:22.912 INFO kablam! | Sep 04 06:05:22.912 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.912 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.912 INFO kablam! | Sep 04 06:05:22.912 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.912 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.913 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.913 INFO kablam! Sep 04 06:05:22.923 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.923 INFO kablam! --> tests/channels.rs:256:16 Sep 04 06:05:22.923 INFO kablam! | Sep 04 06:05:22.923 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.923 INFO kablam! | Sep 04 06:05:22.923 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.923 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.923 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.923 INFO kablam! Sep 04 06:05:22.923 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.923 INFO kablam! --> tests/channels.rs:256:40 Sep 04 06:05:22.924 INFO kablam! | Sep 04 06:05:22.924 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 04 06:05:22.924 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.924 INFO kablam! | Sep 04 06:05:22.924 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.924 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.924 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.924 INFO kablam! Sep 04 06:05:22.924 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 04 06:05:22.924 INFO kablam! --> tests/channels.rs:257:18 Sep 04 06:05:22.924 INFO kablam! | Sep 04 06:05:22.924 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.924 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 04 06:05:22.924 INFO kablam! | Sep 04 06:05:22.924 INFO kablam! = note: required by `>::new` Sep 04 06:05:22.924 INFO kablam! Sep 04 06:05:22.924 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 04 06:05:22.924 INFO kablam! --> tests/channels.rs:257:18 Sep 04 06:05:22.924 INFO kablam! | Sep 04 06:05:22.924 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 04 06:05:22.924 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 04 06:05:22.924 INFO kablam! | Sep 04 06:05:22.924 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 04 06:05:22.924 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 04 06:05:22.924 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 04 06:05:22.924 INFO kablam! Sep 04 06:05:22.937 INFO kablam! error: aborting due to 16 previous errors Sep 04 06:05:22.937 INFO kablam! Sep 04 06:05:22.937 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 06:05:22.955 INFO kablam! error: Could not compile `riker`. Sep 04 06:05:22.955 INFO kablam! Sep 04 06:05:22.955 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:05:22.964 INFO kablam! su: No module specific data is present Sep 04 06:05:23.550 INFO running `"docker" "rm" "-f" "083d1719744ec4f55465d80006ee7b69edf29e8de15349c688fdc1221db684f4"` Sep 04 06:05:23.716 INFO blam! 083d1719744ec4f55465d80006ee7b69edf29e8de15349c688fdc1221db684f4