Sep 14 14:59:43.621 INFO checking hina-0.0.6 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 14:59:43.621 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 14:59:43.621 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:59:43.812 INFO blam! 50f27f7274a9565068b648de9f58697ed43f7eb94bbf9f5efe0947a136d30638 Sep 14 14:59:43.827 INFO running `"docker" "start" "-a" "50f27f7274a9565068b648de9f58697ed43f7eb94bbf9f5efe0947a136d30638"` Sep 14 14:59:44.803 INFO kablam! usermod: no changes Sep 14 14:59:44.907 INFO kablam! Compiling winapi v0.3.5 Sep 14 14:59:44.907 INFO kablam! Compiling ntdll v0.0.2 Sep 14 14:59:44.907 INFO kablam! Compiling hina v0.0.6 (file:///source) Sep 14 14:59:44.910 INFO kablam! Checking bite v0.0.5 Sep 14 14:59:44.910 INFO kablam! Checking lock_api v0.1.3 Sep 14 14:59:44.910 INFO kablam! Compiling parking_lot_core v0.3.1 Sep 14 14:59:47.619 INFO kablam! Checking parking_lot v0.6.4 Sep 14 14:59:48.789 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.789 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 14 14:59:48.789 INFO kablam! | Sep 14 14:59:48.789 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 14 14:59:48.789 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.789 INFO kablam! Sep 14 14:59:48.789 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.789 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 14 14:59:48.789 INFO kablam! | Sep 14 14:59:48.789 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 14 14:59:48.789 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.789 INFO kablam! Sep 14 14:59:48.789 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.789 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 14 14:59:48.789 INFO kablam! | Sep 14 14:59:48.789 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 14 14:59:48.789 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.789 INFO kablam! Sep 14 14:59:48.789 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.789 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 14 14:59:48.789 INFO kablam! | Sep 14 14:59:48.789 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 14 14:59:48.789 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.789 INFO kablam! Sep 14 14:59:48.789 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.789 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 14 14:59:48.789 INFO kablam! | Sep 14 14:59:48.789 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 14 14:59:48.790 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.790 INFO kablam! Sep 14 14:59:48.790 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.790 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 14 14:59:48.790 INFO kablam! | Sep 14 14:59:48.790 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 14 14:59:48.790 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.790 INFO kablam! Sep 14 14:59:48.790 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.790 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 14 14:59:48.790 INFO kablam! | Sep 14 14:59:48.790 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 14 14:59:48.790 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.790 INFO kablam! Sep 14 14:59:48.813 INFO kablam! error: aborting due to 7 previous errors Sep 14 14:59:48.813 INFO kablam! Sep 14 14:59:48.813 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 14 14:59:48.818 INFO kablam! error: Could not compile `hina`. Sep 14 14:59:48.818 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 14:59:48.862 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.862 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 14 14:59:48.862 INFO kablam! | Sep 14 14:59:48.863 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 14 14:59:48.863 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.863 INFO kablam! Sep 14 14:59:48.863 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.863 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 14 14:59:48.863 INFO kablam! | Sep 14 14:59:48.863 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 14 14:59:48.863 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.863 INFO kablam! Sep 14 14:59:48.863 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.863 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 14 14:59:48.863 INFO kablam! | Sep 14 14:59:48.863 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 14 14:59:48.863 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.863 INFO kablam! Sep 14 14:59:48.863 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.863 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 14 14:59:48.863 INFO kablam! | Sep 14 14:59:48.863 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 14 14:59:48.863 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.863 INFO kablam! Sep 14 14:59:48.863 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.863 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 14 14:59:48.863 INFO kablam! | Sep 14 14:59:48.863 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 14 14:59:48.863 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.863 INFO kablam! Sep 14 14:59:48.863 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.863 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 14 14:59:48.863 INFO kablam! | Sep 14 14:59:48.863 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 14 14:59:48.863 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.863 INFO kablam! Sep 14 14:59:48.863 INFO kablam! error[E0106]: missing lifetime specifier Sep 14 14:59:48.863 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 14 14:59:48.863 INFO kablam! | Sep 14 14:59:48.863 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 14 14:59:48.863 INFO kablam! | ^^ expected lifetime parameter Sep 14 14:59:48.863 INFO kablam! Sep 14 14:59:48.893 INFO kablam! error: aborting due to 7 previous errors Sep 14 14:59:48.893 INFO kablam! Sep 14 14:59:48.893 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 14 14:59:48.902 INFO kablam! error: Could not compile `hina`. Sep 14 14:59:48.902 INFO kablam! Sep 14 14:59:48.902 INFO kablam! To learn more, run the command again with --verbose. Sep 14 14:59:48.903 INFO kablam! su: No module specific data is present Sep 14 14:59:49.347 INFO running `"docker" "rm" "-f" "50f27f7274a9565068b648de9f58697ed43f7eb94bbf9f5efe0947a136d30638"` Sep 14 14:59:49.403 INFO blam! 50f27f7274a9565068b648de9f58697ed43f7eb94bbf9f5efe0947a136d30638