[INFO] cloning repository https://github.com/lordofwizard/rusty_vault
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lordofwizard/rusty_vault" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flordofwizard%2Frusty_vault", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flordofwizard%2Frusty_vault'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ebfeff647941c97c8c5369339d4758c6cb3cbdc
[INFO] testing lordofwizard/rusty_vault against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flordofwizard%2Frusty_vault" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lordofwizard/rusty_vault
[INFO] finished tweaking git repo https://github.com/lordofwizard/rusty_vault
[INFO] tweaked toml for git repo https://github.com/lordofwizard/rusty_vault written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lordofwizard/rusty_vault on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lordofwizard/rusty_vault already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rpassword v7.3.1
[INFO] [stderr]   Downloaded rtoolbox v0.0.2
[INFO] [stderr]   Downloaded sled v0.34.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba81099fe63db62ca0071f30bc45ffa7b75934a00cfe5eca01212b6967ad58e6
[INFO] running `Command { std: "docker" "start" "-a" "ba81099fe63db62ca0071f30bc45ffa7b75934a00cfe5eca01212b6967ad58e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba81099fe63db62ca0071f30bc45ffa7b75934a00cfe5eca01212b6967ad58e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba81099fe63db62ca0071f30bc45ffa7b75934a00cfe5eca01212b6967ad58e6", kill_on_drop: false }`
[INFO] [stdout] ba81099fe63db62ca0071f30bc45ffa7b75934a00cfe5eca01212b6967ad58e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c29827d8a30859614877a229e4127eea4dac8c2f528f6b94ac8b02a8906b5ba
[INFO] running `Command { std: "docker" "start" "-a" "0c29827d8a30859614877a229e4127eea4dac8c2f528f6b94ac8b02a8906b5ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.17
[INFO] [stderr]    Compiling rust-crypto v0.2.36
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling rtoolbox v0.0.2
[INFO] [stderr]    Compiling rpassword v7.3.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling rusty_vault v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crypto::aes::cbc_decrypt`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crypto::aes::cbc_decrypt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `cbc_decrypt` in `aes`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crypto::aes::cbc_decryptor;
[INFO] [stdout]   |                             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `rpassword::read_password_from_tty`
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use rpassword::read_password_from_tty;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `read_password_from_tty` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 - use rpassword::read_password_from_tty;
[INFO] [stdout] 10 + use rpassword::read_password_from_bufread;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Write` and `self`
[INFO] [stdout]  --> src/main.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::{self, Write};
[INFO] [stdout]   |               ^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dirs` in this scope
[INFO] [stdout]   --> src/main.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let config_dir = match dirs::home_dir() {
[INFO] [stdout]    |                            ^^^^ use of unresolved module or unlinked crate `dirs`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dirs`, use `cargo add dirs` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `sled::Db::open`: replaced by `sled::open`
[INFO] [stdout]   --> src/main.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let db = Db::open(config_dir.join(ENCRYPTED_DB_FILE)).expect("Failed to open sled DB");
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/main.rs:103:48
[INFO] [stdout]     |
[INFO] [stdout] 103 |             let decrypted_value = decrypt_data(encrypted_value, master_password.as_bytes());
[INFO] [stdout]     |                                   ------------ ^^^^^^^^^^^^^^^ expected `&[u8]`, found `IVec`
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> src/main.rs:179:4
[INFO] [stdout]     |
[INFO] [stdout] 179 | fn decrypt_data(data: &[u8], key: &[u8]) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^ -----------
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 103 |             let decrypted_value = decrypt_data(&encrypted_value, master_password.as_bytes());
[INFO] [stdout]     |                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `SymmetricCipherError` doesn't implement `std::fmt::Display`
[INFO] [stdout]    --> src/main.rs:170:59
[INFO] [stdout]     |
[INFO] [stdout] 170 |             Err(e) => panic!("Error encrypting data: {}", e),
[INFO] [stdout]     |                                                      --   ^ `SymmetricCipherError` cannot be formatted with the default formatter
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      required by this formatting parameter
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::fmt::Display` is not implemented for `SymmetricCipherError`
[INFO] [stdout]     = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `SymmetricCipherError` doesn't implement `std::fmt::Display`
[INFO] [stdout]    --> src/main.rs:197:59
[INFO] [stdout]     |
[INFO] [stdout] 197 |             Err(e) => panic!("Error decrypting data: {}", e),
[INFO] [stdout]     |                                                      --   ^ `SymmetricCipherError` cannot be formatted with the default formatter
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      required by this formatting parameter
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `std::fmt::Display` is not implemented for `SymmetricCipherError`
[INFO] [stdout]     = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Encryptor`
[INFO] [stdout]  --> src/main.rs:6:42
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crypto::symmetriccipher::{Decryptor, Encryptor};
[INFO] [stdout]   |                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Decryptor`
[INFO] [stdout]  --> src/main.rs:6:31
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crypto::symmetriccipher::{Decryptor, Encryptor};
[INFO] [stdout]   |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `master_password`
[INFO] [stdout]    --> src/main.rs:125:51
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn remove_password(tree: &Tree, identifier: &str, master_password: &str) {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_master_password`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rusty_vault` (bin "rusty_vault") due to 6 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0c29827d8a30859614877a229e4127eea4dac8c2f528f6b94ac8b02a8906b5ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c29827d8a30859614877a229e4127eea4dac8c2f528f6b94ac8b02a8906b5ba", kill_on_drop: false }`
[INFO] [stdout] 0c29827d8a30859614877a229e4127eea4dac8c2f528f6b94ac8b02a8906b5ba
