Sep 06 01:26:26.469 INFO checking riker-0.1.5 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 01:26:26.469 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 01:26:26.469 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:26.674 INFO blam! 99ac8fde33cd34fe0a5da59c5d1030a3446982bdc3733955da2dbe5b31cc3bb4 Sep 06 01:26:26.676 INFO running `"docker" "start" "-a" "99ac8fde33cd34fe0a5da59c5d1030a3446982bdc3733955da2dbe5b31cc3bb4"` Sep 06 01:26:27.478 INFO kablam! usermod: no changes Sep 06 01:26:27.616 INFO kablam! Checking runtime-fmt v0.3.0 Sep 06 01:26:27.622 INFO kablam! Checking riker-testkit v0.1.0 Sep 06 01:26:27.622 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 06 01:26:27.622 INFO kablam! Checking riker-deadletter v0.1.7 Sep 06 01:26:27.622 INFO kablam! Checking riker-mapvec v0.1.7 Sep 06 01:26:27.622 INFO kablam! Checking riker-timer v0.1.7 Sep 06 01:26:27.622 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 06 01:26:28.626 INFO kablam! Checking riker-log v0.1.7 Sep 06 01:26:30.062 INFO kablam! Checking riker-default v0.1.7 Sep 06 01:26:30.655 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:30.655 INFO kablam! --> src/lib.rs:2:12 Sep 06 01:26:30.655 INFO kablam! | Sep 06 01:26:30.655 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 06 01:26:30.655 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 06 01:26:30.655 INFO kablam! | Sep 06 01:26:30.655 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 01:26:30.655 INFO kablam! Sep 06 01:26:32.329 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.329 INFO kablam! --> tests/actors.rs:41:16 Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.329 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.329 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.329 INFO kablam! Sep 06 01:26:32.329 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.329 INFO kablam! --> tests/actors.rs:41:40 Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.329 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.329 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.329 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.329 INFO kablam! Sep 06 01:26:32.329 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.329 INFO kablam! --> tests/actors.rs:42:18 Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.329 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.329 INFO kablam! Sep 06 01:26:32.329 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.329 INFO kablam! --> tests/actors.rs:42:18 Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.329 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.329 INFO kablam! | Sep 06 01:26:32.329 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.329 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.329 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.330 INFO kablam! Sep 06 01:26:32.346 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.346 INFO kablam! --> tests/actors.rs:113:16 Sep 06 01:26:32.346 INFO kablam! | Sep 06 01:26:32.346 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.346 INFO kablam! | Sep 06 01:26:32.346 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.346 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.346 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.346 INFO kablam! Sep 06 01:26:32.350 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.350 INFO kablam! --> tests/actors.rs:113:40 Sep 06 01:26:32.350 INFO kablam! | Sep 06 01:26:32.350 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.350 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.350 INFO kablam! | Sep 06 01:26:32.350 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.350 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.350 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.350 INFO kablam! Sep 06 01:26:32.350 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.350 INFO kablam! --> tests/actors.rs:114:18 Sep 06 01:26:32.350 INFO kablam! | Sep 06 01:26:32.350 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.350 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.350 INFO kablam! | Sep 06 01:26:32.350 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.350 INFO kablam! Sep 06 01:26:32.350 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.350 INFO kablam! --> tests/actors.rs:114:18 Sep 06 01:26:32.350 INFO kablam! | Sep 06 01:26:32.350 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.350 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.350 INFO kablam! | Sep 06 01:26:32.350 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.350 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.350 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.350 INFO kablam! Sep 06 01:26:32.352 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.353 INFO kablam! --> tests/selection.rs:72:16 Sep 06 01:26:32.353 INFO kablam! | Sep 06 01:26:32.353 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.353 INFO kablam! | Sep 06 01:26:32.353 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.353 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.353 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.353 INFO kablam! Sep 06 01:26:32.353 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.353 INFO kablam! --> tests/selection.rs:72:40 Sep 06 01:26:32.353 INFO kablam! | Sep 06 01:26:32.353 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.353 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.353 INFO kablam! | Sep 06 01:26:32.353 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.353 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.353 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.353 INFO kablam! Sep 06 01:26:32.354 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.354 INFO kablam! --> tests/selection.rs:73:18 Sep 06 01:26:32.354 INFO kablam! | Sep 06 01:26:32.354 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.354 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.354 INFO kablam! | Sep 06 01:26:32.354 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.354 INFO kablam! Sep 06 01:26:32.354 INFO kablam! error: aborting due to 8 previous errors Sep 06 01:26:32.354 INFO kablam! Sep 06 01:26:32.354 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:32.358 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.358 INFO kablam! --> tests/selection.rs:73:18 Sep 06 01:26:32.358 INFO kablam! | Sep 06 01:26:32.358 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.358 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.358 INFO kablam! | Sep 06 01:26:32.358 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.358 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.358 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.358 INFO kablam! Sep 06 01:26:32.365 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.365 INFO kablam! --> tests/selection.rs:90:16 Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.365 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.365 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.365 INFO kablam! Sep 06 01:26:32.365 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.365 INFO kablam! --> tests/selection.rs:90:40 Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.365 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.365 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.365 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.365 INFO kablam! Sep 06 01:26:32.365 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.365 INFO kablam! --> tests/selection.rs:91:18 Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.365 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.365 INFO kablam! Sep 06 01:26:32.365 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.365 INFO kablam! --> tests/selection.rs:91:18 Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.365 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.365 INFO kablam! | Sep 06 01:26:32.365 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.365 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.365 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.365 INFO kablam! Sep 06 01:26:32.365 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:32.365 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:32.366 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.366 INFO kablam! --> tests/selection.rs:112:16 Sep 06 01:26:32.366 INFO kablam! | Sep 06 01:26:32.366 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.366 INFO kablam! | Sep 06 01:26:32.366 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.366 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.366 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.366 INFO kablam! Sep 06 01:26:32.366 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.366 INFO kablam! --> tests/selection.rs:112:40 Sep 06 01:26:32.366 INFO kablam! | Sep 06 01:26:32.366 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.366 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.366 INFO kablam! | Sep 06 01:26:32.366 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.366 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.366 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.366 INFO kablam! Sep 06 01:26:32.366 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.366 INFO kablam! --> tests/selection.rs:113:18 Sep 06 01:26:32.366 INFO kablam! | Sep 06 01:26:32.366 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.366 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.366 INFO kablam! | Sep 06 01:26:32.366 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.366 INFO kablam! Sep 06 01:26:32.367 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.367 INFO kablam! --> tests/selection.rs:113:18 Sep 06 01:26:32.367 INFO kablam! | Sep 06 01:26:32.367 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.367 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.367 INFO kablam! | Sep 06 01:26:32.367 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.367 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.367 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.367 INFO kablam! Sep 06 01:26:32.374 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.374 INFO kablam! --> tests/selection.rs:177:16 Sep 06 01:26:32.374 INFO kablam! | Sep 06 01:26:32.374 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.374 INFO kablam! | Sep 06 01:26:32.374 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.374 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.374 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.374 INFO kablam! Sep 06 01:26:32.378 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.378 INFO kablam! --> tests/selection.rs:177:40 Sep 06 01:26:32.378 INFO kablam! | Sep 06 01:26:32.378 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.378 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.378 INFO kablam! | Sep 06 01:26:32.378 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.378 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.378 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.378 INFO kablam! Sep 06 01:26:32.378 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.378 INFO kablam! --> tests/selection.rs:178:18 Sep 06 01:26:32.378 INFO kablam! | Sep 06 01:26:32.378 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.378 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.378 INFO kablam! | Sep 06 01:26:32.378 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.378 INFO kablam! Sep 06 01:26:32.378 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.378 INFO kablam! --> tests/selection.rs:178:18 Sep 06 01:26:32.378 INFO kablam! | Sep 06 01:26:32.378 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.378 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.378 INFO kablam! | Sep 06 01:26:32.378 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.378 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.378 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.378 INFO kablam! Sep 06 01:26:32.388 INFO kablam! error: aborting due to 16 previous errors Sep 06 01:26:32.388 INFO kablam! Sep 06 01:26:32.388 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:32.399 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:32.399 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:32.405 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.405 INFO kablam! --> tests/channels.rs:92:16 Sep 06 01:26:32.405 INFO kablam! | Sep 06 01:26:32.405 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.405 INFO kablam! | Sep 06 01:26:32.405 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.405 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.405 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.405 INFO kablam! Sep 06 01:26:32.405 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.405 INFO kablam! --> tests/channels.rs:92:40 Sep 06 01:26:32.405 INFO kablam! | Sep 06 01:26:32.405 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.405 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.405 INFO kablam! | Sep 06 01:26:32.405 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.405 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.405 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.405 INFO kablam! Sep 06 01:26:32.410 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.410 INFO kablam! --> tests/channels.rs:93:18 Sep 06 01:26:32.410 INFO kablam! | Sep 06 01:26:32.410 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.410 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.410 INFO kablam! | Sep 06 01:26:32.410 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.410 INFO kablam! Sep 06 01:26:32.410 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.410 INFO kablam! --> tests/channels.rs:93:18 Sep 06 01:26:32.410 INFO kablam! | Sep 06 01:26:32.410 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.410 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.410 INFO kablam! | Sep 06 01:26:32.410 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.410 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.410 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.410 INFO kablam! Sep 06 01:26:32.415 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.415 INFO kablam! --> tests/channels.rs:113:16 Sep 06 01:26:32.415 INFO kablam! | Sep 06 01:26:32.415 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.415 INFO kablam! | Sep 06 01:26:32.415 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.415 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.415 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.415 INFO kablam! Sep 06 01:26:32.416 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.416 INFO kablam! --> tests/channels.rs:113:40 Sep 06 01:26:32.416 INFO kablam! | Sep 06 01:26:32.416 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.416 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.416 INFO kablam! | Sep 06 01:26:32.416 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.416 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.416 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.416 INFO kablam! Sep 06 01:26:32.416 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.416 INFO kablam! --> tests/channels.rs:114:18 Sep 06 01:26:32.416 INFO kablam! | Sep 06 01:26:32.416 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.416 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.416 INFO kablam! | Sep 06 01:26:32.416 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.416 INFO kablam! Sep 06 01:26:32.416 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.416 INFO kablam! --> tests/channels.rs:114:18 Sep 06 01:26:32.416 INFO kablam! | Sep 06 01:26:32.416 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.416 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.416 INFO kablam! | Sep 06 01:26:32.416 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.416 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.416 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.417 INFO kablam! Sep 06 01:26:32.419 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.419 INFO kablam! --> tests/supervision.rs:114:16 Sep 06 01:26:32.419 INFO kablam! | Sep 06 01:26:32.419 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.419 INFO kablam! | Sep 06 01:26:32.419 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.419 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.419 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.419 INFO kablam! Sep 06 01:26:32.420 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.420 INFO kablam! --> tests/supervision.rs:114:40 Sep 06 01:26:32.420 INFO kablam! | Sep 06 01:26:32.420 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.420 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.420 INFO kablam! | Sep 06 01:26:32.420 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.420 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.420 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.420 INFO kablam! Sep 06 01:26:32.421 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.421 INFO kablam! --> tests/supervision.rs:115:18 Sep 06 01:26:32.421 INFO kablam! | Sep 06 01:26:32.421 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.421 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.421 INFO kablam! | Sep 06 01:26:32.421 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.421 INFO kablam! Sep 06 01:26:32.421 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.421 INFO kablam! --> tests/supervision.rs:115:18 Sep 06 01:26:32.421 INFO kablam! | Sep 06 01:26:32.421 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.421 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.421 INFO kablam! | Sep 06 01:26:32.421 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.421 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.421 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.421 INFO kablam! Sep 06 01:26:32.424 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.424 INFO kablam! --> tests/channels.rs:196:16 Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.424 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.424 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.424 INFO kablam! Sep 06 01:26:32.424 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.424 INFO kablam! --> tests/channels.rs:196:40 Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.424 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.424 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.424 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.424 INFO kablam! Sep 06 01:26:32.424 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.424 INFO kablam! --> tests/channels.rs:197:18 Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.424 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.424 INFO kablam! Sep 06 01:26:32.424 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.424 INFO kablam! --> tests/channels.rs:197:18 Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.424 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.424 INFO kablam! | Sep 06 01:26:32.424 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.425 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.425 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.425 INFO kablam! Sep 06 01:26:32.431 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.431 INFO kablam! --> tests/channels.rs:256:16 Sep 06 01:26:32.431 INFO kablam! | Sep 06 01:26:32.431 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.431 INFO kablam! | Sep 06 01:26:32.431 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.431 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.431 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.431 INFO kablam! Sep 06 01:26:32.436 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.436 INFO kablam! --> tests/channels.rs:256:40 Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.436 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.436 INFO kablam! Sep 06 01:26:32.436 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.436 INFO kablam! --> tests/channels.rs:257:18 Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.436 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.436 INFO kablam! Sep 06 01:26:32.436 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.436 INFO kablam! --> tests/channels.rs:257:18 Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.436 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.436 INFO kablam! Sep 06 01:26:32.436 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.436 INFO kablam! --> tests/supervision.rs:201:16 Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.436 INFO kablam! Sep 06 01:26:32.436 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.436 INFO kablam! --> tests/supervision.rs:201:40 Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.436 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.436 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.436 INFO kablam! Sep 06 01:26:32.436 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.436 INFO kablam! --> tests/supervision.rs:202:18 Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.436 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.436 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.436 INFO kablam! | Sep 06 01:26:32.437 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.437 INFO kablam! Sep 06 01:26:32.437 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.437 INFO kablam! --> tests/supervision.rs:202:18 Sep 06 01:26:32.437 INFO kablam! | Sep 06 01:26:32.437 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.437 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.437 INFO kablam! | Sep 06 01:26:32.437 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.437 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.437 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.437 INFO kablam! Sep 06 01:26:32.441 INFO kablam! error: aborting due to 8 previous errors Sep 06 01:26:32.441 INFO kablam! Sep 06 01:26:32.441 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:32.441 INFO kablam! error: aborting due to 16 previous errors Sep 06 01:26:32.441 INFO kablam! Sep 06 01:26:32.441 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:32.451 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:32.451 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:32.452 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:32.452 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:32.458 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.458 INFO kablam! --> tests/system.rs:52:16 Sep 06 01:26:32.458 INFO kablam! | Sep 06 01:26:32.458 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.458 INFO kablam! | Sep 06 01:26:32.458 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.458 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.458 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.458 INFO kablam! Sep 06 01:26:32.459 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.459 INFO kablam! --> tests/system.rs:52:40 Sep 06 01:26:32.459 INFO kablam! | Sep 06 01:26:32.459 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.459 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.459 INFO kablam! | Sep 06 01:26:32.459 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.459 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.459 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.459 INFO kablam! Sep 06 01:26:32.459 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.459 INFO kablam! --> tests/system.rs:53:18 Sep 06 01:26:32.459 INFO kablam! | Sep 06 01:26:32.459 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.459 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.459 INFO kablam! | Sep 06 01:26:32.459 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.459 INFO kablam! Sep 06 01:26:32.459 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.459 INFO kablam! --> tests/system.rs:53:18 Sep 06 01:26:32.459 INFO kablam! | Sep 06 01:26:32.459 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.459 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.459 INFO kablam! | Sep 06 01:26:32.459 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.459 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.459 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.459 INFO kablam! Sep 06 01:26:32.462 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.462 INFO kablam! --> tests/system.rs:65:16 Sep 06 01:26:32.462 INFO kablam! | Sep 06 01:26:32.462 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.462 INFO kablam! | Sep 06 01:26:32.462 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.462 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.462 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.462 INFO kablam! Sep 06 01:26:32.462 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.462 INFO kablam! --> tests/system.rs:65:40 Sep 06 01:26:32.462 INFO kablam! | Sep 06 01:26:32.462 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.462 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.462 INFO kablam! | Sep 06 01:26:32.462 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.462 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.462 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.462 INFO kablam! Sep 06 01:26:32.462 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.462 INFO kablam! --> tests/system.rs:66:18 Sep 06 01:26:32.462 INFO kablam! | Sep 06 01:26:32.462 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.462 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.462 INFO kablam! | Sep 06 01:26:32.462 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.462 INFO kablam! Sep 06 01:26:32.463 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.463 INFO kablam! --> tests/system.rs:66:18 Sep 06 01:26:32.463 INFO kablam! | Sep 06 01:26:32.463 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.463 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.463 INFO kablam! | Sep 06 01:26:32.463 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.463 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.463 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.463 INFO kablam! Sep 06 01:26:32.464 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.464 INFO kablam! --> tests/system.rs:79:16 Sep 06 01:26:32.464 INFO kablam! | Sep 06 01:26:32.464 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.464 INFO kablam! | Sep 06 01:26:32.464 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.464 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.464 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.464 INFO kablam! Sep 06 01:26:32.464 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.464 INFO kablam! --> tests/system.rs:79:40 Sep 06 01:26:32.464 INFO kablam! | Sep 06 01:26:32.464 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.465 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.465 INFO kablam! | Sep 06 01:26:32.465 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.465 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.465 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.465 INFO kablam! Sep 06 01:26:32.465 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.465 INFO kablam! --> tests/system.rs:80:18 Sep 06 01:26:32.465 INFO kablam! | Sep 06 01:26:32.465 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.465 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.465 INFO kablam! | Sep 06 01:26:32.465 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.465 INFO kablam! Sep 06 01:26:32.465 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.465 INFO kablam! --> tests/system.rs:80:18 Sep 06 01:26:32.465 INFO kablam! | Sep 06 01:26:32.465 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.465 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.465 INFO kablam! | Sep 06 01:26:32.465 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.465 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.465 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.465 INFO kablam! Sep 06 01:26:32.474 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.474 INFO kablam! --> tests/system.rs:105:16 Sep 06 01:26:32.474 INFO kablam! | Sep 06 01:26:32.474 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.474 INFO kablam! | Sep 06 01:26:32.474 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.474 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.474 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.474 INFO kablam! Sep 06 01:26:32.474 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.474 INFO kablam! --> tests/system.rs:105:40 Sep 06 01:26:32.474 INFO kablam! | Sep 06 01:26:32.474 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 06 01:26:32.474 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.474 INFO kablam! | Sep 06 01:26:32.474 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.474 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.474 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.474 INFO kablam! Sep 06 01:26:32.474 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 06 01:26:32.474 INFO kablam! --> tests/system.rs:106:18 Sep 06 01:26:32.474 INFO kablam! | Sep 06 01:26:32.474 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.474 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 06 01:26:32.474 INFO kablam! | Sep 06 01:26:32.474 INFO kablam! = note: required by `>::new` Sep 06 01:26:32.474 INFO kablam! Sep 06 01:26:32.474 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 06 01:26:32.474 INFO kablam! --> tests/system.rs:106:18 Sep 06 01:26:32.474 INFO kablam! | Sep 06 01:26:32.474 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 06 01:26:32.474 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 06 01:26:32.475 INFO kablam! | Sep 06 01:26:32.475 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 06 01:26:32.475 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 06 01:26:32.475 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 06 01:26:32.475 INFO kablam! Sep 06 01:26:32.482 INFO kablam! error: aborting due to 16 previous errors Sep 06 01:26:32.482 INFO kablam! Sep 06 01:26:32.482 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:26:32.492 INFO kablam! error: Could not compile `riker`. Sep 06 01:26:32.492 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:26:33.374 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:33.374 INFO kablam! --> src/lib.rs:2:12 Sep 06 01:26:33.374 INFO kablam! | Sep 06 01:26:33.374 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 06 01:26:33.374 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 06 01:26:33.374 INFO kablam! | Sep 06 01:26:33.374 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 01:26:33.374 INFO kablam! Sep 06 01:26:33.432 INFO kablam! error: build failed Sep 06 01:26:33.433 INFO kablam! su: No module specific data is present Sep 06 01:26:34.123 INFO running `"docker" "rm" "-f" "99ac8fde33cd34fe0a5da59c5d1030a3446982bdc3733955da2dbe5b31cc3bb4"` Sep 06 01:26:34.239 INFO blam! 99ac8fde33cd34fe0a5da59c5d1030a3446982bdc3733955da2dbe5b31cc3bb4