Sep 21 02:43:27.585 INFO checking specs-static-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:43:27.585 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:43:27.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/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 02:43:27.692 INFO blam! e2774e1493cf563708ad321a421349f5183cd626edfff70902a3026cf89fdc8e Sep 21 02:43:27.693 INFO running `"docker" "start" "-a" "e2774e1493cf563708ad321a421349f5183cd626edfff70902a3026cf89fdc8e"` Sep 21 02:43:28.438 INFO kablam! usermod: no changes Sep 21 02:43:28.523 INFO kablam! Checking specs-static v0.2.0 (/source) Sep 21 02:43:29.517 INFO kablam! warning: the trait bound `C: specs::Component` is not satisfied Sep 21 02:43:29.517 INFO kablam! --> examples/basic.rs:28:29 Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! 28 | pub type TileComps<'a, C> = Read<'a, Storage::Storage, TileId>>; Sep 21 02:43:29.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `specs::Component` is not implemented for `C` Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:43:29.517 INFO kablam! = help: consider adding a `where C: specs::Component` bound Sep 21 02:43:29.517 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:43:29.517 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:43:29.517 INFO kablam! Sep 21 02:43:29.517 INFO kablam! error[E0309]: the parameter type `C` may not live long enough Sep 21 02:43:29.517 INFO kablam! --> examples/basic.rs:28:29 Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! 28 | pub type TileComps<'a, C> = Read<'a, Storage::Storage, TileId>>; Sep 21 02:43:29.517 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:29.517 INFO kablam! | | Sep 21 02:43:29.517 INFO kablam! | help: consider adding an explicit lifetime bound `C: 'a`... Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! note: ...so that the type `specs_static::Storage` will meet its required lifetime bounds Sep 21 02:43:29.517 INFO kablam! --> examples/basic.rs:28:29 Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! 28 | pub type TileComps<'a, C> = Read<'a, Storage::Storage, TileId>>; Sep 21 02:43:29.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:29.517 INFO kablam! Sep 21 02:43:29.517 INFO kablam! warning: the trait bound `C: specs::Component` is not satisfied Sep 21 02:43:29.517 INFO kablam! --> examples/basic.rs:29:32 Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! 29 | pub type TileCompsMut<'a, C> = Write<'a, Storage::Storage, TileId>>; Sep 21 02:43:29.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `specs::Component` is not implemented for `C` Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! = help: consider adding a `where C: specs::Component` bound Sep 21 02:43:29.517 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:43:29.517 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:43:29.517 INFO kablam! Sep 21 02:43:29.517 INFO kablam! error[E0309]: the parameter type `C` may not live long enough Sep 21 02:43:29.517 INFO kablam! --> examples/basic.rs:29:32 Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.517 INFO kablam! 29 | pub type TileCompsMut<'a, C> = Write<'a, Storage::Storage, TileId>>; Sep 21 02:43:29.517 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:29.517 INFO kablam! | | Sep 21 02:43:29.517 INFO kablam! | help: consider adding an explicit lifetime bound `C: 'a`... Sep 21 02:43:29.517 INFO kablam! | Sep 21 02:43:29.518 INFO kablam! note: ...so that the type `specs_static::Storage` will meet its required lifetime bounds Sep 21 02:43:29.518 INFO kablam! --> examples/basic.rs:29:32 Sep 21 02:43:29.518 INFO kablam! | Sep 21 02:43:29.518 INFO kablam! 29 | pub type TileCompsMut<'a, C> = Write<'a, Storage::Storage, TileId>>; Sep 21 02:43:29.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:43:29.518 INFO kablam! Sep 21 02:43:29.526 INFO kablam! error: aborting due to 2 previous errors Sep 21 02:43:29.526 INFO kablam! Sep 21 02:43:29.526 INFO kablam! For more information about this error, try `rustc --explain E0309`. Sep 21 02:43:29.535 INFO kablam! error: Could not compile `specs-static`. Sep 21 02:43:29.535 INFO kablam! Sep 21 02:43:29.535 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:43:29.537 INFO kablam! su: No module specific data is present Sep 21 02:43:30.091 INFO running `"docker" "rm" "-f" "e2774e1493cf563708ad321a421349f5183cd626edfff70902a3026cf89fdc8e"` Sep 21 02:43:30.177 INFO blam! e2774e1493cf563708ad321a421349f5183cd626edfff70902a3026cf89fdc8e