Oct 27 00:56:43.946 INFO checking master-d/rust-pwned-passwords against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:56:43.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 00:56:44.287 INFO blam! b9426935f505e98c174911dcd5587e3fac662d9eb1e7e06c5a60eafb42139ff5 Oct 27 00:56:44.299 INFO running `"docker" "start" "-a" "b9426935f505e98c174911dcd5587e3fac662d9eb1e7e06c5a60eafb42139ff5"` Oct 27 00:56:45.741 INFO kablam! usermod: no changes Oct 27 00:56:45.827 INFO kablam! Checking rust-pwned-passwords v0.1.0 (/source) Oct 27 00:56:46.219 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:56:46.219 INFO kablam! --> src/main.rs:86:20 Oct 27 00:56:46.219 INFO kablam! | Oct 27 00:56:46.219 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 27 00:56:46.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:56:46.219 INFO kablam! | Oct 27 00:56:46.219 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 00:56:46.219 INFO kablam! Oct 27 00:56:46.219 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:56:46.219 INFO kablam! --> src/main.rs:90:20 Oct 27 00:56:46.219 INFO kablam! | Oct 27 00:56:46.219 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 27 00:56:46.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:56:46.219 INFO kablam! Oct 27 00:56:46.291 INFO kablam! warning: unused variable: `line` Oct 27 00:56:46.291 INFO kablam! --> src/main.rs:117:13 Oct 27 00:56:46.291 INFO kablam! | Oct 27 00:56:46.291 INFO kablam! 117 | let line = match line_br { Oct 27 00:56:46.291 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 27 00:56:46.291 INFO kablam! | Oct 27 00:56:46.291 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:56:46.291 INFO kablam! Oct 27 00:56:46.291 INFO kablam! warning: unused variable: `hf` Oct 27 00:56:46.291 INFO kablam! --> src/main.rs:120:25 Oct 27 00:56:46.291 INFO kablam! | Oct 27 00:56:46.291 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 27 00:56:46.291 INFO kablam! | ^^ help: consider using `_hf` instead Oct 27 00:56:46.291 INFO kablam! Oct 27 00:56:46.291 INFO kablam! warning: unused variable: `e` Oct 27 00:56:46.291 INFO kablam! --> src/main.rs:123:17 Oct 27 00:56:46.291 INFO kablam! | Oct 27 00:56:46.291 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 27 00:56:46.291 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:56:46.291 INFO kablam! Oct 27 00:56:46.291 INFO kablam! warning: unused variable: `e` Oct 27 00:56:46.291 INFO kablam! --> src/main.rs:32:21 Oct 27 00:56:46.291 INFO kablam! | Oct 27 00:56:46.291 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 27 00:56:46.291 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:56:46.291 INFO kablam! Oct 27 00:56:46.295 INFO kablam! warning: variable does not need to be mutable Oct 27 00:56:46.295 INFO kablam! --> src/main.rs:51:13 Oct 27 00:56:46.295 INFO kablam! | Oct 27 00:56:46.295 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 27 00:56:46.295 INFO kablam! | ----^^^ Oct 27 00:56:46.295 INFO kablam! | | Oct 27 00:56:46.295 INFO kablam! | help: remove this `mut` Oct 27 00:56:46.295 INFO kablam! | Oct 27 00:56:46.295 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:56:46.295 INFO kablam! Oct 27 00:56:46.303 INFO kablam! warning: variable does not need to be mutable Oct 27 00:56:46.303 INFO kablam! --> src/main.rs:109:9 Oct 27 00:56:46.303 INFO kablam! | Oct 27 00:56:46.303 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 27 00:56:46.303 INFO kablam! | ----^^^^^^^^^^^ Oct 27 00:56:46.303 INFO kablam! | | Oct 27 00:56:46.303 INFO kablam! | help: remove this `mut` Oct 27 00:56:46.303 INFO kablam! Oct 27 00:56:46.303 INFO kablam! warning: variable does not need to be mutable Oct 27 00:56:46.303 INFO kablam! --> src/main.rs:115:9 Oct 27 00:56:46.303 INFO kablam! | Oct 27 00:56:46.303 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 27 00:56:46.303 INFO kablam! | ----^^^^^^^^^ Oct 27 00:56:46.303 INFO kablam! | | Oct 27 00:56:46.303 INFO kablam! | help: remove this `mut` Oct 27 00:56:46.303 INFO kablam! Oct 27 00:56:46.311 INFO kablam! warning: method is never used: `seek` Oct 27 00:56:46.311 INFO kablam! --> src/main.rs:50:5 Oct 27 00:56:46.311 INFO kablam! | Oct 27 00:56:46.311 INFO kablam! 50 | pub fn seek(&mut self) { Oct 27 00:56:46.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.311 INFO kablam! | Oct 27 00:56:46.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:56:46.311 INFO kablam! Oct 27 00:56:46.311 INFO kablam! warning: method is never used: `write_hash` Oct 27 00:56:46.311 INFO kablam! --> src/main.rs:64:5 Oct 27 00:56:46.311 INFO kablam! | Oct 27 00:56:46.311 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 27 00:56:46.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.311 INFO kablam! Oct 27 00:56:46.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.323 INFO kablam! --> src/main.rs:54:13 Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 27 00:56:46.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:56:46.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.323 INFO kablam! Oct 27 00:56:46.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.323 INFO kablam! --> src/main.rs:59:9 Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 27 00:56:46.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.323 INFO kablam! Oct 27 00:56:46.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.323 INFO kablam! --> src/main.rs:67:9 Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 27 00:56:46.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.323 INFO kablam! Oct 27 00:56:46.323 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.323 INFO kablam! --> src/main.rs:82:17 Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 27 00:56:46.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.323 INFO kablam! | Oct 27 00:56:46.323 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.323 INFO kablam! Oct 27 00:56:46.351 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:56:46.351 INFO kablam! --> src/main.rs:86:20 Oct 27 00:56:46.351 INFO kablam! | Oct 27 00:56:46.351 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 27 00:56:46.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:56:46.351 INFO kablam! | Oct 27 00:56:46.351 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 00:56:46.351 INFO kablam! Oct 27 00:56:46.351 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 00:56:46.351 INFO kablam! --> src/main.rs:90:20 Oct 27 00:56:46.351 INFO kablam! | Oct 27 00:56:46.351 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 27 00:56:46.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 00:56:46.351 INFO kablam! Oct 27 00:56:46.435 INFO kablam! warning: unused variable: `line` Oct 27 00:56:46.435 INFO kablam! --> src/main.rs:117:13 Oct 27 00:56:46.435 INFO kablam! | Oct 27 00:56:46.435 INFO kablam! 117 | let line = match line_br { Oct 27 00:56:46.435 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 27 00:56:46.435 INFO kablam! | Oct 27 00:56:46.435 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:56:46.435 INFO kablam! Oct 27 00:56:46.435 INFO kablam! warning: unused variable: `hf` Oct 27 00:56:46.435 INFO kablam! --> src/main.rs:120:25 Oct 27 00:56:46.435 INFO kablam! | Oct 27 00:56:46.435 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 27 00:56:46.435 INFO kablam! | ^^ help: consider using `_hf` instead Oct 27 00:56:46.435 INFO kablam! Oct 27 00:56:46.435 INFO kablam! warning: unused variable: `e` Oct 27 00:56:46.435 INFO kablam! --> src/main.rs:123:17 Oct 27 00:56:46.435 INFO kablam! | Oct 27 00:56:46.435 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 27 00:56:46.435 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:56:46.435 INFO kablam! Oct 27 00:56:46.435 INFO kablam! warning: unused variable: `e` Oct 27 00:56:46.435 INFO kablam! --> src/main.rs:32:21 Oct 27 00:56:46.435 INFO kablam! | Oct 27 00:56:46.435 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 27 00:56:46.435 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:56:46.435 INFO kablam! Oct 27 00:56:46.435 INFO kablam! warning: variable does not need to be mutable Oct 27 00:56:46.435 INFO kablam! --> src/main.rs:51:13 Oct 27 00:56:46.435 INFO kablam! | Oct 27 00:56:46.435 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 27 00:56:46.435 INFO kablam! | ----^^^ Oct 27 00:56:46.435 INFO kablam! | | Oct 27 00:56:46.435 INFO kablam! | help: remove this `mut` Oct 27 00:56:46.435 INFO kablam! | Oct 27 00:56:46.435 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:56:46.435 INFO kablam! Oct 27 00:56:46.451 INFO kablam! warning: variable does not need to be mutable Oct 27 00:56:46.451 INFO kablam! --> src/main.rs:109:9 Oct 27 00:56:46.451 INFO kablam! | Oct 27 00:56:46.451 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 27 00:56:46.451 INFO kablam! | ----^^^^^^^^^^^ Oct 27 00:56:46.451 INFO kablam! | | Oct 27 00:56:46.451 INFO kablam! | help: remove this `mut` Oct 27 00:56:46.451 INFO kablam! Oct 27 00:56:46.451 INFO kablam! warning: variable does not need to be mutable Oct 27 00:56:46.451 INFO kablam! --> src/main.rs:115:9 Oct 27 00:56:46.451 INFO kablam! | Oct 27 00:56:46.451 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 27 00:56:46.451 INFO kablam! | ----^^^^^^^^^ Oct 27 00:56:46.451 INFO kablam! | | Oct 27 00:56:46.451 INFO kablam! | help: remove this `mut` Oct 27 00:56:46.451 INFO kablam! Oct 27 00:56:46.459 INFO kablam! warning: method is never used: `seek` Oct 27 00:56:46.459 INFO kablam! --> src/main.rs:50:5 Oct 27 00:56:46.459 INFO kablam! | Oct 27 00:56:46.459 INFO kablam! 50 | pub fn seek(&mut self) { Oct 27 00:56:46.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.459 INFO kablam! | Oct 27 00:56:46.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:56:46.459 INFO kablam! Oct 27 00:56:46.459 INFO kablam! warning: method is never used: `write_hash` Oct 27 00:56:46.459 INFO kablam! --> src/main.rs:64:5 Oct 27 00:56:46.459 INFO kablam! | Oct 27 00:56:46.459 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 27 00:56:46.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.459 INFO kablam! Oct 27 00:56:46.463 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.463 INFO kablam! --> src/main.rs:54:13 Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 27 00:56:46.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:56:46.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.463 INFO kablam! Oct 27 00:56:46.463 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.463 INFO kablam! --> src/main.rs:59:9 Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 27 00:56:46.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.463 INFO kablam! Oct 27 00:56:46.463 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.463 INFO kablam! --> src/main.rs:67:9 Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 27 00:56:46.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.463 INFO kablam! Oct 27 00:56:46.463 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:56:46.463 INFO kablam! --> src/main.rs:82:17 Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 27 00:56:46.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:56:46.463 INFO kablam! | Oct 27 00:56:46.463 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:56:46.463 INFO kablam! Oct 27 00:56:46.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 27 00:56:46.491 INFO kablam! su: No module specific data is present Oct 27 00:56:47.315 INFO running `"docker" "rm" "-f" "b9426935f505e98c174911dcd5587e3fac662d9eb1e7e06c5a60eafb42139ff5"` Oct 27 00:56:47.595 INFO blam! b9426935f505e98c174911dcd5587e3fac662d9eb1e7e06c5a60eafb42139ff5