Sep 01 01:07:34.025 INFO checking hina-0.0.6 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 01:07:34.025 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 01:07:34.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:07:34.181 INFO blam! 2e35075525190dd82b6f3436db57ffab80939ce8a5f64c48b34bdefce17ec88f Sep 01 01:07:34.183 INFO running `"docker" "start" "-a" "2e35075525190dd82b6f3436db57ffab80939ce8a5f64c48b34bdefce17ec88f"` Sep 01 01:07:34.876 INFO kablam! Compiling winapi v0.3.5 Sep 01 01:07:34.876 INFO kablam! Compiling ntdll v0.0.2 Sep 01 01:07:34.878 INFO kablam! Compiling hina v0.0.6 (file:///source) Sep 01 01:07:34.880 INFO kablam! Checking bite v0.0.5 Sep 01 01:07:34.881 INFO kablam! Checking lock_api v0.1.3 Sep 01 01:07:34.881 INFO kablam! Checking parking_lot_core v0.3.0 Sep 01 01:07:36.911 INFO kablam! Checking parking_lot v0.6.4 Sep 01 01:07:42.043 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.043 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 01 01:07:42.043 INFO kablam! | Sep 01 01:07:42.043 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 01 01:07:42.043 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.043 INFO kablam! Sep 01 01:07:42.043 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.043 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 01 01:07:42.043 INFO kablam! | Sep 01 01:07:42.043 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 01 01:07:42.044 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.044 INFO kablam! Sep 01 01:07:42.044 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.044 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 01 01:07:42.044 INFO kablam! | Sep 01 01:07:42.044 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 01 01:07:42.045 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.045 INFO kablam! Sep 01 01:07:42.045 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.045 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 01 01:07:42.045 INFO kablam! | Sep 01 01:07:42.045 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 01 01:07:42.045 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.045 INFO kablam! Sep 01 01:07:42.045 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.045 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 01 01:07:42.045 INFO kablam! | Sep 01 01:07:42.045 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 01 01:07:42.045 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.045 INFO kablam! Sep 01 01:07:42.045 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.045 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 01 01:07:42.045 INFO kablam! | Sep 01 01:07:42.045 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 01 01:07:42.045 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.045 INFO kablam! Sep 01 01:07:42.045 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.045 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 01 01:07:42.045 INFO kablam! | Sep 01 01:07:42.045 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 01 01:07:42.046 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.046 INFO kablam! Sep 01 01:07:42.116 INFO kablam! error: aborting due to 7 previous errors Sep 01 01:07:42.116 INFO kablam! Sep 01 01:07:42.117 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 01 01:07:42.126 INFO kablam! error: Could not compile `hina`. Sep 01 01:07:42.126 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:07:42.284 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.284 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 01 01:07:42.284 INFO kablam! | Sep 01 01:07:42.284 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 01 01:07:42.284 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.284 INFO kablam! Sep 01 01:07:42.284 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.284 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 01 01:07:42.285 INFO kablam! | Sep 01 01:07:42.285 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 01 01:07:42.285 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.285 INFO kablam! Sep 01 01:07:42.285 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.285 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 01 01:07:42.285 INFO kablam! | Sep 01 01:07:42.285 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 01 01:07:42.285 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.285 INFO kablam! Sep 01 01:07:42.285 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.285 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 01 01:07:42.285 INFO kablam! | Sep 01 01:07:42.285 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 01 01:07:42.285 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.285 INFO kablam! Sep 01 01:07:42.285 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.286 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 01 01:07:42.286 INFO kablam! | Sep 01 01:07:42.286 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 01 01:07:42.286 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.286 INFO kablam! Sep 01 01:07:42.286 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.286 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 01 01:07:42.286 INFO kablam! | Sep 01 01:07:42.286 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 01 01:07:42.286 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.286 INFO kablam! Sep 01 01:07:42.286 INFO kablam! error[E0106]: missing lifetime specifier Sep 01 01:07:42.286 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 01 01:07:42.286 INFO kablam! | Sep 01 01:07:42.286 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 01 01:07:42.286 INFO kablam! | ^^ expected lifetime parameter Sep 01 01:07:42.286 INFO kablam! Sep 01 01:07:42.359 INFO kablam! error: aborting due to 7 previous errors Sep 01 01:07:42.359 INFO kablam! Sep 01 01:07:42.359 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 01 01:07:42.372 INFO kablam! error: Could not compile `hina`. Sep 01 01:07:42.372 INFO kablam! Sep 01 01:07:42.372 INFO kablam! To learn more, run the command again with --verbose. Sep 01 01:07:42.374 INFO kablam! su: No module specific data is present Sep 01 01:07:42.904 INFO running `"docker" "rm" "-f" "2e35075525190dd82b6f3436db57ffab80939ce8a5f64c48b34bdefce17ec88f"` Sep 01 01:07:43.032 INFO blam! 2e35075525190dd82b6f3436db57ffab80939ce8a5f64c48b34bdefce17ec88f