Sep 17 18:52:58.445 INFO checking riker-patterns-0.1.5 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:52:58.445 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:52:58.445 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:52:58.782 INFO blam! c5961417fad7e0130d338d12632fd8ab9cfe50dddb1af7ad93f73faa2432835f Sep 17 18:52:58.787 INFO running `"docker" "start" "-a" "c5961417fad7e0130d338d12632fd8ab9cfe50dddb1af7ad93f73faa2432835f"` Sep 17 18:52:59.858 INFO kablam! usermod: no changes Sep 17 18:52:59.975 INFO kablam! Checking either v1.5.0 Sep 17 18:52:59.979 INFO kablam! Checking futures v0.1.24 Sep 17 18:52:59.979 INFO kablam! Checking runtime-fmt v0.3.0 Sep 17 18:52:59.984 INFO kablam! Checking riker-testkit v0.1.0 Sep 17 18:53:00.951 INFO kablam! Checking futures-core-preview v0.2.3 Sep 17 18:53:01.531 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 17 18:53:01.531 INFO kablam! Checking futures-io-preview v0.2.2 Sep 17 18:53:02.279 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 17 18:53:02.695 INFO kablam! Checking futures-util-preview v0.2.2 Sep 17 18:53:05.083 INFO kablam! Checking futures-cpupool v0.1.8 Sep 17 18:53:06.889 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 17 18:53:07.447 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 17 18:53:07.593 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 17 18:53:07.737 INFO kablam! Checking futures-preview v0.2.2 Sep 17 18:53:08.271 INFO kablam! Checking riker v0.1.7 Sep 17 18:53:09.647 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 17 18:53:09.647 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 17 18:53:09.647 INFO kablam! | Sep 17 18:53:09.647 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:09.647 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:09.647 INFO kablam! | | Sep 17 18:53:09.647 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 17 18:53:09.647 INFO kablam! | Sep 17 18:53:09.647 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 17 18:53:09.647 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 17 18:53:09.647 INFO kablam! | Sep 17 18:53:09.647 INFO kablam! 9 | type Subs = HashMap>>; Sep 17 18:53:09.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:09.647 INFO kablam! Sep 17 18:53:09.671 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 17 18:53:09.671 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 17 18:53:09.671 INFO kablam! | Sep 17 18:53:09.671 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:09.671 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:09.671 INFO kablam! | | Sep 17 18:53:09.671 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 17 18:53:09.671 INFO kablam! | Sep 17 18:53:09.671 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 17 18:53:09.671 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 17 18:53:09.671 INFO kablam! | Sep 17 18:53:09.671 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 17 18:53:09.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 18:53:09.671 INFO kablam! Sep 17 18:53:09.807 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:53:09.807 INFO kablam! Sep 17 18:53:09.807 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 17 18:53:09.824 INFO kablam! error: Could not compile `riker`. Sep 17 18:53:09.824 INFO kablam! Sep 17 18:53:09.824 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:53:09.825 INFO kablam! su: No module specific data is present Sep 17 18:53:10.950 INFO running `"docker" "rm" "-f" "c5961417fad7e0130d338d12632fd8ab9cfe50dddb1af7ad93f73faa2432835f"` Sep 17 18:53:11.199 INFO blam! c5961417fad7e0130d338d12632fd8ab9cfe50dddb1af7ad93f73faa2432835f