Sep 20 01:57:03.539 INFO checking hina-0.0.6 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 01:57:03.539 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 01:57:03.539 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:57:03.656 INFO blam! 3d1db7c3251a95daa9f54a725e9f6c3352a137eff66da3792e7c49acd27fefc5 Sep 20 01:57:03.659 INFO running `"docker" "start" "-a" "3d1db7c3251a95daa9f54a725e9f6c3352a137eff66da3792e7c49acd27fefc5"` Sep 20 01:57:04.722 INFO kablam! usermod: no changes Sep 20 01:57:04.858 INFO kablam! Compiling winapi v0.3.5 Sep 20 01:57:04.858 INFO kablam! Compiling ntdll v0.0.2 Sep 20 01:57:04.862 INFO kablam! Compiling hina v0.0.6 (/source) Sep 20 01:57:04.864 INFO kablam! Checking bite v0.0.5 Sep 20 01:57:04.864 INFO kablam! Checking lock_api v0.1.3 Sep 20 01:57:04.864 INFO kablam! Compiling parking_lot_core v0.3.1 Sep 20 01:57:07.670 INFO kablam! Checking parking_lot v0.6.4 Sep 20 01:57:08.958 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.958 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 20 01:57:08.958 INFO kablam! | Sep 20 01:57:08.958 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 20 01:57:08.958 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.958 INFO kablam! Sep 20 01:57:08.958 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.958 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 20 01:57:08.958 INFO kablam! | Sep 20 01:57:08.958 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 20 01:57:08.958 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.958 INFO kablam! Sep 20 01:57:08.958 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.958 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 20 01:57:08.958 INFO kablam! | Sep 20 01:57:08.958 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 20 01:57:08.958 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.958 INFO kablam! Sep 20 01:57:08.958 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.958 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 20 01:57:08.958 INFO kablam! | Sep 20 01:57:08.958 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 20 01:57:08.958 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.958 INFO kablam! Sep 20 01:57:08.958 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.958 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 20 01:57:08.958 INFO kablam! | Sep 20 01:57:08.958 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 20 01:57:08.958 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.958 INFO kablam! Sep 20 01:57:08.958 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.958 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 20 01:57:08.958 INFO kablam! | Sep 20 01:57:08.958 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 20 01:57:08.958 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.958 INFO kablam! Sep 20 01:57:08.958 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.958 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 20 01:57:08.958 INFO kablam! | Sep 20 01:57:08.958 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 20 01:57:08.958 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.959 INFO kablam! Sep 20 01:57:08.983 INFO kablam! error: aborting due to 7 previous errors Sep 20 01:57:08.983 INFO kablam! Sep 20 01:57:08.983 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 20 01:57:08.989 INFO kablam! error: Could not compile `hina`. Sep 20 01:57:08.989 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:57:08.991 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.991 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 20 01:57:08.991 INFO kablam! | Sep 20 01:57:08.991 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 20 01:57:08.991 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.991 INFO kablam! Sep 20 01:57:08.991 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.991 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 20 01:57:08.991 INFO kablam! | Sep 20 01:57:08.991 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 20 01:57:08.991 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.991 INFO kablam! Sep 20 01:57:08.991 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.991 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 20 01:57:08.991 INFO kablam! | Sep 20 01:57:08.991 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 20 01:57:08.992 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.992 INFO kablam! Sep 20 01:57:08.992 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.992 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 20 01:57:08.992 INFO kablam! | Sep 20 01:57:08.992 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 20 01:57:08.992 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.992 INFO kablam! Sep 20 01:57:08.992 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.992 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 20 01:57:08.992 INFO kablam! | Sep 20 01:57:08.992 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 20 01:57:08.992 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.992 INFO kablam! Sep 20 01:57:08.992 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.992 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 20 01:57:08.992 INFO kablam! | Sep 20 01:57:08.992 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 20 01:57:08.992 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.992 INFO kablam! Sep 20 01:57:08.992 INFO kablam! error[E0106]: missing lifetime specifier Sep 20 01:57:08.992 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 20 01:57:08.992 INFO kablam! | Sep 20 01:57:08.992 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 20 01:57:08.992 INFO kablam! | ^^ expected lifetime parameter Sep 20 01:57:08.992 INFO kablam! Sep 20 01:57:09.026 INFO kablam! error: aborting due to 7 previous errors Sep 20 01:57:09.026 INFO kablam! Sep 20 01:57:09.026 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 20 01:57:09.035 INFO kablam! error: Could not compile `hina`. Sep 20 01:57:09.035 INFO kablam! Sep 20 01:57:09.035 INFO kablam! To learn more, run the command again with --verbose. Sep 20 01:57:09.037 INFO kablam! su: No module specific data is present Sep 20 01:57:09.966 INFO running `"docker" "rm" "-f" "3d1db7c3251a95daa9f54a725e9f6c3352a137eff66da3792e7c49acd27fefc5"` Sep 20 01:57:10.027 INFO blam! 3d1db7c3251a95daa9f54a725e9f6c3352a137eff66da3792e7c49acd27fefc5