Sep 06 05:33:54.655 INFO checking hina-0.0.6 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 05:33:54.655 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 05:33:54.655 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:33:54.815 INFO blam! ac60b441d32e932c0ff1fbc944075d60deccfb85e21e84a882a8c15a58ccb90b Sep 06 05:33:54.817 INFO running `"docker" "start" "-a" "ac60b441d32e932c0ff1fbc944075d60deccfb85e21e84a882a8c15a58ccb90b"` Sep 06 05:33:55.495 INFO kablam! usermod: no changes Sep 06 05:33:55.573 INFO kablam! Compiling winapi v0.3.5 Sep 06 05:33:55.573 INFO kablam! Compiling ntdll v0.0.2 Sep 06 05:33:55.575 INFO kablam! Compiling hina v0.0.6 (file:///source) Sep 06 05:33:55.575 INFO kablam! Checking bite v0.0.5 Sep 06 05:33:55.578 INFO kablam! Checking lock_api v0.1.3 Sep 06 05:33:55.578 INFO kablam! Checking parking_lot_core v0.3.0 Sep 06 05:33:56.574 INFO kablam! Checking parking_lot v0.6.4 Sep 06 05:33:58.402 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.402 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 06 05:33:58.402 INFO kablam! | Sep 06 05:33:58.402 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 06 05:33:58.402 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.402 INFO kablam! Sep 06 05:33:58.406 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.406 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 06 05:33:58.406 INFO kablam! | Sep 06 05:33:58.406 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 06 05:33:58.406 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.406 INFO kablam! Sep 06 05:33:58.406 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.406 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 06 05:33:58.406 INFO kablam! | Sep 06 05:33:58.406 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 06 05:33:58.406 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.406 INFO kablam! Sep 06 05:33:58.406 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.406 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 06 05:33:58.406 INFO kablam! | Sep 06 05:33:58.406 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 06 05:33:58.406 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.406 INFO kablam! Sep 06 05:33:58.406 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.406 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 06 05:33:58.406 INFO kablam! | Sep 06 05:33:58.406 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 06 05:33:58.406 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.406 INFO kablam! Sep 06 05:33:58.406 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.406 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 06 05:33:58.406 INFO kablam! | Sep 06 05:33:58.406 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 06 05:33:58.406 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.406 INFO kablam! Sep 06 05:33:58.406 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.406 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 06 05:33:58.406 INFO kablam! | Sep 06 05:33:58.406 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 06 05:33:58.406 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.406 INFO kablam! Sep 06 05:33:58.432 INFO kablam! error: aborting due to 7 previous errors Sep 06 05:33:58.432 INFO kablam! Sep 06 05:33:58.432 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 06 05:33:58.450 INFO kablam! error: Could not compile `hina`. Sep 06 05:33:58.450 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 05:33:58.463 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.463 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 06 05:33:58.463 INFO kablam! | Sep 06 05:33:58.463 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 06 05:33:58.463 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.463 INFO kablam! Sep 06 05:33:58.463 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.463 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 06 05:33:58.463 INFO kablam! | Sep 06 05:33:58.463 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 06 05:33:58.463 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.463 INFO kablam! Sep 06 05:33:58.463 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.463 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 06 05:33:58.463 INFO kablam! | Sep 06 05:33:58.463 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 06 05:33:58.463 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.463 INFO kablam! Sep 06 05:33:58.463 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.463 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 06 05:33:58.463 INFO kablam! | Sep 06 05:33:58.463 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 06 05:33:58.463 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.463 INFO kablam! Sep 06 05:33:58.463 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.463 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 06 05:33:58.463 INFO kablam! | Sep 06 05:33:58.463 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 06 05:33:58.463 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.463 INFO kablam! Sep 06 05:33:58.463 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.463 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 06 05:33:58.463 INFO kablam! | Sep 06 05:33:58.463 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 06 05:33:58.463 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.463 INFO kablam! Sep 06 05:33:58.463 INFO kablam! error[E0106]: missing lifetime specifier Sep 06 05:33:58.463 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 06 05:33:58.464 INFO kablam! | Sep 06 05:33:58.464 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 06 05:33:58.464 INFO kablam! | ^^ expected lifetime parameter Sep 06 05:33:58.464 INFO kablam! Sep 06 05:33:58.496 INFO kablam! error: aborting due to 7 previous errors Sep 06 05:33:58.496 INFO kablam! Sep 06 05:33:58.496 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 06 05:33:58.504 INFO kablam! error: Could not compile `hina`. Sep 06 05:33:58.504 INFO kablam! Sep 06 05:33:58.505 INFO kablam! To learn more, run the command again with --verbose. Sep 06 05:33:58.506 INFO kablam! su: No module specific data is present Sep 06 05:33:59.451 INFO running `"docker" "rm" "-f" "ac60b441d32e932c0ff1fbc944075d60deccfb85e21e84a882a8c15a58ccb90b"` Sep 06 05:33:59.500 INFO blam! ac60b441d32e932c0ff1fbc944075d60deccfb85e21e84a882a8c15a58ccb90b