Oct 14 12:09:35.588 INFO testing master-d/rust-pwned-passwords against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:09:35.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 12:09:36.183 INFO blam! 19749c74aa74c0e8d16ccfddf108cccdd98624a280c6633352ffbca68b1795c8 Oct 14 12:09:36.183 INFO running `"docker" "start" "-a" "19749c74aa74c0e8d16ccfddf108cccdd98624a280c6633352ffbca68b1795c8"` Oct 14 12:09:37.539 INFO kablam! usermod: no changes Oct 14 12:09:37.611 INFO kablam! Compiling sha1 v0.2.0 Oct 14 12:09:38.171 INFO kablam! Compiling rust-pwned-passwords v0.1.0 (/source) Oct 14 12:09:38.327 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:38.327 INFO kablam! --> src/main.rs:86:20 Oct 14 12:09:38.327 INFO kablam! | Oct 14 12:09:38.327 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 14 12:09:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:38.327 INFO kablam! | Oct 14 12:09:38.327 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:09:38.327 INFO kablam! Oct 14 12:09:38.327 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:38.327 INFO kablam! --> src/main.rs:90:20 Oct 14 12:09:38.327 INFO kablam! | Oct 14 12:09:38.327 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 14 12:09:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:38.327 INFO kablam! Oct 14 12:09:38.423 INFO kablam! warning: unused variable: `line` Oct 14 12:09:38.423 INFO kablam! --> src/main.rs:117:13 Oct 14 12:09:38.423 INFO kablam! | Oct 14 12:09:38.423 INFO kablam! 117 | let line = match line_br { Oct 14 12:09:38.423 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 14 12:09:38.423 INFO kablam! | Oct 14 12:09:38.423 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:09:38.423 INFO kablam! Oct 14 12:09:38.423 INFO kablam! warning: unused variable: `hf` Oct 14 12:09:38.423 INFO kablam! --> src/main.rs:120:25 Oct 14 12:09:38.423 INFO kablam! | Oct 14 12:09:38.423 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 14 12:09:38.423 INFO kablam! | ^^ help: consider using `_hf` instead Oct 14 12:09:38.423 INFO kablam! Oct 14 12:09:38.423 INFO kablam! warning: unused variable: `e` Oct 14 12:09:38.423 INFO kablam! --> src/main.rs:123:17 Oct 14 12:09:38.423 INFO kablam! | Oct 14 12:09:38.423 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 14 12:09:38.423 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:38.423 INFO kablam! Oct 14 12:09:38.423 INFO kablam! warning: unused variable: `e` Oct 14 12:09:38.423 INFO kablam! --> src/main.rs:32:21 Oct 14 12:09:38.423 INFO kablam! | Oct 14 12:09:38.423 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 14 12:09:38.423 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:38.423 INFO kablam! Oct 14 12:09:38.435 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:38.435 INFO kablam! --> src/main.rs:51:13 Oct 14 12:09:38.435 INFO kablam! | Oct 14 12:09:38.435 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 14 12:09:38.435 INFO kablam! | ----^^^ Oct 14 12:09:38.435 INFO kablam! | | Oct 14 12:09:38.435 INFO kablam! | help: remove this `mut` Oct 14 12:09:38.435 INFO kablam! | Oct 14 12:09:38.435 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:09:38.435 INFO kablam! Oct 14 12:09:38.447 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:38.447 INFO kablam! --> src/main.rs:109:9 Oct 14 12:09:38.447 INFO kablam! | Oct 14 12:09:38.447 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 14 12:09:38.447 INFO kablam! | ----^^^^^^^^^^^ Oct 14 12:09:38.447 INFO kablam! | | Oct 14 12:09:38.447 INFO kablam! | help: remove this `mut` Oct 14 12:09:38.447 INFO kablam! Oct 14 12:09:38.447 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:38.447 INFO kablam! --> src/main.rs:115:9 Oct 14 12:09:38.447 INFO kablam! | Oct 14 12:09:38.447 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 14 12:09:38.447 INFO kablam! | ----^^^^^^^^^ Oct 14 12:09:38.447 INFO kablam! | | Oct 14 12:09:38.447 INFO kablam! | help: remove this `mut` Oct 14 12:09:38.447 INFO kablam! Oct 14 12:09:38.447 INFO kablam! warning: method is never used: `seek` Oct 14 12:09:38.447 INFO kablam! --> src/main.rs:50:5 Oct 14 12:09:38.447 INFO kablam! | Oct 14 12:09:38.447 INFO kablam! 50 | pub fn seek(&mut self) { Oct 14 12:09:38.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.447 INFO kablam! | Oct 14 12:09:38.447 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:09:38.447 INFO kablam! Oct 14 12:09:38.447 INFO kablam! warning: method is never used: `write_hash` Oct 14 12:09:38.447 INFO kablam! --> src/main.rs:64:5 Oct 14 12:09:38.447 INFO kablam! | Oct 14 12:09:38.447 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 14 12:09:38.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.447 INFO kablam! Oct 14 12:09:38.450 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.450 INFO kablam! --> src/main.rs:54:13 Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.450 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 14 12:09:38.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.450 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:09:38.450 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.450 INFO kablam! Oct 14 12:09:38.450 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.450 INFO kablam! --> src/main.rs:59:9 Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.450 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 14 12:09:38.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.450 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.450 INFO kablam! Oct 14 12:09:38.450 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.450 INFO kablam! --> src/main.rs:67:9 Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.450 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 14 12:09:38.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.450 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.450 INFO kablam! Oct 14 12:09:38.450 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.450 INFO kablam! --> src/main.rs:82:17 Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.450 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 14 12:09:38.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.450 INFO kablam! | Oct 14 12:09:38.451 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.451 INFO kablam! Oct 14 12:09:39.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 14 12:09:39.411 INFO kablam! su: No module specific data is present Oct 14 12:09:40.077 INFO running `"docker" "rm" "-f" "19749c74aa74c0e8d16ccfddf108cccdd98624a280c6633352ffbca68b1795c8"` Oct 14 12:09:40.311 INFO blam! 19749c74aa74c0e8d16ccfddf108cccdd98624a280c6633352ffbca68b1795c8 Oct 14 12:09:40.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 12:09:40.738 INFO blam! 8701e362b4962c8cd2bd1a178c2c80f51505c25471cbcdd3f798dd57c6c3648f Oct 14 12:09:40.741 INFO running `"docker" "start" "-a" "8701e362b4962c8cd2bd1a178c2c80f51505c25471cbcdd3f798dd57c6c3648f"` Oct 14 12:09:42.079 INFO kablam! usermod: no changes Oct 14 12:09:42.119 INFO kablam! Compiling rust-pwned-passwords v0.1.0 (/source) Oct 14 12:09:42.319 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:42.319 INFO kablam! --> src/main.rs:86:20 Oct 14 12:09:42.319 INFO kablam! | Oct 14 12:09:42.319 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 14 12:09:42.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:42.319 INFO kablam! | Oct 14 12:09:42.319 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:09:42.319 INFO kablam! Oct 14 12:09:42.319 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:42.319 INFO kablam! --> src/main.rs:90:20 Oct 14 12:09:42.319 INFO kablam! | Oct 14 12:09:42.319 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 14 12:09:42.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:42.319 INFO kablam! Oct 14 12:09:42.391 INFO kablam! warning: unused variable: `line` Oct 14 12:09:42.391 INFO kablam! --> src/main.rs:117:13 Oct 14 12:09:42.391 INFO kablam! | Oct 14 12:09:42.391 INFO kablam! 117 | let line = match line_br { Oct 14 12:09:42.391 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 14 12:09:42.391 INFO kablam! | Oct 14 12:09:42.391 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:09:42.391 INFO kablam! Oct 14 12:09:42.391 INFO kablam! warning: unused variable: `hf` Oct 14 12:09:42.391 INFO kablam! --> src/main.rs:120:25 Oct 14 12:09:42.391 INFO kablam! | Oct 14 12:09:42.391 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 14 12:09:42.391 INFO kablam! | ^^ help: consider using `_hf` instead Oct 14 12:09:42.391 INFO kablam! Oct 14 12:09:42.391 INFO kablam! warning: unused variable: `e` Oct 14 12:09:42.391 INFO kablam! --> src/main.rs:123:17 Oct 14 12:09:42.391 INFO kablam! | Oct 14 12:09:42.391 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 14 12:09:42.391 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:42.391 INFO kablam! Oct 14 12:09:42.391 INFO kablam! warning: unused variable: `e` Oct 14 12:09:42.391 INFO kablam! --> src/main.rs:32:21 Oct 14 12:09:42.391 INFO kablam! | Oct 14 12:09:42.391 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 14 12:09:42.391 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:42.391 INFO kablam! Oct 14 12:09:42.396 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:42.396 INFO kablam! --> src/main.rs:51:13 Oct 14 12:09:42.396 INFO kablam! | Oct 14 12:09:42.396 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 14 12:09:42.396 INFO kablam! | ----^^^ Oct 14 12:09:42.396 INFO kablam! | | Oct 14 12:09:42.396 INFO kablam! | help: remove this `mut` Oct 14 12:09:42.396 INFO kablam! | Oct 14 12:09:42.396 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:09:42.396 INFO kablam! Oct 14 12:09:42.403 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:42.403 INFO kablam! --> src/main.rs:109:9 Oct 14 12:09:42.403 INFO kablam! | Oct 14 12:09:42.403 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 14 12:09:42.403 INFO kablam! | ----^^^^^^^^^^^ Oct 14 12:09:42.403 INFO kablam! | | Oct 14 12:09:42.403 INFO kablam! | help: remove this `mut` Oct 14 12:09:42.403 INFO kablam! Oct 14 12:09:42.403 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:42.403 INFO kablam! --> src/main.rs:115:9 Oct 14 12:09:42.403 INFO kablam! | Oct 14 12:09:42.403 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 14 12:09:42.403 INFO kablam! | ----^^^^^^^^^ Oct 14 12:09:42.403 INFO kablam! | | Oct 14 12:09:42.403 INFO kablam! | help: remove this `mut` Oct 14 12:09:42.403 INFO kablam! Oct 14 12:09:42.407 INFO kablam! warning: method is never used: `seek` Oct 14 12:09:42.407 INFO kablam! --> src/main.rs:50:5 Oct 14 12:09:42.407 INFO kablam! | Oct 14 12:09:42.407 INFO kablam! 50 | pub fn seek(&mut self) { Oct 14 12:09:42.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:42.407 INFO kablam! | Oct 14 12:09:42.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:09:42.408 INFO kablam! Oct 14 12:09:42.408 INFO kablam! warning: method is never used: `write_hash` Oct 14 12:09:42.408 INFO kablam! --> src/main.rs:64:5 Oct 14 12:09:42.408 INFO kablam! | Oct 14 12:09:42.408 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 14 12:09:42.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:42.408 INFO kablam! Oct 14 12:09:42.425 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:42.425 INFO kablam! --> src/main.rs:54:13 Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 14 12:09:42.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:09:42.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:42.425 INFO kablam! Oct 14 12:09:42.425 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:42.425 INFO kablam! --> src/main.rs:59:9 Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 14 12:09:42.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:42.425 INFO kablam! Oct 14 12:09:42.425 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:42.425 INFO kablam! --> src/main.rs:67:9 Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 14 12:09:42.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:42.425 INFO kablam! Oct 14 12:09:42.425 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:42.425 INFO kablam! --> src/main.rs:82:17 Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 14 12:09:42.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:42.425 INFO kablam! | Oct 14 12:09:42.425 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:42.425 INFO kablam! Oct 14 12:09:43.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 14 12:09:43.207 INFO kablam! su: No module specific data is present Oct 14 12:09:44.357 INFO running `"docker" "rm" "-f" "8701e362b4962c8cd2bd1a178c2c80f51505c25471cbcdd3f798dd57c6c3648f"` Oct 14 12:09:44.667 INFO blam! 8701e362b4962c8cd2bd1a178c2c80f51505c25471cbcdd3f798dd57c6c3648f Oct 14 12:09:44.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 12:09:45.106 INFO blam! 944d3338ef7de3fe164ec88a6a9d035e78c2836a998b1716b552eae9fc75aa56 Oct 14 12:09:45.115 INFO running `"docker" "start" "-a" "944d3338ef7de3fe164ec88a6a9d035e78c2836a998b1716b552eae9fc75aa56"` Oct 14 12:09:46.627 INFO kablam! usermod: no changes Oct 14 12:09:46.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 12:09:46.720 INFO kablam! Running /target/debug/deps/rust_pwned_passwords-d122eba45521caa2 Oct 14 12:09:46.728 INFO blam! Oct 14 12:09:46.728 INFO blam! running 0 tests Oct 14 12:09:46.728 INFO blam! Oct 14 12:09:46.728 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:09:46.728 INFO blam! Oct 14 12:09:46.731 INFO kablam! su: No module specific data is present Oct 14 12:09:47.534 INFO running `"docker" "rm" "-f" "944d3338ef7de3fe164ec88a6a9d035e78c2836a998b1716b552eae9fc75aa56"` Oct 14 12:09:47.767 INFO blam! 944d3338ef7de3fe164ec88a6a9d035e78c2836a998b1716b552eae9fc75aa56