Oct 12 17:15:32.833 INFO testing zippunov/totp-keep against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 17:15:32.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 17:15:33.364 INFO blam! 2d87c224f50f5ea74e16ac40324ca2ac7176e85b593fc1fecd5425631cbad759 Oct 12 17:15:33.366 INFO running `"docker" "start" "-a" "2d87c224f50f5ea74e16ac40324ca2ac7176e85b593fc1fecd5425631cbad759"` Oct 12 17:15:34.835 INFO kablam! usermod: no changes Oct 12 17:15:34.939 INFO kablam! Compiling typenum v1.9.0 Oct 12 17:15:34.943 INFO kablam! Compiling odds v0.2.25 Oct 12 17:15:34.943 INFO kablam! Compiling byte-tools v0.1.3 Oct 12 17:15:34.943 INFO kablam! Compiling constant_time_eq v0.1.3 Oct 12 17:15:34.944 INFO kablam! Compiling libc v0.2.32 Oct 12 17:15:34.944 INFO kablam! Compiling unicode-width v0.1.4 Oct 12 17:15:34.951 INFO kablam! Compiling fake-simd v0.1.2 Oct 12 17:15:34.955 INFO kablam! Compiling strsim v0.6.0 Oct 12 17:15:36.805 INFO kablam! Compiling ansi_term v0.9.0 Oct 12 17:15:36.831 INFO kablam! Compiling bitflags v0.9.1 Oct 12 17:15:36.891 INFO kablam! Compiling rustc-hex v1.0.0 Oct 12 17:15:36.931 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 12 17:15:37.043 INFO kablam! Compiling vec_map v0.8.0 Oct 12 17:15:39.687 INFO kablam! Compiling byteorder v1.1.0 Oct 12 17:15:39.688 INFO kablam! Compiling base32 v0.3.1 Oct 12 17:15:39.695 INFO kablam! Compiling rust-crypto v0.2.36 Oct 12 17:15:39.695 INFO kablam! Compiling nodrop v0.1.9 Oct 12 17:15:41.239 INFO kablam! Compiling term_size v0.3.0 Oct 12 17:15:41.239 INFO kablam! Compiling atty v0.2.3 Oct 12 17:15:41.239 INFO kablam! Compiling rand v0.3.17 Oct 12 17:15:41.239 INFO kablam! Compiling time v0.1.38 Oct 12 17:15:42.077 INFO kablam! Compiling textwrap v0.8.0 Oct 12 17:15:44.459 INFO kablam! Compiling clap v2.26.2 Oct 12 17:15:47.423 INFO kablam! Compiling generic-array v0.7.3 Oct 12 17:15:47.967 INFO kablam! Compiling digest v0.5.2 Oct 12 17:15:47.967 INFO kablam! Compiling crypto-mac v0.3.0 Oct 12 17:15:47.967 INFO kablam! Compiling digest-buffer v0.3.1 Oct 12 17:15:48.444 INFO kablam! Compiling sha-1 v0.3.4 Oct 12 17:15:48.444 INFO kablam! Compiling sha2 v0.5.3 Oct 12 17:15:48.603 INFO kablam! Compiling hmac v0.1.1 Oct 12 17:15:50.050 INFO kablam! Compiling oath v0.10.2 Oct 12 17:16:11.723 INFO kablam! Compiling totpkeep v0.1.0 (/source) Oct 12 17:16:11.843 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 12 17:16:11.843 INFO kablam! --> src/totpkeep.rs:41:11 Oct 12 17:16:11.843 INFO kablam! | Oct 12 17:16:11.843 INFO kablam! 41 | match env::home_dir() { Oct 12 17:16:11.843 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:16:11.843 INFO kablam! | Oct 12 17:16:11.843 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 17:16:11.843 INFO kablam! Oct 12 17:16:11.975 INFO kablam! warning: unreachable pattern Oct 12 17:16:11.975 INFO kablam! --> src/table.rs:269:13 Oct 12 17:16:11.975 INFO kablam! | Oct 12 17:16:11.975 INFO kablam! 268 | ref Left => format!("{p}{d: format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:11.975 INFO kablam! | ^^^^^^^^^^ unreachable pattern Oct 12 17:16:11.975 INFO kablam! | Oct 12 17:16:11.975 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 17:16:11.975 INFO kablam! Oct 12 17:16:11.975 INFO kablam! warning: unreachable pattern Oct 12 17:16:11.975 INFO kablam! --> src/table.rs:270:13 Oct 12 17:16:11.975 INFO kablam! | Oct 12 17:16:11.975 INFO kablam! 268 | ref Left => format!("{p}{d: format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:11.975 INFO kablam! 270 | ref Right => format!("{p}{d:>w$}{p}", p=p, w=field_len, d=data) Oct 12 17:16:11.975 INFO kablam! | ^^^^^^^^^ unreachable pattern Oct 12 17:16:11.975 INFO kablam! Oct 12 17:16:11.978 INFO kablam! warning: unused variable: `m` Oct 12 17:16:11.978 INFO kablam! --> src/main.rs:95:23 Oct 12 17:16:11.978 INFO kablam! | Oct 12 17:16:11.978 INFO kablam! 95 | ("list", Some(m)) => totpkeep::list_services(password, file, symbols), Oct 12 17:16:11.978 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:16:11.978 INFO kablam! | Oct 12 17:16:11.978 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:16:11.978 INFO kablam! Oct 12 17:16:11.978 INFO kablam! warning: unused variable: `m` Oct 12 17:16:11.978 INFO kablam! --> src/main.rs:96:26 Oct 12 17:16:11.978 INFO kablam! | Oct 12 17:16:11.978 INFO kablam! 96 | ("recrypt", Some(m)) => Ok(()), Oct 12 17:16:11.978 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:16:11.979 INFO kablam! Oct 12 17:16:11.979 INFO kablam! warning: unused variable: `error` Oct 12 17:16:11.979 INFO kablam! --> src/errors.rs:48:13 Oct 12 17:16:11.979 INFO kablam! | Oct 12 17:16:11.979 INFO kablam! 48 | fn from(error: io::Error) -> Self { Oct 12 17:16:11.979 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 12 17:16:11.979 INFO kablam! Oct 12 17:16:11.979 INFO kablam! warning: unused variable: `Left` Oct 12 17:16:11.979 INFO kablam! --> src/table.rs:268:17 Oct 12 17:16:11.979 INFO kablam! | Oct 12 17:16:11.979 INFO kablam! 268 | ref Left => format!("{p}{d: src/table.rs:269:17 Oct 12 17:16:11.979 INFO kablam! | Oct 12 17:16:11.979 INFO kablam! 269 | ref Middle => format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:11.979 INFO kablam! | ^^^^^^ help: consider using `_Middle` instead Oct 12 17:16:11.979 INFO kablam! Oct 12 17:16:11.979 INFO kablam! warning: unused variable: `Right` Oct 12 17:16:11.979 INFO kablam! --> src/table.rs:270:17 Oct 12 17:16:11.979 INFO kablam! | Oct 12 17:16:11.979 INFO kablam! 270 | ref Right => format!("{p}{d:>w$}{p}", p=p, w=field_len, d=data) Oct 12 17:16:11.979 INFO kablam! | ^^^^^ help: consider using `_Right` instead Oct 12 17:16:11.979 INFO kablam! Oct 12 17:16:11.985 INFO kablam! warning: variable does not need to be mutable Oct 12 17:16:11.985 INFO kablam! --> src/crpt.rs:46:13 Oct 12 17:16:11.985 INFO kablam! | Oct 12 17:16:11.985 INFO kablam! 46 | let mut key: Vec = build_key(password, &content[self.key_salt()], self.bcrypt_pbkdf_cost); Oct 12 17:16:11.985 INFO kablam! | ----^^^ Oct 12 17:16:11.985 INFO kablam! | | Oct 12 17:16:11.985 INFO kablam! | help: remove this `mut` Oct 12 17:16:11.985 INFO kablam! | Oct 12 17:16:11.985 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:16:11.985 INFO kablam! Oct 12 17:16:11.988 INFO kablam! warning: variable does not need to be mutable Oct 12 17:16:11.988 INFO kablam! --> src/crpt.rs:53:13 Oct 12 17:16:11.988 INFO kablam! | Oct 12 17:16:11.988 INFO kablam! 53 | let mut key = self.extract_key(&encrypted[..], password); Oct 12 17:16:11.988 INFO kablam! | ----^^^ Oct 12 17:16:11.988 INFO kablam! | | Oct 12 17:16:11.988 INFO kablam! | help: remove this `mut` Oct 12 17:16:11.988 INFO kablam! Oct 12 17:16:12.035 INFO kablam! warning: function is never used: `change_password` Oct 12 17:16:12.035 INFO kablam! --> src/totpkeep.rs:185:1 Oct 12 17:16:12.035 INFO kablam! | Oct 12 17:16:12.035 INFO kablam! 185 | pub fn change_password(old_pass: &str, new_pass: &str, file: Option<&str>) -> Result<(), Error> { Oct 12 17:16:12.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:12.035 INFO kablam! | Oct 12 17:16:12.035 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:16:12.035 INFO kablam! Oct 12 17:16:12.035 INFO kablam! warning: function is never used: `zero` Oct 12 17:16:12.035 INFO kablam! --> src/utils.rs:14:1 Oct 12 17:16:12.035 INFO kablam! | Oct 12 17:16:12.035 INFO kablam! 14 | pub fn zero(dst: &mut [u8]) { Oct 12 17:16:12.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:12.035 INFO kablam! Oct 12 17:16:12.035 INFO kablam! warning: variant is never constructed: `Right` Oct 12 17:16:12.035 INFO kablam! --> src/table.rs:102:5 Oct 12 17:16:12.035 INFO kablam! | Oct 12 17:16:12.035 INFO kablam! 102 | Right, Oct 12 17:16:12.035 INFO kablam! | ^^^^^ Oct 12 17:16:12.035 INFO kablam! Oct 12 17:16:12.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:12.040 INFO kablam! --> src/totpkeep.rs:106:5 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 106 | stdout().write(formatter.format(&table).as_bytes()); Oct 12 17:16:12.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:16:12.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:12.040 INFO kablam! Oct 12 17:16:12.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:12.040 INFO kablam! --> src/totpkeep.rs:118:5 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 118 | stdout().write(progress.as_bytes()); Oct 12 17:16:12.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:12.040 INFO kablam! Oct 12 17:16:12.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:12.040 INFO kablam! --> src/totpkeep.rs:148:9 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 148 | buff.write(record.name.as_bytes()); Oct 12 17:16:12.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:12.040 INFO kablam! Oct 12 17:16:12.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:12.040 INFO kablam! --> src/totpkeep.rs:149:9 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 149 | buff.write(b"\0"); Oct 12 17:16:12.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:12.040 INFO kablam! Oct 12 17:16:12.040 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:12.040 INFO kablam! --> src/totpkeep.rs:150:9 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 150 | buff.write(record.marshall_secret().as_bytes()); Oct 12 17:16:12.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:12.040 INFO kablam! Oct 12 17:16:12.040 INFO kablam! warning: variable `Left` should have a snake case name such as `left` Oct 12 17:16:12.040 INFO kablam! --> src/table.rs:268:13 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 268 | ref Left => format!("{p}{d: src/table.rs:269:13 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 269 | ref Middle => format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:12.040 INFO kablam! | ^^^^^^^^^^ Oct 12 17:16:12.040 INFO kablam! Oct 12 17:16:12.040 INFO kablam! warning: variable `Right` should have a snake case name such as `right` Oct 12 17:16:12.040 INFO kablam! --> src/table.rs:270:13 Oct 12 17:16:12.040 INFO kablam! | Oct 12 17:16:12.040 INFO kablam! 270 | ref Right => format!("{p}{d:>w$}{p}", p=p, w=field_len, d=data) Oct 12 17:16:12.040 INFO kablam! | ^^^^^^^^^ Oct 12 17:16:12.040 INFO kablam! Oct 12 17:16:13.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.53s Oct 12 17:16:13.410 INFO kablam! su: No module specific data is present Oct 12 17:16:13.800 INFO running `"docker" "rm" "-f" "2d87c224f50f5ea74e16ac40324ca2ac7176e85b593fc1fecd5425631cbad759"` Oct 12 17:16:13.878 INFO blam! 2d87c224f50f5ea74e16ac40324ca2ac7176e85b593fc1fecd5425631cbad759 Oct 12 17:16:13.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 17:16:14.063 INFO blam! f89231bf374cc388d4abd3924451659bf76225e8a2f17a70e6f60e85d58bdf4d Oct 12 17:16:14.065 INFO running `"docker" "start" "-a" "f89231bf374cc388d4abd3924451659bf76225e8a2f17a70e6f60e85d58bdf4d"` Oct 12 17:16:14.426 INFO kablam! usermod: no changes Oct 12 17:16:14.499 INFO kablam! Compiling totpkeep v0.1.0 (/source) Oct 12 17:16:14.605 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 12 17:16:14.605 INFO kablam! --> src/totpkeep.rs:41:11 Oct 12 17:16:14.605 INFO kablam! | Oct 12 17:16:14.605 INFO kablam! 41 | match env::home_dir() { Oct 12 17:16:14.605 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:16:14.605 INFO kablam! | Oct 12 17:16:14.605 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 17:16:14.605 INFO kablam! Oct 12 17:16:14.779 INFO kablam! warning: unreachable pattern Oct 12 17:16:14.779 INFO kablam! --> src/table.rs:269:13 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 268 | ref Left => format!("{p}{d: format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:14.779 INFO kablam! | ^^^^^^^^^^ unreachable pattern Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 17:16:14.779 INFO kablam! Oct 12 17:16:14.779 INFO kablam! warning: unreachable pattern Oct 12 17:16:14.779 INFO kablam! --> src/table.rs:270:13 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 268 | ref Left => format!("{p}{d: format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:14.779 INFO kablam! 270 | ref Right => format!("{p}{d:>w$}{p}", p=p, w=field_len, d=data) Oct 12 17:16:14.779 INFO kablam! | ^^^^^^^^^ unreachable pattern Oct 12 17:16:14.779 INFO kablam! Oct 12 17:16:14.779 INFO kablam! warning: unused variable: `m` Oct 12 17:16:14.779 INFO kablam! --> src/main.rs:95:23 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 95 | ("list", Some(m)) => totpkeep::list_services(password, file, symbols), Oct 12 17:16:14.779 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:16:14.779 INFO kablam! Oct 12 17:16:14.779 INFO kablam! warning: unused variable: `m` Oct 12 17:16:14.779 INFO kablam! --> src/main.rs:96:26 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 96 | ("recrypt", Some(m)) => Ok(()), Oct 12 17:16:14.779 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:16:14.779 INFO kablam! Oct 12 17:16:14.779 INFO kablam! warning: unused variable: `error` Oct 12 17:16:14.779 INFO kablam! --> src/errors.rs:48:13 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 48 | fn from(error: io::Error) -> Self { Oct 12 17:16:14.779 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 12 17:16:14.779 INFO kablam! Oct 12 17:16:14.779 INFO kablam! warning: unused variable: `Left` Oct 12 17:16:14.779 INFO kablam! --> src/table.rs:268:17 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 268 | ref Left => format!("{p}{d: src/table.rs:269:17 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 269 | ref Middle => format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:14.779 INFO kablam! | ^^^^^^ help: consider using `_Middle` instead Oct 12 17:16:14.779 INFO kablam! Oct 12 17:16:14.779 INFO kablam! warning: unused variable: `Right` Oct 12 17:16:14.779 INFO kablam! --> src/table.rs:270:17 Oct 12 17:16:14.779 INFO kablam! | Oct 12 17:16:14.779 INFO kablam! 270 | ref Right => format!("{p}{d:>w$}{p}", p=p, w=field_len, d=data) Oct 12 17:16:14.779 INFO kablam! | ^^^^^ help: consider using `_Right` instead Oct 12 17:16:14.779 INFO kablam! Oct 12 17:16:14.790 INFO kablam! warning: variable does not need to be mutable Oct 12 17:16:14.790 INFO kablam! --> src/crpt.rs:46:13 Oct 12 17:16:14.790 INFO kablam! | Oct 12 17:16:14.790 INFO kablam! 46 | let mut key: Vec = build_key(password, &content[self.key_salt()], self.bcrypt_pbkdf_cost); Oct 12 17:16:14.790 INFO kablam! | ----^^^ Oct 12 17:16:14.790 INFO kablam! | | Oct 12 17:16:14.790 INFO kablam! | help: remove this `mut` Oct 12 17:16:14.790 INFO kablam! | Oct 12 17:16:14.790 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:16:14.790 INFO kablam! Oct 12 17:16:14.790 INFO kablam! warning: variable does not need to be mutable Oct 12 17:16:14.790 INFO kablam! --> src/crpt.rs:53:13 Oct 12 17:16:14.790 INFO kablam! | Oct 12 17:16:14.790 INFO kablam! 53 | let mut key = self.extract_key(&encrypted[..], password); Oct 12 17:16:14.791 INFO kablam! | ----^^^ Oct 12 17:16:14.791 INFO kablam! | | Oct 12 17:16:14.791 INFO kablam! | help: remove this `mut` Oct 12 17:16:14.791 INFO kablam! Oct 12 17:16:14.842 INFO kablam! warning: function is never used: `change_password` Oct 12 17:16:14.842 INFO kablam! --> src/totpkeep.rs:185:1 Oct 12 17:16:14.842 INFO kablam! | Oct 12 17:16:14.842 INFO kablam! 185 | pub fn change_password(old_pass: &str, new_pass: &str, file: Option<&str>) -> Result<(), Error> { Oct 12 17:16:14.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:14.842 INFO kablam! | Oct 12 17:16:14.842 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:16:14.842 INFO kablam! Oct 12 17:16:14.842 INFO kablam! warning: function is never used: `zero` Oct 12 17:16:14.842 INFO kablam! --> src/utils.rs:14:1 Oct 12 17:16:14.842 INFO kablam! | Oct 12 17:16:14.842 INFO kablam! 14 | pub fn zero(dst: &mut [u8]) { Oct 12 17:16:14.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:14.842 INFO kablam! Oct 12 17:16:14.842 INFO kablam! warning: variant is never constructed: `Right` Oct 12 17:16:14.842 INFO kablam! --> src/table.rs:102:5 Oct 12 17:16:14.842 INFO kablam! | Oct 12 17:16:14.842 INFO kablam! 102 | Right, Oct 12 17:16:14.842 INFO kablam! | ^^^^^ Oct 12 17:16:14.842 INFO kablam! Oct 12 17:16:14.845 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:14.845 INFO kablam! --> src/totpkeep.rs:106:5 Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! 106 | stdout().write(formatter.format(&table).as_bytes()); Oct 12 17:16:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:16:14.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:14.845 INFO kablam! Oct 12 17:16:14.845 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:14.845 INFO kablam! --> src/totpkeep.rs:118:5 Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! 118 | stdout().write(progress.as_bytes()); Oct 12 17:16:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:14.845 INFO kablam! Oct 12 17:16:14.845 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:14.845 INFO kablam! --> src/totpkeep.rs:148:9 Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! 148 | buff.write(record.name.as_bytes()); Oct 12 17:16:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:14.845 INFO kablam! Oct 12 17:16:14.845 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:14.845 INFO kablam! --> src/totpkeep.rs:149:9 Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! 149 | buff.write(b"\0"); Oct 12 17:16:14.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 17:16:14.845 INFO kablam! | Oct 12 17:16:14.845 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:14.845 INFO kablam! Oct 12 17:16:14.846 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:16:14.846 INFO kablam! --> src/totpkeep.rs:150:9 Oct 12 17:16:14.846 INFO kablam! | Oct 12 17:16:14.846 INFO kablam! 150 | buff.write(record.marshall_secret().as_bytes()); Oct 12 17:16:14.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:16:14.846 INFO kablam! | Oct 12 17:16:14.846 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:16:14.846 INFO kablam! Oct 12 17:16:14.851 INFO kablam! warning: variable `Left` should have a snake case name such as `left` Oct 12 17:16:14.851 INFO kablam! --> src/table.rs:268:13 Oct 12 17:16:14.851 INFO kablam! | Oct 12 17:16:14.851 INFO kablam! 268 | ref Left => format!("{p}{d: src/table.rs:269:13 Oct 12 17:16:14.851 INFO kablam! | Oct 12 17:16:14.851 INFO kablam! 269 | ref Middle => format!("{p}{d:^w$}{p}", p=p, w=field_len, d=data), Oct 12 17:16:14.851 INFO kablam! | ^^^^^^^^^^ Oct 12 17:16:14.851 INFO kablam! Oct 12 17:16:14.851 INFO kablam! warning: variable `Right` should have a snake case name such as `right` Oct 12 17:16:14.851 INFO kablam! --> src/table.rs:270:13 Oct 12 17:16:14.852 INFO kablam! | Oct 12 17:16:14.852 INFO kablam! 270 | ref Right => format!("{p}{d:>w$}{p}", p=p, w=field_len, d=data) Oct 12 17:16:14.852 INFO kablam! | ^^^^^^^^^ Oct 12 17:16:14.852 INFO kablam! Oct 12 17:16:15.254 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 12 17:16:15.260 INFO kablam! su: No module specific data is present Oct 12 17:16:15.643 INFO running `"docker" "rm" "-f" "f89231bf374cc388d4abd3924451659bf76225e8a2f17a70e6f60e85d58bdf4d"` Oct 12 17:16:15.757 INFO blam! f89231bf374cc388d4abd3924451659bf76225e8a2f17a70e6f60e85d58bdf4d Oct 12 17:16:15.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 17:16:15.979 INFO blam! 729c6fc9fbc80a4027ef54d93e1cacb7e7fbb8df1ea5950fee6da149fe35aeb1 Oct 12 17:16:15.979 INFO running `"docker" "start" "-a" "729c6fc9fbc80a4027ef54d93e1cacb7e7fbb8df1ea5950fee6da149fe35aeb1"` Oct 12 17:16:16.387 INFO kablam! usermod: no changes Oct 12 17:16:16.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 12 17:16:16.465 INFO kablam! Running /target/debug/deps/totpkeep-177e45efe4b05c8d Oct 12 17:16:16.468 INFO blam! Oct 12 17:16:16.468 INFO blam! running 0 tests Oct 12 17:16:16.468 INFO blam! Oct 12 17:16:16.468 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:16:16.468 INFO blam! Oct 12 17:16:16.470 INFO kablam! su: No module specific data is present Oct 12 17:16:16.924 INFO running `"docker" "rm" "-f" "729c6fc9fbc80a4027ef54d93e1cacb7e7fbb8df1ea5950fee6da149fe35aeb1"` Oct 12 17:16:17.048 INFO blam! 729c6fc9fbc80a4027ef54d93e1cacb7e7fbb8df1ea5950fee6da149fe35aeb1