Sep 21 04:36:33.496 INFO checking riker-timer-0.1.7 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 04:36:33.496 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 04:36:33.496 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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:33.636 INFO blam! 3e99abcb9f7b2daa7518de02e51866ff8738bcbe0c995c303358f5835fed088b Sep 21 04:36:33.638 INFO running `"docker" "start" "-a" "3e99abcb9f7b2daa7518de02e51866ff8738bcbe0c995c303358f5835fed088b"` Sep 21 04:36:34.534 INFO kablam! usermod: no changes Sep 21 04:36:34.684 INFO kablam! Checking either v1.5.0 Sep 21 04:36:34.692 INFO kablam! Checking futures v0.1.24 Sep 21 04:36:34.692 INFO kablam! Checking runtime-fmt v0.3.0 Sep 21 04:36:34.695 INFO kablam! Checking riker-testkit v0.1.0 Sep 21 04:36:34.696 INFO kablam! Checking config v0.8.0 Sep 21 04:36:35.186 INFO kablam! Checking futures-core-preview v0.2.3 Sep 21 04:36:35.609 INFO kablam! Checking futures-channel-preview v0.2.2 Sep 21 04:36:35.609 INFO kablam! Checking futures-io-preview v0.2.2 Sep 21 04:36:36.221 INFO kablam! Checking futures-sink-preview v0.2.2 Sep 21 04:36:36.435 INFO kablam! Checking futures-util-preview v0.2.2 Sep 21 04:36:38.442 INFO kablam! Checking futures-cpupool v0.1.8 Sep 21 04:36:40.003 INFO kablam! Checking futures-executor-preview v0.2.2 Sep 21 04:36:40.814 INFO kablam! Checking futures-stable-preview v0.2.3 Sep 21 04:36:40.929 INFO kablam! Checking futures-async-runtime-preview v0.2.3 Sep 21 04:36:41.075 INFO kablam! Checking futures-preview v0.2.2 Sep 21 04:36:41.602 INFO kablam! Checking riker v0.1.7 Sep 21 04:36:42.846 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:42.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:42.846 INFO kablam! | Sep 21 04:36:42.847 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:42.847 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:42.847 INFO kablam! | | Sep 21 04:36:42.848 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:42.848 INFO kablam! | Sep 21 04:36:42.848 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:42.849 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/actor/channel.rs:9:18 Sep 21 04:36:42.849 INFO kablam! | Sep 21 04:36:42.849 INFO kablam! 9 | type Subs = HashMap>>; Sep 21 04:36:42.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:42.850 INFO kablam! Sep 21 04:36:42.870 INFO kablam! error[E0310]: the parameter type `Msg` may not live long enough Sep 21 04:36:42.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:42.871 INFO kablam! | Sep 21 04:36:42.871 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:42.871 INFO kablam! | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:42.872 INFO kablam! | | Sep 21 04:36:42.872 INFO kablam! | help: consider adding an explicit lifetime bound `Msg: 'static`... Sep 21 04:36:42.872 INFO kablam! | Sep 21 04:36:42.873 INFO kablam! note: ...so that the type `Msg` will meet its required lifetime bounds Sep 21 04:36:42.873 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/riker-0.1.7/src/kernel/queue.rs:86:31 Sep 21 04:36:42.873 INFO kablam! | Sep 21 04:36:42.874 INFO kablam! 86 | pub type EnqueueResult = Result<(), EnqueueError>>; Sep 21 04:36:42.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 04:36:42.874 INFO kablam! Sep 21 04:36:43.014 INFO kablam! error: aborting due to 2 previous errors Sep 21 04:36:43.014 INFO kablam! Sep 21 04:36:43.014 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 04:36:43.035 INFO kablam! error: Could not compile `riker`. Sep 21 04:36:43.035 INFO kablam! Sep 21 04:36:43.035 INFO kablam! To learn more, run the command again with --verbose. Sep 21 04:36:43.037 INFO kablam! su: No module specific data is present Sep 21 04:36:44.294 INFO running `"docker" "rm" "-f" "3e99abcb9f7b2daa7518de02e51866ff8738bcbe0c995c303358f5835fed088b"` Sep 21 04:36:44.417 INFO blam! 3e99abcb9f7b2daa7518de02e51866ff8738bcbe0c995c303358f5835fed088b