[INFO] cloning repository https://github.com/share-secrets-safely/cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/share-secrets-safely/cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshare-secrets-safely%2Fcli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshare-secrets-safely%2Fcli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4bee79baf0440dddb663227e7e8bf160e7df9016 [INFO] checking share-secrets-safely/cli against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshare-secrets-safely%2Fcli" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/share-secrets-safely/cli on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/share-secrets-safely/cli [INFO] finished tweaking git repo https://github.com/share-secrets-safely/cli [INFO] tweaked toml for git repo https://github.com/share-secrets-safely/cli written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/share-secrets-safely/cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10782db8254cdae32b92a5c3ec5f1edded0561f439a42ef474656b034600038b [INFO] running `Command { std: "docker" "start" "-a" "10782db8254cdae32b92a5c3ec5f1edded0561f439a42ef474656b034600038b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10782db8254cdae32b92a5c3ec5f1edded0561f439a42ef474656b034600038b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10782db8254cdae32b92a5c3ec5f1edded0561f439a42ef474656b034600038b", kill_on_drop: false }` [INFO] [stdout] 10782db8254cdae32b92a5c3ec5f1edded0561f439a42ef474656b034600038b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 755b8a57c62eef733f47d3d5fc2a69c1f2eee68a33fd95555b5b79e76759d11c [INFO] running `Command { std: "docker" "start" "-a" "755b8a57c62eef733f47d3d5fc2a69c1f2eee68a33fd95555b5b79e76759d11c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling liquid-error v0.19.0 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling gpg-error v0.4.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Compiling gpgme v0.8.0 [INFO] [stderr] Checking quick-error v2.0.0 [INFO] [stderr] Checking deunicode v1.1.1 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling libgpg-error-sys v0.4.1 [INFO] [stderr] Checking addr2line v0.14.1 [INFO] [stderr] Compiling gpgme-sys v0.8.0 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking log v0.4.13 [INFO] [stderr] Checking smallvec v0.6.14 [INFO] [stderr] Checking cstr-argument v0.1.1 [INFO] [stderr] Checking conv v0.3.3 [INFO] [stderr] Checking thread_local v1.1.0 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling proc-quote-impl v0.2.2 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking backtrace v0.3.55 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking mktemp v0.4.1 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling proc-quote v0.2.2 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking serde v1.0.119 [INFO] [stderr] Checking serde_yaml v0.8.15 [INFO] [stderr] Checking liquid-value v0.19.1 [INFO] [stderr] Checking serde_json v1.0.61 [INFO] [stderr] Checking liquid-interpreter v0.19.0 [INFO] [stderr] Checking liquid-compiler v0.19.0 [INFO] [stderr] Checking sheesy-vault v4.0.11 (/opt/rustwide/workdir/lib/vault) [INFO] [stderr] Checking treediff v4.0.0 [INFO] [stderr] Checking handlebars v3.5.2 [INFO] [stdout] warning: use of deprecated associated function `failure::Fail::causes`: please use the 'iter_chain()' method instead [INFO] [stdout] --> lib/vault/src/error.rs:176:14 [INFO] [stdout] | [INFO] [stdout] 176 | self.causes().filter_map(|c| c.downcast_ref::()).next() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `failure::Fail::causes`: please use the 'iter_chain()' method instead [INFO] [stdout] --> lib/vault/src/error.rs:176:14 [INFO] [stdout] | [INFO] [stdout] 176 | self.causes().filter_map(|c| c.downcast_ref::()).next() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> lib/vault/src/resource.rs:197:25 [INFO] [stdout] | [INFO] [stdout] 197 | / mem::replace( [INFO] [stdout] 198 | | none, [INFO] [stdout] 199 | | Some(( [INFO] [stdout] 200 | | partition.secrets_path(), [INFO] [stdout] ... | [INFO] [stdout] 206 | | )), [INFO] [stdout] 207 | | ); [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> lib/vault/src/resource.rs:197:25 [INFO] [stdout] | [INFO] [stdout] 197 | / mem::replace( [INFO] [stdout] 198 | | none, [INFO] [stdout] 199 | | Some(( [INFO] [stdout] 200 | | partition.secrets_path(), [INFO] [stdout] ... | [INFO] [stdout] 206 | | )), [INFO] [stdout] 207 | | ); [INFO] [stdout] | |__________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling liquid-derive v0.19.0 [INFO] [stderr] Checking liquid v0.19.0 [INFO] [stderr] Checking sheesy-tools v4.0.11 (/opt/rustwide/workdir/lib/tools) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.84s [INFO] running `Command { std: "docker" "inspect" "755b8a57c62eef733f47d3d5fc2a69c1f2eee68a33fd95555b5b79e76759d11c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "755b8a57c62eef733f47d3d5fc2a69c1f2eee68a33fd95555b5b79e76759d11c", kill_on_drop: false }` [INFO] [stdout] 755b8a57c62eef733f47d3d5fc2a69c1f2eee68a33fd95555b5b79e76759d11c