Oct 12 17:47:47.176 INFO checking master-d/rust-pwned-passwords against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:47:47.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 17:47:47.736 INFO blam! d333eeb064440f642b3ca53f48958cf5b22bb8eba8b25bbbf306b911a0f0d6c3 Oct 12 17:47:47.741 INFO running `"docker" "start" "-a" "d333eeb064440f642b3ca53f48958cf5b22bb8eba8b25bbbf306b911a0f0d6c3"` Oct 12 17:47:49.352 INFO kablam! usermod: no changes Oct 12 17:47:49.468 INFO kablam! Checking rust-pwned-passwords v0.1.0 (/source) Oct 12 17:47:50.120 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:50.120 INFO kablam! --> src/main.rs:86:20 Oct 12 17:47:50.120 INFO kablam! | Oct 12 17:47:50.120 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 12 17:47:50.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:50.120 INFO kablam! | Oct 12 17:47:50.120 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:47:50.120 INFO kablam! Oct 12 17:47:50.120 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:50.120 INFO kablam! --> src/main.rs:90:20 Oct 12 17:47:50.120 INFO kablam! | Oct 12 17:47:50.120 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 12 17:47:50.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:50.121 INFO kablam! Oct 12 17:47:50.121 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:50.121 INFO kablam! --> src/main.rs:86:20 Oct 12 17:47:50.121 INFO kablam! | Oct 12 17:47:50.121 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 12 17:47:50.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:50.121 INFO kablam! | Oct 12 17:47:50.121 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:47:50.121 INFO kablam! Oct 12 17:47:50.121 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:50.121 INFO kablam! --> src/main.rs:90:20 Oct 12 17:47:50.121 INFO kablam! | Oct 12 17:47:50.121 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 12 17:47:50.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:50.121 INFO kablam! Oct 12 17:47:50.232 INFO kablam! warning: unused variable: `line` Oct 12 17:47:50.232 INFO kablam! --> src/main.rs:117:13 Oct 12 17:47:50.232 INFO kablam! | Oct 12 17:47:50.232 INFO kablam! 117 | let line = match line_br { Oct 12 17:47:50.232 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 12 17:47:50.232 INFO kablam! | Oct 12 17:47:50.232 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:47:50.232 INFO kablam! Oct 12 17:47:50.232 INFO kablam! warning: unused variable: `hf` Oct 12 17:47:50.232 INFO kablam! --> src/main.rs:120:25 Oct 12 17:47:50.232 INFO kablam! | Oct 12 17:47:50.232 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 12 17:47:50.232 INFO kablam! | ^^ help: consider using `_hf` instead Oct 12 17:47:50.232 INFO kablam! Oct 12 17:47:50.232 INFO kablam! warning: unused variable: `e` Oct 12 17:47:50.232 INFO kablam! --> src/main.rs:123:17 Oct 12 17:47:50.232 INFO kablam! | Oct 12 17:47:50.232 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 12 17:47:50.232 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:50.233 INFO kablam! Oct 12 17:47:50.233 INFO kablam! warning: unused variable: `e` Oct 12 17:47:50.233 INFO kablam! --> src/main.rs:32:21 Oct 12 17:47:50.233 INFO kablam! | Oct 12 17:47:50.233 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 12 17:47:50.233 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:50.233 INFO kablam! Oct 12 17:47:50.248 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:50.248 INFO kablam! --> src/main.rs:51:13 Oct 12 17:47:50.248 INFO kablam! | Oct 12 17:47:50.248 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 12 17:47:50.248 INFO kablam! | ----^^^ Oct 12 17:47:50.248 INFO kablam! | | Oct 12 17:47:50.248 INFO kablam! | help: remove this `mut` Oct 12 17:47:50.248 INFO kablam! | Oct 12 17:47:50.248 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:47:50.248 INFO kablam! Oct 12 17:47:50.264 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:50.264 INFO kablam! --> src/main.rs:109:9 Oct 12 17:47:50.264 INFO kablam! | Oct 12 17:47:50.264 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 12 17:47:50.264 INFO kablam! | ----^^^^^^^^^^^ Oct 12 17:47:50.264 INFO kablam! | | Oct 12 17:47:50.264 INFO kablam! | help: remove this `mut` Oct 12 17:47:50.264 INFO kablam! Oct 12 17:47:50.264 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:50.264 INFO kablam! --> src/main.rs:115:9 Oct 12 17:47:50.264 INFO kablam! | Oct 12 17:47:50.264 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 12 17:47:50.264 INFO kablam! | ----^^^^^^^^^ Oct 12 17:47:50.264 INFO kablam! | | Oct 12 17:47:50.264 INFO kablam! | help: remove this `mut` Oct 12 17:47:50.264 INFO kablam! Oct 12 17:47:50.272 INFO kablam! warning: unused variable: `line` Oct 12 17:47:50.272 INFO kablam! --> src/main.rs:117:13 Oct 12 17:47:50.272 INFO kablam! | Oct 12 17:47:50.272 INFO kablam! 117 | let line = match line_br { Oct 12 17:47:50.272 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 12 17:47:50.272 INFO kablam! | Oct 12 17:47:50.272 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:47:50.272 INFO kablam! Oct 12 17:47:50.272 INFO kablam! warning: unused variable: `hf` Oct 12 17:47:50.272 INFO kablam! --> src/main.rs:120:25 Oct 12 17:47:50.272 INFO kablam! | Oct 12 17:47:50.272 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 12 17:47:50.272 INFO kablam! | ^^ help: consider using `_hf` instead Oct 12 17:47:50.272 INFO kablam! Oct 12 17:47:50.272 INFO kablam! warning: unused variable: `e` Oct 12 17:47:50.272 INFO kablam! --> src/main.rs:123:17 Oct 12 17:47:50.272 INFO kablam! | Oct 12 17:47:50.272 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 12 17:47:50.272 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:50.272 INFO kablam! Oct 12 17:47:50.272 INFO kablam! warning: unused variable: `e` Oct 12 17:47:50.273 INFO kablam! --> src/main.rs:32:21 Oct 12 17:47:50.273 INFO kablam! | Oct 12 17:47:50.273 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 12 17:47:50.273 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:50.273 INFO kablam! Oct 12 17:47:50.288 INFO kablam! warning: method is never used: `seek` Oct 12 17:47:50.288 INFO kablam! --> src/main.rs:50:5 Oct 12 17:47:50.288 INFO kablam! | Oct 12 17:47:50.288 INFO kablam! 50 | pub fn seek(&mut self) { Oct 12 17:47:50.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.288 INFO kablam! | Oct 12 17:47:50.288 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:47:50.288 INFO kablam! Oct 12 17:47:50.288 INFO kablam! warning: method is never used: `write_hash` Oct 12 17:47:50.288 INFO kablam! --> src/main.rs:64:5 Oct 12 17:47:50.288 INFO kablam! | Oct 12 17:47:50.288 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 12 17:47:50.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.288 INFO kablam! Oct 12 17:47:50.288 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:50.288 INFO kablam! --> src/main.rs:51:13 Oct 12 17:47:50.288 INFO kablam! | Oct 12 17:47:50.288 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 12 17:47:50.288 INFO kablam! | ----^^^ Oct 12 17:47:50.288 INFO kablam! | | Oct 12 17:47:50.288 INFO kablam! | help: remove this `mut` Oct 12 17:47:50.288 INFO kablam! | Oct 12 17:47:50.288 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:47:50.288 INFO kablam! Oct 12 17:47:50.296 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.296 INFO kablam! --> src/main.rs:54:13 Oct 12 17:47:50.296 INFO kablam! | Oct 12 17:47:50.296 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 12 17:47:50.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.296 INFO kablam! | Oct 12 17:47:50.296 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:47:50.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.296 INFO kablam! Oct 12 17:47:50.296 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.296 INFO kablam! --> src/main.rs:59:9 Oct 12 17:47:50.296 INFO kablam! | Oct 12 17:47:50.296 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 12 17:47:50.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.296 INFO kablam! | Oct 12 17:47:50.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.296 INFO kablam! Oct 12 17:47:50.296 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.296 INFO kablam! --> src/main.rs:67:9 Oct 12 17:47:50.297 INFO kablam! | Oct 12 17:47:50.297 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 12 17:47:50.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.297 INFO kablam! | Oct 12 17:47:50.297 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.297 INFO kablam! Oct 12 17:47:50.297 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.297 INFO kablam! --> src/main.rs:82:17 Oct 12 17:47:50.297 INFO kablam! | Oct 12 17:47:50.297 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 12 17:47:50.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.297 INFO kablam! | Oct 12 17:47:50.297 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.297 INFO kablam! Oct 12 17:47:50.304 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:50.304 INFO kablam! --> src/main.rs:109:9 Oct 12 17:47:50.304 INFO kablam! | Oct 12 17:47:50.304 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 12 17:47:50.304 INFO kablam! | ----^^^^^^^^^^^ Oct 12 17:47:50.304 INFO kablam! | | Oct 12 17:47:50.304 INFO kablam! | help: remove this `mut` Oct 12 17:47:50.304 INFO kablam! Oct 12 17:47:50.304 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:50.304 INFO kablam! --> src/main.rs:115:9 Oct 12 17:47:50.304 INFO kablam! | Oct 12 17:47:50.304 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 12 17:47:50.304 INFO kablam! | ----^^^^^^^^^ Oct 12 17:47:50.304 INFO kablam! | | Oct 12 17:47:50.304 INFO kablam! | help: remove this `mut` Oct 12 17:47:50.304 INFO kablam! Oct 12 17:47:50.331 INFO kablam! warning: method is never used: `seek` Oct 12 17:47:50.331 INFO kablam! --> src/main.rs:50:5 Oct 12 17:47:50.331 INFO kablam! | Oct 12 17:47:50.331 INFO kablam! 50 | pub fn seek(&mut self) { Oct 12 17:47:50.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.331 INFO kablam! | Oct 12 17:47:50.331 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:47:50.331 INFO kablam! Oct 12 17:47:50.331 INFO kablam! warning: method is never used: `write_hash` Oct 12 17:47:50.331 INFO kablam! --> src/main.rs:64:5 Oct 12 17:47:50.331 INFO kablam! | Oct 12 17:47:50.331 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 12 17:47:50.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.331 INFO kablam! Oct 12 17:47:50.336 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.336 INFO kablam! --> src/main.rs:54:13 Oct 12 17:47:50.336 INFO kablam! | Oct 12 17:47:50.336 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 12 17:47:50.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.336 INFO kablam! | Oct 12 17:47:50.336 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:47:50.336 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.336 INFO kablam! Oct 12 17:47:50.337 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.337 INFO kablam! --> src/main.rs:59:9 Oct 12 17:47:50.337 INFO kablam! | Oct 12 17:47:50.337 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 12 17:47:50.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.337 INFO kablam! | Oct 12 17:47:50.337 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.337 INFO kablam! Oct 12 17:47:50.337 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.337 INFO kablam! --> src/main.rs:67:9 Oct 12 17:47:50.337 INFO kablam! | Oct 12 17:47:50.337 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 12 17:47:50.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.337 INFO kablam! | Oct 12 17:47:50.337 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.337 INFO kablam! Oct 12 17:47:50.337 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:50.337 INFO kablam! --> src/main.rs:82:17 Oct 12 17:47:50.337 INFO kablam! | Oct 12 17:47:50.337 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 12 17:47:50.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:50.337 INFO kablam! | Oct 12 17:47:50.337 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:50.337 INFO kablam! Oct 12 17:47:50.380 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 12 17:47:50.380 INFO kablam! su: No module specific data is present Oct 12 17:47:51.329 INFO running `"docker" "rm" "-f" "d333eeb064440f642b3ca53f48958cf5b22bb8eba8b25bbbf306b911a0f0d6c3"` Oct 12 17:47:51.771 INFO blam! d333eeb064440f642b3ca53f48958cf5b22bb8eba8b25bbbf306b911a0f0d6c3