Aug 11 04:21:05.349 INFO checking riker-0.1.3 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 04:21:05.349 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 04:21:05.349 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 04:21:05.349 INFO running `"docker" "create" "-v" "/tmp/crater.upndzO6C9djF:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-2/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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 +f6d43ed84207c7e58f363f46e5a438ff40f2b311-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.692 INFO blam! a5f26cb6ae725d0c0996b1e56df513bb2709ec2d6ed20ce9583a26c74547d908 Aug 11 04:21:05.694 INFO running `"docker" "start" "-a" "a5f26cb6ae725d0c0996b1e56df513bb2709ec2d6ed20ce9583a26c74547d908"` Aug 11 04:21:07.503 INFO kablam! Checking either v1.5.0 Aug 11 04:21:07.509 INFO kablam! Checking futures v0.1.23 Aug 11 04:21:07.510 INFO kablam! Checking runtime-fmt v0.3.0 Aug 11 04:21:07.512 INFO kablam! Checking riker-testkit v0.1.0 Aug 11 04:21:07.516 INFO kablam! Checking config v0.8.0 Aug 11 04:21:10.621 INFO kablam! Checking futures-core-preview v0.2.3 Aug 11 04:21:13.147 INFO kablam! Checking futures-channel-preview v0.2.2 Aug 11 04:21:13.149 INFO kablam! Checking futures-io-preview v0.2.2 Aug 11 04:21:15.793 INFO kablam! Checking futures-sink-preview v0.2.2 Aug 11 04:21:17.364 INFO kablam! Checking futures-util-preview v0.2.2 Aug 11 04:21:24.550 INFO kablam! Checking futures-cpupool v0.1.8 Aug 11 04:21:29.151 INFO kablam! Checking futures-executor-preview v0.2.2 Aug 11 04:21:30.374 INFO kablam! Checking futures-stable-preview v0.2.3 Aug 11 04:21:30.578 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Aug 11 04:21:30.785 INFO kablam! Checking futures-preview v0.2.2 Aug 11 04:21:31.388 INFO kablam! Checking riker v0.1.3 Aug 11 04:21:31.389 INFO kablam! Checking riker v0.1.3 (file:///source) Aug 11 04:21:40.868 INFO kablam! Checking riker-deadletter v0.1.1 Aug 11 04:21:40.869 INFO kablam! Checking riker-timer v0.1.1 Aug 11 04:21:40.869 INFO kablam! Checking riker-log v0.1.1 Aug 11 04:21:40.869 INFO kablam! Checking riker-mapvec v0.1.1 Aug 11 04:21:40.873 INFO kablam! Checking riker-dispatcher v0.1.1 Aug 11 04:21:46.860 INFO kablam! Checking riker-default v0.1.1 Aug 11 04:21:55.284 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.284 INFO kablam! --> tests/actors.rs:41:16 Aug 11 04:21:55.284 INFO kablam! | Aug 11 04:21:55.284 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.285 INFO kablam! | Aug 11 04:21:55.285 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.285 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.285 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.285 INFO kablam! Aug 11 04:21:55.286 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.286 INFO kablam! --> tests/actors.rs:41:40 Aug 11 04:21:55.286 INFO kablam! | Aug 11 04:21:55.286 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.286 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.287 INFO kablam! | Aug 11 04:21:55.287 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.287 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.287 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.287 INFO kablam! Aug 11 04:21:55.288 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.288 INFO kablam! --> tests/actors.rs:42:18 Aug 11 04:21:55.288 INFO kablam! | Aug 11 04:21:55.288 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.288 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.288 INFO kablam! | Aug 11 04:21:55.288 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.288 INFO kablam! Aug 11 04:21:55.288 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.288 INFO kablam! --> tests/actors.rs:42:18 Aug 11 04:21:55.288 INFO kablam! | Aug 11 04:21:55.288 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.288 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.288 INFO kablam! | Aug 11 04:21:55.288 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.288 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.288 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.288 INFO kablam! Aug 11 04:21:55.351 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.351 INFO kablam! --> tests/actors.rs:113:16 Aug 11 04:21:55.351 INFO kablam! | Aug 11 04:21:55.351 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.351 INFO kablam! | Aug 11 04:21:55.351 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.351 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.351 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.351 INFO kablam! Aug 11 04:21:55.351 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.351 INFO kablam! --> tests/actors.rs:113:40 Aug 11 04:21:55.351 INFO kablam! | Aug 11 04:21:55.351 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.351 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.351 INFO kablam! | Aug 11 04:21:55.351 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.351 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.351 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.351 INFO kablam! Aug 11 04:21:55.351 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.352 INFO kablam! --> tests/actors.rs:114:18 Aug 11 04:21:55.352 INFO kablam! | Aug 11 04:21:55.352 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.352 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.352 INFO kablam! | Aug 11 04:21:55.352 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.352 INFO kablam! Aug 11 04:21:55.352 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.352 INFO kablam! --> tests/actors.rs:114:18 Aug 11 04:21:55.352 INFO kablam! | Aug 11 04:21:55.352 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.352 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.352 INFO kablam! | Aug 11 04:21:55.352 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.352 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.352 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.352 INFO kablam! Aug 11 04:21:55.374 INFO kablam! error: aborting due to 8 previous errors Aug 11 04:21:55.374 INFO kablam! Aug 11 04:21:55.375 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:55.393 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:55.394 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:55.775 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.775 INFO kablam! --> tests/supervision.rs:114:16 Aug 11 04:21:55.775 INFO kablam! | Aug 11 04:21:55.775 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.780 INFO kablam! | Aug 11 04:21:55.780 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.780 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.781 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.781 INFO kablam! Aug 11 04:21:55.782 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.782 INFO kablam! --> tests/supervision.rs:114:40 Aug 11 04:21:55.782 INFO kablam! | Aug 11 04:21:55.782 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.782 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.782 INFO kablam! | Aug 11 04:21:55.782 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.782 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.782 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.782 INFO kablam! Aug 11 04:21:55.783 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.783 INFO kablam! --> tests/supervision.rs:115:18 Aug 11 04:21:55.783 INFO kablam! | Aug 11 04:21:55.784 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.784 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.784 INFO kablam! | Aug 11 04:21:55.784 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.784 INFO kablam! Aug 11 04:21:55.787 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.787 INFO kablam! --> tests/supervision.rs:115:18 Aug 11 04:21:55.787 INFO kablam! | Aug 11 04:21:55.787 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.787 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.787 INFO kablam! | Aug 11 04:21:55.787 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.787 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.787 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.787 INFO kablam! Aug 11 04:21:55.890 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.890 INFO kablam! --> tests/supervision.rs:201:16 Aug 11 04:21:55.890 INFO kablam! | Aug 11 04:21:55.890 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.891 INFO kablam! | Aug 11 04:21:55.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.891 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.891 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.891 INFO kablam! Aug 11 04:21:55.891 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.891 INFO kablam! --> tests/supervision.rs:201:40 Aug 11 04:21:55.891 INFO kablam! | Aug 11 04:21:55.891 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.891 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.891 INFO kablam! | Aug 11 04:21:55.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.891 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.891 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.892 INFO kablam! Aug 11 04:21:55.893 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.893 INFO kablam! --> tests/supervision.rs:202:18 Aug 11 04:21:55.893 INFO kablam! | Aug 11 04:21:55.893 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.893 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.893 INFO kablam! | Aug 11 04:21:55.893 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.893 INFO kablam! Aug 11 04:21:55.894 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.894 INFO kablam! --> tests/supervision.rs:202:18 Aug 11 04:21:55.894 INFO kablam! | Aug 11 04:21:55.894 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.894 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.894 INFO kablam! | Aug 11 04:21:55.894 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.894 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.895 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.895 INFO kablam! Aug 11 04:21:55.900 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.900 INFO kablam! --> tests/system.rs:52:16 Aug 11 04:21:55.900 INFO kablam! | Aug 11 04:21:55.900 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.908 INFO kablam! error: aborting due to 8 previous errors Aug 11 04:21:55.908 INFO kablam! | Aug 11 04:21:55.908 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.908 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.908 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.908 INFO kablam! Aug 11 04:21:55.908 INFO kablam! Aug 11 04:21:55.909 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:55.917 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.917 INFO kablam! --> tests/system.rs:52:40 Aug 11 04:21:55.917 INFO kablam! | Aug 11 04:21:55.917 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.917 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.917 INFO kablam! | Aug 11 04:21:55.917 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.917 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.917 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.917 INFO kablam! Aug 11 04:21:55.922 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:55.922 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:55.922 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.923 INFO kablam! --> tests/system.rs:53:18 Aug 11 04:21:55.923 INFO kablam! | Aug 11 04:21:55.923 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.923 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.923 INFO kablam! | Aug 11 04:21:55.923 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.923 INFO kablam! Aug 11 04:21:55.923 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.923 INFO kablam! --> tests/system.rs:53:18 Aug 11 04:21:55.923 INFO kablam! | Aug 11 04:21:55.924 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.924 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.924 INFO kablam! | Aug 11 04:21:55.924 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.924 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.924 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.924 INFO kablam! Aug 11 04:21:55.928 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.929 INFO kablam! --> tests/system.rs:65:16 Aug 11 04:21:55.929 INFO kablam! | Aug 11 04:21:55.929 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.929 INFO kablam! | Aug 11 04:21:55.929 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.929 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.930 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.930 INFO kablam! Aug 11 04:21:55.930 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.930 INFO kablam! --> tests/system.rs:65:40 Aug 11 04:21:55.930 INFO kablam! | Aug 11 04:21:55.930 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.930 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.930 INFO kablam! | Aug 11 04:21:55.930 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.930 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.930 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.930 INFO kablam! Aug 11 04:21:55.930 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.930 INFO kablam! --> tests/system.rs:66:18 Aug 11 04:21:55.930 INFO kablam! | Aug 11 04:21:55.930 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.930 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.930 INFO kablam! | Aug 11 04:21:55.930 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.930 INFO kablam! Aug 11 04:21:55.931 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.932 INFO kablam! --> tests/system.rs:66:18 Aug 11 04:21:55.932 INFO kablam! | Aug 11 04:21:55.932 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.932 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.932 INFO kablam! | Aug 11 04:21:55.932 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.932 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.932 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.932 INFO kablam! Aug 11 04:21:55.934 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.934 INFO kablam! --> tests/system.rs:79:16 Aug 11 04:21:55.934 INFO kablam! | Aug 11 04:21:55.934 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.934 INFO kablam! | Aug 11 04:21:55.934 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.935 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.935 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.935 INFO kablam! Aug 11 04:21:55.935 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.935 INFO kablam! --> tests/system.rs:79:40 Aug 11 04:21:55.935 INFO kablam! | Aug 11 04:21:55.935 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.935 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.935 INFO kablam! | Aug 11 04:21:55.935 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.935 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.935 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.935 INFO kablam! Aug 11 04:21:55.935 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.935 INFO kablam! --> tests/system.rs:80:18 Aug 11 04:21:55.935 INFO kablam! | Aug 11 04:21:55.935 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.935 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.935 INFO kablam! | Aug 11 04:21:55.935 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.935 INFO kablam! Aug 11 04:21:55.937 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.937 INFO kablam! --> tests/system.rs:80:18 Aug 11 04:21:55.937 INFO kablam! | Aug 11 04:21:55.937 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.937 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.937 INFO kablam! | Aug 11 04:21:55.937 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.937 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.937 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.937 INFO kablam! Aug 11 04:21:55.961 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.961 INFO kablam! --> tests/system.rs:105:16 Aug 11 04:21:55.961 INFO kablam! | Aug 11 04:21:55.962 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.962 INFO kablam! | Aug 11 04:21:55.962 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.962 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.962 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.962 INFO kablam! Aug 11 04:21:55.963 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.963 INFO kablam! --> tests/system.rs:105:40 Aug 11 04:21:55.963 INFO kablam! | Aug 11 04:21:55.963 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:55.963 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.963 INFO kablam! | Aug 11 04:21:55.963 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.963 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.963 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.963 INFO kablam! Aug 11 04:21:55.963 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:55.963 INFO kablam! --> tests/system.rs:106:18 Aug 11 04:21:55.963 INFO kablam! | Aug 11 04:21:55.963 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.963 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:55.963 INFO kablam! | Aug 11 04:21:55.963 INFO kablam! = note: required by `>::new` Aug 11 04:21:55.963 INFO kablam! Aug 11 04:21:55.964 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:55.964 INFO kablam! --> tests/system.rs:106:18 Aug 11 04:21:55.965 INFO kablam! | Aug 11 04:21:55.965 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:55.965 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:55.965 INFO kablam! | Aug 11 04:21:55.965 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:55.965 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:55.965 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:55.965 INFO kablam! Aug 11 04:21:56.027 INFO kablam! error: aborting due to 16 previous errors Aug 11 04:21:56.037 INFO kablam! Aug 11 04:21:56.037 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:56.122 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:56.122 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:56.318 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.318 INFO kablam! --> tests/selection.rs:72:16 Aug 11 04:21:56.318 INFO kablam! | Aug 11 04:21:56.318 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.318 INFO kablam! | Aug 11 04:21:56.319 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.319 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.319 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.320 INFO kablam! Aug 11 04:21:56.321 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.321 INFO kablam! --> tests/selection.rs:72:40 Aug 11 04:21:56.321 INFO kablam! | Aug 11 04:21:56.322 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.322 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.322 INFO kablam! | Aug 11 04:21:56.322 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.323 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.323 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.323 INFO kablam! Aug 11 04:21:56.330 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:56.330 INFO kablam! --> tests/selection.rs:73:18 Aug 11 04:21:56.330 INFO kablam! | Aug 11 04:21:56.330 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.330 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:56.330 INFO kablam! | Aug 11 04:21:56.330 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.330 INFO kablam! Aug 11 04:21:56.330 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.330 INFO kablam! --> tests/selection.rs:73:18 Aug 11 04:21:56.331 INFO kablam! | Aug 11 04:21:56.331 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.331 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.331 INFO kablam! | Aug 11 04:21:56.331 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.331 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.331 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.331 INFO kablam! Aug 11 04:21:56.373 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.373 INFO kablam! --> tests/selection.rs:90:16 Aug 11 04:21:56.373 INFO kablam! | Aug 11 04:21:56.373 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.373 INFO kablam! | Aug 11 04:21:56.374 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.374 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.374 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.374 INFO kablam! Aug 11 04:21:56.375 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.375 INFO kablam! --> tests/selection.rs:90:40 Aug 11 04:21:56.375 INFO kablam! | Aug 11 04:21:56.375 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.375 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.375 INFO kablam! | Aug 11 04:21:56.375 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.375 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.375 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.375 INFO kablam! Aug 11 04:21:56.376 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:56.376 INFO kablam! --> tests/selection.rs:91:18 Aug 11 04:21:56.376 INFO kablam! | Aug 11 04:21:56.376 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.376 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:56.377 INFO kablam! | Aug 11 04:21:56.377 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.377 INFO kablam! Aug 11 04:21:56.377 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.378 INFO kablam! --> tests/selection.rs:91:18 Aug 11 04:21:56.378 INFO kablam! | Aug 11 04:21:56.378 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.378 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.378 INFO kablam! | Aug 11 04:21:56.378 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.378 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.378 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.378 INFO kablam! Aug 11 04:21:56.410 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.410 INFO kablam! --> tests/selection.rs:112:16 Aug 11 04:21:56.410 INFO kablam! | Aug 11 04:21:56.410 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.410 INFO kablam! | Aug 11 04:21:56.410 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.410 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.410 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.411 INFO kablam! Aug 11 04:21:56.411 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.411 INFO kablam! --> tests/selection.rs:112:40 Aug 11 04:21:56.411 INFO kablam! | Aug 11 04:21:56.411 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.411 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.411 INFO kablam! | Aug 11 04:21:56.411 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.411 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.411 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.411 INFO kablam! Aug 11 04:21:56.411 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:56.411 INFO kablam! --> tests/selection.rs:113:18 Aug 11 04:21:56.412 INFO kablam! | Aug 11 04:21:56.412 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.412 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:56.412 INFO kablam! | Aug 11 04:21:56.412 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.412 INFO kablam! Aug 11 04:21:56.413 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.413 INFO kablam! --> tests/selection.rs:113:18 Aug 11 04:21:56.413 INFO kablam! | Aug 11 04:21:56.413 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.413 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.413 INFO kablam! | Aug 11 04:21:56.413 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.413 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.413 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.413 INFO kablam! Aug 11 04:21:56.436 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.436 INFO kablam! --> tests/selection.rs:177:16 Aug 11 04:21:56.436 INFO kablam! | Aug 11 04:21:56.436 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.438 INFO kablam! | Aug 11 04:21:56.438 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.438 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.439 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.439 INFO kablam! Aug 11 04:21:56.440 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.440 INFO kablam! --> tests/selection.rs:177:40 Aug 11 04:21:56.440 INFO kablam! | Aug 11 04:21:56.440 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.440 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.441 INFO kablam! | Aug 11 04:21:56.441 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.442 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.442 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.442 INFO kablam! Aug 11 04:21:56.443 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:56.443 INFO kablam! --> tests/selection.rs:178:18 Aug 11 04:21:56.443 INFO kablam! | Aug 11 04:21:56.443 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.443 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:56.444 INFO kablam! | Aug 11 04:21:56.444 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.444 INFO kablam! Aug 11 04:21:56.452 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.452 INFO kablam! --> tests/selection.rs:178:18 Aug 11 04:21:56.452 INFO kablam! | Aug 11 04:21:56.452 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.452 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.453 INFO kablam! | Aug 11 04:21:56.453 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.454 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.454 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.454 INFO kablam! Aug 11 04:21:56.489 INFO kablam! error: aborting due to 16 previous errors Aug 11 04:21:56.490 INFO kablam! Aug 11 04:21:56.490 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:56.506 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:56.507 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:56.874 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.874 INFO kablam! --> tests/channels.rs:85:16 Aug 11 04:21:56.874 INFO kablam! | Aug 11 04:21:56.874 INFO kablam! 85 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.875 INFO kablam! | Aug 11 04:21:56.875 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.875 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.875 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.876 INFO kablam! Aug 11 04:21:56.877 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.877 INFO kablam! --> tests/channels.rs:85:40 Aug 11 04:21:56.877 INFO kablam! | Aug 11 04:21:56.877 INFO kablam! 85 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.877 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.877 INFO kablam! | Aug 11 04:21:56.878 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.878 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.878 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.879 INFO kablam! Aug 11 04:21:56.880 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:56.880 INFO kablam! --> tests/channels.rs:86:18 Aug 11 04:21:56.880 INFO kablam! | Aug 11 04:21:56.880 INFO kablam! 86 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.880 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:56.880 INFO kablam! | Aug 11 04:21:56.881 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.881 INFO kablam! Aug 11 04:21:56.881 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.881 INFO kablam! --> tests/channels.rs:86:18 Aug 11 04:21:56.881 INFO kablam! | Aug 11 04:21:56.882 INFO kablam! 86 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.882 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.882 INFO kablam! | Aug 11 04:21:56.882 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.882 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.883 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.883 INFO kablam! Aug 11 04:21:56.938 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.938 INFO kablam! --> tests/channels.rs:153:16 Aug 11 04:21:56.938 INFO kablam! | Aug 11 04:21:56.939 INFO kablam! 153 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.939 INFO kablam! | Aug 11 04:21:56.940 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.940 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.941 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.941 INFO kablam! Aug 11 04:21:56.942 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.942 INFO kablam! --> tests/channels.rs:153:40 Aug 11 04:21:56.942 INFO kablam! | Aug 11 04:21:56.942 INFO kablam! 153 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.942 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.942 INFO kablam! | Aug 11 04:21:56.943 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.943 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.943 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.944 INFO kablam! Aug 11 04:21:56.944 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:56.944 INFO kablam! --> tests/channels.rs:154:18 Aug 11 04:21:56.944 INFO kablam! | Aug 11 04:21:56.944 INFO kablam! 154 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.944 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:56.944 INFO kablam! | Aug 11 04:21:56.944 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.944 INFO kablam! Aug 11 04:21:56.945 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.945 INFO kablam! --> tests/channels.rs:154:18 Aug 11 04:21:56.945 INFO kablam! | Aug 11 04:21:56.945 INFO kablam! 154 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.945 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.945 INFO kablam! | Aug 11 04:21:56.945 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.945 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.945 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.945 INFO kablam! Aug 11 04:21:56.964 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.964 INFO kablam! --> tests/channels.rs:213:16 Aug 11 04:21:56.964 INFO kablam! | Aug 11 04:21:56.964 INFO kablam! 213 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.964 INFO kablam! | Aug 11 04:21:56.964 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.964 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.964 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.964 INFO kablam! Aug 11 04:21:56.965 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.965 INFO kablam! --> tests/channels.rs:213:40 Aug 11 04:21:56.965 INFO kablam! | Aug 11 04:21:56.965 INFO kablam! 213 | let model: DefaultModel = DefaultModel::new(); Aug 11 04:21:56.965 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.965 INFO kablam! | Aug 11 04:21:56.965 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.966 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.966 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.966 INFO kablam! Aug 11 04:21:56.966 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Aug 11 04:21:56.966 INFO kablam! --> tests/channels.rs:214:18 Aug 11 04:21:56.966 INFO kablam! | Aug 11 04:21:56.966 INFO kablam! 214 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.966 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Aug 11 04:21:56.966 INFO kablam! | Aug 11 04:21:56.967 INFO kablam! = note: required by `>::new` Aug 11 04:21:56.967 INFO kablam! Aug 11 04:21:56.967 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Aug 11 04:21:56.967 INFO kablam! --> tests/channels.rs:214:18 Aug 11 04:21:56.967 INFO kablam! | Aug 11 04:21:56.967 INFO kablam! 214 | let system = ActorSystem::new(&model).unwrap(); Aug 11 04:21:56.967 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Aug 11 04:21:56.967 INFO kablam! | Aug 11 04:21:56.967 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Aug 11 04:21:56.967 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Aug 11 04:21:56.967 INFO kablam! = note: required by `riker_default::DefaultModel` Aug 11 04:21:56.967 INFO kablam! Aug 11 04:21:56.989 INFO kablam! error: aborting due to 12 previous errors Aug 11 04:21:56.989 INFO kablam! Aug 11 04:21:56.989 INFO kablam! For more information about this error, try `rustc --explain E0277`. Aug 11 04:21:57.019 INFO kablam! error: Could not compile `riker`. Aug 11 04:21:57.019 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:21:59.568 INFO kablam! error: build failed Aug 11 04:21:59.571 INFO kablam! su: No module specific data is present Aug 11 04:22:00.266 INFO running `"docker" "rm" "-f" "a5f26cb6ae725d0c0996b1e56df513bb2709ec2d6ed20ce9583a26c74547d908"` Aug 11 04:22:00.455 INFO blam! a5f26cb6ae725d0c0996b1e56df513bb2709ec2d6ed20ce9583a26c74547d908