Sep 14 10:40:19.763 INFO checking riker-0.1.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 10:40:19.763 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 10:40:19.763 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:40:20.101 INFO blam! a26f17c366688f6fe742a34d8dcb6ad61fc7954876e3e06fb48a2db7783f5632 Sep 14 10:40:20.107 INFO running `"docker" "start" "-a" "a26f17c366688f6fe742a34d8dcb6ad61fc7954876e3e06fb48a2db7783f5632"` Sep 14 10:40:21.400 INFO kablam! usermod: no changes Sep 14 10:40:21.627 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 14 10:40:24.541 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 14 10:40:24.541 INFO kablam! --> src/lib.rs:2:12 Sep 14 10:40:24.541 INFO kablam! | Sep 14 10:40:24.541 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 14 10:40:24.541 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 10:40:24.546 INFO kablam! | Sep 14 10:40:24.546 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 10:40:24.546 INFO kablam! Sep 14 10:40:25.439 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 14 10:40:25.440 INFO kablam! --> src/lib.rs:2:12 Sep 14 10:40:25.440 INFO kablam! | Sep 14 10:40:25.440 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 14 10:40:25.440 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 14 10:40:25.440 INFO kablam! | Sep 14 10:40:25.440 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 10:40:25.440 INFO kablam! Sep 14 10:40:28.265 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.265 INFO kablam! --> tests/actors.rs:41:16 Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.265 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.265 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.265 INFO kablam! Sep 14 10:40:28.265 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.265 INFO kablam! --> tests/actors.rs:41:40 Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.265 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.265 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.265 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.265 INFO kablam! Sep 14 10:40:28.265 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.265 INFO kablam! --> tests/actors.rs:42:18 Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.265 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.265 INFO kablam! Sep 14 10:40:28.265 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.265 INFO kablam! --> tests/actors.rs:42:18 Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.265 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.265 INFO kablam! | Sep 14 10:40:28.265 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.265 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.265 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.265 INFO kablam! Sep 14 10:40:28.310 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.311 INFO kablam! --> tests/actors.rs:113:16 Sep 14 10:40:28.311 INFO kablam! | Sep 14 10:40:28.311 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.322 INFO kablam! | Sep 14 10:40:28.323 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.323 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.323 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.323 INFO kablam! Sep 14 10:40:28.323 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.323 INFO kablam! --> tests/actors.rs:113:40 Sep 14 10:40:28.323 INFO kablam! | Sep 14 10:40:28.323 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.323 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.323 INFO kablam! | Sep 14 10:40:28.323 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.323 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.323 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.323 INFO kablam! Sep 14 10:40:28.323 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.323 INFO kablam! --> tests/actors.rs:114:18 Sep 14 10:40:28.323 INFO kablam! | Sep 14 10:40:28.323 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.323 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.323 INFO kablam! | Sep 14 10:40:28.323 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.323 INFO kablam! Sep 14 10:40:28.323 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.323 INFO kablam! --> tests/actors.rs:114:18 Sep 14 10:40:28.323 INFO kablam! | Sep 14 10:40:28.323 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.323 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.323 INFO kablam! | Sep 14 10:40:28.323 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.323 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.323 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.323 INFO kablam! Sep 14 10:40:28.330 INFO kablam! error: aborting due to 8 previous errors Sep 14 10:40:28.331 INFO kablam! Sep 14 10:40:28.331 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.391 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.391 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.434 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.435 INFO kablam! --> tests/system.rs:52:16 Sep 14 10:40:28.435 INFO kablam! | Sep 14 10:40:28.435 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.438 INFO kablam! | Sep 14 10:40:28.438 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.438 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.439 INFO kablam! Sep 14 10:40:28.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.439 INFO kablam! --> tests/system.rs:52:40 Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.439 INFO kablam! Sep 14 10:40:28.439 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.439 INFO kablam! --> tests/system.rs:53:18 Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.439 INFO kablam! Sep 14 10:40:28.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.439 INFO kablam! --> tests/system.rs:53:18 Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.439 INFO kablam! Sep 14 10:40:28.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.439 INFO kablam! --> tests/system.rs:65:16 Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.439 INFO kablam! Sep 14 10:40:28.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.439 INFO kablam! --> tests/system.rs:65:40 Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.439 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.439 INFO kablam! Sep 14 10:40:28.439 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.439 INFO kablam! --> tests/system.rs:66:18 Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.439 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.439 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.439 INFO kablam! | Sep 14 10:40:28.440 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.440 INFO kablam! Sep 14 10:40:28.440 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.440 INFO kablam! --> tests/system.rs:66:18 Sep 14 10:40:28.440 INFO kablam! | Sep 14 10:40:28.440 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.440 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.440 INFO kablam! | Sep 14 10:40:28.440 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.440 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.440 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.440 INFO kablam! Sep 14 10:40:28.440 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.440 INFO kablam! --> tests/system.rs:79:16 Sep 14 10:40:28.440 INFO kablam! | Sep 14 10:40:28.440 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.440 INFO kablam! | Sep 14 10:40:28.440 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.440 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.440 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.440 INFO kablam! Sep 14 10:40:28.440 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.440 INFO kablam! --> tests/system.rs:79:40 Sep 14 10:40:28.440 INFO kablam! | Sep 14 10:40:28.440 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.440 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.440 INFO kablam! | Sep 14 10:40:28.440 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.440 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.440 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.440 INFO kablam! Sep 14 10:40:28.447 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.447 INFO kablam! --> tests/system.rs:80:18 Sep 14 10:40:28.447 INFO kablam! | Sep 14 10:40:28.447 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.447 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.451 INFO kablam! | Sep 14 10:40:28.451 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.451 INFO kablam! Sep 14 10:40:28.451 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.451 INFO kablam! --> tests/system.rs:80:18 Sep 14 10:40:28.451 INFO kablam! | Sep 14 10:40:28.451 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.451 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.451 INFO kablam! | Sep 14 10:40:28.451 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.451 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.451 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.451 INFO kablam! Sep 14 10:40:28.475 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.475 INFO kablam! --> tests/system.rs:105:16 Sep 14 10:40:28.475 INFO kablam! | Sep 14 10:40:28.475 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.475 INFO kablam! | Sep 14 10:40:28.475 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.475 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.475 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.475 INFO kablam! Sep 14 10:40:28.475 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.475 INFO kablam! --> tests/system.rs:105:40 Sep 14 10:40:28.475 INFO kablam! | Sep 14 10:40:28.475 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.475 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.475 INFO kablam! | Sep 14 10:40:28.475 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.475 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.475 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.475 INFO kablam! Sep 14 10:40:28.475 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.475 INFO kablam! --> tests/system.rs:106:18 Sep 14 10:40:28.475 INFO kablam! | Sep 14 10:40:28.475 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.475 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.475 INFO kablam! | Sep 14 10:40:28.475 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.475 INFO kablam! Sep 14 10:40:28.487 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.487 INFO kablam! --> tests/system.rs:106:18 Sep 14 10:40:28.487 INFO kablam! | Sep 14 10:40:28.487 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.487 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.487 INFO kablam! | Sep 14 10:40:28.487 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.487 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.487 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.487 INFO kablam! Sep 14 10:40:28.509 INFO kablam! error: aborting due to 16 previous errors Sep 14 10:40:28.514 INFO kablam! Sep 14 10:40:28.515 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.542 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.543 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.625 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.625 INFO kablam! --> tests/supervision.rs:114:16 Sep 14 10:40:28.625 INFO kablam! | Sep 14 10:40:28.625 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.625 INFO kablam! | Sep 14 10:40:28.625 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.625 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.625 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.625 INFO kablam! Sep 14 10:40:28.631 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.631 INFO kablam! --> tests/supervision.rs:114:40 Sep 14 10:40:28.631 INFO kablam! | Sep 14 10:40:28.631 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.631 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.631 INFO kablam! | Sep 14 10:40:28.631 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.631 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.631 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.631 INFO kablam! Sep 14 10:40:28.631 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.631 INFO kablam! --> tests/supervision.rs:115:18 Sep 14 10:40:28.631 INFO kablam! | Sep 14 10:40:28.631 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.631 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.647 INFO kablam! | Sep 14 10:40:28.647 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.647 INFO kablam! Sep 14 10:40:28.647 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.647 INFO kablam! --> tests/supervision.rs:115:18 Sep 14 10:40:28.647 INFO kablam! | Sep 14 10:40:28.647 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.647 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.647 INFO kablam! | Sep 14 10:40:28.647 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.647 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.647 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.647 INFO kablam! Sep 14 10:40:28.661 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.661 INFO kablam! --> tests/supervision.rs:201:16 Sep 14 10:40:28.661 INFO kablam! | Sep 14 10:40:28.661 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.675 INFO kablam! | Sep 14 10:40:28.675 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.675 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.675 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.675 INFO kablam! Sep 14 10:40:28.675 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.675 INFO kablam! --> tests/supervision.rs:201:40 Sep 14 10:40:28.675 INFO kablam! | Sep 14 10:40:28.675 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.675 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.675 INFO kablam! | Sep 14 10:40:28.675 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.675 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.676 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.676 INFO kablam! Sep 14 10:40:28.676 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.676 INFO kablam! --> tests/supervision.rs:202:18 Sep 14 10:40:28.676 INFO kablam! | Sep 14 10:40:28.676 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.676 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.676 INFO kablam! | Sep 14 10:40:28.676 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.676 INFO kablam! Sep 14 10:40:28.676 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.676 INFO kablam! --> tests/supervision.rs:202:18 Sep 14 10:40:28.676 INFO kablam! | Sep 14 10:40:28.676 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.676 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.676 INFO kablam! | Sep 14 10:40:28.676 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.676 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.676 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.676 INFO kablam! Sep 14 10:40:28.686 INFO kablam! error: aborting due to 8 previous errors Sep 14 10:40:28.691 INFO kablam! Sep 14 10:40:28.691 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.715 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.715 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.759 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.759 INFO kablam! --> tests/channels.rs:92:16 Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.759 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.759 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.759 INFO kablam! Sep 14 10:40:28.759 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.759 INFO kablam! --> tests/channels.rs:92:40 Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.759 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.759 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.759 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.759 INFO kablam! Sep 14 10:40:28.759 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.759 INFO kablam! --> tests/channels.rs:93:18 Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.759 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.759 INFO kablam! Sep 14 10:40:28.759 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.759 INFO kablam! --> tests/channels.rs:93:18 Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.759 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.759 INFO kablam! | Sep 14 10:40:28.759 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.759 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.759 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.759 INFO kablam! Sep 14 10:40:28.771 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.771 INFO kablam! --> tests/channels.rs:113:16 Sep 14 10:40:28.771 INFO kablam! | Sep 14 10:40:28.771 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.771 INFO kablam! | Sep 14 10:40:28.771 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.771 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.771 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.771 INFO kablam! Sep 14 10:40:28.771 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.771 INFO kablam! --> tests/channels.rs:113:40 Sep 14 10:40:28.771 INFO kablam! | Sep 14 10:40:28.771 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.771 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.771 INFO kablam! | Sep 14 10:40:28.771 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.771 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.771 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.771 INFO kablam! Sep 14 10:40:28.771 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.771 INFO kablam! --> tests/channels.rs:114:18 Sep 14 10:40:28.771 INFO kablam! | Sep 14 10:40:28.771 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.771 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.771 INFO kablam! | Sep 14 10:40:28.771 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.771 INFO kablam! Sep 14 10:40:28.772 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.772 INFO kablam! --> tests/channels.rs:114:18 Sep 14 10:40:28.772 INFO kablam! | Sep 14 10:40:28.772 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.772 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.772 INFO kablam! | Sep 14 10:40:28.772 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.772 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.772 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.772 INFO kablam! Sep 14 10:40:28.782 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.783 INFO kablam! --> tests/channels.rs:196:16 Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.783 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.783 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.783 INFO kablam! Sep 14 10:40:28.783 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.783 INFO kablam! --> tests/channels.rs:196:40 Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.783 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.783 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.783 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.783 INFO kablam! Sep 14 10:40:28.783 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.783 INFO kablam! --> tests/channels.rs:197:18 Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.783 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.783 INFO kablam! Sep 14 10:40:28.783 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.783 INFO kablam! --> tests/channels.rs:197:18 Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.783 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.783 INFO kablam! | Sep 14 10:40:28.783 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.783 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.783 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.783 INFO kablam! Sep 14 10:40:28.790 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.790 INFO kablam! --> tests/channels.rs:256:16 Sep 14 10:40:28.790 INFO kablam! | Sep 14 10:40:28.790 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.790 INFO kablam! | Sep 14 10:40:28.790 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.791 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.791 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.792 INFO kablam! Sep 14 10:40:28.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.793 INFO kablam! --> tests/channels.rs:256:40 Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.793 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.793 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.793 INFO kablam! Sep 14 10:40:28.793 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.793 INFO kablam! --> tests/channels.rs:257:18 Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.793 INFO kablam! Sep 14 10:40:28.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.793 INFO kablam! --> tests/channels.rs:257:18 Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.793 INFO kablam! | Sep 14 10:40:28.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.793 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.793 INFO kablam! Sep 14 10:40:28.818 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.819 INFO kablam! --> tests/selection.rs:72:16 Sep 14 10:40:28.819 INFO kablam! | Sep 14 10:40:28.819 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.819 INFO kablam! | Sep 14 10:40:28.819 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.819 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.819 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.819 INFO kablam! Sep 14 10:40:28.819 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.819 INFO kablam! --> tests/selection.rs:72:40 Sep 14 10:40:28.819 INFO kablam! | Sep 14 10:40:28.819 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.819 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.819 INFO kablam! | Sep 14 10:40:28.819 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.819 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.819 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.819 INFO kablam! Sep 14 10:40:28.819 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.819 INFO kablam! --> tests/selection.rs:73:18 Sep 14 10:40:28.819 INFO kablam! | Sep 14 10:40:28.819 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.819 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.819 INFO kablam! | Sep 14 10:40:28.819 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.819 INFO kablam! Sep 14 10:40:28.822 INFO kablam! error: aborting due to 16 previous errors Sep 14 10:40:28.822 INFO kablam! Sep 14 10:40:28.823 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.823 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.823 INFO kablam! --> tests/selection.rs:73:18 Sep 14 10:40:28.823 INFO kablam! | Sep 14 10:40:28.823 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.823 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.823 INFO kablam! | Sep 14 10:40:28.823 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.823 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.823 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.823 INFO kablam! Sep 14 10:40:28.843 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.843 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:40:28.843 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.843 INFO kablam! --> tests/selection.rs:90:16 Sep 14 10:40:28.843 INFO kablam! | Sep 14 10:40:28.843 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.843 INFO kablam! | Sep 14 10:40:28.843 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.843 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.843 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.843 INFO kablam! Sep 14 10:40:28.843 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.843 INFO kablam! --> tests/selection.rs:90:40 Sep 14 10:40:28.843 INFO kablam! | Sep 14 10:40:28.843 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.843 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.843 INFO kablam! | Sep 14 10:40:28.843 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.843 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.843 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.843 INFO kablam! Sep 14 10:40:28.846 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.847 INFO kablam! --> tests/selection.rs:91:18 Sep 14 10:40:28.847 INFO kablam! | Sep 14 10:40:28.847 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.847 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.847 INFO kablam! | Sep 14 10:40:28.847 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.847 INFO kablam! Sep 14 10:40:28.847 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.847 INFO kablam! --> tests/selection.rs:91:18 Sep 14 10:40:28.847 INFO kablam! | Sep 14 10:40:28.847 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.847 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.847 INFO kablam! | Sep 14 10:40:28.847 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.847 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.847 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.847 INFO kablam! Sep 14 10:40:28.862 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.863 INFO kablam! --> tests/selection.rs:112:16 Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.863 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.863 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.863 INFO kablam! Sep 14 10:40:28.863 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.863 INFO kablam! --> tests/selection.rs:112:40 Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.863 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.863 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.863 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.863 INFO kablam! Sep 14 10:40:28.863 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.863 INFO kablam! --> tests/selection.rs:113:18 Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.863 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.863 INFO kablam! Sep 14 10:40:28.863 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.863 INFO kablam! --> tests/selection.rs:113:18 Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.863 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.863 INFO kablam! | Sep 14 10:40:28.863 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.863 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.863 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.863 INFO kablam! Sep 14 10:40:28.866 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.867 INFO kablam! --> tests/selection.rs:177:16 Sep 14 10:40:28.867 INFO kablam! | Sep 14 10:40:28.867 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.867 INFO kablam! | Sep 14 10:40:28.867 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.867 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.867 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.867 INFO kablam! Sep 14 10:40:28.874 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.875 INFO kablam! --> tests/selection.rs:177:40 Sep 14 10:40:28.875 INFO kablam! | Sep 14 10:40:28.875 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 14 10:40:28.875 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.875 INFO kablam! | Sep 14 10:40:28.875 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.875 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.875 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.875 INFO kablam! Sep 14 10:40:28.875 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 14 10:40:28.875 INFO kablam! --> tests/selection.rs:178:18 Sep 14 10:40:28.875 INFO kablam! | Sep 14 10:40:28.875 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.875 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 14 10:40:28.875 INFO kablam! | Sep 14 10:40:28.875 INFO kablam! = note: required by `>::new` Sep 14 10:40:28.875 INFO kablam! Sep 14 10:40:28.875 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 14 10:40:28.875 INFO kablam! --> tests/selection.rs:178:18 Sep 14 10:40:28.875 INFO kablam! | Sep 14 10:40:28.875 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 14 10:40:28.875 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 14 10:40:28.875 INFO kablam! | Sep 14 10:40:28.875 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 14 10:40:28.875 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 14 10:40:28.875 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 14 10:40:28.875 INFO kablam! Sep 14 10:40:28.895 INFO kablam! error: aborting due to 16 previous errors Sep 14 10:40:28.895 INFO kablam! Sep 14 10:40:28.895 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 10:40:28.919 INFO kablam! error: Could not compile `riker`. Sep 14 10:40:28.919 INFO kablam! Sep 14 10:40:28.919 INFO kablam! To learn more, run the command again with --verbose. Sep 14 10:40:28.919 INFO kablam! su: No module specific data is present Sep 14 10:40:30.055 INFO running `"docker" "rm" "-f" "a26f17c366688f6fe742a34d8dcb6ad61fc7954876e3e06fb48a2db7783f5632"` Sep 14 10:40:30.327 INFO blam! a26f17c366688f6fe742a34d8dcb6ad61fc7954876e3e06fb48a2db7783f5632