Sep 21 04:36:37.722 INFO checking riker-log-0.1.7 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:36:37.722 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:36:37.722 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 04:36:37.931 INFO blam! f2883081a93091dee9849532c17eaf52768da857e6b950dc9148f1ab829f9617 Sep 21 04:36:37.933 INFO running `"docker" "start" "-a" "f2883081a93091dee9849532c17eaf52768da857e6b950dc9148f1ab829f9617"` Sep 21 04:36:39.829 INFO kablam! usermod: no changes Sep 21 04:36:40.054 INFO kablam! Checking either v1.5.0 Sep 21 04:36:40.054 INFO kablam! Checking runtime-fmt v0.3.0 Sep 21 04:36:40.054 INFO kablam! Checking serde_test v0.8.23 Sep 21 04:36:41.238 INFO kablam! Checking futures-core-preview v0.2.3 Sep 21 04:36:42.302 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 21 04:36:42.302 INFO kablam! Checking futures-io-preview v0.2.2 Sep 21 04:36:42.686 INFO kablam! Checking linked-hash-map v0.3.0 Sep 21 04:36:43.251 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 21 04:36:43.774 INFO kablam! Checking futures-util-preview v0.2.2 Sep 21 04:36:43.866 INFO kablam! Checking serde-hjson v0.8.1 Sep 21 04:36:46.392 INFO kablam! Checking config v0.8.0 Sep 21 04:36:47.827 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 21 04:36:48.460 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 21 04:36:48.559 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 21 04:36:48.642 INFO kablam! Checking futures-preview v0.2.2 Sep 21 04:36:48.954 INFO kablam! Checking riker v0.1.7 Sep 21 04:36:50.056 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:50.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:50.056 INFO kablam! | Sep 21 04:36:50.056 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:50.056 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:50.056 INFO kablam! | | Sep 21 04:36:50.056 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:50.056 INFO kablam! | Sep 21 04:36:50.056 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:50.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:50.056 INFO kablam! | Sep 21 04:36:50.056 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:50.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:50.056 INFO kablam! Sep 21 04:36:50.078 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:50.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:50.078 INFO kablam! | Sep 21 04:36:50.078 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:50.078 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:50.078 INFO kablam! | | Sep 21 04:36:50.078 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:50.078 INFO kablam! | Sep 21 04:36:50.078 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:50.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:50.078 INFO kablam! | Sep 21 04:36:50.078 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:50.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:50.078 INFO kablam! Sep 21 04:36:50.242 INFO kablam! error: aborting due to 2 previous errors Sep 21 04:36:50.242 INFO kablam! Sep 21 04:36:50.242 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 04:36:50.242 INFO kablam! error: Could not compile `riker`. Sep 21 04:36:50.242 INFO kablam! Sep 21 04:36:50.242 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:36:50.242 INFO kablam! su: No module specific data is present Sep 21 04:36:51.170 INFO running `"docker" "rm" "-f" "f2883081a93091dee9849532c17eaf52768da857e6b950dc9148f1ab829f9617"` Sep 21 04:36:51.286 INFO blam! f2883081a93091dee9849532c17eaf52768da857e6b950dc9148f1ab829f9617