Sep 02 02:42:37.437 INFO checking riker-0.1.5 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 02:42:37.437 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 02:42:37.437 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 02:42:37.629 INFO blam! d0bcd6b1fe77f347db5dbe709c31a16eea249583b15e028fd0ec8bd1f03812ff Sep 02 02:42:37.632 INFO running `"docker" "start" "-a" "d0bcd6b1fe77f347db5dbe709c31a16eea249583b15e028fd0ec8bd1f03812ff"` Sep 02 02:42:38.446 INFO kablam! Checking futures v0.1.23 Sep 02 02:42:38.446 INFO kablam! Checking runtime-fmt v0.3.0 Sep 02 02:42:38.446 INFO kablam! Checking futures-core-preview v0.2.3 Sep 02 02:42:38.452 INFO kablam! Checking riker-testkit v0.1.0 Sep 02 02:42:38.452 INFO kablam! Checking config v0.8.0 Sep 02 02:42:39.872 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 02 02:42:39.876 INFO kablam! Checking futures-io-preview v0.2.2 Sep 02 02:42:41.114 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 02 02:42:41.570 INFO kablam! Checking futures-util-preview v0.2.2 Sep 02 02:42:45.961 INFO kablam! Checking futures-cpupool v0.1.8 Sep 02 02:42:47.520 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 02 02:42:48.439 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 02 02:42:48.572 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 02 02:42:48.672 INFO kablam! Checking futures-preview v0.2.2 Sep 02 02:42:49.475 INFO kablam! Checking riker v0.1.7 Sep 02 02:42:49.475 INFO kablam! Checking riker v0.1.5 (file:///source) Sep 02 02:42:55.912 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 02 02:42:55.912 INFO kablam! --> src/lib.rs:2:12 Sep 02 02:42:55.912 INFO kablam! | Sep 02 02:42:55.912 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 02 02:42:55.912 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 02:42:55.913 INFO kablam! | Sep 02 02:42:55.913 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 02:42:55.913 INFO kablam! Sep 02 02:42:56.061 INFO kablam! Checking riker-log v0.1.7 Sep 02 02:42:56.068 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 02 02:42:56.071 INFO kablam! Checking riker-timer v0.1.7 Sep 02 02:42:56.074 INFO kablam! Checking riker-mapvec v0.1.7 Sep 02 02:42:56.077 INFO kablam! Checking riker-deadletter v0.1.7 Sep 02 02:43:03.612 INFO kablam! Checking riker-default v0.1.7 Sep 02 02:43:13.341 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.342 INFO kablam! --> tests/channels.rs:92:16 Sep 02 02:43:13.342 INFO kablam! | Sep 02 02:43:13.342 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.342 INFO kablam! | Sep 02 02:43:13.343 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.343 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.343 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.344 INFO kablam! Sep 02 02:43:13.345 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.345 INFO kablam! --> tests/channels.rs:92:40 Sep 02 02:43:13.345 INFO kablam! | Sep 02 02:43:13.345 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.345 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.346 INFO kablam! | Sep 02 02:43:13.346 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.346 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.347 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.347 INFO kablam! Sep 02 02:43:13.348 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.349 INFO kablam! --> tests/channels.rs:93:18 Sep 02 02:43:13.349 INFO kablam! | Sep 02 02:43:13.349 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.349 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.349 INFO kablam! | Sep 02 02:43:13.349 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.350 INFO kablam! Sep 02 02:43:13.350 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.351 INFO kablam! --> tests/channels.rs:93:18 Sep 02 02:43:13.351 INFO kablam! | Sep 02 02:43:13.351 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.351 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.351 INFO kablam! | Sep 02 02:43:13.351 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.352 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.352 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.352 INFO kablam! Sep 02 02:43:13.361 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.362 INFO kablam! --> tests/actors.rs:41:16 Sep 02 02:43:13.362 INFO kablam! | Sep 02 02:43:13.362 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.362 INFO kablam! | Sep 02 02:43:13.362 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.362 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.362 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.362 INFO kablam! Sep 02 02:43:13.363 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.363 INFO kablam! --> tests/actors.rs:41:40 Sep 02 02:43:13.363 INFO kablam! | Sep 02 02:43:13.363 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.363 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.363 INFO kablam! | Sep 02 02:43:13.363 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.363 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.363 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.363 INFO kablam! Sep 02 02:43:13.364 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.364 INFO kablam! --> tests/actors.rs:42:18 Sep 02 02:43:13.364 INFO kablam! | Sep 02 02:43:13.364 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.364 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.364 INFO kablam! | Sep 02 02:43:13.364 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.364 INFO kablam! Sep 02 02:43:13.364 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.364 INFO kablam! --> tests/actors.rs:42:18 Sep 02 02:43:13.365 INFO kablam! | Sep 02 02:43:13.365 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.365 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.365 INFO kablam! | Sep 02 02:43:13.365 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.365 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.365 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.365 INFO kablam! Sep 02 02:43:13.391 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.391 INFO kablam! --> tests/channels.rs:113:16 Sep 02 02:43:13.391 INFO kablam! | Sep 02 02:43:13.391 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.391 INFO kablam! | Sep 02 02:43:13.392 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.392 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.392 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.393 INFO kablam! Sep 02 02:43:13.394 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.394 INFO kablam! --> tests/channels.rs:113:40 Sep 02 02:43:13.394 INFO kablam! | Sep 02 02:43:13.394 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.394 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.394 INFO kablam! | Sep 02 02:43:13.395 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.395 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.395 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.396 INFO kablam! Sep 02 02:43:13.397 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.397 INFO kablam! --> tests/channels.rs:114:18 Sep 02 02:43:13.397 INFO kablam! | Sep 02 02:43:13.397 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.397 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.397 INFO kablam! | Sep 02 02:43:13.397 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.398 INFO kablam! Sep 02 02:43:13.398 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.399 INFO kablam! --> tests/channels.rs:114:18 Sep 02 02:43:13.399 INFO kablam! | Sep 02 02:43:13.399 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.399 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.399 INFO kablam! | Sep 02 02:43:13.399 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.400 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.400 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.400 INFO kablam! Sep 02 02:43:13.404 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.404 INFO kablam! --> tests/actors.rs:113:16 Sep 02 02:43:13.404 INFO kablam! | Sep 02 02:43:13.404 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.404 INFO kablam! | Sep 02 02:43:13.405 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.405 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.405 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.405 INFO kablam! Sep 02 02:43:13.406 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.406 INFO kablam! --> tests/actors.rs:113:40 Sep 02 02:43:13.406 INFO kablam! | Sep 02 02:43:13.406 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.406 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.406 INFO kablam! | Sep 02 02:43:13.406 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.406 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.406 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.406 INFO kablam! Sep 02 02:43:13.406 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.406 INFO kablam! --> tests/actors.rs:114:18 Sep 02 02:43:13.406 INFO kablam! | Sep 02 02:43:13.406 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.406 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.406 INFO kablam! | Sep 02 02:43:13.406 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.406 INFO kablam! Sep 02 02:43:13.406 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.406 INFO kablam! --> tests/actors.rs:114:18 Sep 02 02:43:13.406 INFO kablam! | Sep 02 02:43:13.407 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.407 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.407 INFO kablam! | Sep 02 02:43:13.407 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.407 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.407 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.407 INFO kablam! Sep 02 02:43:13.419 INFO kablam! error: aborting due to 8 previous errors Sep 02 02:43:13.419 INFO kablam! Sep 02 02:43:13.419 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:13.427 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.427 INFO kablam! --> tests/channels.rs:196:16 Sep 02 02:43:13.427 INFO kablam! | Sep 02 02:43:13.427 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.427 INFO kablam! | Sep 02 02:43:13.427 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.427 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.427 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.427 INFO kablam! Sep 02 02:43:13.428 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.429 INFO kablam! --> tests/channels.rs:196:40 Sep 02 02:43:13.429 INFO kablam! | Sep 02 02:43:13.429 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.429 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.429 INFO kablam! | Sep 02 02:43:13.429 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.429 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.430 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.430 INFO kablam! Sep 02 02:43:13.430 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.430 INFO kablam! --> tests/channels.rs:197:18 Sep 02 02:43:13.430 INFO kablam! | Sep 02 02:43:13.430 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.430 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.430 INFO kablam! | Sep 02 02:43:13.430 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.430 INFO kablam! Sep 02 02:43:13.432 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.432 INFO kablam! --> tests/channels.rs:197:18 Sep 02 02:43:13.432 INFO kablam! | Sep 02 02:43:13.432 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.432 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.432 INFO kablam! | Sep 02 02:43:13.432 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.432 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.432 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.432 INFO kablam! Sep 02 02:43:13.433 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:13.433 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:13.451 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.451 INFO kablam! --> tests/channels.rs:256:16 Sep 02 02:43:13.451 INFO kablam! | Sep 02 02:43:13.451 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.451 INFO kablam! | Sep 02 02:43:13.451 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.452 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.452 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.452 INFO kablam! Sep 02 02:43:13.453 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.453 INFO kablam! --> tests/channels.rs:256:40 Sep 02 02:43:13.453 INFO kablam! | Sep 02 02:43:13.453 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.453 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.453 INFO kablam! | Sep 02 02:43:13.454 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.454 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.454 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.454 INFO kablam! Sep 02 02:43:13.455 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.455 INFO kablam! --> tests/channels.rs:257:18 Sep 02 02:43:13.455 INFO kablam! | Sep 02 02:43:13.455 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.455 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.455 INFO kablam! | Sep 02 02:43:13.455 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.455 INFO kablam! Sep 02 02:43:13.456 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.456 INFO kablam! --> tests/channels.rs:257:18 Sep 02 02:43:13.456 INFO kablam! | Sep 02 02:43:13.456 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.456 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.456 INFO kablam! | Sep 02 02:43:13.456 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.457 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.457 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.457 INFO kablam! Sep 02 02:43:13.474 INFO kablam! error: aborting due to 16 previous errors Sep 02 02:43:13.474 INFO kablam! Sep 02 02:43:13.474 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:13.488 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:13.489 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:13.602 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.602 INFO kablam! --> tests/selection.rs:72:16 Sep 02 02:43:13.603 INFO kablam! | Sep 02 02:43:13.603 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.603 INFO kablam! | Sep 02 02:43:13.603 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.603 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.603 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.603 INFO kablam! Sep 02 02:43:13.603 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.603 INFO kablam! --> tests/selection.rs:72:40 Sep 02 02:43:13.603 INFO kablam! | Sep 02 02:43:13.603 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.604 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.604 INFO kablam! | Sep 02 02:43:13.604 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.604 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.604 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.604 INFO kablam! Sep 02 02:43:13.604 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.605 INFO kablam! --> tests/selection.rs:73:18 Sep 02 02:43:13.605 INFO kablam! | Sep 02 02:43:13.605 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.605 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.605 INFO kablam! | Sep 02 02:43:13.605 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.605 INFO kablam! Sep 02 02:43:13.605 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.605 INFO kablam! --> tests/selection.rs:73:18 Sep 02 02:43:13.605 INFO kablam! | Sep 02 02:43:13.605 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.605 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.605 INFO kablam! | Sep 02 02:43:13.605 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.605 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.605 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.605 INFO kablam! Sep 02 02:43:13.625 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.625 INFO kablam! --> tests/selection.rs:90:16 Sep 02 02:43:13.625 INFO kablam! | Sep 02 02:43:13.625 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.625 INFO kablam! | Sep 02 02:43:13.625 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.625 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.625 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.625 INFO kablam! Sep 02 02:43:13.626 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.626 INFO kablam! --> tests/selection.rs:90:40 Sep 02 02:43:13.626 INFO kablam! | Sep 02 02:43:13.626 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.626 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.626 INFO kablam! | Sep 02 02:43:13.626 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.626 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.626 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.626 INFO kablam! Sep 02 02:43:13.626 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.626 INFO kablam! --> tests/selection.rs:91:18 Sep 02 02:43:13.627 INFO kablam! | Sep 02 02:43:13.627 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.627 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.627 INFO kablam! | Sep 02 02:43:13.627 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.627 INFO kablam! Sep 02 02:43:13.627 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.627 INFO kablam! --> tests/selection.rs:91:18 Sep 02 02:43:13.627 INFO kablam! | Sep 02 02:43:13.627 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.627 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.627 INFO kablam! | Sep 02 02:43:13.627 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.627 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.627 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.627 INFO kablam! Sep 02 02:43:13.631 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.632 INFO kablam! --> tests/selection.rs:112:16 Sep 02 02:43:13.632 INFO kablam! | Sep 02 02:43:13.632 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.632 INFO kablam! | Sep 02 02:43:13.632 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.632 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.632 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.632 INFO kablam! Sep 02 02:43:13.633 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.633 INFO kablam! --> tests/selection.rs:112:40 Sep 02 02:43:13.633 INFO kablam! | Sep 02 02:43:13.633 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.633 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.633 INFO kablam! | Sep 02 02:43:13.633 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.633 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.633 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.633 INFO kablam! Sep 02 02:43:13.633 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.633 INFO kablam! --> tests/selection.rs:113:18 Sep 02 02:43:13.633 INFO kablam! | Sep 02 02:43:13.633 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.633 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.633 INFO kablam! | Sep 02 02:43:13.634 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.634 INFO kablam! Sep 02 02:43:13.634 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.634 INFO kablam! --> tests/selection.rs:113:18 Sep 02 02:43:13.634 INFO kablam! | Sep 02 02:43:13.634 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.634 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.634 INFO kablam! | Sep 02 02:43:13.634 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.634 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.634 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.634 INFO kablam! Sep 02 02:43:13.652 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.652 INFO kablam! --> tests/selection.rs:177:16 Sep 02 02:43:13.652 INFO kablam! | Sep 02 02:43:13.652 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.652 INFO kablam! | Sep 02 02:43:13.652 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.652 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.652 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.652 INFO kablam! Sep 02 02:43:13.653 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.653 INFO kablam! --> tests/selection.rs:177:40 Sep 02 02:43:13.653 INFO kablam! | Sep 02 02:43:13.653 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.654 INFO kablam! | Sep 02 02:43:13.654 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.654 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.654 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.654 INFO kablam! Sep 02 02:43:13.654 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.654 INFO kablam! --> tests/selection.rs:178:18 Sep 02 02:43:13.654 INFO kablam! | Sep 02 02:43:13.654 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.654 INFO kablam! | Sep 02 02:43:13.654 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.654 INFO kablam! Sep 02 02:43:13.654 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.654 INFO kablam! --> tests/selection.rs:178:18 Sep 02 02:43:13.654 INFO kablam! | Sep 02 02:43:13.654 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.654 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.654 INFO kablam! | Sep 02 02:43:13.654 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.655 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.655 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.655 INFO kablam! Sep 02 02:43:13.677 INFO kablam! error: aborting due to 16 previous errors Sep 02 02:43:13.677 INFO kablam! Sep 02 02:43:13.677 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:13.691 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:13.691 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:13.848 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.848 INFO kablam! --> tests/system.rs:52:16 Sep 02 02:43:13.848 INFO kablam! | Sep 02 02:43:13.848 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.848 INFO kablam! | Sep 02 02:43:13.848 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.848 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.849 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.849 INFO kablam! Sep 02 02:43:13.849 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.849 INFO kablam! --> tests/system.rs:52:40 Sep 02 02:43:13.849 INFO kablam! | Sep 02 02:43:13.849 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.849 INFO kablam! | Sep 02 02:43:13.849 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.849 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.849 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.849 INFO kablam! Sep 02 02:43:13.850 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.850 INFO kablam! --> tests/system.rs:53:18 Sep 02 02:43:13.850 INFO kablam! | Sep 02 02:43:13.850 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.850 INFO kablam! | Sep 02 02:43:13.850 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.850 INFO kablam! Sep 02 02:43:13.850 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.850 INFO kablam! --> tests/system.rs:53:18 Sep 02 02:43:13.851 INFO kablam! | Sep 02 02:43:13.851 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.851 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.851 INFO kablam! | Sep 02 02:43:13.851 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.851 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.851 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.851 INFO kablam! Sep 02 02:43:13.854 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.854 INFO kablam! --> tests/system.rs:65:16 Sep 02 02:43:13.854 INFO kablam! | Sep 02 02:43:13.854 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.854 INFO kablam! | Sep 02 02:43:13.855 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.855 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.855 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.855 INFO kablam! Sep 02 02:43:13.855 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.855 INFO kablam! --> tests/system.rs:65:40 Sep 02 02:43:13.855 INFO kablam! | Sep 02 02:43:13.855 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.855 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.855 INFO kablam! | Sep 02 02:43:13.855 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.855 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.855 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.855 INFO kablam! Sep 02 02:43:13.855 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.855 INFO kablam! --> tests/system.rs:66:18 Sep 02 02:43:13.855 INFO kablam! | Sep 02 02:43:13.855 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.855 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.856 INFO kablam! | Sep 02 02:43:13.856 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.856 INFO kablam! Sep 02 02:43:13.856 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.856 INFO kablam! --> tests/system.rs:66:18 Sep 02 02:43:13.856 INFO kablam! | Sep 02 02:43:13.856 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.856 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.856 INFO kablam! | Sep 02 02:43:13.856 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.856 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.856 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.856 INFO kablam! Sep 02 02:43:13.858 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.858 INFO kablam! --> tests/system.rs:79:16 Sep 02 02:43:13.858 INFO kablam! | Sep 02 02:43:13.858 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.859 INFO kablam! | Sep 02 02:43:13.859 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.859 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.859 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.859 INFO kablam! Sep 02 02:43:13.859 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.859 INFO kablam! --> tests/system.rs:79:40 Sep 02 02:43:13.859 INFO kablam! | Sep 02 02:43:13.860 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.860 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.860 INFO kablam! | Sep 02 02:43:13.860 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.860 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.860 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.860 INFO kablam! Sep 02 02:43:13.860 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.860 INFO kablam! --> tests/system.rs:80:18 Sep 02 02:43:13.860 INFO kablam! | Sep 02 02:43:13.860 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.860 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.860 INFO kablam! | Sep 02 02:43:13.860 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.860 INFO kablam! Sep 02 02:43:13.860 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.860 INFO kablam! --> tests/system.rs:80:18 Sep 02 02:43:13.860 INFO kablam! | Sep 02 02:43:13.861 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.861 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.861 INFO kablam! | Sep 02 02:43:13.861 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.861 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.861 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.861 INFO kablam! Sep 02 02:43:13.874 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.874 INFO kablam! --> tests/system.rs:105:16 Sep 02 02:43:13.874 INFO kablam! | Sep 02 02:43:13.874 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.874 INFO kablam! | Sep 02 02:43:13.874 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.874 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.874 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.874 INFO kablam! Sep 02 02:43:13.874 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.875 INFO kablam! --> tests/system.rs:105:40 Sep 02 02:43:13.875 INFO kablam! | Sep 02 02:43:13.875 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.875 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.875 INFO kablam! | Sep 02 02:43:13.875 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.875 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.875 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.875 INFO kablam! Sep 02 02:43:13.875 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.875 INFO kablam! --> tests/system.rs:106:18 Sep 02 02:43:13.875 INFO kablam! | Sep 02 02:43:13.875 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.875 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.875 INFO kablam! | Sep 02 02:43:13.875 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.875 INFO kablam! Sep 02 02:43:13.876 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.876 INFO kablam! --> tests/system.rs:106:18 Sep 02 02:43:13.876 INFO kablam! | Sep 02 02:43:13.876 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.877 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.877 INFO kablam! | Sep 02 02:43:13.877 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.877 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.877 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.877 INFO kablam! Sep 02 02:43:13.878 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.878 INFO kablam! --> tests/supervision.rs:114:16 Sep 02 02:43:13.878 INFO kablam! | Sep 02 02:43:13.878 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.878 INFO kablam! | Sep 02 02:43:13.878 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.878 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.878 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.878 INFO kablam! Sep 02 02:43:13.879 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.879 INFO kablam! --> tests/supervision.rs:114:40 Sep 02 02:43:13.879 INFO kablam! | Sep 02 02:43:13.879 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.879 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.879 INFO kablam! | Sep 02 02:43:13.879 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.879 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.879 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.879 INFO kablam! Sep 02 02:43:13.880 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.880 INFO kablam! --> tests/supervision.rs:115:18 Sep 02 02:43:13.880 INFO kablam! | Sep 02 02:43:13.880 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.880 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.880 INFO kablam! | Sep 02 02:43:13.880 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.880 INFO kablam! Sep 02 02:43:13.880 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.880 INFO kablam! --> tests/supervision.rs:115:18 Sep 02 02:43:13.880 INFO kablam! | Sep 02 02:43:13.880 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.880 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.880 INFO kablam! | Sep 02 02:43:13.880 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.880 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.881 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.881 INFO kablam! Sep 02 02:43:13.885 INFO kablam! error: aborting due to 16 previous errors Sep 02 02:43:13.885 INFO kablam! Sep 02 02:43:13.885 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:13.899 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:13.899 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:13.909 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.909 INFO kablam! --> tests/supervision.rs:201:16 Sep 02 02:43:13.909 INFO kablam! | Sep 02 02:43:13.909 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.909 INFO kablam! | Sep 02 02:43:13.909 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.909 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.909 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.909 INFO kablam! Sep 02 02:43:13.909 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.910 INFO kablam! --> tests/supervision.rs:201:40 Sep 02 02:43:13.910 INFO kablam! | Sep 02 02:43:13.910 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 02 02:43:13.910 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.910 INFO kablam! | Sep 02 02:43:13.910 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.910 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.910 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.910 INFO kablam! Sep 02 02:43:13.910 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 02 02:43:13.910 INFO kablam! --> tests/supervision.rs:202:18 Sep 02 02:43:13.910 INFO kablam! | Sep 02 02:43:13.910 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.910 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 02 02:43:13.910 INFO kablam! | Sep 02 02:43:13.910 INFO kablam! = note: required by `>::new` Sep 02 02:43:13.910 INFO kablam! Sep 02 02:43:13.910 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 02 02:43:13.910 INFO kablam! --> tests/supervision.rs:202:18 Sep 02 02:43:13.910 INFO kablam! | Sep 02 02:43:13.910 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 02 02:43:13.910 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 02 02:43:13.911 INFO kablam! | Sep 02 02:43:13.911 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 02 02:43:13.911 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 02 02:43:13.911 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 02 02:43:13.911 INFO kablam! Sep 02 02:43:13.921 INFO kablam! error: aborting due to 8 previous errors Sep 02 02:43:13.921 INFO kablam! Sep 02 02:43:13.921 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 02:43:13.931 INFO kablam! error: Could not compile `riker`. Sep 02 02:43:13.931 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 02:43:15.332 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 02 02:43:15.333 INFO kablam! --> src/lib.rs:2:12 Sep 02 02:43:15.333 INFO kablam! | Sep 02 02:43:15.333 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 02 02:43:15.333 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 02:43:15.333 INFO kablam! | Sep 02 02:43:15.333 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 02:43:15.333 INFO kablam! Sep 02 02:43:15.486 INFO kablam! error: build failed Sep 02 02:43:15.488 INFO kablam! su: No module specific data is present Sep 02 02:43:15.936 INFO running `"docker" "rm" "-f" "d0bcd6b1fe77f347db5dbe709c31a16eea249583b15e028fd0ec8bd1f03812ff"` Sep 02 02:43:16.074 INFO blam! d0bcd6b1fe77f347db5dbe709c31a16eea249583b15e028fd0ec8bd1f03812ff