Aug 30 06:17:00.737 INFO checking riker-0.1.5 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 06:17:00.737 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 06:17:00.737 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-2/try#2d477f9981361618ac78253c28051a66b6cea125:/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 +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 06:17:00.922 INFO blam! c2d22aa00b52ea0024bb92e22e5b59598e0f9256bf2167996b00221b6814bf5f Aug 30 06:17:00.924 INFO running `"docker" "start" "-a" "c2d22aa00b52ea0024bb92e22e5b59598e0f9256bf2167996b00221b6814bf5f"` Aug 30 06:17:01.655 INFO kablam! Checking riker v0.1.5 (file:///source) Aug 30 06:17:06.365 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 06:17:06.365 INFO kablam! --> src/lib.rs:2:12 Aug 30 06:17:06.365 INFO kablam! | Aug 30 06:17:06.365 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 06:17:06.365 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 06:17:06.365 INFO kablam! | Aug 30 06:17:06.365 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 06:17:06.365 INFO kablam! Aug 30 06:17:06.495 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 06:17:06.495 INFO kablam! --> src/lib.rs:2:12 Aug 30 06:17:06.495 INFO kablam! | Aug 30 06:17:06.495 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Aug 30 06:17:06.495 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 30 06:17:06.495 INFO kablam! | Aug 30 06:17:06.495 INFO kablam! = note: #[warn(stable_features)] on by default Aug 30 06:17:06.495 INFO kablam! Aug 30 06:17:12.835 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.835 INFO kablam! --> tests/actors.rs:41:16 Aug 30 06:17:12.835 INFO kablam! | Aug 30 06:17:12.835 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.840 INFO kablam! | Aug 30 06:17:12.841 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.841 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.841 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.841 INFO kablam! Aug 30 06:17:12.849 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.849 INFO kablam! --> tests/actors.rs:41:40 Aug 30 06:17:12.849 INFO kablam! | Aug 30 06:17:12.849 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.849 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.849 INFO kablam! | Aug 30 06:17:12.850 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.850 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.850 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.850 INFO kablam! Aug 30 06:17:12.851 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:12.851 INFO kablam! --> tests/actors.rs:42:18 Aug 30 06:17:12.851 INFO kablam! | Aug 30 06:17:12.851 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.851 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:12.856 INFO kablam! | Aug 30 06:17:12.856 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.857 INFO kablam! Aug 30 06:17:12.857 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.857 INFO kablam! --> tests/actors.rs:42:18 Aug 30 06:17:12.857 INFO kablam! | Aug 30 06:17:12.857 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.857 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.857 INFO kablam! | Aug 30 06:17:12.857 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.857 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.858 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.858 INFO kablam! Aug 30 06:17:12.924 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.924 INFO kablam! --> tests/actors.rs:113:16 Aug 30 06:17:12.924 INFO kablam! | Aug 30 06:17:12.924 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.932 INFO kablam! | Aug 30 06:17:12.933 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.933 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.933 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.933 INFO kablam! Aug 30 06:17:12.934 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.934 INFO kablam! --> tests/actors.rs:113:40 Aug 30 06:17:12.934 INFO kablam! | Aug 30 06:17:12.934 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.934 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.934 INFO kablam! | Aug 30 06:17:12.934 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.934 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.934 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.934 INFO kablam! Aug 30 06:17:12.935 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:12.935 INFO kablam! --> tests/actors.rs:114:18 Aug 30 06:17:12.935 INFO kablam! | Aug 30 06:17:12.935 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.935 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:12.935 INFO kablam! | Aug 30 06:17:12.935 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.935 INFO kablam! Aug 30 06:17:12.936 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.936 INFO kablam! --> tests/actors.rs:114:18 Aug 30 06:17:12.936 INFO kablam! | Aug 30 06:17:12.936 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.936 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.936 INFO kablam! | Aug 30 06:17:12.936 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.936 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.936 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.936 INFO kablam! Aug 30 06:17:12.968 INFO kablam! error: aborting due to 8 previous errors Aug 30 06:17:12.969 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.969 INFO kablam! --> tests/system.rs:52:16 Aug 30 06:17:12.969 INFO kablam! | Aug 30 06:17:12.969 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.969 INFO kablam! | Aug 30 06:17:12.969 INFO kablam! Aug 30 06:17:12.969 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:12.976 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.976 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.976 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.976 INFO kablam! Aug 30 06:17:12.978 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.978 INFO kablam! --> tests/system.rs:52:40 Aug 30 06:17:12.978 INFO kablam! | Aug 30 06:17:12.978 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:12.978 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.978 INFO kablam! | Aug 30 06:17:12.978 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.978 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.978 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.978 INFO kablam! Aug 30 06:17:12.979 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:12.979 INFO kablam! --> tests/system.rs:53:18 Aug 30 06:17:12.979 INFO kablam! | Aug 30 06:17:12.979 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.979 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:12.979 INFO kablam! | Aug 30 06:17:12.979 INFO kablam! = note: required by `>::new` Aug 30 06:17:12.980 INFO kablam! Aug 30 06:17:12.980 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:12.980 INFO kablam! --> tests/system.rs:53:18 Aug 30 06:17:12.980 INFO kablam! | Aug 30 06:17:12.980 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:12.980 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:12.981 INFO kablam! | Aug 30 06:17:12.981 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:12.981 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:12.981 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:12.981 INFO kablam! Aug 30 06:17:13.001 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.001 INFO kablam! --> tests/system.rs:65:16 Aug 30 06:17:13.001 INFO kablam! | Aug 30 06:17:13.001 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.001 INFO kablam! | Aug 30 06:17:13.001 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.001 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.001 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.001 INFO kablam! Aug 30 06:17:13.002 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.002 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:13.003 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.003 INFO kablam! --> tests/system.rs:65:40 Aug 30 06:17:13.003 INFO kablam! | Aug 30 06:17:13.003 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.003 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.003 INFO kablam! | Aug 30 06:17:13.003 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.003 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.003 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.003 INFO kablam! Aug 30 06:17:13.004 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.004 INFO kablam! --> tests/system.rs:66:18 Aug 30 06:17:13.004 INFO kablam! | Aug 30 06:17:13.004 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.004 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.004 INFO kablam! | Aug 30 06:17:13.004 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.004 INFO kablam! Aug 30 06:17:13.004 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.004 INFO kablam! --> tests/system.rs:66:18 Aug 30 06:17:13.004 INFO kablam! | Aug 30 06:17:13.004 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.004 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.005 INFO kablam! | Aug 30 06:17:13.005 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.005 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.005 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.005 INFO kablam! Aug 30 06:17:13.008 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.008 INFO kablam! --> tests/system.rs:79:16 Aug 30 06:17:13.008 INFO kablam! | Aug 30 06:17:13.008 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.009 INFO kablam! | Aug 30 06:17:13.009 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.009 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.009 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.009 INFO kablam! Aug 30 06:17:13.009 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.009 INFO kablam! --> tests/system.rs:79:40 Aug 30 06:17:13.009 INFO kablam! | Aug 30 06:17:13.010 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.010 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.010 INFO kablam! | Aug 30 06:17:13.010 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.010 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.010 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.010 INFO kablam! Aug 30 06:17:13.010 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.010 INFO kablam! --> tests/system.rs:80:18 Aug 30 06:17:13.010 INFO kablam! | Aug 30 06:17:13.010 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.010 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.010 INFO kablam! | Aug 30 06:17:13.011 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.011 INFO kablam! Aug 30 06:17:13.011 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.011 INFO kablam! --> tests/system.rs:80:18 Aug 30 06:17:13.011 INFO kablam! | Aug 30 06:17:13.011 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.011 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.011 INFO kablam! | Aug 30 06:17:13.011 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.011 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.011 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.011 INFO kablam! Aug 30 06:17:13.031 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.031 INFO kablam! --> tests/system.rs:105:16 Aug 30 06:17:13.031 INFO kablam! | Aug 30 06:17:13.031 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.031 INFO kablam! | Aug 30 06:17:13.031 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.031 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.031 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.031 INFO kablam! Aug 30 06:17:13.032 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.032 INFO kablam! --> tests/system.rs:105:40 Aug 30 06:17:13.032 INFO kablam! | Aug 30 06:17:13.032 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.032 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.032 INFO kablam! | Aug 30 06:17:13.032 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.032 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.032 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.033 INFO kablam! Aug 30 06:17:13.033 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.033 INFO kablam! --> tests/system.rs:106:18 Aug 30 06:17:13.033 INFO kablam! | Aug 30 06:17:13.033 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.033 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.033 INFO kablam! | Aug 30 06:17:13.033 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.033 INFO kablam! Aug 30 06:17:13.034 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.034 INFO kablam! --> tests/system.rs:106:18 Aug 30 06:17:13.034 INFO kablam! | Aug 30 06:17:13.034 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.034 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.034 INFO kablam! | Aug 30 06:17:13.034 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.034 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.034 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.034 INFO kablam! Aug 30 06:17:13.045 INFO kablam! error: aborting due to 16 previous errors Aug 30 06:17:13.045 INFO kablam! Aug 30 06:17:13.045 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:13.064 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.064 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:13.236 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.236 INFO kablam! --> tests/channels.rs:92:16 Aug 30 06:17:13.236 INFO kablam! | Aug 30 06:17:13.236 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.236 INFO kablam! | Aug 30 06:17:13.236 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.236 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.236 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.236 INFO kablam! Aug 30 06:17:13.237 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.237 INFO kablam! --> tests/channels.rs:92:40 Aug 30 06:17:13.237 INFO kablam! | Aug 30 06:17:13.237 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.237 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.237 INFO kablam! | Aug 30 06:17:13.237 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.237 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.237 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.237 INFO kablam! Aug 30 06:17:13.238 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.238 INFO kablam! --> tests/channels.rs:93:18 Aug 30 06:17:13.238 INFO kablam! | Aug 30 06:17:13.238 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.238 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.244 INFO kablam! | Aug 30 06:17:13.244 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.244 INFO kablam! Aug 30 06:17:13.245 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.245 INFO kablam! --> tests/channels.rs:93:18 Aug 30 06:17:13.245 INFO kablam! | Aug 30 06:17:13.245 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.245 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.245 INFO kablam! | Aug 30 06:17:13.245 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.245 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.245 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.245 INFO kablam! Aug 30 06:17:13.279 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.279 INFO kablam! --> tests/channels.rs:113:16 Aug 30 06:17:13.279 INFO kablam! | Aug 30 06:17:13.279 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.284 INFO kablam! | Aug 30 06:17:13.284 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.284 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.284 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.285 INFO kablam! Aug 30 06:17:13.285 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.285 INFO kablam! --> tests/channels.rs:113:40 Aug 30 06:17:13.285 INFO kablam! | Aug 30 06:17:13.285 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.285 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.285 INFO kablam! | Aug 30 06:17:13.285 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.285 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.286 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.286 INFO kablam! Aug 30 06:17:13.286 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.286 INFO kablam! --> tests/channels.rs:114:18 Aug 30 06:17:13.286 INFO kablam! | Aug 30 06:17:13.286 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.286 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.286 INFO kablam! | Aug 30 06:17:13.286 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.286 INFO kablam! Aug 30 06:17:13.286 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.286 INFO kablam! --> tests/channels.rs:114:18 Aug 30 06:17:13.286 INFO kablam! | Aug 30 06:17:13.286 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.286 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.286 INFO kablam! | Aug 30 06:17:13.286 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.287 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.287 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.287 INFO kablam! Aug 30 06:17:13.311 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.311 INFO kablam! --> tests/channels.rs:196:16 Aug 30 06:17:13.311 INFO kablam! | Aug 30 06:17:13.311 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.316 INFO kablam! | Aug 30 06:17:13.316 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.316 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.316 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.317 INFO kablam! Aug 30 06:17:13.317 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.317 INFO kablam! --> tests/channels.rs:196:40 Aug 30 06:17:13.317 INFO kablam! | Aug 30 06:17:13.317 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.317 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.317 INFO kablam! | Aug 30 06:17:13.317 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.318 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.318 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.318 INFO kablam! Aug 30 06:17:13.318 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.318 INFO kablam! --> tests/channels.rs:197:18 Aug 30 06:17:13.318 INFO kablam! | Aug 30 06:17:13.318 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.318 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.318 INFO kablam! | Aug 30 06:17:13.318 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.318 INFO kablam! Aug 30 06:17:13.318 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.318 INFO kablam! --> tests/channels.rs:197:18 Aug 30 06:17:13.319 INFO kablam! | Aug 30 06:17:13.319 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.319 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.319 INFO kablam! | Aug 30 06:17:13.319 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.319 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.319 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.319 INFO kablam! Aug 30 06:17:13.335 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.336 INFO kablam! --> tests/channels.rs:256:16 Aug 30 06:17:13.336 INFO kablam! | Aug 30 06:17:13.336 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.340 INFO kablam! | Aug 30 06:17:13.340 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.340 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.340 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.341 INFO kablam! Aug 30 06:17:13.341 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.342 INFO kablam! --> tests/channels.rs:256:40 Aug 30 06:17:13.342 INFO kablam! | Aug 30 06:17:13.342 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.342 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.342 INFO kablam! | Aug 30 06:17:13.342 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.342 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.342 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.342 INFO kablam! Aug 30 06:17:13.342 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.342 INFO kablam! --> tests/channels.rs:257:18 Aug 30 06:17:13.342 INFO kablam! | Aug 30 06:17:13.342 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.342 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.342 INFO kablam! | Aug 30 06:17:13.342 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.342 INFO kablam! Aug 30 06:17:13.343 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.343 INFO kablam! --> tests/channels.rs:257:18 Aug 30 06:17:13.343 INFO kablam! | Aug 30 06:17:13.343 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.343 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.343 INFO kablam! | Aug 30 06:17:13.343 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.343 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.343 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.343 INFO kablam! Aug 30 06:17:13.357 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.357 INFO kablam! --> tests/selection.rs:72:16 Aug 30 06:17:13.357 INFO kablam! | Aug 30 06:17:13.357 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.357 INFO kablam! | Aug 30 06:17:13.357 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.357 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.357 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.357 INFO kablam! Aug 30 06:17:13.358 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.358 INFO kablam! --> tests/selection.rs:72:40 Aug 30 06:17:13.358 INFO kablam! | Aug 30 06:17:13.358 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.358 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.358 INFO kablam! | Aug 30 06:17:13.358 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.358 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.358 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.358 INFO kablam! Aug 30 06:17:13.359 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.359 INFO kablam! --> tests/selection.rs:73:18 Aug 30 06:17:13.359 INFO kablam! | Aug 30 06:17:13.359 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.359 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.359 INFO kablam! | Aug 30 06:17:13.359 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.359 INFO kablam! Aug 30 06:17:13.359 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.359 INFO kablam! --> tests/selection.rs:73:18 Aug 30 06:17:13.359 INFO kablam! | Aug 30 06:17:13.359 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.359 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.359 INFO kablam! | Aug 30 06:17:13.359 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.359 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.359 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.359 INFO kablam! Aug 30 06:17:13.366 INFO kablam! error: aborting due to 16 previous errors Aug 30 06:17:13.366 INFO kablam! Aug 30 06:17:13.366 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:13.380 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.380 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:13.387 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.387 INFO kablam! --> tests/selection.rs:90:16 Aug 30 06:17:13.387 INFO kablam! | Aug 30 06:17:13.387 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.387 INFO kablam! | Aug 30 06:17:13.387 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.387 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.387 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.387 INFO kablam! Aug 30 06:17:13.387 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.387 INFO kablam! --> tests/selection.rs:90:40 Aug 30 06:17:13.387 INFO kablam! | Aug 30 06:17:13.387 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.387 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.387 INFO kablam! | Aug 30 06:17:13.387 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.387 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.388 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.388 INFO kablam! Aug 30 06:17:13.388 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.388 INFO kablam! --> tests/selection.rs:91:18 Aug 30 06:17:13.388 INFO kablam! | Aug 30 06:17:13.388 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.388 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.388 INFO kablam! | Aug 30 06:17:13.388 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.388 INFO kablam! Aug 30 06:17:13.388 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.388 INFO kablam! --> tests/selection.rs:91:18 Aug 30 06:17:13.388 INFO kablam! | Aug 30 06:17:13.388 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.388 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.388 INFO kablam! | Aug 30 06:17:13.388 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.388 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.388 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.388 INFO kablam! Aug 30 06:17:13.395 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.395 INFO kablam! --> tests/selection.rs:112:16 Aug 30 06:17:13.395 INFO kablam! | Aug 30 06:17:13.395 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.395 INFO kablam! | Aug 30 06:17:13.395 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.395 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.395 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.395 INFO kablam! Aug 30 06:17:13.395 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.395 INFO kablam! --> tests/selection.rs:112:40 Aug 30 06:17:13.395 INFO kablam! | Aug 30 06:17:13.395 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.395 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.395 INFO kablam! | Aug 30 06:17:13.395 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.395 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.395 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.395 INFO kablam! Aug 30 06:17:13.396 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.396 INFO kablam! --> tests/selection.rs:113:18 Aug 30 06:17:13.396 INFO kablam! | Aug 30 06:17:13.396 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.396 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.396 INFO kablam! | Aug 30 06:17:13.396 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.396 INFO kablam! Aug 30 06:17:13.396 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.396 INFO kablam! --> tests/selection.rs:113:18 Aug 30 06:17:13.396 INFO kablam! | Aug 30 06:17:13.396 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.396 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.396 INFO kablam! | Aug 30 06:17:13.396 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.396 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.396 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.396 INFO kablam! Aug 30 06:17:13.418 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.418 INFO kablam! --> tests/selection.rs:177:16 Aug 30 06:17:13.418 INFO kablam! | Aug 30 06:17:13.418 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.418 INFO kablam! | Aug 30 06:17:13.418 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.418 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.418 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.418 INFO kablam! Aug 30 06:17:13.419 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.419 INFO kablam! --> tests/selection.rs:177:40 Aug 30 06:17:13.419 INFO kablam! | Aug 30 06:17:13.419 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.419 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.419 INFO kablam! | Aug 30 06:17:13.419 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.419 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.419 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.419 INFO kablam! Aug 30 06:17:13.419 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.419 INFO kablam! --> tests/selection.rs:178:18 Aug 30 06:17:13.419 INFO kablam! | Aug 30 06:17:13.419 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.419 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.419 INFO kablam! | Aug 30 06:17:13.419 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.419 INFO kablam! Aug 30 06:17:13.419 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.419 INFO kablam! --> tests/selection.rs:178:18 Aug 30 06:17:13.419 INFO kablam! | Aug 30 06:17:13.419 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.419 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.419 INFO kablam! | Aug 30 06:17:13.419 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.419 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.419 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.420 INFO kablam! Aug 30 06:17:13.450 INFO kablam! error: aborting due to 16 previous errors Aug 30 06:17:13.450 INFO kablam! Aug 30 06:17:13.450 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:13.461 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.461 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 06:17:13.625 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.625 INFO kablam! --> tests/supervision.rs:114:16 Aug 30 06:17:13.625 INFO kablam! | Aug 30 06:17:13.625 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.626 INFO kablam! | Aug 30 06:17:13.626 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.626 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.626 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.626 INFO kablam! Aug 30 06:17:13.626 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.626 INFO kablam! --> tests/supervision.rs:114:40 Aug 30 06:17:13.626 INFO kablam! | Aug 30 06:17:13.626 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.626 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.627 INFO kablam! | Aug 30 06:17:13.627 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.627 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.627 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.627 INFO kablam! Aug 30 06:17:13.627 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.627 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 06:17:13.627 INFO kablam! | Aug 30 06:17:13.627 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.627 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.628 INFO kablam! | Aug 30 06:17:13.628 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.628 INFO kablam! Aug 30 06:17:13.628 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.628 INFO kablam! --> tests/supervision.rs:115:18 Aug 30 06:17:13.628 INFO kablam! | Aug 30 06:17:13.628 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.628 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.628 INFO kablam! | Aug 30 06:17:13.628 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.628 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.628 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.628 INFO kablam! Aug 30 06:17:13.659 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.660 INFO kablam! --> tests/supervision.rs:201:16 Aug 30 06:17:13.660 INFO kablam! | Aug 30 06:17:13.660 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.660 INFO kablam! | Aug 30 06:17:13.660 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.660 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.660 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.660 INFO kablam! Aug 30 06:17:13.660 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.660 INFO kablam! --> tests/supervision.rs:201:40 Aug 30 06:17:13.660 INFO kablam! | Aug 30 06:17:13.660 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 30 06:17:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.660 INFO kablam! | Aug 30 06:17:13.660 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.660 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.660 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.660 INFO kablam! Aug 30 06:17:13.660 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 30 06:17:13.661 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 06:17:13.661 INFO kablam! | Aug 30 06:17:13.661 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.661 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 30 06:17:13.661 INFO kablam! | Aug 30 06:17:13.661 INFO kablam! = note: required by `>::new` Aug 30 06:17:13.661 INFO kablam! Aug 30 06:17:13.661 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 30 06:17:13.661 INFO kablam! --> tests/supervision.rs:202:18 Aug 30 06:17:13.661 INFO kablam! | Aug 30 06:17:13.661 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 30 06:17:13.661 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 30 06:17:13.661 INFO kablam! | Aug 30 06:17:13.661 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 30 06:17:13.661 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 30 06:17:13.661 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 30 06:17:13.661 INFO kablam! Aug 30 06:17:13.674 INFO kablam! error: aborting due to 8 previous errors Aug 30 06:17:13.674 INFO kablam! Aug 30 06:17:13.674 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 30 06:17:13.694 INFO kablam! error: Could not compile `riker`. Aug 30 06:17:13.694 INFO kablam! Aug 30 06:17:13.694 INFO kablam! To learn more, run the command again with --verbose. Aug 30 06:17:13.696 INFO kablam! su: No module specific data is present Aug 30 06:17:14.289 INFO running `"docker" "rm" "-f" "c2d22aa00b52ea0024bb92e22e5b59598e0f9256bf2167996b00221b6814bf5f"` Aug 30 06:17:14.446 INFO blam! c2d22aa00b52ea0024bb92e22e5b59598e0f9256bf2167996b00221b6814bf5f