[INFO] cloning repository https://github.com/devigned/rust-key-vault [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/devigned/rust-key-vault" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevigned%2Frust-key-vault", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevigned%2Frust-key-vault'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7b64715089bf998250b86524c0354609cf2360e5 [INFO] checking devigned/rust-key-vault against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevigned%2Frust-key-vault" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/devigned/rust-key-vault on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/devigned/rust-key-vault [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/devigned/rust-key-vault [INFO] tweaked toml for git repo https://github.com/devigned/rust-key-vault written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/devigned/rust-key-vault already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-3/source/tests/test_vault.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: file found to be present in multiple build targets: /workspace/builds/worker-3/source/tests/tests.rs [INFO] [stderr] Updating git repository `https://github.com/DaGenix/rust-crypto.git` [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/DaGenix/rust-crypto.git` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-3/source/tests/test_vault.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: file found to be present in multiple build targets: /workspace/builds/worker-3/source/tests/tests.rs [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aec0d2fbb5a3423b9343df65d67a659a37cc6aeb29f9d01a3369f04cbc242a97 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aec0d2fbb5a3423b9343df65d67a659a37cc6aeb29f9d01a3369f04cbc242a97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aec0d2fbb5a3423b9343df65d67a659a37cc6aeb29f9d01a3369f04cbc242a97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aec0d2fbb5a3423b9343df65d67a659a37cc6aeb29f9d01a3369f04cbc242a97", kill_on_drop: false }` [INFO] [stdout] aec0d2fbb5a3423b9343df65d67a659a37cc6aeb29f9d01a3369f04cbc242a97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d827351ce913917cc5f4825a898252c376dcd4acc08eeaff76addb923f7b752 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3d827351ce913917cc5f4825a898252c376dcd4acc08eeaff76addb923f7b752", kill_on_drop: false }` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/tests/test_vault.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/tests/tests.rs [INFO] [stderr] Compiling libc v0.2.89 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking tinyvec v1.1.1 [INFO] [stderr] Compiling tokio v1.3.0 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking futures-util v0.3.13 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking http v0.2.3 [INFO] [stderr] Checking tracing v0.1.25 [INFO] [stderr] Compiling rust-crypto v0.2.36 (https://github.com/DaGenix/rust-crypto.git#cc1a5fde) [INFO] [stderr] Checking unicode-normalization v0.1.17 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking http-body v0.4.0 [INFO] [stderr] Checking idna v0.2.2 [INFO] [stderr] Checking regex v1.4.5 [INFO] [stderr] Checking url v2.2.1 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Checking pin-project v1.0.5 [INFO] [stderr] Checking hyper v0.14.4 [INFO] [stderr] Checking vault v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `hyper::client` [INFO] [stdout] --> src/vault/http/client.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use hyper::client::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `client` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hyper::header::Authorization`, `hyper::header::ContentType` [INFO] [stdout] --> src/vault/http/client.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | use hyper::header::{Authorization, ContentType}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stdout] | | [INFO] [stdout] | no `Authorization` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::HttpError` [INFO] [stdout] --> src/vault/http/client.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use hyper::HttpError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `HttpError` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `method` in `hyper` [INFO] [stdout] --> src/vault/http/client.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use hyper::method::Method::{Post}; [INFO] [stdout] | ^^^^^^ could not find `method` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::method` [INFO] [stdout] --> src/vault/http/client.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use hyper::method::Method; [INFO] [stdout] | ^^^^^^ could not find `method` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::mime` [INFO] [stdout] --> src/vault/http/client.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | use hyper::mime::*; [INFO] [stdout] | ^^^^ could not find `mime` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::status` [INFO] [stdout] --> src/vault/http/client.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | use hyper::status::{StatusCode, StatusClass}; [INFO] [stdout] | ^^^^^^ could not find `status` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hyper::header::Header`, `hyper::header::HeaderFormat`, `hyper::header::Scheme` [INFO] [stdout] --> src/vault/http/authenticate_header.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use hyper::header::{Header, HeaderFormat, Scheme}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^ ^^^^^^ no `Scheme` in `header` [INFO] [stdout] | | | [INFO] [stdout] | | no `HeaderFormat` in `header` [INFO] [stdout] | no `Header` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:147:44 [INFO] [stdout] | [INFO] [stdout] 147 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:231:48 [INFO] [stdout] | [INFO] [stdout] 231 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:256:48 [INFO] [stdout] | [INFO] [stdout] 256 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::client` [INFO] [stdout] --> src/vault/http/client.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use hyper::client::{Client, Response}; [INFO] [stdout] | ^^^^^^ could not find `client` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hyper::header::Authorization`, `hyper::header::ContentType` [INFO] [stdout] --> src/vault/http/client.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | use hyper::header::{Authorization, ContentType}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^ no `ContentType` in `header` [INFO] [stdout] | | [INFO] [stdout] | no `Authorization` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::HttpError` [INFO] [stdout] --> src/vault/http/client.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use hyper::HttpError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `HttpError` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `method` in `hyper` [INFO] [stdout] --> src/vault/http/client.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | use hyper::method::Method::{Post}; [INFO] [stdout] | ^^^^^^ could not find `method` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::method` [INFO] [stdout] --> src/vault/http/client.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use hyper::method::Method; [INFO] [stdout] | ^^^^^^ could not find `method` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::mime` [INFO] [stdout] --> src/vault/http/client.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | use hyper::mime::*; [INFO] [stdout] | ^^^^ could not find `mime` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:278:48 [INFO] [stdout] | [INFO] [stdout] 278 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::status` [INFO] [stdout] --> src/vault/http/client.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | use hyper::status::{StatusCode, StatusClass}; [INFO] [stdout] | ^^^^^^ could not find `status` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hyper::header::Header`, `hyper::header::HeaderFormat`, `hyper::header::Scheme` [INFO] [stdout] --> src/vault/http/authenticate_header.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use hyper::header::{Header, HeaderFormat, Scheme}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^ ^^^^^^ no `Scheme` in `header` [INFO] [stdout] | | | [INFO] [stdout] | | no `HeaderFormat` in `header` [INFO] [stdout] | no `Header` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:286:48 [INFO] [stdout] | [INFO] [stdout] 286 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:307:48 [INFO] [stdout] | [INFO] [stdout] 307 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:147:44 [INFO] [stdout] | [INFO] [stdout] 147 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:393:48 [INFO] [stdout] | [INFO] [stdout] 393 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:401:48 [INFO] [stdout] | [INFO] [stdout] 401 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:87:72 [INFO] [stdout] | [INFO] [stdout] 87 | fn execute_wrapper) -> hyper::HttpResult>(vault_client: &mut AzureVault, req_fn: F) ->... [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:231:48 [INFO] [stdout] | [INFO] [stdout] 231 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:87:146 [INFO] [stdout] | [INFO] [stdout] 87 | ...ault_client: &mut AzureVault, req_fn: F) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:122:80 [INFO] [stdout] | [INFO] [stdout] 122 | fn handle_401(vault_client: &mut AzureVault, response: Response) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:135:109 [INFO] [stdout] | [INFO] [stdout] 135 | fn authenticate(client: &mut Client, auth_url: &str, resource: &str, key: &str, secret: &str) -> hyper::HttpResult { [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `serialize` in crate `url::form_urlencoded` [INFO] [stdout] --> src/vault/http/client.rs:148:45 [INFO] [stdout] | [INFO] [stdout] 148 | let post_body = url::form_urlencoded::serialize(params); [INFO] [stdout] | ^^^^^^^^^ not found in `url::form_urlencoded` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn list<'b>(&mut self) -> hyper::HttpResult>>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:201:55 [INFO] [stdout] | [INFO] [stdout] 201 | fn get_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:202:59 [INFO] [stdout] | [INFO] [stdout] 202 | fn update_key<'b>(&mut self, key: KeyWrapper) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:203:58 [INFO] [stdout] | [INFO] [stdout] 203 | fn delete_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:204:80 [INFO] [stdout] | [INFO] [stdout] 204 | fn create_key<'b>(&mut self, key_name: &str, key_ops: Vec) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:205:68 [INFO] [stdout] | [INFO] [stdout] 205 | fn encrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:256:48 [INFO] [stdout] | [INFO] [stdout] 256 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:206:68 [INFO] [stdout] | [INFO] [stdout] 206 | fn decrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:207:65 [INFO] [stdout] | [INFO] [stdout] 207 | fn wrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:208:67 [INFO] [stdout] | [INFO] [stdout] 208 | fn unwrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:209:71 [INFO] [stdout] | [INFO] [stdout] 209 | fn sign<'b>(&mut self, key_name: &str, message: Vec) -> hyper::HttpResult>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:278:48 [INFO] [stdout] | [INFO] [stdout] 278 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:286:48 [INFO] [stdout] | [INFO] [stdout] 286 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:210:93 [INFO] [stdout] | [INFO] [stdout] 210 | fn verify<'b>(&mut self, key_name: &str, message: Vec, signiture: Vec) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:307:48 [INFO] [stdout] | [INFO] [stdout] 307 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:211:93 [INFO] [stdout] | [INFO] [stdout] 211 | fn crypto_operation(&mut self, payload: BTreeMap<&str, String>, url: String) -> hyper::HttpResult where T : PartialEq + Decodable; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:393:48 [INFO] [stdout] | [INFO] [stdout] 393 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:225:55 [INFO] [stdout] | [INFO] [stdout] 225 | fn get_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Headers` in `header` [INFO] [stdout] --> src/vault/http/client.rs:401:48 [INFO] [stdout] | [INFO] [stdout] 401 | let mut req_headers = hyper::header::Headers::new(); [INFO] [stdout] | ^^^^^^^ could not find `Headers` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:246:59 [INFO] [stdout] | [INFO] [stdout] 246 | fn update_key<'b>(&mut self, key: KeyWrapper) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:87:72 [INFO] [stdout] | [INFO] [stdout] 87 | fn execute_wrapper) -> hyper::HttpResult>(vault_client: &mut AzureVault, req_fn: F) ->... [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:250:58 [INFO] [stdout] | [INFO] [stdout] 250 | fn delete_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:87:146 [INFO] [stdout] | [INFO] [stdout] 87 | ...ault_client: &mut AzureVault, req_fn: F) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:270:80 [INFO] [stdout] | [INFO] [stdout] 270 | fn create_key<'b>(&mut self, key_name: &str, key_ops: Vec) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:122:80 [INFO] [stdout] | [INFO] [stdout] 122 | fn handle_401(vault_client: &mut AzureVault, response: Response) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:279:26 [INFO] [stdout] | [INFO] [stdout] 279 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:287:26 [INFO] [stdout] | [INFO] [stdout] 287 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:135:109 [INFO] [stdout] | [INFO] [stdout] 135 | fn authenticate(client: &mut Client, auth_url: &str, resource: &str, key: &str, secret: &str) -> hyper::HttpResult { [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:301:36 [INFO] [stdout] | [INFO] [stdout] 301 | fn list<'b>(&mut self) -> hyper::HttpResult>>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `serialize` in crate `url::form_urlencoded` [INFO] [stdout] --> src/vault/http/client.rs:148:45 [INFO] [stdout] | [INFO] [stdout] 148 | let post_body = url::form_urlencoded::serialize(params); [INFO] [stdout] | ^^^^^^^^^ not found in `url::form_urlencoded` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:321:68 [INFO] [stdout] | [INFO] [stdout] 321 | fn encrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | fn list<'b>(&mut self) -> hyper::HttpResult>>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:335:68 [INFO] [stdout] | [INFO] [stdout] 335 | fn decrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:201:55 [INFO] [stdout] | [INFO] [stdout] 201 | fn get_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:349:65 [INFO] [stdout] | [INFO] [stdout] 349 | fn wrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:202:59 [INFO] [stdout] | [INFO] [stdout] 202 | fn update_key<'b>(&mut self, key: KeyWrapper) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:353:67 [INFO] [stdout] | [INFO] [stdout] 353 | fn unwrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:203:58 [INFO] [stdout] | [INFO] [stdout] 203 | fn delete_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:357:69 [INFO] [stdout] | [INFO] [stdout] 357 | fn sign<'b>(&mut self, key_name: &str, digest: Vec) -> hyper::HttpResult>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:204:80 [INFO] [stdout] | [INFO] [stdout] 204 | fn create_key<'b>(&mut self, key_name: &str, key_ops: Vec) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:371:91 [INFO] [stdout] | [INFO] [stdout] 371 | fn verify<'b>(&mut self, key_name: &str, digest: Vec, signiture: Vec) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:205:68 [INFO] [stdout] | [INFO] [stdout] 205 | fn encrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:386:93 [INFO] [stdout] | [INFO] [stdout] 386 | fn crypto_operation(&mut self, payload: BTreeMap<&str, String>, url: String) -> hyper::HttpResult [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:206:68 [INFO] [stdout] | [INFO] [stdout] 206 | fn decrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:394:26 [INFO] [stdout] | [INFO] [stdout] 394 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:207:65 [INFO] [stdout] | [INFO] [stdout] 207 | fn wrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:402:26 [INFO] [stdout] | [INFO] [stdout] 402 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:208:67 [INFO] [stdout] | [INFO] [stdout] 208 | fn unwrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:209:71 [INFO] [stdout] | [INFO] [stdout] 209 | fn sign<'b>(&mut self, key_name: &str, message: Vec) -> hyper::HttpResult>; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:210:93 [INFO] [stdout] | [INFO] [stdout] 210 | fn verify<'b>(&mut self, key_name: &str, message: Vec, signiture: Vec) -> hyper::HttpResult; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:211:93 [INFO] [stdout] | [INFO] [stdout] 211 | fn crypto_operation(&mut self, payload: BTreeMap<&str, String>, url: String) -> hyper::HttpResult where T : PartialEq + Decodable; [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:225:55 [INFO] [stdout] | [INFO] [stdout] 225 | fn get_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:246:59 [INFO] [stdout] | [INFO] [stdout] 246 | fn update_key<'b>(&mut self, key: KeyWrapper) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:250:58 [INFO] [stdout] | [INFO] [stdout] 250 | fn delete_key<'b>(&mut self, key_name: &str) -> hyper::HttpResult>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:270:80 [INFO] [stdout] | [INFO] [stdout] 270 | fn create_key<'b>(&mut self, key_name: &str, key_ops: Vec) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:279:26 [INFO] [stdout] | [INFO] [stdout] 279 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:287:26 [INFO] [stdout] | [INFO] [stdout] 287 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:301:36 [INFO] [stdout] | [INFO] [stdout] 301 | fn list<'b>(&mut self) -> hyper::HttpResult>>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:321:68 [INFO] [stdout] | [INFO] [stdout] 321 | fn encrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:335:68 [INFO] [stdout] | [INFO] [stdout] 335 | fn decrypt<'b>(&mut self, key_name: &str, data: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:349:65 [INFO] [stdout] | [INFO] [stdout] 349 | fn wrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:353:67 [INFO] [stdout] | [INFO] [stdout] 353 | fn unwrap<'b>(&mut self, key_name: &str, cek: &[u8]) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:357:69 [INFO] [stdout] | [INFO] [stdout] 357 | fn sign<'b>(&mut self, key_name: &str, digest: Vec) -> hyper::HttpResult>{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:371:91 [INFO] [stdout] | [INFO] [stdout] 371 | fn verify<'b>(&mut self, key_name: &str, digest: Vec, signiture: Vec) -> hyper::HttpResult{ [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HttpResult` in crate `hyper` [INFO] [stdout] --> src/vault/http/client.rs:386:93 [INFO] [stdout] | [INFO] [stdout] 386 | fn crypto_operation(&mut self, payload: BTreeMap<&str, String>, url: String) -> hyper::HttpResult [INFO] [stdout] | ^^^^^^^^^^ not found in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:394:26 [INFO] [stdout] | [INFO] [stdout] 394 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mime` in this scope [INFO] [stdout] --> src/vault/http/client.rs:402:26 [INFO] [stdout] | [INFO] [stdout] 402 | let json_mime: Mime = "application/json".parse().unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/vault/http/client.rs:180:15 [INFO] [stdout] | [INFO] [stdout] 180 | 100...299 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/vault/http/authenticate_header.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | Some(scheme) => try!(write!(fmt, "{} ", scheme)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/vault/http/client.rs:180:15 [INFO] [stdout] | [INFO] [stdout] 180 | 100...299 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/vault/http/authenticate_header.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | Some(scheme) => try!(write!(fmt, "{} ", scheme)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 49 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 49 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vault` [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: build failed [INFO] running `Command { std: "docker" "inspect" "3d827351ce913917cc5f4825a898252c376dcd4acc08eeaff76addb923f7b752", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d827351ce913917cc5f4825a898252c376dcd4acc08eeaff76addb923f7b752", kill_on_drop: false }` [INFO] [stdout] 3d827351ce913917cc5f4825a898252c376dcd4acc08eeaff76addb923f7b752