Sep 21 04:36:35.758 INFO checking riker-patterns-0.1.7 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:36:35.758 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:36:35.758 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/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:35.959 INFO blam! 291dd85174c3fa82338f32c521620be1801a6bab78b955e624c7c7710251ea94 Sep 21 04:36:35.961 INFO running `"docker" "start" "-a" "291dd85174c3fa82338f32c521620be1801a6bab78b955e624c7c7710251ea94"` Sep 21 04:36:36.881 INFO kablam! usermod: no changes Sep 21 04:36:37.054 INFO kablam! Checking futures v0.1.24 Sep 21 04:36:37.054 INFO kablam! Checking runtime-fmt v0.3.0 Sep 21 04:36:37.054 INFO kablam! Checking futures-core-preview v0.2.3 Sep 21 04:36:37.073 INFO kablam! Checking riker-testkit v0.1.0 Sep 21 04:36:37.073 INFO kablam! Checking serde-hjson v0.8.1 Sep 21 04:36:38.054 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 21 04:36:38.054 INFO kablam! Checking futures-io-preview v0.2.2 Sep 21 04:36:39.550 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 21 04:36:40.015 INFO kablam! Checking futures-util-preview v0.2.2 Sep 21 04:36:40.923 INFO kablam! Checking config v0.8.0 Sep 21 04:36:45.046 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 21 04:36:45.698 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 21 04:36:45.794 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 21 04:36:45.837 INFO kablam! Checking futures-cpupool v0.1.8 Sep 21 04:36:45.980 INFO kablam! Checking futures-preview v0.2.2 Sep 21 04:36:46.560 INFO kablam! Checking riker v0.1.7 Sep 21 04:36:47.806 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:47.806 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:47.806 INFO kablam! | Sep 21 04:36:47.806 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:47.806 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:47.806 INFO kablam! | | Sep 21 04:36:47.806 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:47.806 INFO kablam! | Sep 21 04:36:47.818 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:47.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:47.819 INFO kablam! | Sep 21 04:36:47.819 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:47.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:47.819 INFO kablam! Sep 21 04:36:47.850 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:47.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:47.851 INFO kablam! | Sep 21 04:36:47.851 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:47.851 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:47.851 INFO kablam! | | Sep 21 04:36:47.851 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:47.851 INFO kablam! | Sep 21 04:36:47.851 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:47.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:47.851 INFO kablam! | Sep 21 04:36:47.851 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:47.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:47.851 INFO kablam! Sep 21 04:36:48.057 INFO kablam! error: aborting due to 2 previous errors Sep 21 04:36:48.057 INFO kablam! Sep 21 04:36:48.057 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 04:36:48.074 INFO kablam! error: Could not compile `riker`. Sep 21 04:36:48.074 INFO kablam! Sep 21 04:36:48.074 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:36:48.074 INFO kablam! su: No module specific data is present Sep 21 04:36:48.958 INFO running `"docker" "rm" "-f" "291dd85174c3fa82338f32c521620be1801a6bab78b955e624c7c7710251ea94"` Sep 21 04:36:49.077 INFO blam! 291dd85174c3fa82338f32c521620be1801a6bab78b955e624c7c7710251ea94