Sep 04 14:29:43.948 INFO checking hina-0.0.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 14:29:43.948 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 14:29:43.948 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:29:44.102 INFO blam! d96645750dee87f20c08d1eb2f4dae323a0e204c033995da1d47573b5c0f39b3 Sep 04 14:29:44.104 INFO running `"docker" "start" "-a" "d96645750dee87f20c08d1eb2f4dae323a0e204c033995da1d47573b5c0f39b3"` Sep 04 14:29:45.092 INFO kablam! Compiling winapi v0.3.5 Sep 04 14:29:45.094 INFO kablam! Compiling ntdll v0.0.2 Sep 04 14:29:45.104 INFO kablam! Compiling hina v0.0.6 (file:///source) Sep 04 14:29:45.107 INFO kablam! Checking bite v0.0.5 Sep 04 14:29:45.131 INFO kablam! Checking lock_api v0.1.3 Sep 04 14:29:45.147 INFO kablam! Checking parking_lot_core v0.3.0 Sep 04 14:29:49.094 INFO kablam! Checking parking_lot v0.6.4 Sep 04 14:29:52.398 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.398 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 04 14:29:52.398 INFO kablam! | Sep 04 14:29:52.398 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 04 14:29:52.398 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.398 INFO kablam! Sep 04 14:29:52.398 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.398 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 04 14:29:52.398 INFO kablam! | Sep 04 14:29:52.398 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 04 14:29:52.398 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.398 INFO kablam! Sep 04 14:29:52.398 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.399 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 04 14:29:52.399 INFO kablam! | Sep 04 14:29:52.399 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 04 14:29:52.399 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.399 INFO kablam! Sep 04 14:29:52.399 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.399 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 04 14:29:52.399 INFO kablam! | Sep 04 14:29:52.399 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 04 14:29:52.399 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.399 INFO kablam! Sep 04 14:29:52.399 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.399 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 04 14:29:52.399 INFO kablam! | Sep 04 14:29:52.399 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 04 14:29:52.399 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.399 INFO kablam! Sep 04 14:29:52.399 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.399 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 04 14:29:52.399 INFO kablam! | Sep 04 14:29:52.399 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 04 14:29:52.399 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.399 INFO kablam! Sep 04 14:29:52.399 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.399 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 04 14:29:52.400 INFO kablam! | Sep 04 14:29:52.400 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 04 14:29:52.400 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.400 INFO kablam! Sep 04 14:29:52.447 INFO kablam! error: aborting due to 7 previous errors Sep 04 14:29:52.447 INFO kablam! Sep 04 14:29:52.447 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 04 14:29:52.455 INFO kablam! error: Could not compile `hina`. Sep 04 14:29:52.455 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:29:52.479 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.479 INFO kablam! --> src/hina/fmt/hex.rs:52:25 Sep 04 14:29:52.480 INFO kablam! | Sep 04 14:29:52.480 INFO kablam! 52 | impl Debug for HexSlice<'_> { Sep 04 14:29:52.480 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.480 INFO kablam! Sep 04 14:29:52.480 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.480 INFO kablam! --> src/hina/fmt/hex.rs:58:27 Sep 04 14:29:52.480 INFO kablam! | Sep 04 14:29:52.480 INFO kablam! 58 | impl Display for HexSlice<'_> { Sep 04 14:29:52.480 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.480 INFO kablam! Sep 04 14:29:52.480 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.480 INFO kablam! --> src/hina/fmt/hex.rs:64:28 Sep 04 14:29:52.480 INFO kablam! | Sep 04 14:29:52.480 INFO kablam! 64 | impl LowerHex for HexSlice<'_> { Sep 04 14:29:52.480 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.480 INFO kablam! Sep 04 14:29:52.480 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.480 INFO kablam! --> src/hina/fmt/hex.rs:74:28 Sep 04 14:29:52.480 INFO kablam! | Sep 04 14:29:52.480 INFO kablam! 74 | impl UpperHex for HexSlice<'_> { Sep 04 14:29:52.480 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.480 INFO kablam! Sep 04 14:29:52.481 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.481 INFO kablam! --> src/hina/random/mod.rs:21:44 Sep 04 14:29:52.481 INFO kablam! | Sep 04 14:29:52.481 INFO kablam! 21 | impl Iterator for RandomCharacter<'_, TRandom> Sep 04 14:29:52.481 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.481 INFO kablam! Sep 04 14:29:52.481 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.481 INFO kablam! --> src/hina/random/mod.rs:39:43 Sep 04 14:29:52.481 INFO kablam! | Sep 04 14:29:52.481 INFO kablam! 39 | impl Iterator for RandomAlphabet<'_, TRandom> Sep 04 14:29:52.481 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.481 INFO kablam! Sep 04 14:29:52.481 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 14:29:52.481 INFO kablam! --> src/hina/random/mod.rs:57:47 Sep 04 14:29:52.481 INFO kablam! | Sep 04 14:29:52.481 INFO kablam! 57 | impl Iterator for RandomAlphanumeric<'_, TRandom> Sep 04 14:29:52.481 INFO kablam! | ^^ expected lifetime parameter Sep 04 14:29:52.481 INFO kablam! Sep 04 14:29:52.527 INFO kablam! error: aborting due to 7 previous errors Sep 04 14:29:52.527 INFO kablam! Sep 04 14:29:52.527 INFO kablam! For more information about this error, try `rustc --explain E0106`. Sep 04 14:29:52.537 INFO kablam! error: Could not compile `hina`. Sep 04 14:29:52.537 INFO kablam! Sep 04 14:29:52.537 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:29:52.538 INFO kablam! su: No module specific data is present Sep 04 14:29:52.954 INFO running `"docker" "rm" "-f" "d96645750dee87f20c08d1eb2f4dae323a0e204c033995da1d47573b5c0f39b3"` Sep 04 14:29:53.070 INFO blam! d96645750dee87f20c08d1eb2f4dae323a0e204c033995da1d47573b5c0f39b3