Sep 06 01:26:15.755 INFO checking riker-0.1.5 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 01:26:15.755 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 01:26:15.755 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:26:16.049 INFO blam! 4d6f0cfe43d65ac66457ceca8fb8548b0d6efd17553b55753fddaa47be9ef1c6 Sep 06 01:26:16.049 INFO running `"docker" "start" "-a" "4d6f0cfe43d65ac66457ceca8fb8548b0d6efd17553b55753fddaa47be9ef1c6"` Sep 06 01:26:18.289 INFO kablam! usermod: no changes Sep 06 01:26:18.490 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 06 01:26:21.799 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 06 01:26:21.799 INFO kablam! --> src/lib.rs:2:12 Sep 06 01:26:21.799 INFO kablam! | Sep 06 01:26:21.799 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 06 01:26:21.799 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 06 01:26:21.799 INFO kablam! | Sep 06 01:26:21.799 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 01:26:21.799 INFO kablam! Sep 06 01:26:21.889 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 06 01:26:21.889 INFO kablam! --> src/lib.rs:2:12 Sep 06 01:26:21.889 INFO kablam! | Sep 06 01:26:21.889 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 06 01:26:21.889 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 06 01:26:21.902 INFO kablam! | Sep 06 01:26:21.902 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 01:26:21.902 INFO kablam! Sep 06 01:26:26.520 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.520 INFO kablam! --> tests/selection.rs:72:16 Sep 06 01:26:26.520 INFO kablam! | Sep 06 01:26:26.520 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.520 INFO kablam! | Sep 06 01:26:26.520 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.520 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.520 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.520 INFO kablam! Sep 06 01:26:26.521 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.521 INFO kablam! --> tests/selection.rs:72:40 Sep 06 01:26:26.521 INFO kablam! | Sep 06 01:26:26.521 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.521 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.521 INFO kablam! | Sep 06 01:26:26.521 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.521 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.521 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.521 INFO kablam! Sep 06 01:26:26.521 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.521 INFO kablam! --> tests/selection.rs:73:18 Sep 06 01:26:26.521 INFO kablam! | Sep 06 01:26:26.521 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.521 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.521 INFO kablam! | Sep 06 01:26:26.521 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.521 INFO kablam! Sep 06 01:26:26.522 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.522 INFO kablam! --> tests/selection.rs:73:18 Sep 06 01:26:26.522 INFO kablam! | Sep 06 01:26:26.522 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.522 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.522 INFO kablam! | Sep 06 01:26:26.522 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.522 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.522 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.522 INFO kablam! Sep 06 01:26:26.524 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.524 INFO kablam! --> tests/supervision.rs:114:16 Sep 06 01:26:26.524 INFO kablam! | Sep 06 01:26:26.524 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.524 INFO kablam! | Sep 06 01:26:26.524 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.525 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.525 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.525 INFO kablam! Sep 06 01:26:26.526 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.526 INFO kablam! --> tests/supervision.rs:114:40 Sep 06 01:26:26.526 INFO kablam! | Sep 06 01:26:26.526 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.526 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.526 INFO kablam! | Sep 06 01:26:26.526 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.527 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.527 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.527 INFO kablam! Sep 06 01:26:26.528 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.528 INFO kablam! --> tests/supervision.rs:115:18 Sep 06 01:26:26.528 INFO kablam! | Sep 06 01:26:26.528 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.528 INFO kablam! | Sep 06 01:26:26.528 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.529 INFO kablam! Sep 06 01:26:26.529 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.529 INFO kablam! --> tests/supervision.rs:115:18 Sep 06 01:26:26.529 INFO kablam! | Sep 06 01:26:26.529 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.529 INFO kablam! | Sep 06 01:26:26.529 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.530 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.530 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.530 INFO kablam! Sep 06 01:26:26.549 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.549 INFO kablam! --> tests/supervision.rs:201:16 Sep 06 01:26:26.549 INFO kablam! | Sep 06 01:26:26.549 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.549 INFO kablam! | Sep 06 01:26:26.549 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.549 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.549 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.549 INFO kablam! Sep 06 01:26:26.550 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.550 INFO kablam! --> tests/supervision.rs:201:40 Sep 06 01:26:26.550 INFO kablam! | Sep 06 01:26:26.550 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.550 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.550 INFO kablam! | Sep 06 01:26:26.550 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.550 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.550 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.550 INFO kablam! Sep 06 01:26:26.550 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.550 INFO kablam! --> tests/supervision.rs:202:18 Sep 06 01:26:26.550 INFO kablam! | Sep 06 01:26:26.550 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.550 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.550 INFO kablam! | Sep 06 01:26:26.551 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.551 INFO kablam! Sep 06 01:26:26.551 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.551 INFO kablam! --> tests/supervision.rs:202:18 Sep 06 01:26:26.551 INFO kablam! | Sep 06 01:26:26.551 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.551 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.551 INFO kablam! | Sep 06 01:26:26.552 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.552 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.552 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.552 INFO kablam! Sep 06 01:26:26.556 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.556 INFO kablam! --> tests/selection.rs:90:16 Sep 06 01:26:26.556 INFO kablam! | Sep 06 01:26:26.556 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.556 INFO kablam! | Sep 06 01:26:26.556 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.556 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.556 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.556 INFO kablam! Sep 06 01:26:26.557 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.557 INFO kablam! --> tests/selection.rs:90:40 Sep 06 01:26:26.557 INFO kablam! | Sep 06 01:26:26.557 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.557 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.557 INFO kablam! | Sep 06 01:26:26.557 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.557 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.557 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.557 INFO kablam! Sep 06 01:26:26.557 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.557 INFO kablam! --> tests/selection.rs:91:18 Sep 06 01:26:26.557 INFO kablam! | Sep 06 01:26:26.557 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.557 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.557 INFO kablam! | Sep 06 01:26:26.557 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.557 INFO kablam! Sep 06 01:26:26.557 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.557 INFO kablam! --> tests/selection.rs:91:18 Sep 06 01:26:26.557 INFO kablam! | Sep 06 01:26:26.557 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.557 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.557 INFO kablam! | Sep 06 01:26:26.557 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.557 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.557 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.557 INFO kablam! Sep 06 01:26:26.563 INFO kablam! error: aborting due to 8 previous errors Sep 06 01:26:26.563 INFO kablam! Sep 06 01:26:26.563 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:26.571 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.571 INFO kablam! --> tests/selection.rs:112:16 Sep 06 01:26:26.571 INFO kablam! | Sep 06 01:26:26.571 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.572 INFO kablam! | Sep 06 01:26:26.572 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.572 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.573 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.574 INFO kablam! Sep 06 01:26:26.575 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.575 INFO kablam! --> tests/selection.rs:112:40 Sep 06 01:26:26.575 INFO kablam! | Sep 06 01:26:26.575 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.576 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.576 INFO kablam! | Sep 06 01:26:26.576 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.576 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.577 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.577 INFO kablam! Sep 06 01:26:26.577 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.577 INFO kablam! --> tests/selection.rs:113:18 Sep 06 01:26:26.577 INFO kablam! | Sep 06 01:26:26.577 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.577 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.578 INFO kablam! | Sep 06 01:26:26.578 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.578 INFO kablam! Sep 06 01:26:26.579 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.579 INFO kablam! --> tests/selection.rs:113:18 Sep 06 01:26:26.579 INFO kablam! | Sep 06 01:26:26.579 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.580 INFO kablam! | Sep 06 01:26:26.580 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.581 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.590 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.590 INFO kablam! Sep 06 01:26:26.598 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.598 INFO kablam! --> tests/selection.rs:177:16 Sep 06 01:26:26.598 INFO kablam! | Sep 06 01:26:26.598 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.598 INFO kablam! | Sep 06 01:26:26.598 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.600 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.600 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.600 INFO kablam! Sep 06 01:26:26.600 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:26.600 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:26.601 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.601 INFO kablam! --> tests/selection.rs:177:40 Sep 06 01:26:26.601 INFO kablam! | Sep 06 01:26:26.601 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.601 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.601 INFO kablam! | Sep 06 01:26:26.601 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.601 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.601 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.601 INFO kablam! Sep 06 01:26:26.602 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.602 INFO kablam! --> tests/selection.rs:178:18 Sep 06 01:26:26.602 INFO kablam! | Sep 06 01:26:26.602 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.602 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.602 INFO kablam! | Sep 06 01:26:26.602 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.602 INFO kablam! Sep 06 01:26:26.602 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.602 INFO kablam! --> tests/selection.rs:178:18 Sep 06 01:26:26.602 INFO kablam! | Sep 06 01:26:26.603 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.603 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.603 INFO kablam! | Sep 06 01:26:26.603 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.606 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.606 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.606 INFO kablam! Sep 06 01:26:26.613 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.613 INFO kablam! --> tests/channels.rs:92:16 Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.613 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.613 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.613 INFO kablam! Sep 06 01:26:26.613 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.613 INFO kablam! --> tests/channels.rs:92:40 Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.613 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.613 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.613 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.613 INFO kablam! Sep 06 01:26:26.613 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.613 INFO kablam! --> tests/channels.rs:93:18 Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.613 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.613 INFO kablam! Sep 06 01:26:26.613 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.613 INFO kablam! --> tests/channels.rs:93:18 Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.613 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.613 INFO kablam! | Sep 06 01:26:26.613 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.613 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.613 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.613 INFO kablam! Sep 06 01:26:26.620 INFO kablam! error: aborting due to 16 previous errors Sep 06 01:26:26.620 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.620 INFO kablam! --> tests/channels.rs:113:16 Sep 06 01:26:26.620 INFO kablam! | Sep 06 01:26:26.620 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.621 INFO kablam! | Sep 06 01:26:26.621 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.621 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.621 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.621 INFO kablam! Sep 06 01:26:26.621 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.621 INFO kablam! --> tests/channels.rs:113:40 Sep 06 01:26:26.621 INFO kablam! | Sep 06 01:26:26.621 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.621 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.621 INFO kablam! | Sep 06 01:26:26.621 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.621 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.621 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.621 INFO kablam! Sep 06 01:26:26.621 INFO kablam! Sep 06 01:26:26.621 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:26.621 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.621 INFO kablam! --> tests/channels.rs:114:18 Sep 06 01:26:26.621 INFO kablam! | Sep 06 01:26:26.621 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.621 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.621 INFO kablam! | Sep 06 01:26:26.621 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.621 INFO kablam! Sep 06 01:26:26.621 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.621 INFO kablam! --> tests/channels.rs:114:18 Sep 06 01:26:26.621 INFO kablam! | Sep 06 01:26:26.621 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.621 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.621 INFO kablam! | Sep 06 01:26:26.621 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.622 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.622 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.622 INFO kablam! Sep 06 01:26:26.630 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.630 INFO kablam! --> tests/channels.rs:196:16 Sep 06 01:26:26.630 INFO kablam! | Sep 06 01:26:26.630 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.630 INFO kablam! | Sep 06 01:26:26.630 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.630 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.630 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.630 INFO kablam! Sep 06 01:26:26.634 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.634 INFO kablam! --> tests/channels.rs:196:40 Sep 06 01:26:26.634 INFO kablam! | Sep 06 01:26:26.634 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.634 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.634 INFO kablam! | Sep 06 01:26:26.634 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.634 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.634 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.634 INFO kablam! Sep 06 01:26:26.634 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.634 INFO kablam! --> tests/channels.rs:197:18 Sep 06 01:26:26.634 INFO kablam! | Sep 06 01:26:26.634 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.634 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.634 INFO kablam! | Sep 06 01:26:26.634 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.634 INFO kablam! Sep 06 01:26:26.634 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.634 INFO kablam! --> tests/channels.rs:197:18 Sep 06 01:26:26.634 INFO kablam! | Sep 06 01:26:26.634 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.634 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.634 INFO kablam! | Sep 06 01:26:26.634 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.634 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.634 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.634 INFO kablam! Sep 06 01:26:26.635 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:26.635 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:26.640 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.640 INFO kablam! --> tests/channels.rs:256:16 Sep 06 01:26:26.640 INFO kablam! | Sep 06 01:26:26.640 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.640 INFO kablam! | Sep 06 01:26:26.640 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.640 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.640 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.640 INFO kablam! Sep 06 01:26:26.642 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.642 INFO kablam! --> tests/channels.rs:256:40 Sep 06 01:26:26.642 INFO kablam! | Sep 06 01:26:26.642 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.642 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.642 INFO kablam! | Sep 06 01:26:26.642 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.642 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.642 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.642 INFO kablam! Sep 06 01:26:26.642 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.642 INFO kablam! --> tests/channels.rs:257:18 Sep 06 01:26:26.642 INFO kablam! | Sep 06 01:26:26.642 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.642 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.642 INFO kablam! | Sep 06 01:26:26.642 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.642 INFO kablam! Sep 06 01:26:26.642 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.642 INFO kablam! --> tests/channels.rs:257:18 Sep 06 01:26:26.642 INFO kablam! | Sep 06 01:26:26.642 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.642 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.642 INFO kablam! | Sep 06 01:26:26.642 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.642 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.642 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.642 INFO kablam! Sep 06 01:26:26.659 INFO kablam! error: aborting due to 16 previous errors Sep 06 01:26:26.659 INFO kablam! Sep 06 01:26:26.659 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:26.673 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:26.673 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:26.765 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.765 INFO kablam! --> tests/actors.rs:41:16 Sep 06 01:26:26.765 INFO kablam! | Sep 06 01:26:26.765 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.765 INFO kablam! | Sep 06 01:26:26.765 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.765 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.765 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.765 INFO kablam! Sep 06 01:26:26.765 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.765 INFO kablam! --> tests/actors.rs:41:40 Sep 06 01:26:26.765 INFO kablam! | Sep 06 01:26:26.765 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.765 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.765 INFO kablam! | Sep 06 01:26:26.765 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.765 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.765 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.765 INFO kablam! Sep 06 01:26:26.766 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.766 INFO kablam! --> tests/actors.rs:42:18 Sep 06 01:26:26.766 INFO kablam! | Sep 06 01:26:26.766 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.766 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.766 INFO kablam! | Sep 06 01:26:26.766 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.766 INFO kablam! Sep 06 01:26:26.766 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.766 INFO kablam! --> tests/actors.rs:42:18 Sep 06 01:26:26.766 INFO kablam! | Sep 06 01:26:26.766 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.766 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.766 INFO kablam! | Sep 06 01:26:26.766 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.766 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.766 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.766 INFO kablam! Sep 06 01:26:26.782 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.782 INFO kablam! --> tests/actors.rs:113:16 Sep 06 01:26:26.782 INFO kablam! | Sep 06 01:26:26.782 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.782 INFO kablam! | Sep 06 01:26:26.782 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.782 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.782 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.782 INFO kablam! Sep 06 01:26:26.782 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.782 INFO kablam! --> tests/actors.rs:113:40 Sep 06 01:26:26.782 INFO kablam! | Sep 06 01:26:26.782 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.782 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.782 INFO kablam! | Sep 06 01:26:26.782 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.782 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.782 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.782 INFO kablam! Sep 06 01:26:26.782 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.782 INFO kablam! --> tests/actors.rs:114:18 Sep 06 01:26:26.782 INFO kablam! | Sep 06 01:26:26.782 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.782 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.782 INFO kablam! | Sep 06 01:26:26.782 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.782 INFO kablam! Sep 06 01:26:26.782 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.782 INFO kablam! --> tests/actors.rs:114:18 Sep 06 01:26:26.782 INFO kablam! | Sep 06 01:26:26.782 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.782 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.783 INFO kablam! | Sep 06 01:26:26.783 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.783 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.783 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.783 INFO kablam! Sep 06 01:26:26.807 INFO kablam! error: aborting due to 8 previous errors Sep 06 01:26:26.807 INFO kablam! Sep 06 01:26:26.807 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:26.818 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:26.818 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:26.825 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.825 INFO kablam! --> tests/system.rs:52:16 Sep 06 01:26:26.825 INFO kablam! | Sep 06 01:26:26.825 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.825 INFO kablam! | Sep 06 01:26:26.825 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.825 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.825 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.825 INFO kablam! Sep 06 01:26:26.826 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.826 INFO kablam! --> tests/system.rs:52:40 Sep 06 01:26:26.826 INFO kablam! | Sep 06 01:26:26.826 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.826 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.826 INFO kablam! | Sep 06 01:26:26.826 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.826 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.826 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.826 INFO kablam! Sep 06 01:26:26.830 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.830 INFO kablam! --> tests/system.rs:53:18 Sep 06 01:26:26.830 INFO kablam! | Sep 06 01:26:26.830 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.830 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.830 INFO kablam! | Sep 06 01:26:26.830 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.830 INFO kablam! Sep 06 01:26:26.834 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.834 INFO kablam! --> tests/system.rs:53:18 Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.834 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.834 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.834 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.834 INFO kablam! Sep 06 01:26:26.834 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.834 INFO kablam! --> tests/system.rs:65:16 Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.834 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.834 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.834 INFO kablam! Sep 06 01:26:26.834 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.834 INFO kablam! --> tests/system.rs:65:40 Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.834 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.834 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.834 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.834 INFO kablam! Sep 06 01:26:26.834 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.834 INFO kablam! --> tests/system.rs:66:18 Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.834 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.834 INFO kablam! | Sep 06 01:26:26.834 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.834 INFO kablam! Sep 06 01:26:26.834 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.834 INFO kablam! --> tests/system.rs:66:18 Sep 06 01:26:26.835 INFO kablam! | Sep 06 01:26:26.835 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.835 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.835 INFO kablam! | Sep 06 01:26:26.835 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.835 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.835 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.835 INFO kablam! Sep 06 01:26:26.838 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.838 INFO kablam! --> tests/system.rs:79:16 Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.838 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.838 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.838 INFO kablam! Sep 06 01:26:26.838 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.838 INFO kablam! --> tests/system.rs:79:40 Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.838 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.838 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.838 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.838 INFO kablam! Sep 06 01:26:26.838 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.838 INFO kablam! --> tests/system.rs:80:18 Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.838 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.838 INFO kablam! Sep 06 01:26:26.838 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.838 INFO kablam! --> tests/system.rs:80:18 Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.838 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.838 INFO kablam! | Sep 06 01:26:26.838 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.838 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.838 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.838 INFO kablam! Sep 06 01:26:26.846 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.846 INFO kablam! --> tests/system.rs:105:16 Sep 06 01:26:26.846 INFO kablam! | Sep 06 01:26:26.846 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.846 INFO kablam! | Sep 06 01:26:26.846 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.846 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.846 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.846 INFO kablam! Sep 06 01:26:26.846 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.846 INFO kablam! --> tests/system.rs:105:40 Sep 06 01:26:26.846 INFO kablam! | Sep 06 01:26:26.846 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:26.846 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.846 INFO kablam! | Sep 06 01:26:26.846 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.846 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.846 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.846 INFO kablam! Sep 06 01:26:26.846 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:26.846 INFO kablam! --> tests/system.rs:106:18 Sep 06 01:26:26.846 INFO kablam! | Sep 06 01:26:26.846 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.846 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:26.846 INFO kablam! | Sep 06 01:26:26.846 INFO kablam! = note: required by `>::new` Sep 06 01:26:26.846 INFO kablam! Sep 06 01:26:26.846 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:26.846 INFO kablam! --> tests/system.rs:106:18 Sep 06 01:26:26.846 INFO kablam! | Sep 06 01:26:26.846 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:26.846 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:26.850 INFO kablam! | Sep 06 01:26:26.850 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:26.850 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:26.850 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:26.850 INFO kablam! Sep 06 01:26:26.857 INFO kablam! error: aborting due to 16 previous errors Sep 06 01:26:26.857 INFO kablam! Sep 06 01:26:26.857 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:26.874 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:26.874 INFO kablam! Sep 06 01:26:26.874 INFO kablam! To learn more, run the command again with --verbose. Sep 06 01:26:26.876 INFO kablam! su: No module specific data is present Sep 06 01:26:27.517 INFO running `"docker" "rm" "-f" "4d6f0cfe43d65ac66457ceca8fb8548b0d6efd17553b55753fddaa47be9ef1c6"` Sep 06 01:26:27.644 INFO blam! 4d6f0cfe43d65ac66457ceca8fb8548b0d6efd17553b55753fddaa47be9ef1c6