Oct 14 12:09:32.013 INFO testing master-d/rust-pwned-passwords against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:09:32.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:32.482 INFO blam! 2bc581508d9ea7532d818d4daa7ee129700f232abba7ec2868170a5d2274d010 Oct 14 12:09:32.483 INFO running `"docker" "start" "-a" "2bc581508d9ea7532d818d4daa7ee129700f232abba7ec2868170a5d2274d010"` Oct 14 12:09:33.903 INFO kablam! usermod: no changes Oct 14 12:09:33.971 INFO kablam! Compiling sha1 v0.2.0 Oct 14 12:09:34.435 INFO kablam! Compiling rust-pwned-passwords v0.1.0 (/source) Oct 14 12:09:34.619 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:34.619 INFO kablam! --> src/main.rs:86:20 Oct 14 12:09:34.619 INFO kablam! | Oct 14 12:09:34.619 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 14 12:09:34.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:34.619 INFO kablam! | Oct 14 12:09:34.619 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:09:34.619 INFO kablam! Oct 14 12:09:34.619 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:34.619 INFO kablam! --> src/main.rs:90:20 Oct 14 12:09:34.619 INFO kablam! | Oct 14 12:09:34.619 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 14 12:09:34.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:34.619 INFO kablam! Oct 14 12:09:34.695 INFO kablam! warning: unused variable: `line` Oct 14 12:09:34.695 INFO kablam! --> src/main.rs:117:13 Oct 14 12:09:34.695 INFO kablam! | Oct 14 12:09:34.695 INFO kablam! 117 | let line = match line_br { Oct 14 12:09:34.695 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 14 12:09:34.695 INFO kablam! | Oct 14 12:09:34.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:09:34.695 INFO kablam! Oct 14 12:09:34.695 INFO kablam! warning: unused variable: `hf` Oct 14 12:09:34.695 INFO kablam! --> src/main.rs:120:25 Oct 14 12:09:34.695 INFO kablam! | Oct 14 12:09:34.695 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 14 12:09:34.695 INFO kablam! | ^^ help: consider using `_hf` instead Oct 14 12:09:34.695 INFO kablam! Oct 14 12:09:34.695 INFO kablam! warning: unused variable: `e` Oct 14 12:09:34.695 INFO kablam! --> src/main.rs:123:17 Oct 14 12:09:34.695 INFO kablam! | Oct 14 12:09:34.695 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 14 12:09:34.695 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:34.695 INFO kablam! Oct 14 12:09:34.695 INFO kablam! warning: unused variable: `e` Oct 14 12:09:34.695 INFO kablam! --> src/main.rs:32:21 Oct 14 12:09:34.695 INFO kablam! | Oct 14 12:09:34.695 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 14 12:09:34.695 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:34.695 INFO kablam! Oct 14 12:09:34.699 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:34.699 INFO kablam! --> src/main.rs:51:13 Oct 14 12:09:34.699 INFO kablam! | Oct 14 12:09:34.699 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 14 12:09:34.699 INFO kablam! | ----^^^ Oct 14 12:09:34.699 INFO kablam! | | Oct 14 12:09:34.699 INFO kablam! | help: remove this `mut` Oct 14 12:09:34.699 INFO kablam! | Oct 14 12:09:34.699 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:09:34.699 INFO kablam! Oct 14 12:09:34.707 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:34.707 INFO kablam! --> src/main.rs:109:9 Oct 14 12:09:34.707 INFO kablam! | Oct 14 12:09:34.707 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 14 12:09:34.707 INFO kablam! | ----^^^^^^^^^^^ Oct 14 12:09:34.707 INFO kablam! | | Oct 14 12:09:34.707 INFO kablam! | help: remove this `mut` Oct 14 12:09:34.707 INFO kablam! Oct 14 12:09:34.707 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:34.707 INFO kablam! --> src/main.rs:115:9 Oct 14 12:09:34.707 INFO kablam! | Oct 14 12:09:34.707 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 14 12:09:34.707 INFO kablam! | ----^^^^^^^^^ Oct 14 12:09:34.707 INFO kablam! | | Oct 14 12:09:34.707 INFO kablam! | help: remove this `mut` Oct 14 12:09:34.707 INFO kablam! Oct 14 12:09:34.711 INFO kablam! warning: method is never used: `seek` Oct 14 12:09:34.711 INFO kablam! --> src/main.rs:50:5 Oct 14 12:09:34.711 INFO kablam! | Oct 14 12:09:34.711 INFO kablam! 50 | pub fn seek(&mut self) { Oct 14 12:09:34.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:34.711 INFO kablam! | Oct 14 12:09:34.711 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:09:34.711 INFO kablam! Oct 14 12:09:34.711 INFO kablam! warning: method is never used: `write_hash` Oct 14 12:09:34.711 INFO kablam! --> src/main.rs:64:5 Oct 14 12:09:34.711 INFO kablam! | Oct 14 12:09:34.711 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 14 12:09:34.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:34.711 INFO kablam! Oct 14 12:09:34.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:34.719 INFO kablam! --> src/main.rs:54:13 Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 14 12:09:34.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:09:34.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:34.719 INFO kablam! Oct 14 12:09:34.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:34.719 INFO kablam! --> src/main.rs:59:9 Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 14 12:09:34.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:34.719 INFO kablam! Oct 14 12:09:34.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:34.719 INFO kablam! --> src/main.rs:67:9 Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 14 12:09:34.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:34.719 INFO kablam! Oct 14 12:09:34.719 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:34.719 INFO kablam! --> src/main.rs:82:17 Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 14 12:09:34.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:34.719 INFO kablam! | Oct 14 12:09:34.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:34.719 INFO kablam! Oct 14 12:09:35.789 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 14 12:09:35.791 INFO kablam! su: No module specific data is present Oct 14 12:09:36.392 INFO running `"docker" "rm" "-f" "2bc581508d9ea7532d818d4daa7ee129700f232abba7ec2868170a5d2274d010"` Oct 14 12:09:36.727 INFO blam! 2bc581508d9ea7532d818d4daa7ee129700f232abba7ec2868170a5d2274d010 Oct 14 12:09:36.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:37.094 INFO blam! 02044f4a8a48b64525ef7cd790b0bda8556a6c5cd49ce53f68ef9f7d5fde64ea Oct 14 12:09:37.104 INFO running `"docker" "start" "-a" "02044f4a8a48b64525ef7cd790b0bda8556a6c5cd49ce53f68ef9f7d5fde64ea"` Oct 14 12:09:38.471 INFO kablam! usermod: no changes Oct 14 12:09:38.551 INFO kablam! Compiling rust-pwned-passwords v0.1.0 (/source) Oct 14 12:09:38.803 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:38.803 INFO kablam! --> src/main.rs:86:20 Oct 14 12:09:38.803 INFO kablam! | Oct 14 12:09:38.803 INFO kablam! 86 | if (cmp_hash == self.hash) { Oct 14 12:09:38.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:38.804 INFO kablam! | Oct 14 12:09:38.804 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:09:38.805 INFO kablam! Oct 14 12:09:38.805 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 12:09:38.805 INFO kablam! --> src/main.rs:90:20 Oct 14 12:09:38.805 INFO kablam! | Oct 14 12:09:38.806 INFO kablam! 90 | if (cmp_hash > self.hash) { Oct 14 12:09:38.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 12:09:38.806 INFO kablam! Oct 14 12:09:38.879 INFO kablam! warning: unused variable: `line` Oct 14 12:09:38.880 INFO kablam! --> src/main.rs:117:13 Oct 14 12:09:38.880 INFO kablam! | Oct 14 12:09:38.880 INFO kablam! 117 | let line = match line_br { Oct 14 12:09:38.881 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 14 12:09:38.881 INFO kablam! | Oct 14 12:09:38.881 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:09:38.881 INFO kablam! Oct 14 12:09:38.882 INFO kablam! warning: unused variable: `hf` Oct 14 12:09:38.882 INFO kablam! --> src/main.rs:120:25 Oct 14 12:09:38.882 INFO kablam! | Oct 14 12:09:38.883 INFO kablam! 120 | let mut hf = HashFile::new(line, true).expect("Error loading file"); Oct 14 12:09:38.883 INFO kablam! | ^^ help: consider using `_hf` instead Oct 14 12:09:38.883 INFO kablam! Oct 14 12:09:38.883 INFO kablam! warning: unused variable: `e` Oct 14 12:09:38.884 INFO kablam! --> src/main.rs:123:17 Oct 14 12:09:38.884 INFO kablam! | Oct 14 12:09:38.884 INFO kablam! 123 | Err(e) => panic!("{} {}", "Error reading line of update file", file_path) Oct 14 12:09:38.884 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:38.885 INFO kablam! Oct 14 12:09:38.885 INFO kablam! warning: unused variable: `e` Oct 14 12:09:38.885 INFO kablam! --> src/main.rs:32:21 Oct 14 12:09:38.885 INFO kablam! | Oct 14 12:09:38.886 INFO kablam! 32 | Err(e) => panic!("Could not create folder {}",dir) Oct 14 12:09:38.886 INFO kablam! | ^ help: consider using `_e` instead Oct 14 12:09:38.886 INFO kablam! Oct 14 12:09:38.891 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:38.891 INFO kablam! --> src/main.rs:51:13 Oct 14 12:09:38.891 INFO kablam! | Oct 14 12:09:38.892 INFO kablam! 51 | let mut pos = self.size as i64/2; Oct 14 12:09:38.892 INFO kablam! | ----^^^ Oct 14 12:09:38.892 INFO kablam! | | Oct 14 12:09:38.893 INFO kablam! | help: remove this `mut` Oct 14 12:09:38.893 INFO kablam! | Oct 14 12:09:38.893 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:09:38.893 INFO kablam! Oct 14 12:09:38.895 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:38.895 INFO kablam! --> src/main.rs:109:9 Oct 14 12:09:38.896 INFO kablam! | Oct 14 12:09:38.896 INFO kablam! 109 | let mut update_file = match fs::File::open(file_path) { Oct 14 12:09:38.896 INFO kablam! | ----^^^^^^^^^^^ Oct 14 12:09:38.897 INFO kablam! | | Oct 14 12:09:38.897 INFO kablam! | help: remove this `mut` Oct 14 12:09:38.897 INFO kablam! Oct 14 12:09:38.897 INFO kablam! warning: variable does not need to be mutable Oct 14 12:09:38.898 INFO kablam! --> src/main.rs:115:9 Oct 14 12:09:38.898 INFO kablam! | Oct 14 12:09:38.898 INFO kablam! 115 | let mut update_br = BufReader::new(update_file); Oct 14 12:09:38.899 INFO kablam! | ----^^^^^^^^^ Oct 14 12:09:38.899 INFO kablam! | | Oct 14 12:09:38.899 INFO kablam! | help: remove this `mut` Oct 14 12:09:38.900 INFO kablam! Oct 14 12:09:38.907 INFO kablam! warning: method is never used: `seek` Oct 14 12:09:38.907 INFO kablam! --> src/main.rs:50:5 Oct 14 12:09:38.907 INFO kablam! | Oct 14 12:09:38.908 INFO kablam! 50 | pub fn seek(&mut self) { Oct 14 12:09:38.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.908 INFO kablam! | Oct 14 12:09:38.908 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:09:38.909 INFO kablam! Oct 14 12:09:38.909 INFO kablam! warning: method is never used: `write_hash` Oct 14 12:09:38.909 INFO kablam! --> src/main.rs:64:5 Oct 14 12:09:38.910 INFO kablam! | Oct 14 12:09:38.910 INFO kablam! 64 | pub fn write_hash(&mut self, hash: &String) { Oct 14 12:09:38.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.911 INFO kablam! Oct 14 12:09:38.915 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.915 INFO kablam! --> src/main.rs:54:13 Oct 14 12:09:38.915 INFO kablam! | Oct 14 12:09:38.916 INFO kablam! 54 | self.file.seek(SeekFrom::Current(pos)); Oct 14 12:09:38.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.916 INFO kablam! | Oct 14 12:09:38.917 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:09:38.917 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.917 INFO kablam! Oct 14 12:09:38.918 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.918 INFO kablam! --> src/main.rs:59:9 Oct 14 12:09:38.918 INFO kablam! | Oct 14 12:09:38.919 INFO kablam! 59 | self.file.read_exact(&mut buf); Oct 14 12:09:38.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.919 INFO kablam! | Oct 14 12:09:38.920 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.920 INFO kablam! Oct 14 12:09:38.920 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.920 INFO kablam! --> src/main.rs:67:9 Oct 14 12:09:38.921 INFO kablam! | Oct 14 12:09:38.921 INFO kablam! 67 | self.file.write(line.as_bytes()); Oct 14 12:09:38.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.921 INFO kablam! | Oct 14 12:09:38.922 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.922 INFO kablam! Oct 14 12:09:38.922 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:09:38.923 INFO kablam! --> src/main.rs:82:17 Oct 14 12:09:38.923 INFO kablam! | Oct 14 12:09:38.923 INFO kablam! 82 | self.file.seek(SeekFrom::Current(seekto)); Oct 14 12:09:38.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:09:38.924 INFO kablam! | Oct 14 12:09:38.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:09:38.924 INFO kablam! Oct 14 12:09:39.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 14 12:09:39.471 INFO kablam! su: No module specific data is present Oct 14 12:09:40.139 INFO running `"docker" "rm" "-f" "02044f4a8a48b64525ef7cd790b0bda8556a6c5cd49ce53f68ef9f7d5fde64ea"` Oct 14 12:09:40.490 INFO blam! 02044f4a8a48b64525ef7cd790b0bda8556a6c5cd49ce53f68ef9f7d5fde64ea Oct 14 12:09:40.501 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:40.883 INFO blam! 05cc1b62d8ca3814ba5c2254f7e96d2de1728fd18c67ab3c19cafcf02c04f209 Oct 14 12:09:40.892 INFO running `"docker" "start" "-a" "05cc1b62d8ca3814ba5c2254f7e96d2de1728fd18c67ab3c19cafcf02c04f209"` Oct 14 12:09:42.675 INFO kablam! usermod: no changes Oct 14 12:09:42.767 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 12:09:42.778 INFO kablam! Running /target/debug/deps/rust_pwned_passwords-6908ff7cab5c09a7 Oct 14 12:09:42.781 INFO blam! Oct 14 12:09:42.781 INFO blam! running 0 tests Oct 14 12:09:42.781 INFO blam! Oct 14 12:09:42.781 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:09:42.781 INFO blam! Oct 14 12:09:42.782 INFO kablam! su: No module specific data is present Oct 14 12:09:44.135 INFO running `"docker" "rm" "-f" "05cc1b62d8ca3814ba5c2254f7e96d2de1728fd18c67ab3c19cafcf02c04f209"` Oct 14 12:09:44.443 INFO blam! 05cc1b62d8ca3814ba5c2254f7e96d2de1728fd18c67ab3c19cafcf02c04f209