Sep 20 00:09:45.325 INFO checking hina-0.0.6 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 00:09:45.325 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 00:09:45.325 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:09:45.526 INFO blam! 095625cee4fdbd2b5591432ccbbfdc7a3ee876df19bb6990ba484e50d10f2717 Sep 20 00:09:45.528 INFO running `"docker" "start" "-a" "095625cee4fdbd2b5591432ccbbfdc7a3ee876df19bb6990ba484e50d10f2717"` Sep 20 00:09:46.226 INFO kablam! usermod: no changes Sep 20 00:09:46.320 INFO kablam! Compiling winapi v0.3.5 Sep 20 00:09:46.321 INFO kablam! Compiling ntdll v0.0.2 Sep 20 00:09:46.321 INFO kablam! Compiling hina v0.0.6 (/source) Sep 20 00:09:46.322 INFO kablam! Checking bite v0.0.5 Sep 20 00:09:46.324 INFO kablam! Checking lock_api v0.1.3 Sep 20 00:09:46.324 INFO kablam! Compiling parking_lot_core v0.3.1 Sep 20 00:09:48.533 INFO kablam! Checking parking_lot v0.6.4 Sep 20 00:09:49.816 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.816 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 20 00:09:49.816 INFO kablam! | Sep 20 00:09:49.816 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 20 00:09:49.816 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.816 INFO kablam! Sep 20 00:09:49.816 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.816 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 20 00:09:49.816 INFO kablam! | Sep 20 00:09:49.816 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 20 00:09:49.816 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.816 INFO kablam! Sep 20 00:09:49.816 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.816 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 20 00:09:49.816 INFO kablam! | Sep 20 00:09:49.816 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 20 00:09:49.816 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.816 INFO kablam! Sep 20 00:09:49.816 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.816 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 20 00:09:49.816 INFO kablam! | Sep 20 00:09:49.816 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 20 00:09:49.816 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.816 INFO kablam! Sep 20 00:09:49.816 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.816 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 20 00:09:49.816 INFO kablam! | Sep 20 00:09:49.816 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 20 00:09:49.816 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.816 INFO kablam! Sep 20 00:09:49.816 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.816 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 20 00:09:49.816 INFO kablam! | Sep 20 00:09:49.816 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 20 00:09:49.816 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.816 INFO kablam! Sep 20 00:09:49.816 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.816 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 20 00:09:49.816 INFO kablam! | Sep 20 00:09:49.817 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 20 00:09:49.817 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.817 INFO kablam! Sep 20 00:09:49.852 INFO kablam! error: aborting due to 7 previous errors Sep 20 00:09:49.853 INFO kablam! Sep 20 00:09:49.853 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 20 00:09:49.855 INFO kablam! error: Could not compile `hina`. Sep 20 00:09:49.855 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:09:49.952 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.952 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 20 00:09:49.952 INFO kablam! | Sep 20 00:09:49.952 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 20 00:09:49.952 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.952 INFO kablam! Sep 20 00:09:49.952 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.952 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 20 00:09:49.952 INFO kablam! | Sep 20 00:09:49.952 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 20 00:09:49.952 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.952 INFO kablam! Sep 20 00:09:49.953 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.953 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 20 00:09:49.954 INFO kablam! | Sep 20 00:09:49.954 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 20 00:09:49.954 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.954 INFO kablam! Sep 20 00:09:49.954 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.955 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 20 00:09:49.955 INFO kablam! | Sep 20 00:09:49.955 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 20 00:09:49.955 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.955 INFO kablam! Sep 20 00:09:49.955 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.955 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 20 00:09:49.955 INFO kablam! | Sep 20 00:09:49.955 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 20 00:09:49.955 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.955 INFO kablam! Sep 20 00:09:49.955 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.955 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 20 00:09:49.955 INFO kablam! | Sep 20 00:09:49.955 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 20 00:09:49.955 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.955 INFO kablam! Sep 20 00:09:49.955 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 00:09:49.955 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 20 00:09:49.955 INFO kablam! | Sep 20 00:09:49.955 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 20 00:09:49.955 INFO kablam! | ^^ expected lifetime parameter Sep 20 00:09:49.955 INFO kablam! Sep 20 00:09:49.985 INFO kablam! error: aborting due to 7 previous errors Sep 20 00:09:49.986 INFO kablam! Sep 20 00:09:49.986 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 20 00:09:49.996 INFO kablam! error: Could not compile `hina`. Sep 20 00:09:49.996 INFO kablam! Sep 20 00:09:49.996 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:09:49.997 INFO kablam! su: No module specific data is present Sep 20 00:09:50.557 INFO running `"docker" "rm" "-f" "095625cee4fdbd2b5591432ccbbfdc7a3ee876df19bb6990ba484e50d10f2717"` Sep 20 00:09:50.643 INFO blam! 095625cee4fdbd2b5591432ccbbfdc7a3ee876df19bb6990ba484e50d10f2717