Oct 12 17:47:51.359 INFO checking master-d/rust-pwned-passwords against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 17:47:51.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:51.722 INFO blam! e62cf9c16b2d07e8176879847bbb36fdbb47137d8fac390ac482b554bd03b211 Oct 12 17:47:51.724 INFO running `"docker" "start" "-a" "e62cf9c16b2d07e8176879847bbb36fdbb47137d8fac390ac482b554bd03b211"` Oct 12 17:47:52.952 INFO kablam! usermod: no changes Oct 12 17:47:53.017 INFO kablam! Checking rust-pwned-passwords v0.1.0 (/source) Oct 12 17:47:53.416 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:53.416 INFO kablam! --> src/main.rs:86:20 Oct 12 17:47:53.416 INFO kablam! | Oct 12 17:47:53.416 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 12 17:47:53.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:53.416 INFO kablam! | Oct 12 17:47:53.416 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:47:53.416 INFO kablam! Oct 12 17:47:53.416 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:53.416 INFO kablam! --> src/main.rs:90:20 Oct 12 17:47:53.416 INFO kablam! | Oct 12 17:47:53.416 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 12 17:47:53.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:53.416 INFO kablam! Oct 12 17:47:53.557 INFO kablam! warning: unused variable: `line` Oct 12 17:47:53.558 INFO kablam! --> src/main.rs:117:13 Oct 12 17:47:53.558 INFO kablam! | Oct 12 17:47:53.558 INFO kablam! 117 | let line = match line_br { Oct 12 17:47:53.558 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 12 17:47:53.558 INFO kablam! | Oct 12 17:47:53.558 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:47:53.558 INFO kablam! Oct 12 17:47:53.563 INFO kablam! warning: unused variable: `hf` Oct 12 17:47:53.563 INFO kablam! --> src/main.rs:120:25 Oct 12 17:47:53.563 INFO kablam! | Oct 12 17:47:53.563 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 12 17:47:53.563 INFO kablam! | ^^ help: consider using `_hf` instead Oct 12 17:47:53.563 INFO kablam! Oct 12 17:47:53.563 INFO kablam! warning: unused variable: `e` Oct 12 17:47:53.563 INFO kablam! --> src/main.rs:123:17 Oct 12 17:47:53.563 INFO kablam! | Oct 12 17:47:53.563 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 12 17:47:53.563 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:53.563 INFO kablam! Oct 12 17:47:53.563 INFO kablam! warning: unused variable: `e` Oct 12 17:47:53.563 INFO kablam! --> src/main.rs:32:21 Oct 12 17:47:53.563 INFO kablam! | Oct 12 17:47:53.563 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 12 17:47:53.563 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:53.563 INFO kablam! Oct 12 17:47:53.567 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:53.567 INFO kablam! --> src/main.rs:51:13 Oct 12 17:47:53.568 INFO kablam! | Oct 12 17:47:53.568 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 12 17:47:53.572 INFO kablam! | ----^^^ Oct 12 17:47:53.572 INFO kablam! | | Oct 12 17:47:53.572 INFO kablam! | help: remove this `mut` Oct 12 17:47:53.572 INFO kablam! | Oct 12 17:47:53.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:47:53.572 INFO kablam! Oct 12 17:47:53.596 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:53.596 INFO kablam! --> src/main.rs:109:9 Oct 12 17:47:53.596 INFO kablam! | Oct 12 17:47:53.596 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 12 17:47:53.596 INFO kablam! | ----^^^^^^^^^^^ Oct 12 17:47:53.596 INFO kablam! | | Oct 12 17:47:53.596 INFO kablam! | help: remove this `mut` Oct 12 17:47:53.596 INFO kablam! Oct 12 17:47:53.596 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:53.596 INFO kablam! --> src/main.rs:115:9 Oct 12 17:47:53.596 INFO kablam! | Oct 12 17:47:53.596 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 12 17:47:53.596 INFO kablam! | ----^^^^^^^^^ Oct 12 17:47:53.596 INFO kablam! | | Oct 12 17:47:53.596 INFO kablam! | help: remove this `mut` Oct 12 17:47:53.596 INFO kablam! Oct 12 17:47:53.600 INFO kablam! warning: method is never used: `seek` Oct 12 17:47:53.600 INFO kablam! --> src/main.rs:50:5 Oct 12 17:47:53.600 INFO kablam! | Oct 12 17:47:53.600 INFO kablam! 50 | pub fn seek(&mut self) { Oct 12 17:47:53.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.600 INFO kablam! | Oct 12 17:47:53.600 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:47:53.600 INFO kablam! Oct 12 17:47:53.600 INFO kablam! warning: method is never used: `write_hash` Oct 12 17:47:53.600 INFO kablam! --> src/main.rs:64:5 Oct 12 17:47:53.600 INFO kablam! | Oct 12 17:47:53.600 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 12 17:47:53.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.600 INFO kablam! Oct 12 17:47:53.620 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.620 INFO kablam! --> src/main.rs:54:13 Oct 12 17:47:53.620 INFO kablam! | Oct 12 17:47:53.620 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 12 17:47:53.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.620 INFO kablam! | Oct 12 17:47:53.620 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:47:53.620 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.620 INFO kablam! Oct 12 17:47:53.620 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.620 INFO kablam! --> src/main.rs:59:9 Oct 12 17:47:53.620 INFO kablam! | Oct 12 17:47:53.620 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 12 17:47:53.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.620 INFO kablam! | Oct 12 17:47:53.620 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.620 INFO kablam! Oct 12 17:47:53.620 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.620 INFO kablam! --> src/main.rs:67:9 Oct 12 17:47:53.620 INFO kablam! | Oct 12 17:47:53.621 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 12 17:47:53.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.621 INFO kablam! | Oct 12 17:47:53.621 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.621 INFO kablam! Oct 12 17:47:53.621 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.621 INFO kablam! --> src/main.rs:82:17 Oct 12 17:47:53.621 INFO kablam! | Oct 12 17:47:53.621 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 12 17:47:53.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.621 INFO kablam! | Oct 12 17:47:53.621 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.621 INFO kablam! Oct 12 17:47:53.702 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:53.702 INFO kablam! --> src/main.rs:86:20 Oct 12 17:47:53.702 INFO kablam! | Oct 12 17:47:53.702 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 12 17:47:53.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:53.702 INFO kablam! | Oct 12 17:47:53.702 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:47:53.702 INFO kablam! Oct 12 17:47:53.702 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:47:53.702 INFO kablam! --> src/main.rs:90:20 Oct 12 17:47:53.702 INFO kablam! | Oct 12 17:47:53.702 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 12 17:47:53.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:47:53.702 INFO kablam! Oct 12 17:47:53.800 INFO kablam! warning: unused variable: `line` Oct 12 17:47:53.800 INFO kablam! --> src/main.rs:117:13 Oct 12 17:47:53.800 INFO kablam! | Oct 12 17:47:53.800 INFO kablam! 117 | let line = match line_br { Oct 12 17:47:53.800 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 12 17:47:53.800 INFO kablam! | Oct 12 17:47:53.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:47:53.800 INFO kablam! Oct 12 17:47:53.800 INFO kablam! warning: unused variable: `hf` Oct 12 17:47:53.800 INFO kablam! --> src/main.rs:120:25 Oct 12 17:47:53.800 INFO kablam! | Oct 12 17:47:53.800 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 12 17:47:53.800 INFO kablam! | ^^ help: consider using `_hf` instead Oct 12 17:47:53.800 INFO kablam! Oct 12 17:47:53.800 INFO kablam! warning: unused variable: `e` Oct 12 17:47:53.801 INFO kablam! --> src/main.rs:123:17 Oct 12 17:47:53.801 INFO kablam! | Oct 12 17:47:53.801 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 12 17:47:53.801 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:53.801 INFO kablam! Oct 12 17:47:53.801 INFO kablam! warning: unused variable: `e` Oct 12 17:47:53.801 INFO kablam! --> src/main.rs:32:21 Oct 12 17:47:53.801 INFO kablam! | Oct 12 17:47:53.801 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 12 17:47:53.801 INFO kablam! | ^ help: consider using `_e` instead Oct 12 17:47:53.801 INFO kablam! Oct 12 17:47:53.804 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:53.804 INFO kablam! --> src/main.rs:51:13 Oct 12 17:47:53.804 INFO kablam! | Oct 12 17:47:53.804 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 12 17:47:53.804 INFO kablam! | ----^^^ Oct 12 17:47:53.804 INFO kablam! | | Oct 12 17:47:53.804 INFO kablam! | help: remove this `mut` Oct 12 17:47:53.804 INFO kablam! | Oct 12 17:47:53.804 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:47:53.804 INFO kablam! Oct 12 17:47:53.812 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:53.812 INFO kablam! --> src/main.rs:109:9 Oct 12 17:47:53.812 INFO kablam! | Oct 12 17:47:53.812 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 12 17:47:53.812 INFO kablam! | ----^^^^^^^^^^^ Oct 12 17:47:53.812 INFO kablam! | | Oct 12 17:47:53.812 INFO kablam! | help: remove this `mut` Oct 12 17:47:53.812 INFO kablam! Oct 12 17:47:53.812 INFO kablam! warning: variable does not need to be mutable Oct 12 17:47:53.812 INFO kablam! --> src/main.rs:115:9 Oct 12 17:47:53.812 INFO kablam! | Oct 12 17:47:53.812 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 12 17:47:53.812 INFO kablam! | ----^^^^^^^^^ Oct 12 17:47:53.812 INFO kablam! | | Oct 12 17:47:53.812 INFO kablam! | help: remove this `mut` Oct 12 17:47:53.812 INFO kablam! Oct 12 17:47:53.824 INFO kablam! warning: method is never used: `seek` Oct 12 17:47:53.824 INFO kablam! --> src/main.rs:50:5 Oct 12 17:47:53.824 INFO kablam! | Oct 12 17:47:53.824 INFO kablam! 50 | pub fn seek(&mut self) { Oct 12 17:47:53.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.824 INFO kablam! | Oct 12 17:47:53.824 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:47:53.824 INFO kablam! Oct 12 17:47:53.824 INFO kablam! warning: method is never used: `write_hash` Oct 12 17:47:53.824 INFO kablam! --> src/main.rs:64:5 Oct 12 17:47:53.824 INFO kablam! | Oct 12 17:47:53.824 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 12 17:47:53.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.824 INFO kablam! Oct 12 17:47:53.832 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.832 INFO kablam! --> src/main.rs:54:13 Oct 12 17:47:53.833 INFO kablam! | Oct 12 17:47:53.833 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 12 17:47:53.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.833 INFO kablam! | Oct 12 17:47:53.833 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:47:53.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.833 INFO kablam! Oct 12 17:47:53.833 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.833 INFO kablam! --> src/main.rs:59:9 Oct 12 17:47:53.833 INFO kablam! | Oct 12 17:47:53.833 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 12 17:47:53.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.833 INFO kablam! | Oct 12 17:47:53.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.833 INFO kablam! Oct 12 17:47:53.833 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.833 INFO kablam! --> src/main.rs:67:9 Oct 12 17:47:53.833 INFO kablam! | Oct 12 17:47:53.833 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 12 17:47:53.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.833 INFO kablam! | Oct 12 17:47:53.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.833 INFO kablam! Oct 12 17:47:53.833 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:47:53.834 INFO kablam! --> src/main.rs:82:17 Oct 12 17:47:53.834 INFO kablam! | Oct 12 17:47:53.834 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 12 17:47:53.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:47:53.834 INFO kablam! | Oct 12 17:47:53.834 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:47:53.834 INFO kablam! Oct 12 17:47:53.869 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 12 17:47:53.881 INFO kablam! su: No module specific data is present Oct 12 17:47:54.721 INFO running `"docker" "rm" "-f" "e62cf9c16b2d07e8176879847bbb36fdbb47137d8fac390ac482b554bd03b211"` Oct 12 17:47:55.045 INFO blam! e62cf9c16b2d07e8176879847bbb36fdbb47137d8fac390ac482b554bd03b211