Aug 30 05:41:12.022 INFO checking riker-0.1.5 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 05:41:12.022 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 05:41:12.022 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-1/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 05:41:12.158 INFO blam! 137dec982dc763cc93b320336a5fb1050f6f8817b87770405205f0a978389188 Aug 30 05:41:12.159 INFO running `"docker" "start" "-a" "137dec982dc763cc93b320336a5fb1050f6f8817b87770405205f0a978389188"` Aug 30 05:41:12.955 INFO kablam! Checking riker v0.1.5 (file:///source) Aug 30 05:41:17.371 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 30 05:41:17.371 INFO kablam! --> src/lib.rs:2:12 Aug 30 05:41:17.371 INFO kablam! | Aug 30 05:41:17.372 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 05:41:17.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 05:41:17.372 INFO kablam! | Aug 30 05:41:17.372 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 05:41:17.372 INFO kablam! Aug 30 05:41:17.551 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Aug 30 05:41:17.551 INFO kablam! --> src/lib.rs:2:12 Aug 30 05:41:17.551 INFO kablam! | Aug 30 05:41:17.551 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 05:41:17.551 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 05:41:17.551 INFO kablam! | Aug 30 05:41:17.551 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 05:41:17.552 INFO kablam! Aug 30 05:41:24.117 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.117 INFO kablam! --> tests/selection.rs:72:16 Aug 30 05:41:24.117 INFO kablam! | Aug 30 05:41:24.117 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.118 INFO kablam! | Aug 30 05:41:24.118 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.118 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.118 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.118 INFO kablam! Aug 30 05:41:24.118 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.118 INFO kablam! --> tests/selection.rs:72:40 Aug 30 05:41:24.118 INFO kablam! | Aug 30 05:41:24.119 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.119 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.119 INFO kablam! | Aug 30 05:41:24.119 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.119 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.119 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.119 INFO kablam! Aug 30 05:41:24.121 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.121 INFO kablam! --> tests/selection.rs:73:18 Aug 30 05:41:24.121 INFO kablam! | Aug 30 05:41:24.121 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.121 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.121 INFO kablam! | Aug 30 05:41:24.121 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.121 INFO kablam! Aug 30 05:41:24.121 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.121 INFO kablam! --> tests/selection.rs:73:18 Aug 30 05:41:24.121 INFO kablam! | Aug 30 05:41:24.121 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.122 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.122 INFO kablam! | Aug 30 05:41:24.122 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.122 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.122 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.122 INFO kablam! Aug 30 05:41:24.154 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.154 INFO kablam! --> tests/selection.rs:90:16 Aug 30 05:41:24.154 INFO kablam! | Aug 30 05:41:24.154 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.155 INFO kablam! | Aug 30 05:41:24.155 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.155 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.155 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.155 INFO kablam! Aug 30 05:41:24.156 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.156 INFO kablam! --> tests/selection.rs:90:40 Aug 30 05:41:24.156 INFO kablam! | Aug 30 05:41:24.156 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.156 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.156 INFO kablam! | Aug 30 05:41:24.156 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.156 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.156 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.156 INFO kablam! Aug 30 05:41:24.156 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.156 INFO kablam! --> tests/selection.rs:91:18 Aug 30 05:41:24.156 INFO kablam! | Aug 30 05:41:24.156 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.157 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.157 INFO kablam! | Aug 30 05:41:24.157 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.157 INFO kablam! Aug 30 05:41:24.158 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.158 INFO kablam! --> tests/selection.rs:91:18 Aug 30 05:41:24.158 INFO kablam! | Aug 30 05:41:24.158 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.158 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.158 INFO kablam! | Aug 30 05:41:24.158 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.158 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.158 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.158 INFO kablam! Aug 30 05:41:24.176 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.176 INFO kablam! --> tests/selection.rs:112:16 Aug 30 05:41:24.176 INFO kablam! | Aug 30 05:41:24.176 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.177 INFO kablam! | Aug 30 05:41:24.177 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.177 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.177 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.177 INFO kablam! Aug 30 05:41:24.177 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.177 INFO kablam! --> tests/selection.rs:112:40 Aug 30 05:41:24.177 INFO kablam! | Aug 30 05:41:24.177 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.177 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.178 INFO kablam! | Aug 30 05:41:24.178 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.178 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.178 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.178 INFO kablam! Aug 30 05:41:24.178 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.178 INFO kablam! --> tests/selection.rs:113:18 Aug 30 05:41:24.178 INFO kablam! | Aug 30 05:41:24.178 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.178 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.182 INFO kablam! | Aug 30 05:41:24.182 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.182 INFO kablam! Aug 30 05:41:24.183 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.183 INFO kablam! --> tests/selection.rs:113:18 Aug 30 05:41:24.183 INFO kablam! | Aug 30 05:41:24.183 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.183 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.183 INFO kablam! | Aug 30 05:41:24.183 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.184 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.184 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.184 INFO kablam! Aug 30 05:41:24.222 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.222 INFO kablam! --> tests/selection.rs:177:16 Aug 30 05:41:24.222 INFO kablam! | Aug 30 05:41:24.222 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.230 INFO kablam! | Aug 30 05:41:24.230 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.230 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.230 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.230 INFO kablam! Aug 30 05:41:24.231 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.231 INFO kablam! --> tests/selection.rs:177:40 Aug 30 05:41:24.231 INFO kablam! | Aug 30 05:41:24.231 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.231 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.231 INFO kablam! | Aug 30 05:41:24.231 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.231 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.231 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.231 INFO kablam! Aug 30 05:41:24.231 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.231 INFO kablam! --> tests/selection.rs:178:18 Aug 30 05:41:24.231 INFO kablam! | Aug 30 05:41:24.232 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.232 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.232 INFO kablam! | Aug 30 05:41:24.232 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.232 INFO kablam! Aug 30 05:41:24.233 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.233 INFO kablam! --> tests/selection.rs:178:18 Aug 30 05:41:24.233 INFO kablam! | Aug 30 05:41:24.233 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.233 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.233 INFO kablam! | Aug 30 05:41:24.233 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.233 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.233 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.233 INFO kablam! Aug 30 05:41:24.298 INFO kablam! error: aborting due to 16 previous errors Aug 30 05:41:24.306 INFO kablam! Aug 30 05:41:24.306 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.351 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.351 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:24.416 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.416 INFO kablam! --> tests/system.rs:52:16 Aug 30 05:41:24.416 INFO kablam! | Aug 30 05:41:24.416 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.426 INFO kablam! | Aug 30 05:41:24.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.427 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.427 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.427 INFO kablam! Aug 30 05:41:24.428 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.428 INFO kablam! --> tests/system.rs:52:40 Aug 30 05:41:24.428 INFO kablam! | Aug 30 05:41:24.428 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.429 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.429 INFO kablam! | Aug 30 05:41:24.429 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.429 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.429 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.429 INFO kablam! Aug 30 05:41:24.431 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.431 INFO kablam! --> tests/system.rs:53:18 Aug 30 05:41:24.431 INFO kablam! | Aug 30 05:41:24.431 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.431 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.431 INFO kablam! | Aug 30 05:41:24.431 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.431 INFO kablam! Aug 30 05:41:24.432 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.432 INFO kablam! --> tests/system.rs:53:18 Aug 30 05:41:24.432 INFO kablam! | Aug 30 05:41:24.432 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.432 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.432 INFO kablam! | Aug 30 05:41:24.432 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.432 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.432 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.433 INFO kablam! Aug 30 05:41:24.439 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.439 INFO kablam! --> tests/system.rs:65:16 Aug 30 05:41:24.439 INFO kablam! | Aug 30 05:41:24.439 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.442 INFO kablam! | Aug 30 05:41:24.442 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.443 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.443 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.443 INFO kablam! Aug 30 05:41:24.444 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.444 INFO kablam! --> tests/system.rs:65:40 Aug 30 05:41:24.444 INFO kablam! | Aug 30 05:41:24.444 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.444 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.444 INFO kablam! | Aug 30 05:41:24.444 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.444 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.444 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.445 INFO kablam! Aug 30 05:41:24.445 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.445 INFO kablam! --> tests/system.rs:66:18 Aug 30 05:41:24.445 INFO kablam! | Aug 30 05:41:24.445 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.445 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.445 INFO kablam! | Aug 30 05:41:24.446 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.446 INFO kablam! Aug 30 05:41:24.446 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.446 INFO kablam! --> tests/system.rs:66:18 Aug 30 05:41:24.446 INFO kablam! | Aug 30 05:41:24.446 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.446 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.446 INFO kablam! | Aug 30 05:41:24.447 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.447 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.447 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.447 INFO kablam! Aug 30 05:41:24.452 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.452 INFO kablam! --> tests/system.rs:79:16 Aug 30 05:41:24.452 INFO kablam! | Aug 30 05:41:24.452 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.458 INFO kablam! | Aug 30 05:41:24.458 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.459 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.459 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.459 INFO kablam! Aug 30 05:41:24.460 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.460 INFO kablam! --> tests/system.rs:79:40 Aug 30 05:41:24.460 INFO kablam! | Aug 30 05:41:24.460 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.460 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.460 INFO kablam! | Aug 30 05:41:24.460 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.461 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.461 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.461 INFO kablam! Aug 30 05:41:24.461 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.461 INFO kablam! --> tests/system.rs:80:18 Aug 30 05:41:24.461 INFO kablam! | Aug 30 05:41:24.461 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.461 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.462 INFO kablam! | Aug 30 05:41:24.462 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.462 INFO kablam! Aug 30 05:41:24.462 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.462 INFO kablam! --> tests/system.rs:80:18 Aug 30 05:41:24.462 INFO kablam! | Aug 30 05:41:24.462 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.462 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.462 INFO kablam! | Aug 30 05:41:24.463 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.463 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.463 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.463 INFO kablam! Aug 30 05:41:24.495 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.495 INFO kablam! --> tests/system.rs:105:16 Aug 30 05:41:24.495 INFO kablam! | Aug 30 05:41:24.495 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.495 INFO kablam! | Aug 30 05:41:24.495 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.496 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.496 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.496 INFO kablam! Aug 30 05:41:24.497 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.497 INFO kablam! --> tests/system.rs:105:40 Aug 30 05:41:24.497 INFO kablam! | Aug 30 05:41:24.497 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.497 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.497 INFO kablam! | Aug 30 05:41:24.497 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.497 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.498 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.502 INFO kablam! Aug 30 05:41:24.503 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.503 INFO kablam! --> tests/system.rs:106:18 Aug 30 05:41:24.503 INFO kablam! | Aug 30 05:41:24.503 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.503 INFO kablam! | Aug 30 05:41:24.503 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.503 INFO kablam! Aug 30 05:41:24.504 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.504 INFO kablam! --> tests/system.rs:106:18 Aug 30 05:41:24.504 INFO kablam! | Aug 30 05:41:24.504 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.504 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.504 INFO kablam! | Aug 30 05:41:24.504 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.504 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.504 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.505 INFO kablam! Aug 30 05:41:24.519 INFO kablam! error: aborting due to 16 previous errors Aug 30 05:41:24.530 INFO kablam! Aug 30 05:41:24.531 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.554 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.555 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:24.774 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.774 INFO kablam! --> tests/supervision.rs:114:16 Aug 30 05:41:24.774 INFO kablam! | Aug 30 05:41:24.774 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.775 INFO kablam! | Aug 30 05:41:24.775 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.775 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.775 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.775 INFO kablam! Aug 30 05:41:24.779 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.779 INFO kablam! --> tests/supervision.rs:114:40 Aug 30 05:41:24.779 INFO kablam! | Aug 30 05:41:24.779 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.779 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.779 INFO kablam! | Aug 30 05:41:24.779 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.780 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.780 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.780 INFO kablam! Aug 30 05:41:24.781 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.781 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 05:41:24.781 INFO kablam! | Aug 30 05:41:24.781 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.781 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.781 INFO kablam! | Aug 30 05:41:24.781 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.781 INFO kablam! Aug 30 05:41:24.782 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.782 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 05:41:24.782 INFO kablam! | Aug 30 05:41:24.782 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.782 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.782 INFO kablam! | Aug 30 05:41:24.782 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.782 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.782 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.782 INFO kablam! Aug 30 05:41:24.835 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.835 INFO kablam! --> tests/supervision.rs:201:16 Aug 30 05:41:24.835 INFO kablam! | Aug 30 05:41:24.835 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.835 INFO kablam! | Aug 30 05:41:24.835 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.835 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.835 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.835 INFO kablam! Aug 30 05:41:24.836 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.836 INFO kablam! --> tests/supervision.rs:201:40 Aug 30 05:41:24.836 INFO kablam! | Aug 30 05:41:24.836 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.836 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.836 INFO kablam! | Aug 30 05:41:24.836 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.836 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.836 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.836 INFO kablam! Aug 30 05:41:24.836 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.836 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 05:41:24.836 INFO kablam! | Aug 30 05:41:24.836 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.836 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.836 INFO kablam! | Aug 30 05:41:24.836 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.837 INFO kablam! Aug 30 05:41:24.837 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.837 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 05:41:24.837 INFO kablam! | Aug 30 05:41:24.837 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.837 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.837 INFO kablam! | Aug 30 05:41:24.837 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.837 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.837 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.837 INFO kablam! Aug 30 05:41:24.852 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.852 INFO kablam! --> tests/actors.rs:41:16 Aug 30 05:41:24.852 INFO kablam! | Aug 30 05:41:24.852 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.852 INFO kablam! | Aug 30 05:41:24.852 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.853 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.853 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.853 INFO kablam! Aug 30 05:41:24.853 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.853 INFO kablam! --> tests/actors.rs:41:40 Aug 30 05:41:24.853 INFO kablam! | Aug 30 05:41:24.853 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.853 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.854 INFO kablam! | Aug 30 05:41:24.854 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.854 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.854 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.854 INFO kablam! Aug 30 05:41:24.854 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.854 INFO kablam! --> tests/actors.rs:42:18 Aug 30 05:41:24.854 INFO kablam! | Aug 30 05:41:24.855 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.855 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.855 INFO kablam! | Aug 30 05:41:24.855 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.855 INFO kablam! Aug 30 05:41:24.855 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.855 INFO kablam! --> tests/actors.rs:42:18 Aug 30 05:41:24.855 INFO kablam! | Aug 30 05:41:24.855 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.855 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.855 INFO kablam! | Aug 30 05:41:24.855 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.855 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.855 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.855 INFO kablam! Aug 30 05:41:24.877 INFO kablam! error: aborting due to 8 previous errors Aug 30 05:41:24.878 INFO kablam! Aug 30 05:41:24.878 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.907 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.907 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:24.920 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.920 INFO kablam! --> tests/actors.rs:113:16 Aug 30 05:41:24.920 INFO kablam! | Aug 30 05:41:24.920 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.920 INFO kablam! | Aug 30 05:41:24.920 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.920 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.921 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.921 INFO kablam! Aug 30 05:41:24.921 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.921 INFO kablam! --> tests/actors.rs:113:40 Aug 30 05:41:24.921 INFO kablam! | Aug 30 05:41:24.921 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.921 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.921 INFO kablam! | Aug 30 05:41:24.921 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.921 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.921 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.921 INFO kablam! Aug 30 05:41:24.921 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.921 INFO kablam! --> tests/actors.rs:114:18 Aug 30 05:41:24.921 INFO kablam! | Aug 30 05:41:24.921 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.921 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.921 INFO kablam! | Aug 30 05:41:24.922 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.922 INFO kablam! Aug 30 05:41:24.922 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.922 INFO kablam! --> tests/actors.rs:114:18 Aug 30 05:41:24.922 INFO kablam! | Aug 30 05:41:24.922 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.922 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.922 INFO kablam! | Aug 30 05:41:24.922 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.922 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.922 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.922 INFO kablam! Aug 30 05:41:24.940 INFO kablam! error: aborting due to 8 previous errors Aug 30 05:41:24.940 INFO kablam! Aug 30 05:41:24.940 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:24.949 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.949 INFO kablam! --> tests/channels.rs:92:16 Aug 30 05:41:24.949 INFO kablam! | Aug 30 05:41:24.949 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.949 INFO kablam! | Aug 30 05:41:24.949 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.949 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.949 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.949 INFO kablam! Aug 30 05:41:24.950 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.950 INFO kablam! --> tests/channels.rs:92:40 Aug 30 05:41:24.950 INFO kablam! | Aug 30 05:41:24.950 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.950 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.950 INFO kablam! | Aug 30 05:41:24.950 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.950 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.950 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.950 INFO kablam! Aug 30 05:41:24.951 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.951 INFO kablam! --> tests/channels.rs:93:18 Aug 30 05:41:24.951 INFO kablam! | Aug 30 05:41:24.951 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.951 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.951 INFO kablam! | Aug 30 05:41:24.951 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.951 INFO kablam! Aug 30 05:41:24.952 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.952 INFO kablam! --> tests/channels.rs:93:18 Aug 30 05:41:24.952 INFO kablam! | Aug 30 05:41:24.952 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.952 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.952 INFO kablam! | Aug 30 05:41:24.952 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.952 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.952 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.952 INFO kablam! Aug 30 05:41:24.959 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:24.959 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 05:41:24.994 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.994 INFO kablam! --> tests/channels.rs:113:16 Aug 30 05:41:24.994 INFO kablam! | Aug 30 05:41:24.994 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.994 INFO kablam! | Aug 30 05:41:24.994 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.994 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.994 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.995 INFO kablam! Aug 30 05:41:24.995 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.995 INFO kablam! --> tests/channels.rs:113:40 Aug 30 05:41:24.995 INFO kablam! | Aug 30 05:41:24.995 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:24.995 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.995 INFO kablam! | Aug 30 05:41:24.995 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.995 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.995 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.995 INFO kablam! Aug 30 05:41:24.995 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:24.995 INFO kablam! --> tests/channels.rs:114:18 Aug 30 05:41:24.995 INFO kablam! | Aug 30 05:41:24.995 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.995 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:24.995 INFO kablam! | Aug 30 05:41:24.996 INFO kablam! = note: required by `>::new` Aug 30 05:41:24.996 INFO kablam! Aug 30 05:41:24.996 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:24.996 INFO kablam! --> tests/channels.rs:114:18 Aug 30 05:41:24.996 INFO kablam! | Aug 30 05:41:24.996 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:24.996 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:24.996 INFO kablam! | Aug 30 05:41:24.996 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:24.996 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:24.996 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:24.996 INFO kablam! Aug 30 05:41:25.023 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.023 INFO kablam! --> tests/channels.rs:196:16 Aug 30 05:41:25.023 INFO kablam! | Aug 30 05:41:25.023 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.023 INFO kablam! | Aug 30 05:41:25.023 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.023 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.023 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.023 INFO kablam! Aug 30 05:41:25.023 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.023 INFO kablam! --> tests/channels.rs:196:40 Aug 30 05:41:25.023 INFO kablam! | Aug 30 05:41:25.024 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.024 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.024 INFO kablam! | Aug 30 05:41:25.024 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.024 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.024 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.024 INFO kablam! Aug 30 05:41:25.024 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:25.024 INFO kablam! --> tests/channels.rs:197:18 Aug 30 05:41:25.024 INFO kablam! | Aug 30 05:41:25.024 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.024 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:25.024 INFO kablam! | Aug 30 05:41:25.024 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.024 INFO kablam! Aug 30 05:41:25.024 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.024 INFO kablam! --> tests/channels.rs:197:18 Aug 30 05:41:25.025 INFO kablam! | Aug 30 05:41:25.025 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.025 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.025 INFO kablam! | Aug 30 05:41:25.025 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.025 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.025 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.025 INFO kablam! Aug 30 05:41:25.043 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.043 INFO kablam! --> tests/channels.rs:256:16 Aug 30 05:41:25.043 INFO kablam! | Aug 30 05:41:25.043 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.043 INFO kablam! | Aug 30 05:41:25.043 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.043 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.043 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.043 INFO kablam! Aug 30 05:41:25.043 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.043 INFO kablam! --> tests/channels.rs:256:40 Aug 30 05:41:25.043 INFO kablam! | Aug 30 05:41:25.043 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 05:41:25.044 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.044 INFO kablam! | Aug 30 05:41:25.044 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.044 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.044 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.044 INFO kablam! Aug 30 05:41:25.044 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 05:41:25.044 INFO kablam! --> tests/channels.rs:257:18 Aug 30 05:41:25.044 INFO kablam! | Aug 30 05:41:25.044 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.044 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 05:41:25.044 INFO kablam! | Aug 30 05:41:25.044 INFO kablam! = note: required by `>::new` Aug 30 05:41:25.044 INFO kablam! Aug 30 05:41:25.044 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 05:41:25.044 INFO kablam! --> tests/channels.rs:257:18 Aug 30 05:41:25.044 INFO kablam! | Aug 30 05:41:25.044 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 05:41:25.045 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 05:41:25.045 INFO kablam! | Aug 30 05:41:25.045 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 05:41:25.045 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 05:41:25.045 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 05:41:25.045 INFO kablam! Aug 30 05:41:25.065 INFO kablam! error: aborting due to 16 previous errors Aug 30 05:41:25.065 INFO kablam! Aug 30 05:41:25.065 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 05:41:25.091 INFO kablam! error: Could not compile `riker`. Aug 30 05:41:25.091 INFO kablam! Aug 30 05:41:25.091 INFO kablam! To learn more, run the command again with --verbose. Aug 30 05:41:25.094 INFO kablam! su: No module specific data is present Aug 30 05:41:25.748 INFO running `"docker" "rm" "-f" "137dec982dc763cc93b320336a5fb1050f6f8817b87770405205f0a978389188"` Aug 30 05:41:25.937 INFO blam! 137dec982dc763cc93b320336a5fb1050f6f8817b87770405205f0a978389188