[INFO] crate pwv 0.2.1 is already in cache
[INFO] checking pwv-0.2.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate pwv 0.2.1 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate pwv 0.2.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate pwv 0.2.1
[INFO] finished tweaking crates.io crate pwv 0.2.1
[INFO] tweaked toml for crates.io crate pwv 0.2.1 written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] da3f96b0aba24025525aac7c29b31ca9ad2d5882362805132d4d7457d263768f
[INFO] running `"docker" "start" "-a" "da3f96b0aba24025525aac7c29b31ca9ad2d5882362805132d4d7457d263768f"`
[INFO] [stderr]    Compiling memsec v0.5.7
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking clipboard-win v2.2.0
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]     Checking seckey v0.9.3
[INFO] [stderr]     Checking pwv v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `clipboard_win::Clipboard`
[INFO] [stderr]  --> src/main.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use clipboard_win::Clipboard;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `Clipboard` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::authenticator`
[INFO] [stderr]  --> src/main.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use pwv::authenticator::Key;
[INFO] [stderr]   |          ^^^^^^^^^^^^^ could not find `authenticator` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::error`
[INFO] [stderr]   --> src/main.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | use pwv::error::*;
[INFO] [stderr]    |          ^^^^^ could not find `error` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::prompt`
[INFO] [stderr]   --> src/main.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | use pwv::prompt::*;
[INFO] [stderr]    |          ^^^^^^ could not find `prompt` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::vault`
[INFO] [stderr]   --> src/main.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use pwv::vault::Vault;
[INFO] [stderr]    |          ^^^^^ could not find `vault` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `clipboard_win::Clipboard`
[INFO] [stderr]  --> src/main.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use clipboard_win::Clipboard;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `Clipboard` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::authenticator`
[INFO] [stderr]  --> src/main.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use pwv::authenticator::Key;
[INFO] [stderr]   |          ^^^^^^^^^^^^^ could not find `authenticator` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::error`
[INFO] [stderr]   --> src/main.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | use pwv::error::*;
[INFO] [stderr]    |          ^^^^^ could not find `error` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::prompt`
[INFO] [stderr]   --> src/main.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | use pwv::prompt::*;
[INFO] [stderr]    |          ^^^^^^ could not find `prompt` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pwv::vault`
[INFO] [stderr]   --> src/main.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use pwv::vault::Vault;
[INFO] [stderr]    |          ^^^^^ could not find `vault` in `pwv`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UIPrompt`
[INFO] [stderr]    --> src/main.rs:156:18
[INFO] [stderr]     |
[INFO] [stderr] 156 |         Box::new(UIPrompt::new(caption, message))
[INFO] [stderr]     |                  ^^^^^^^^ use of undeclared type or module `UIPrompt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PwrsError`
[INFO] [stderr]    --> src/main.rs:174:24
[INFO] [stderr]     |
[INFO] [stderr] 174 |         .ok_or_else(|| PwrsError::EntryNotFound(String::from(site)))?;
[INFO] [stderr]     |                        ^^^^^^^^^ use of undeclared type or module `PwrsError`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:118:56
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn vault_path(matches: &ArgMatches) -> Result<PathBuf, Error> {
[INFO] [stderr]     |                                                        ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn vault_path<Error>(matches: &ArgMatches) -> Result<PathBuf, Error> {
[INFO] [stderr]     |              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:127:65
[INFO] [stderr]     |
[INFO] [stderr] 127 | fn new(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                                                 ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 127 | fn new<Error>(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:144:65
[INFO] [stderr]     |
[INFO] [stderr] 144 | fn add(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                                                 ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 144 | fn add<Error>(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Prompt` in this scope
[INFO] [stderr]    --> src/main.rs:148:21
[INFO] [stderr]     |
[INFO] [stderr] 144 | fn add(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       - help: you might be missing a type parameter: `<Prompt>`
[INFO] [stderr] ...
[INFO] [stderr] 148 |     let prompt: Box<Prompt> = if matches.is_present("user") {
[INFO] [stderr]     |                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:169:65
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn get(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                                                 ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn get<Error>(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:191:42
[INFO] [stderr]     |
[INFO] [stderr] 191 | fn ls(vault_path: PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 191 | fn ls<Error>(vault_path: PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:203:44
[INFO] [stderr]     |
[INFO] [stderr] 203 | fn del(vault_path: &PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 203 | fn del<Error>(vault_path: &PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:214:44
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn run(matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn run<Error>(matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `UIPrompt`
[INFO] [stderr]    --> src/main.rs:156:18
[INFO] [stderr]     |
[INFO] [stderr] 156 |         Box::new(UIPrompt::new(caption, message))
[INFO] [stderr]     |                  ^^^^^^^^ use of undeclared type or module `UIPrompt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PwrsError`
[INFO] [stderr]    --> src/main.rs:174:24
[INFO] [stderr]     |
[INFO] [stderr] 174 |         .ok_or_else(|| PwrsError::EntryNotFound(String::from(site)))?;
[INFO] [stderr]     |                        ^^^^^^^^^ use of undeclared type or module `PwrsError`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:118:56
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn vault_path(matches: &ArgMatches) -> Result<PathBuf, Error> {
[INFO] [stderr]     |                                                        ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 118 | fn vault_path<Error>(matches: &ArgMatches) -> Result<PathBuf, Error> {
[INFO] [stderr]     |              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:127:65
[INFO] [stderr]     |
[INFO] [stderr] 127 | fn new(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                                                 ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 127 | fn new<Error>(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:144:65
[INFO] [stderr]     |
[INFO] [stderr] 144 | fn add(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                                                 ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 144 | fn add<Error>(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `context` found for enum `std::result::Result<std::string::String, std::env::VarError>` in the current scope
[INFO] [stderr]    --> src/main.rs:122:10
[INFO] [stderr]     |
[INFO] [stderr] 122 |         .context(
[INFO] [stderr]     |          ^^^^^^^ method not found in `std::result::Result<std::string::String, std::env::VarError>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.7/src/result_ext.rs:101:8
[INFO] [stderr]     |
[INFO] [stderr] 101 |     fn context<D>(self, context: D) -> Result<T, Context<D>>
[INFO] [stderr]     |        -------
[INFO] [stderr]     |        |
[INFO] [stderr]     |        the method is available for `std::boxed::Box<std::result::Result<std::string::String, std::env::VarError>>` here
[INFO] [stderr]     |        the method is available for `std::sync::Arc<std::result::Result<std::string::String, std::env::VarError>>` here
[INFO] [stderr]     |        the method is available for `std::rc::Rc<std::result::Result<std::string::String, std::env::VarError>>` here
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 2   | use failure::ResultExt;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Prompt` in this scope
[INFO] [stderr]    --> src/main.rs:148:21
[INFO] [stderr]     |
[INFO] [stderr] 144 | fn add(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       - help: you might be missing a type parameter: `<Prompt>`
[INFO] [stderr] ...
[INFO] [stderr] 148 |     let prompt: Box<Prompt> = if matches.is_present("user") {
[INFO] [stderr]     |                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:169:65
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn get(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                                                 ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn get<Error>(vault_path: PathBuf, matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:191:42
[INFO] [stderr]     |
[INFO] [stderr] 191 | fn ls(vault_path: PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |                                          ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 191 | fn ls<Error>(vault_path: PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |      ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:203:44
[INFO] [stderr]     |
[INFO] [stderr] 203 | fn del(vault_path: &PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 203 | fn del<Error>(vault_path: &PathBuf) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Error` in this scope
[INFO] [stderr]    --> src/main.rs:214:44
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn run(matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |                                            ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 2   | use clap::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::error::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::fmt::Error;
[INFO] [stderr]     |
[INFO] [stderr] 2   | use std::io::Error;
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn run<Error>(matches: &ArgMatches) -> Result<(), Error> {
[INFO] [stderr]     |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `context` found for enum `std::result::Result<(), std::io::Error>` in the current scope
[INFO] [stderr]    --> src/main.rs:206:43
[INFO] [stderr]     |
[INFO] [stderr] 206 |     fs::remove_file(vault_path.as_path()).context(format!(
[INFO] [stderr]     |                                           ^^^^^^^ method not found in `std::result::Result<(), std::io::Error>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.7/src/result_ext.rs:101:8
[INFO] [stderr]     |
[INFO] [stderr] 101 |     fn context<D>(self, context: D) -> Result<T, Context<D>>
[INFO] [stderr]     |        -------
[INFO] [stderr]     |        |
[INFO] [stderr]     |        the method is available for `std::boxed::Box<std::result::Result<(), std::io::Error>>` here
[INFO] [stderr]     |        the method is available for `std::sync::Arc<std::result::Result<(), std::io::Error>>` here
[INFO] [stderr]     |        the method is available for `std::rc::Rc<std::result::Result<(), std::io::Error>>` here
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 2   | use failure::ResultExt;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 17 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `pwv`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `context` found for enum `std::result::Result<std::string::String, std::env::VarError>` in the current scope
[INFO] [stderr]    --> src/main.rs:122:10
[INFO] [stderr]     |
[INFO] [stderr] 122 |         .context(
[INFO] [stderr]     |          ^^^^^^^ method not found in `std::result::Result<std::string::String, std::env::VarError>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.7/src/result_ext.rs:101:8
[INFO] [stderr]     |
[INFO] [stderr] 101 |     fn context<D>(self, context: D) -> Result<T, Context<D>>
[INFO] [stderr]     |        -------
[INFO] [stderr]     |        |
[INFO] [stderr]     |        the method is available for `std::boxed::Box<std::result::Result<std::string::String, std::env::VarError>>` here
[INFO] [stderr]     |        the method is available for `std::sync::Arc<std::result::Result<std::string::String, std::env::VarError>>` here
[INFO] [stderr]     |        the method is available for `std::rc::Rc<std::result::Result<std::string::String, std::env::VarError>>` here
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 2   | use failure::ResultExt;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `context` found for enum `std::result::Result<(), std::io::Error>` in the current scope
[INFO] [stderr]    --> src/main.rs:206:43
[INFO] [stderr]     |
[INFO] [stderr] 206 |     fs::remove_file(vault_path.as_path()).context(format!(
[INFO] [stderr]     |                                           ^^^^^^^ method not found in `std::result::Result<(), std::io::Error>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.7/src/result_ext.rs:101:8
[INFO] [stderr]     |
[INFO] [stderr] 101 |     fn context<D>(self, context: D) -> Result<T, Context<D>>
[INFO] [stderr]     |        -------
[INFO] [stderr]     |        |
[INFO] [stderr]     |        the method is available for `std::boxed::Box<std::result::Result<(), std::io::Error>>` here
[INFO] [stderr]     |        the method is available for `std::sync::Arc<std::result::Result<(), std::io::Error>>` here
[INFO] [stderr]     |        the method is available for `std::rc::Rc<std::result::Result<(), std::io::Error>>` here
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 2   | use failure::ResultExt;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 17 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `pwv`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "da3f96b0aba24025525aac7c29b31ca9ad2d5882362805132d4d7457d263768f"`
[INFO] running `"docker" "rm" "-f" "da3f96b0aba24025525aac7c29b31ca9ad2d5882362805132d4d7457d263768f"`
[INFO] [stdout] da3f96b0aba24025525aac7c29b31ca9ad2d5882362805132d4d7457d263768f
