[INFO] updating cached repository https://github.com/calvinbrown085/vault4rs
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] ce4d122204b1d58bff8d8062dde56950ffdbbbae
[INFO] checking calvinbrown085/vault4rs against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalvinbrown085%2Fvault4rs" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/calvinbrown085/vault4rs on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/calvinbrown085/vault4rs
[INFO] finished tweaking git repo https://github.com/calvinbrown085/vault4rs
[INFO] tweaked toml for git repo https://github.com/calvinbrown085/vault4rs written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/calvinbrown085/vault4rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] e4a681144c4436cf374dd555475825b46d9afba91b906c2c2f681f54b3154e3a
[INFO] running `"docker" "start" "-a" "e4a681144c4436cf374dd555475825b46d9afba91b906c2c2f681f54b3154e3a"`
[INFO] [stderr]     Checking smallvec v0.6.11
[INFO] [stderr]    Compiling indexmap v1.3.0
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling openssl-sys v0.9.52
[INFO] [stderr]     Checking serde v1.0.102
[INFO] [stderr]     Checking tokio-threadpool v0.1.16
[INFO] [stderr]     Checking error-chain v0.12.1
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking unicode-normalization v0.1.8
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]    Compiling openssl v0.10.25
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]     Checking tokio-reactor v0.1.10
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking url v2.1.0
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking cookie v0.12.0
[INFO] [stderr]     Checking publicsuffix v1.5.3
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking reqwest v0.9.22
[INFO] [stderr]     Checking vault4rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find value `secret_path` in this scope
[INFO] [stderr]   --> src/lib.rs:38:59
[INFO] [stderr]    |
[INFO] [stderr] 38 |     let url: Url = base_vault_url.join(&format!("/v1/{}", secret_path)).unwrap();
[INFO] [stderr]    |                                                           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `token` in this scope
[INFO] [stderr]   --> src/lib.rs:39:75
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let request: RequestBuilder = client.get(url).header("X-Vault-Token", token);
[INFO] [stderr]    |                                                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> src/lib.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `vault4rs`.
[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[E0425]: cannot find value `secret_path` in this scope
[INFO] [stderr]   --> src/lib.rs:38:59
[INFO] [stderr]    |
[INFO] [stderr] 38 |     let url: Url = base_vault_url.join(&format!("/v1/{}", secret_path)).unwrap();
[INFO] [stderr]    |                                                           ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `token` in this scope
[INFO] [stderr]   --> src/lib.rs:39:75
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let request: RequestBuilder = client.get(url).header("X-Vault-Token", token);
[INFO] [stderr]    |                                                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> src/lib.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `vault4rs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e4a681144c4436cf374dd555475825b46d9afba91b906c2c2f681f54b3154e3a"`
[INFO] running `"docker" "rm" "-f" "e4a681144c4436cf374dd555475825b46d9afba91b906c2c2f681f54b3154e3a"`
[INFO] [stdout] e4a681144c4436cf374dd555475825b46d9afba91b906c2c2f681f54b3154e3a
