Aug 11 04:21:05.286 INFO checking riker-0.1.3 against try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy for libc-1 Aug 11 04:21:05.286 INFO running: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 04:21:05.286 INFO creating container for: cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets Aug 11 04:21:05.286 INFO running `"docker" "create" "-v" "/tmp/crater.6FE6lg3z7yY5:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-0/try#a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195+tmplazy:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a77dfcc79fe3e7e1a10ae4dccfd4b2e5e0e49195-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 04:21:05.627 INFO blam! c849fde7bdb9f28b27a9a802d6a01116b1a2441f56af3400a665b239fa0b9085 Aug 11 04:21:05.629 INFO running `"docker" "start" "-a" "c849fde7bdb9f28b27a9a802d6a01116b1a2441f56af3400a665b239fa0b9085"` Aug 11 04:21:06.888 INFO kablam! Checking futures v0.1.23 Aug 11 04:21:06.888 INFO kablam! Checking runtime-fmt v0.3.0 Aug 11 04:21:06.888 INFO kablam! Checking futures-core-preview v0.2.3 Aug 11 04:21:06.894 INFO kablam! Checking riker-testkit v0.1.0 Aug 11 04:21:06.896 INFO kablam! Checking config v0.8.0 Aug 11 04:21:08.577 INFO kablam! Checking futures-channel-preview v0.2.2 Aug 11 04:21:08.577 INFO kablam! Checking futures-io-preview v0.2.2 Aug 11 04:21:12.190 INFO kablam! Checking futures-sink-preview v0.2.2 Aug 11 04:21:13.338 INFO kablam! Checking futures-util-preview v0.2.2 Aug 11 04:21:21.641 INFO kablam! Checking futures-cpupool v0.1.8 Aug 11 04:21:25.404 INFO kablam! Checking futures-executor-preview v0.2.2 Aug 11 04:21:26.587 INFO kablam! Checking futures-stable-preview v0.2.3 Aug 11 04:21:26.716 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Aug 11 04:21:26.912 INFO kablam! Checking futures-preview v0.2.2 Aug 11 04:21:27.470 INFO kablam! Checking riker v0.1.3 Aug 11 04:21:27.470 INFO kablam! Checking riker v0.1.3 (file:///source) Aug 11 04:21:34.338 INFO kablam! Checking riker-deadletter v0.1.1 Aug 11 04:21:34.338 INFO kablam! Checking riker-timer v0.1.1 Aug 11 04:21:34.338 INFO kablam! Checking riker-mapvec v0.1.1 Aug 11 04:21:34.338 INFO kablam! Checking riker-log v0.1.1 Aug 11 04:21:34.340 INFO kablam! Checking riker-dispatcher v0.1.1 Aug 11 04:21:40.830 INFO kablam! Checking riker-default v0.1.1 Aug 11 04:21:48.105 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.106 INFO kablam! --> tests/channels.rs:85:16 Aug 11 04:21:48.106 INFO kablam! | Aug 11 04:21:48.106 INFO kablam! 85 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.106 INFO kablam! | Aug 11 04:21:48.107 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.109 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.110 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.110 INFO kablam! Aug 11 04:21:48.119 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.119 INFO kablam! --> tests/channels.rs:85:40 Aug 11 04:21:48.119 INFO kablam! | Aug 11 04:21:48.119 INFO kablam! 85 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.120 INFO kablam! | Aug 11 04:21:48.120 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.121 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.121 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.121 INFO kablam! Aug 11 04:21:48.123 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:48.123 INFO kablam! --> tests/channels.rs:86:18 Aug 11 04:21:48.123 INFO kablam! | Aug 11 04:21:48.123 INFO kablam! 86 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.123 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:48.123 INFO kablam! | Aug 11 04:21:48.124 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.124 INFO kablam! Aug 11 04:21:48.124 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.125 INFO kablam! --> tests/channels.rs:86:18 Aug 11 04:21:48.125 INFO kablam! | Aug 11 04:21:48.125 INFO kablam! 86 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.125 INFO kablam! | Aug 11 04:21:48.125 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.126 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.126 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.126 INFO kablam! Aug 11 04:21:48.222 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.222 INFO kablam! --> tests/channels.rs:153:16 Aug 11 04:21:48.222 INFO kablam! | Aug 11 04:21:48.222 INFO kablam! 153 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.232 INFO kablam! | Aug 11 04:21:48.232 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.233 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.233 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.234 INFO kablam! Aug 11 04:21:48.237 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.237 INFO kablam! --> tests/channels.rs:153:40 Aug 11 04:21:48.237 INFO kablam! | Aug 11 04:21:48.237 INFO kablam! 153 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.237 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.238 INFO kablam! | Aug 11 04:21:48.239 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.239 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.247 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.247 INFO kablam! Aug 11 04:21:48.248 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:48.248 INFO kablam! --> tests/channels.rs:154:18 Aug 11 04:21:48.248 INFO kablam! | Aug 11 04:21:48.248 INFO kablam! 154 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.248 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:48.252 INFO kablam! | Aug 11 04:21:48.252 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.253 INFO kablam! Aug 11 04:21:48.253 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.254 INFO kablam! --> tests/channels.rs:154:18 Aug 11 04:21:48.254 INFO kablam! | Aug 11 04:21:48.254 INFO kablam! 154 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.254 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.254 INFO kablam! | Aug 11 04:21:48.254 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.255 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.256 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.256 INFO kablam! Aug 11 04:21:48.323 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.324 INFO kablam! --> tests/channels.rs:213:16 Aug 11 04:21:48.324 INFO kablam! | Aug 11 04:21:48.324 INFO kablam! 213 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.324 INFO kablam! | Aug 11 04:21:48.324 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.324 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.325 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.325 INFO kablam! Aug 11 04:21:48.326 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.326 INFO kablam! --> tests/channels.rs:213:40 Aug 11 04:21:48.326 INFO kablam! | Aug 11 04:21:48.326 INFO kablam! 213 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.326 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.326 INFO kablam! | Aug 11 04:21:48.326 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.326 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.326 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.326 INFO kablam! Aug 11 04:21:48.326 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:48.326 INFO kablam! --> tests/channels.rs:214:18 Aug 11 04:21:48.326 INFO kablam! | Aug 11 04:21:48.326 INFO kablam! 214 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.326 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:48.326 INFO kablam! | Aug 11 04:21:48.326 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.326 INFO kablam! Aug 11 04:21:48.327 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.327 INFO kablam! --> tests/channels.rs:214:18 Aug 11 04:21:48.327 INFO kablam! | Aug 11 04:21:48.327 INFO kablam! 214 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.327 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.327 INFO kablam! | Aug 11 04:21:48.327 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.327 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.328 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.328 INFO kablam! Aug 11 04:21:48.432 INFO kablam! error: aborting due to 12 previous errors Aug 11 04:21:48.457 INFO kablam! Aug 11 04:21:48.457 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:48.516 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:48.516 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:48.855 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.855 INFO kablam! --> tests/actors.rs:41:16 Aug 11 04:21:48.855 INFO kablam! | Aug 11 04:21:48.855 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.855 INFO kablam! | Aug 11 04:21:48.855 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.855 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.855 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.855 INFO kablam! Aug 11 04:21:48.856 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.856 INFO kablam! --> tests/actors.rs:41:40 Aug 11 04:21:48.856 INFO kablam! | Aug 11 04:21:48.856 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.856 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.856 INFO kablam! | Aug 11 04:21:48.856 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.856 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.856 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.856 INFO kablam! Aug 11 04:21:48.857 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:48.857 INFO kablam! --> tests/actors.rs:42:18 Aug 11 04:21:48.857 INFO kablam! | Aug 11 04:21:48.857 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.857 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:48.857 INFO kablam! | Aug 11 04:21:48.857 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.857 INFO kablam! Aug 11 04:21:48.857 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.857 INFO kablam! --> tests/actors.rs:42:18 Aug 11 04:21:48.858 INFO kablam! | Aug 11 04:21:48.858 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.858 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.858 INFO kablam! | Aug 11 04:21:48.858 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.858 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.858 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.858 INFO kablam! Aug 11 04:21:48.889 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.889 INFO kablam! --> tests/actors.rs:113:16 Aug 11 04:21:48.889 INFO kablam! | Aug 11 04:21:48.889 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.890 INFO kablam! | Aug 11 04:21:48.890 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.890 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.890 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.890 INFO kablam! Aug 11 04:21:48.890 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.890 INFO kablam! --> tests/actors.rs:113:40 Aug 11 04:21:48.890 INFO kablam! | Aug 11 04:21:48.890 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:48.890 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.890 INFO kablam! | Aug 11 04:21:48.890 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.890 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.890 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.890 INFO kablam! Aug 11 04:21:48.892 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:48.892 INFO kablam! --> tests/actors.rs:114:18 Aug 11 04:21:48.892 INFO kablam! | Aug 11 04:21:48.892 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.892 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:48.893 INFO kablam! | Aug 11 04:21:48.893 INFO kablam! = note: required by `>::new` Aug 11 04:21:48.893 INFO kablam! Aug 11 04:21:48.893 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:48.893 INFO kablam! --> tests/actors.rs:114:18 Aug 11 04:21:48.893 INFO kablam! | Aug 11 04:21:48.893 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:48.893 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:48.893 INFO kablam! | Aug 11 04:21:48.893 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:48.893 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:48.893 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:48.893 INFO kablam! Aug 11 04:21:48.914 INFO kablam! error: aborting due to 8 previous errors Aug 11 04:21:48.920 INFO kablam! Aug 11 04:21:48.920 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:48.977 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:48.977 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:50.007 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.007 INFO kablam! --> tests/selection.rs:72:16 Aug 11 04:21:50.007 INFO kablam! | Aug 11 04:21:50.008 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.008 INFO kablam! | Aug 11 04:21:50.008 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.008 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.008 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.008 INFO kablam! Aug 11 04:21:50.010 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.010 INFO kablam! --> tests/selection.rs:72:40 Aug 11 04:21:50.010 INFO kablam! | Aug 11 04:21:50.010 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.010 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.010 INFO kablam! | Aug 11 04:21:50.010 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.010 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.010 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.010 INFO kablam! Aug 11 04:21:50.012 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.012 INFO kablam! --> tests/selection.rs:73:18 Aug 11 04:21:50.012 INFO kablam! | Aug 11 04:21:50.012 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.012 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.013 INFO kablam! | Aug 11 04:21:50.013 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.013 INFO kablam! Aug 11 04:21:50.013 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.013 INFO kablam! --> tests/selection.rs:73:18 Aug 11 04:21:50.013 INFO kablam! | Aug 11 04:21:50.013 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.013 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.013 INFO kablam! | Aug 11 04:21:50.013 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.013 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.013 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.014 INFO kablam! Aug 11 04:21:50.057 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.057 INFO kablam! --> tests/selection.rs:90:16 Aug 11 04:21:50.057 INFO kablam! | Aug 11 04:21:50.057 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.060 INFO kablam! | Aug 11 04:21:50.060 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.061 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.061 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.061 INFO kablam! Aug 11 04:21:50.062 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.063 INFO kablam! --> tests/selection.rs:90:40 Aug 11 04:21:50.063 INFO kablam! | Aug 11 04:21:50.063 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.063 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.063 INFO kablam! | Aug 11 04:21:50.063 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.064 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.064 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.064 INFO kablam! Aug 11 04:21:50.065 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.065 INFO kablam! --> tests/selection.rs:91:18 Aug 11 04:21:50.065 INFO kablam! | Aug 11 04:21:50.065 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.065 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.066 INFO kablam! | Aug 11 04:21:50.066 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.066 INFO kablam! Aug 11 04:21:50.067 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.067 INFO kablam! --> tests/selection.rs:91:18 Aug 11 04:21:50.067 INFO kablam! | Aug 11 04:21:50.067 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.067 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.068 INFO kablam! | Aug 11 04:21:50.068 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.068 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.069 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.069 INFO kablam! Aug 11 04:21:50.090 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.090 INFO kablam! --> tests/selection.rs:112:16 Aug 11 04:21:50.090 INFO kablam! | Aug 11 04:21:50.090 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.091 INFO kablam! | Aug 11 04:21:50.091 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.092 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.092 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.093 INFO kablam! Aug 11 04:21:50.094 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.094 INFO kablam! --> tests/selection.rs:112:40 Aug 11 04:21:50.094 INFO kablam! | Aug 11 04:21:50.094 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.094 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.099 INFO kablam! | Aug 11 04:21:50.099 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.100 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.100 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.101 INFO kablam! Aug 11 04:21:50.101 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.101 INFO kablam! --> tests/selection.rs:113:18 Aug 11 04:21:50.101 INFO kablam! | Aug 11 04:21:50.101 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.101 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.107 INFO kablam! | Aug 11 04:21:50.107 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.108 INFO kablam! Aug 11 04:21:50.108 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.108 INFO kablam! --> tests/selection.rs:113:18 Aug 11 04:21:50.108 INFO kablam! | Aug 11 04:21:50.108 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.108 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.109 INFO kablam! | Aug 11 04:21:50.109 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.110 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.110 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.110 INFO kablam! Aug 11 04:21:50.193 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.193 INFO kablam! --> tests/selection.rs:177:16 Aug 11 04:21:50.193 INFO kablam! | Aug 11 04:21:50.193 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.193 INFO kablam! | Aug 11 04:21:50.193 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.194 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.194 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.194 INFO kablam! Aug 11 04:21:50.195 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.195 INFO kablam! --> tests/selection.rs:177:40 Aug 11 04:21:50.195 INFO kablam! | Aug 11 04:21:50.195 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.195 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.196 INFO kablam! | Aug 11 04:21:50.196 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.196 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.197 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.197 INFO kablam! Aug 11 04:21:50.198 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.198 INFO kablam! --> tests/selection.rs:178:18 Aug 11 04:21:50.198 INFO kablam! | Aug 11 04:21:50.198 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.198 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.198 INFO kablam! | Aug 11 04:21:50.199 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.199 INFO kablam! Aug 11 04:21:50.200 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.203 INFO kablam! --> tests/selection.rs:178:18 Aug 11 04:21:50.203 INFO kablam! | Aug 11 04:21:50.203 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.203 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.203 INFO kablam! | Aug 11 04:21:50.203 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.203 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.203 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.203 INFO kablam! Aug 11 04:21:50.283 INFO kablam! error: aborting due to 16 previous errors Aug 11 04:21:50.283 INFO kablam! Aug 11 04:21:50.283 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:50.304 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:50.304 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:50.649 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.649 INFO kablam! --> tests/supervision.rs:114:16 Aug 11 04:21:50.650 INFO kablam! | Aug 11 04:21:50.650 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.650 INFO kablam! | Aug 11 04:21:50.650 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.650 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.650 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.650 INFO kablam! Aug 11 04:21:50.650 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.650 INFO kablam! --> tests/supervision.rs:114:40 Aug 11 04:21:50.650 INFO kablam! | Aug 11 04:21:50.650 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.650 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.669 INFO kablam! | Aug 11 04:21:50.669 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.669 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.669 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.669 INFO kablam! Aug 11 04:21:50.670 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.670 INFO kablam! --> tests/supervision.rs:115:18 Aug 11 04:21:50.670 INFO kablam! | Aug 11 04:21:50.670 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.670 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.670 INFO kablam! | Aug 11 04:21:50.670 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.670 INFO kablam! Aug 11 04:21:50.671 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.671 INFO kablam! --> tests/supervision.rs:115:18 Aug 11 04:21:50.671 INFO kablam! | Aug 11 04:21:50.671 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.671 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.671 INFO kablam! | Aug 11 04:21:50.671 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.671 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.671 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.671 INFO kablam! Aug 11 04:21:50.671 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.671 INFO kablam! --> tests/system.rs:52:16 Aug 11 04:21:50.671 INFO kablam! | Aug 11 04:21:50.671 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.671 INFO kablam! | Aug 11 04:21:50.671 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.671 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.671 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.672 INFO kablam! Aug 11 04:21:50.672 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.673 INFO kablam! --> tests/system.rs:52:40 Aug 11 04:21:50.673 INFO kablam! | Aug 11 04:21:50.673 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.673 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.673 INFO kablam! | Aug 11 04:21:50.673 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.673 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.673 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.673 INFO kablam! Aug 11 04:21:50.673 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.673 INFO kablam! --> tests/system.rs:53:18 Aug 11 04:21:50.673 INFO kablam! | Aug 11 04:21:50.673 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.673 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.673 INFO kablam! | Aug 11 04:21:50.673 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.674 INFO kablam! Aug 11 04:21:50.674 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.674 INFO kablam! --> tests/system.rs:53:18 Aug 11 04:21:50.674 INFO kablam! | Aug 11 04:21:50.674 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.674 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.674 INFO kablam! | Aug 11 04:21:50.674 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.674 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.674 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.674 INFO kablam! Aug 11 04:21:50.679 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.679 INFO kablam! --> tests/system.rs:65:16 Aug 11 04:21:50.679 INFO kablam! | Aug 11 04:21:50.679 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.679 INFO kablam! | Aug 11 04:21:50.687 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.687 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.687 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.687 INFO kablam! Aug 11 04:21:50.687 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.687 INFO kablam! --> tests/system.rs:65:40 Aug 11 04:21:50.687 INFO kablam! | Aug 11 04:21:50.687 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.687 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.687 INFO kablam! | Aug 11 04:21:50.687 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.687 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.687 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.687 INFO kablam! Aug 11 04:21:50.687 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.687 INFO kablam! --> tests/system.rs:66:18 Aug 11 04:21:50.687 INFO kablam! | Aug 11 04:21:50.687 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.687 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.687 INFO kablam! | Aug 11 04:21:50.687 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.687 INFO kablam! Aug 11 04:21:50.687 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.687 INFO kablam! --> tests/system.rs:66:18 Aug 11 04:21:50.687 INFO kablam! | Aug 11 04:21:50.687 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.688 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.688 INFO kablam! | Aug 11 04:21:50.688 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.688 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.688 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.688 INFO kablam! Aug 11 04:21:50.703 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.704 INFO kablam! --> tests/system.rs:79:16 Aug 11 04:21:50.704 INFO kablam! | Aug 11 04:21:50.704 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.704 INFO kablam! | Aug 11 04:21:50.704 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.704 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.704 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.704 INFO kablam! Aug 11 04:21:50.705 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.705 INFO kablam! --> tests/system.rs:79:40 Aug 11 04:21:50.705 INFO kablam! | Aug 11 04:21:50.705 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.705 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.705 INFO kablam! | Aug 11 04:21:50.705 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.705 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.705 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.705 INFO kablam! Aug 11 04:21:50.706 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.706 INFO kablam! --> tests/system.rs:80:18 Aug 11 04:21:50.706 INFO kablam! | Aug 11 04:21:50.706 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.706 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.706 INFO kablam! | Aug 11 04:21:50.706 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.706 INFO kablam! Aug 11 04:21:50.707 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.707 INFO kablam! --> tests/system.rs:80:18 Aug 11 04:21:50.707 INFO kablam! | Aug 11 04:21:50.707 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.707 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.707 INFO kablam! | Aug 11 04:21:50.707 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.707 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.707 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.707 INFO kablam! Aug 11 04:21:50.726 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.726 INFO kablam! --> tests/supervision.rs:201:16 Aug 11 04:21:50.726 INFO kablam! | Aug 11 04:21:50.726 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.726 INFO kablam! | Aug 11 04:21:50.726 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.726 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.726 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.726 INFO kablam! Aug 11 04:21:50.726 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.726 INFO kablam! --> tests/supervision.rs:201:40 Aug 11 04:21:50.726 INFO kablam! | Aug 11 04:21:50.726 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.726 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.726 INFO kablam! | Aug 11 04:21:50.726 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.726 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.726 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.726 INFO kablam! Aug 11 04:21:50.726 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.726 INFO kablam! --> tests/supervision.rs:202:18 Aug 11 04:21:50.726 INFO kablam! | Aug 11 04:21:50.727 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.727 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.727 INFO kablam! | Aug 11 04:21:50.727 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.727 INFO kablam! Aug 11 04:21:50.727 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.727 INFO kablam! --> tests/supervision.rs:202:18 Aug 11 04:21:50.727 INFO kablam! | Aug 11 04:21:50.727 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.727 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.727 INFO kablam! | Aug 11 04:21:50.727 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.727 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.727 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.727 INFO kablam! Aug 11 04:21:50.742 INFO kablam! error: aborting due to 8 previous errors Aug 11 04:21:50.743 INFO kablam! Aug 11 04:21:50.743 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:50.754 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:50.754 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:50.771 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.771 INFO kablam! --> tests/system.rs:105:16 Aug 11 04:21:50.771 INFO kablam! | Aug 11 04:21:50.771 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.771 INFO kablam! | Aug 11 04:21:50.771 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.771 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.772 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.772 INFO kablam! Aug 11 04:21:50.772 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.772 INFO kablam! --> tests/system.rs:105:40 Aug 11 04:21:50.772 INFO kablam! | Aug 11 04:21:50.772 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:50.772 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.772 INFO kablam! | Aug 11 04:21:50.772 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.772 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.772 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.772 INFO kablam! Aug 11 04:21:50.772 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:50.772 INFO kablam! --> tests/system.rs:106:18 Aug 11 04:21:50.772 INFO kablam! | Aug 11 04:21:50.772 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.772 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:50.772 INFO kablam! | Aug 11 04:21:50.772 INFO kablam! = note: required by `>::new` Aug 11 04:21:50.772 INFO kablam! Aug 11 04:21:50.772 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:50.772 INFO kablam! --> tests/system.rs:106:18 Aug 11 04:21:50.772 INFO kablam! | Aug 11 04:21:50.772 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:50.772 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:50.772 INFO kablam! | Aug 11 04:21:50.772 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:50.772 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:50.772 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:50.773 INFO kablam! Aug 11 04:21:50.794 INFO kablam! error: aborting due to 16 previous errors Aug 11 04:21:50.795 INFO kablam! Aug 11 04:21:50.795 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:50.821 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:50.821 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:53.759 INFO kablam! error: build failed Aug 11 04:21:53.761 INFO kablam! su: No module specific data is present Aug 11 04:21:54.263 INFO running `"docker" "rm" "-f" "c849fde7bdb9f28b27a9a802d6a01116b1a2441f56af3400a665b239fa0b9085"` Aug 11 04:21:54.443 INFO blam! c849fde7bdb9f28b27a9a802d6a01116b1a2441f56af3400a665b239fa0b9085