Sep 19 19:50:26.678 INFO checking riker-0.1.5 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:50:26.678 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:50:26.678 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:50:26.943 INFO blam! 1e18d743a0f118b06fb195136cabd73cfc15b9042c6bb8ee3bb9e775fffcee81 Sep 19 19:50:26.951 INFO running `"docker" "start" "-a" "1e18d743a0f118b06fb195136cabd73cfc15b9042c6bb8ee3bb9e775fffcee81"` Sep 19 19:50:28.179 INFO kablam! usermod: no changes Sep 19 19:50:28.363 INFO kablam! Checking futures v0.1.24 Sep 19 19:50:28.363 INFO kablam! Checking runtime-fmt v0.3.0 Sep 19 19:50:28.363 INFO kablam! Checking futures-core-preview v0.2.3 Sep 19 19:50:28.363 INFO kablam! Checking memchr v1.0.2 Sep 19 19:50:28.363 INFO kablam! Checking riker-testkit v0.1.0 Sep 19 19:50:28.363 INFO kablam! Checking serde-hjson v0.8.1 Sep 19 19:50:29.543 INFO kablam! Checking nom v3.2.1 Sep 19 19:50:30.455 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 19 19:50:30.455 INFO kablam! Checking futures-io-preview v0.2.2 Sep 19 19:50:32.100 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 19 19:50:32.517 INFO kablam! Checking futures-util-preview v0.2.2 Sep 19 19:50:34.945 INFO kablam! Checking config v0.8.0 Sep 19 19:50:36.763 INFO kablam! Checking futures-cpupool v0.1.8 Sep 19 19:50:37.950 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 19 19:50:38.516 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 19 19:50:38.624 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 19 19:50:38.741 INFO kablam! Checking futures-preview v0.2.2 Sep 19 19:50:39.139 INFO kablam! Checking riker v0.1.7 Sep 19 19:50:39.140 INFO kablam! Checking riker v0.1.5 (/source) Sep 19 19:50:42.883 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 19:50:42.883 INFO kablam! --> src/lib.rs:2:12 Sep 19 19:50:42.883 INFO kablam! | Sep 19 19:50:42.883 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 19:50:42.883 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:50:42.883 INFO kablam! | Sep 19 19:50:42.883 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:50:42.883 INFO kablam! Sep 19 19:50:43.267 INFO kablam! Checking riker-mapvec v0.1.7 Sep 19 19:50:43.267 INFO kablam! Checking riker-timer v0.1.7 Sep 19 19:50:43.267 INFO kablam! Checking riker-dispatcher v0.1.7 Sep 19 19:50:43.267 INFO kablam! Checking riker-log v0.1.7 Sep 19 19:50:43.267 INFO kablam! Checking riker-deadletter v0.1.7 Sep 19 19:50:46.591 INFO kablam! Checking riker-default v0.1.7 Sep 19 19:50:50.763 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.763 INFO kablam! --> tests/channels.rs:92:16 Sep 19 19:50:50.763 INFO kablam! | Sep 19 19:50:50.763 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.763 INFO kablam! | Sep 19 19:50:50.767 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.767 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.767 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.767 INFO kablam! Sep 19 19:50:50.767 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.767 INFO kablam! --> tests/channels.rs:92:40 Sep 19 19:50:50.767 INFO kablam! | Sep 19 19:50:50.767 INFO kablam! 92 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.767 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.767 INFO kablam! | Sep 19 19:50:50.767 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.767 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.767 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.767 INFO kablam! Sep 19 19:50:50.767 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:50.767 INFO kablam! --> tests/channels.rs:93:18 Sep 19 19:50:50.767 INFO kablam! | Sep 19 19:50:50.767 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.767 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:50.767 INFO kablam! | Sep 19 19:50:50.767 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.767 INFO kablam! Sep 19 19:50:50.775 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.775 INFO kablam! --> tests/channels.rs:93:18 Sep 19 19:50:50.775 INFO kablam! | Sep 19 19:50:50.775 INFO kablam! 93 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.775 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.775 INFO kablam! | Sep 19 19:50:50.775 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.775 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.775 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.775 INFO kablam! Sep 19 19:50:50.811 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.811 INFO kablam! --> tests/channels.rs:113:16 Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.811 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.811 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.811 INFO kablam! Sep 19 19:50:50.811 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.811 INFO kablam! --> tests/channels.rs:113:40 Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.811 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.811 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.811 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.811 INFO kablam! Sep 19 19:50:50.811 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:50.811 INFO kablam! --> tests/channels.rs:114:18 Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.811 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.811 INFO kablam! Sep 19 19:50:50.811 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.811 INFO kablam! --> tests/channels.rs:114:18 Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.811 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.811 INFO kablam! | Sep 19 19:50:50.811 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.811 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.811 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.811 INFO kablam! Sep 19 19:50:50.831 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.831 INFO kablam! --> tests/channels.rs:196:16 Sep 19 19:50:50.831 INFO kablam! | Sep 19 19:50:50.832 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.832 INFO kablam! | Sep 19 19:50:50.833 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.833 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.833 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.833 INFO kablam! Sep 19 19:50:50.834 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.835 INFO kablam! --> tests/channels.rs:196:40 Sep 19 19:50:50.835 INFO kablam! | Sep 19 19:50:50.835 INFO kablam! 196 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.835 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.836 INFO kablam! | Sep 19 19:50:50.836 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.836 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.836 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.837 INFO kablam! Sep 19 19:50:50.837 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:50.838 INFO kablam! --> tests/channels.rs:197:18 Sep 19 19:50:50.838 INFO kablam! | Sep 19 19:50:50.838 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.838 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:50.847 INFO kablam! | Sep 19 19:50:50.847 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.847 INFO kablam! Sep 19 19:50:50.848 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.853 INFO kablam! --> tests/channels.rs:197:18 Sep 19 19:50:50.853 INFO kablam! | Sep 19 19:50:50.853 INFO kablam! 197 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.853 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.853 INFO kablam! | Sep 19 19:50:50.853 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.853 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.853 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.853 INFO kablam! Sep 19 19:50:50.856 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.856 INFO kablam! --> tests/supervision.rs:114:16 Sep 19 19:50:50.856 INFO kablam! | Sep 19 19:50:50.857 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.857 INFO kablam! | Sep 19 19:50:50.857 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.858 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.858 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.858 INFO kablam! Sep 19 19:50:50.858 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.858 INFO kablam! --> tests/supervision.rs:114:40 Sep 19 19:50:50.859 INFO kablam! | Sep 19 19:50:50.862 INFO kablam! 114 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.862 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.862 INFO kablam! | Sep 19 19:50:50.862 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.862 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.862 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.862 INFO kablam! Sep 19 19:50:50.862 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:50.862 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 19:50:50.862 INFO kablam! | Sep 19 19:50:50.862 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.862 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:50.862 INFO kablam! | Sep 19 19:50:50.862 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.862 INFO kablam! Sep 19 19:50:50.862 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.862 INFO kablam! --> tests/supervision.rs:115:18 Sep 19 19:50:50.862 INFO kablam! | Sep 19 19:50:50.862 INFO kablam! 115 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.862 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.862 INFO kablam! | Sep 19 19:50:50.862 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.862 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.862 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.862 INFO kablam! Sep 19 19:50:50.862 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.862 INFO kablam! --> tests/channels.rs:256:16 Sep 19 19:50:50.862 INFO kablam! | Sep 19 19:50:50.863 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.863 INFO kablam! | Sep 19 19:50:50.863 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.863 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.863 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.863 INFO kablam! Sep 19 19:50:50.863 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.863 INFO kablam! --> tests/channels.rs:256:40 Sep 19 19:50:50.863 INFO kablam! | Sep 19 19:50:50.863 INFO kablam! 256 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.863 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.871 INFO kablam! | Sep 19 19:50:50.871 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.871 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.871 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.871 INFO kablam! Sep 19 19:50:50.871 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:50.871 INFO kablam! --> tests/channels.rs:257:18 Sep 19 19:50:50.871 INFO kablam! | Sep 19 19:50:50.871 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.871 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:50.871 INFO kablam! | Sep 19 19:50:50.871 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.871 INFO kablam! Sep 19 19:50:50.871 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.871 INFO kablam! --> tests/channels.rs:257:18 Sep 19 19:50:50.871 INFO kablam! | Sep 19 19:50:50.871 INFO kablam! 257 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.871 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.871 INFO kablam! | Sep 19 19:50:50.871 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.871 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.871 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.871 INFO kablam! Sep 19 19:50:50.899 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.899 INFO kablam! --> tests/supervision.rs:201:16 Sep 19 19:50:50.899 INFO kablam! | Sep 19 19:50:50.899 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.899 INFO kablam! | Sep 19 19:50:50.899 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.899 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.899 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.899 INFO kablam! Sep 19 19:50:50.899 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.899 INFO kablam! --> tests/supervision.rs:201:40 Sep 19 19:50:50.899 INFO kablam! | Sep 19 19:50:50.900 INFO kablam! 201 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:50.900 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.900 INFO kablam! | Sep 19 19:50:50.900 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.900 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.900 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.900 INFO kablam! Sep 19 19:50:50.900 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:50.900 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 19:50:50.900 INFO kablam! | Sep 19 19:50:50.900 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.900 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:50.900 INFO kablam! | Sep 19 19:50:50.900 INFO kablam! = note: required by `>::new` Sep 19 19:50:50.900 INFO kablam! Sep 19 19:50:50.900 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:50.900 INFO kablam! --> tests/supervision.rs:202:18 Sep 19 19:50:50.900 INFO kablam! | Sep 19 19:50:50.900 INFO kablam! 202 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:50.900 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:50.900 INFO kablam! | Sep 19 19:50:50.900 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:50.900 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:50.900 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:50.900 INFO kablam! Sep 19 19:50:50.912 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:50:50.918 INFO kablam! Sep 19 19:50:50.919 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:50.930 INFO kablam! error: aborting due to 8 previous errors Sep 19 19:50:50.930 INFO kablam! Sep 19 19:50:50.934 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:50.938 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:50.939 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:50.962 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:50.963 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:51.190 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.190 INFO kablam! --> tests/selection.rs:72:16 Sep 19 19:50:51.190 INFO kablam! | Sep 19 19:50:51.190 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.190 INFO kablam! | Sep 19 19:50:51.190 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.190 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.190 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.190 INFO kablam! Sep 19 19:50:51.199 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.199 INFO kablam! --> tests/selection.rs:72:40 Sep 19 19:50:51.199 INFO kablam! | Sep 19 19:50:51.199 INFO kablam! 72 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.199 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.199 INFO kablam! | Sep 19 19:50:51.199 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.199 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.199 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.199 INFO kablam! Sep 19 19:50:51.199 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.199 INFO kablam! --> tests/selection.rs:73:18 Sep 19 19:50:51.199 INFO kablam! | Sep 19 19:50:51.199 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.199 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.199 INFO kablam! | Sep 19 19:50:51.199 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.199 INFO kablam! Sep 19 19:50:51.199 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.199 INFO kablam! --> tests/selection.rs:73:18 Sep 19 19:50:51.199 INFO kablam! | Sep 19 19:50:51.199 INFO kablam! 73 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.199 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.199 INFO kablam! | Sep 19 19:50:51.199 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.199 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.199 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.199 INFO kablam! Sep 19 19:50:51.206 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.206 INFO kablam! --> tests/selection.rs:90:16 Sep 19 19:50:51.207 INFO kablam! | Sep 19 19:50:51.207 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.207 INFO kablam! | Sep 19 19:50:51.207 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.208 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.208 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.208 INFO kablam! Sep 19 19:50:51.209 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.209 INFO kablam! --> tests/selection.rs:90:40 Sep 19 19:50:51.209 INFO kablam! | Sep 19 19:50:51.209 INFO kablam! 90 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.209 INFO kablam! | Sep 19 19:50:51.209 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.210 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.210 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.210 INFO kablam! Sep 19 19:50:51.211 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.211 INFO kablam! --> tests/selection.rs:91:18 Sep 19 19:50:51.211 INFO kablam! | Sep 19 19:50:51.211 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.211 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.211 INFO kablam! | Sep 19 19:50:51.211 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.211 INFO kablam! Sep 19 19:50:51.214 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.214 INFO kablam! --> tests/selection.rs:91:18 Sep 19 19:50:51.214 INFO kablam! | Sep 19 19:50:51.214 INFO kablam! 91 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.214 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.214 INFO kablam! | Sep 19 19:50:51.214 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.214 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.214 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.214 INFO kablam! Sep 19 19:50:51.236 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.236 INFO kablam! --> tests/selection.rs:112:16 Sep 19 19:50:51.236 INFO kablam! | Sep 19 19:50:51.236 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.236 INFO kablam! | Sep 19 19:50:51.236 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.236 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.236 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.236 INFO kablam! Sep 19 19:50:51.236 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.236 INFO kablam! --> tests/selection.rs:112:40 Sep 19 19:50:51.236 INFO kablam! | Sep 19 19:50:51.236 INFO kablam! 112 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.236 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.236 INFO kablam! | Sep 19 19:50:51.236 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.236 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.237 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.237 INFO kablam! Sep 19 19:50:51.237 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.237 INFO kablam! --> tests/selection.rs:113:18 Sep 19 19:50:51.237 INFO kablam! | Sep 19 19:50:51.237 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.237 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.237 INFO kablam! | Sep 19 19:50:51.237 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.237 INFO kablam! Sep 19 19:50:51.237 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.237 INFO kablam! --> tests/selection.rs:113:18 Sep 19 19:50:51.237 INFO kablam! | Sep 19 19:50:51.237 INFO kablam! 113 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.237 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.237 INFO kablam! | Sep 19 19:50:51.237 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.237 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.237 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.237 INFO kablam! Sep 19 19:50:51.250 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.251 INFO kablam! --> tests/selection.rs:177:16 Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.251 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.251 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.251 INFO kablam! Sep 19 19:50:51.251 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.251 INFO kablam! --> tests/selection.rs:177:40 Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! 177 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.251 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.251 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.251 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.251 INFO kablam! Sep 19 19:50:51.251 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.251 INFO kablam! --> tests/selection.rs:178:18 Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.251 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.251 INFO kablam! Sep 19 19:50:51.251 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.251 INFO kablam! --> tests/selection.rs:178:18 Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! 178 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.251 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.251 INFO kablam! | Sep 19 19:50:51.251 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.251 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.251 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.251 INFO kablam! Sep 19 19:50:51.265 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:50:51.265 INFO kablam! Sep 19 19:50:51.265 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:51.275 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:51.275 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:51.746 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.746 INFO kablam! --> tests/system.rs:52:16 Sep 19 19:50:51.746 INFO kablam! | Sep 19 19:50:51.746 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.746 INFO kablam! | Sep 19 19:50:51.746 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.746 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.746 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.746 INFO kablam! Sep 19 19:50:51.746 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.746 INFO kablam! --> tests/system.rs:52:40 Sep 19 19:50:51.746 INFO kablam! | Sep 19 19:50:51.746 INFO kablam! 52 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.746 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.746 INFO kablam! | Sep 19 19:50:51.746 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.746 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.746 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.746 INFO kablam! Sep 19 19:50:51.746 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.746 INFO kablam! --> tests/system.rs:53:18 Sep 19 19:50:51.746 INFO kablam! | Sep 19 19:50:51.746 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.746 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.751 INFO kablam! | Sep 19 19:50:51.751 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.751 INFO kablam! Sep 19 19:50:51.755 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.755 INFO kablam! --> tests/system.rs:53:18 Sep 19 19:50:51.755 INFO kablam! | Sep 19 19:50:51.755 INFO kablam! 53 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.755 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.755 INFO kablam! | Sep 19 19:50:51.755 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.755 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.755 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.755 INFO kablam! Sep 19 19:50:51.755 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.755 INFO kablam! --> tests/system.rs:65:16 Sep 19 19:50:51.755 INFO kablam! | Sep 19 19:50:51.755 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.775 INFO kablam! | Sep 19 19:50:51.775 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.775 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.775 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.775 INFO kablam! Sep 19 19:50:51.775 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.775 INFO kablam! --> tests/system.rs:65:40 Sep 19 19:50:51.775 INFO kablam! | Sep 19 19:50:51.775 INFO kablam! 65 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.775 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.775 INFO kablam! | Sep 19 19:50:51.775 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.775 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.775 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.775 INFO kablam! Sep 19 19:50:51.775 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.775 INFO kablam! --> tests/system.rs:66:18 Sep 19 19:50:51.775 INFO kablam! | Sep 19 19:50:51.775 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.775 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.775 INFO kablam! | Sep 19 19:50:51.775 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.776 INFO kablam! Sep 19 19:50:51.776 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.776 INFO kablam! --> tests/system.rs:66:18 Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! 66 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.776 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.776 INFO kablam! Sep 19 19:50:51.776 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.776 INFO kablam! --> tests/system.rs:79:16 Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.776 INFO kablam! Sep 19 19:50:51.776 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.776 INFO kablam! --> tests/system.rs:79:40 Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! 79 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.776 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.776 INFO kablam! Sep 19 19:50:51.776 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.776 INFO kablam! --> tests/system.rs:80:18 Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.776 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.776 INFO kablam! Sep 19 19:50:51.776 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.776 INFO kablam! --> tests/system.rs:80:18 Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! 80 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.776 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.776 INFO kablam! | Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.776 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.776 INFO kablam! Sep 19 19:50:51.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.793 INFO kablam! --> tests/system.rs:105:16 Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.793 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.793 INFO kablam! Sep 19 19:50:51.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.793 INFO kablam! --> tests/system.rs:105:40 Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! 105 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.793 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.793 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.793 INFO kablam! Sep 19 19:50:51.793 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.793 INFO kablam! --> tests/system.rs:106:18 Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.793 INFO kablam! Sep 19 19:50:51.793 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.793 INFO kablam! --> tests/system.rs:106:18 Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! 106 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.793 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.793 INFO kablam! | Sep 19 19:50:51.793 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.793 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.793 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.793 INFO kablam! Sep 19 19:50:51.801 INFO kablam! error: aborting due to 16 previous errors Sep 19 19:50:51.801 INFO kablam! Sep 19 19:50:51.801 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:51.810 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:51.810 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:51.963 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.963 INFO kablam! --> tests/actors.rs:41:16 Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.963 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.963 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.963 INFO kablam! Sep 19 19:50:51.963 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.963 INFO kablam! --> tests/actors.rs:41:40 Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! 41 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.963 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.963 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.963 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.963 INFO kablam! Sep 19 19:50:51.963 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.963 INFO kablam! --> tests/actors.rs:42:18 Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.963 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.963 INFO kablam! Sep 19 19:50:51.963 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.963 INFO kablam! --> tests/actors.rs:42:18 Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! 42 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.963 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.963 INFO kablam! | Sep 19 19:50:51.963 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.963 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.963 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.963 INFO kablam! Sep 19 19:50:51.986 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.987 INFO kablam! --> tests/actors.rs:113:16 Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.987 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.987 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.987 INFO kablam! Sep 19 19:50:51.987 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.987 INFO kablam! --> tests/actors.rs:113:40 Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! 113 | let model: DefaultModel = DefaultModel::new(); Sep 19 19:50:51.987 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.987 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.987 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.987 INFO kablam! Sep 19 19:50:51.987 INFO kablam! error[E0277]: the trait bound `riker_default::DefaultModel: riker::model::Model` is not satisfied Sep 19 19:50:51.987 INFO kablam! --> tests/actors.rs:114:18 Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.987 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `riker::model::Model` is not implemented for `riker_default::DefaultModel` Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! = note: required by `>::new` Sep 19 19:50:51.987 INFO kablam! Sep 19 19:50:51.987 INFO kablam! error[E0277]: the trait bound `riker::protocol::ActorMsg: std::convert::From` is not satisfied Sep 19 19:50:51.987 INFO kablam! --> tests/actors.rs:114:18 Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! 114 | let system = ActorSystem::new(&model).unwrap(); Sep 19 19:50:51.987 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `riker::protocol::ActorMsg` Sep 19 19:50:51.987 INFO kablam! | Sep 19 19:50:51.987 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `TestMsg` Sep 19 19:50:51.987 INFO kablam! = note: required because of the requirements on the impl of `riker::protocol::Message` for `TestMsg` Sep 19 19:50:51.987 INFO kablam! = note: required by `riker_default::DefaultModel` Sep 19 19:50:51.987 INFO kablam! Sep 19 19:50:51.994 INFO kablam! error: aborting due to 8 previous errors Sep 19 19:50:51.994 INFO kablam! Sep 19 19:50:51.994 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:50:52.003 INFO kablam! error: Could not compile `riker`. Sep 19 19:50:52.003 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:50:53.159 INFO kablam! warning: the feature `assoc_unix_epoch` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 19:50:53.159 INFO kablam! --> src/lib.rs:2:12 Sep 19 19:50:53.159 INFO kablam! | Sep 19 19:50:53.159 INFO kablam! 2 | #![feature(assoc_unix_epoch)] Sep 19 19:50:53.159 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 19:50:53.159 INFO kablam! | Sep 19 19:50:53.159 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 19:50:53.159 INFO kablam! Sep 19 19:50:53.269 INFO kablam! error: build failed Sep 19 19:50:53.272 INFO kablam! su: No module specific data is present Sep 19 19:50:54.449 INFO running `"docker" "rm" "-f" "1e18d743a0f118b06fb195136cabd73cfc15b9042c6bb8ee3bb9e775fffcee81"` Sep 19 19:50:54.626 INFO blam! 1e18d743a0f118b06fb195136cabd73cfc15b9042c6bb8ee3bb9e775fffcee81