[INFO] cloning repository https://github.com/tbro/votingapp-rest-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tbro/votingapp-rest-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbro%2Fvotingapp-rest-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbro%2Fvotingapp-rest-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6888d4b625547cec2d4167c4213f4ec3e1266bfb
[INFO] building tbro/votingapp-rest-api against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbro%2Fvotingapp-rest-api" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tbro/votingapp-rest-api
[INFO] finished tweaking git repo https://github.com/tbro/votingapp-rest-api
[INFO] tweaked toml for git repo https://github.com/tbro/votingapp-rest-api written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tbro/votingapp-rest-api on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tbro/votingapp-rest-api 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded oid-registry v0.6.0
[INFO] [stderr]   Downloaded num_threads v0.1.3
[INFO] [stderr]   Downloaded displaydoc v0.2.3
[INFO] [stderr]   Downloaded redox_syscall v0.2.13
[INFO] [stderr]   Downloaded output_vt100 v0.1.3
[INFO] [stderr]   Downloaded keccak v0.1.3
[INFO] [stderr]   Downloaded diff v0.1.12
[INFO] [stderr]   Downloaded time-macros v0.2.3
[INFO] [stderr]   Downloaded chunked_transfer v1.4.0
[INFO] [stderr]   Downloaded bip32 v0.4.0
[INFO] [stderr]   Downloaded pem-rfc7468 v0.6.0
[INFO] [stderr]   Downloaded anyhow v1.0.53
[INFO] [stderr]   Downloaded der v0.6.0
[INFO] [stderr]   Downloaded k256 v0.11.6
[INFO] [stderr]   Downloaded h2 v0.3.11
[INFO] [stderr]   Downloaded ureq v2.4.0
[INFO] [stderr]   Downloaded headers v0.3.6
[INFO] [stderr]   Downloaded serde_json v1.0.93
[INFO] [stderr]   Downloaded hyper v0.14.16
[INFO] [stderr]   Downloaded webpki-roots v0.22.2
[INFO] [stderr]   Downloaded asn1-rs v0.5.1
[INFO] [stderr]   Downloaded pretty_assertions v1.1.0
[INFO] [stderr]   Downloaded crc32fast v1.3.1
[INFO] [stderr]   Downloaded der-parser v8.1.0
[INFO] [stderr]   Downloaded serde_qs v0.10.1
[INFO] [stderr]   Downloaded getrandom v0.2.4
[INFO] [stderr]   Downloaded libc v0.2.116
[INFO] [stderr]   Downloaded const-oid v0.9.0
[INFO] [stderr]   Downloaded time v0.3.7
[INFO] [stderr]   Downloaded mime_guess v2.0.3
[INFO] [stderr]   Downloaded sha3 v0.10.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8feb233294a12b1a507f3b7735f42cd636078da9f9b84211065cbc83d057ce16
[INFO] running `Command { std: "docker" "start" "-a" "8feb233294a12b1a507f3b7735f42cd636078da9f9b84211065cbc83d057ce16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8feb233294a12b1a507f3b7735f42cd636078da9f9b84211065cbc83d057ce16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8feb233294a12b1a507f3b7735f42cd636078da9f9b84211065cbc83d057ce16", kill_on_drop: false }`
[INFO] [stdout] 8feb233294a12b1a507f3b7735f42cd636078da9f9b84211065cbc83d057ce16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d03ded3490c6d1bd10f9a28639a596480410793c174bfd85b5f02c3b852c8c7
[INFO] running `Command { std: "docker" "start" "-a" "0d03ded3490c6d1bd10f9a28639a596480410793c174bfd85b5f02c3b852c8c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.116
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling zeroize v1.5.7
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling base64ct v1.5.1
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling const-oid v0.9.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling der v0.6.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling num_threads v0.1.3
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling time v0.3.7
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling crc32fast v1.3.1
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling oid-registry v0.6.0
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling keccak v0.1.3
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling sha3 v0.10.6
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling anyhow v1.0.53
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.3
[INFO] [stderr]    Compiling tokio v1.16.1
[INFO] [stderr]    Compiling asn1-rs-derive v0.4.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling headers v0.3.6
[INFO] [stderr]    Compiling k256 v0.11.6
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling asn1-rs v0.5.1
[INFO] [stderr]    Compiling tungstenite v0.14.0
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling bs58 v0.4.0
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling webpki-roots v0.22.2
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling ripemd v0.1.3
[INFO] [stderr]    Compiling der-parser v8.1.0
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling data-encoding v2.3.2
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling chunked_transfer v1.4.0
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling bip32 v0.4.0
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling x509-parser v0.14.0
[INFO] [stderr]    Compiling ureq v2.4.0
[INFO] [stderr]    Compiling serde_qs v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.15.0
[INFO] [stderr]    Compiling h2 v0.3.11
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling hyper v0.14.16
[INFO] [stderr]    Compiling warp v0.3.2
[INFO] [stderr]    Compiling rest-api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `root_fingerprint` and `inter_fingerprint` are never read
[INFO] [stdout]   --> src/certs.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct CertStore {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub root_fingerprint: Option<Vec<u8>>, // will be set at application startup
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     /// fingerprint of intermediate certificate
[INFO] [stdout] 17 |     pub inter_fingerprint: Option<Vec<u8>>, // will be set at application startup
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CertStore` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_all` is never used
[INFO] [stdout]   --> src/certs.rs:79:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl CertStore {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub fn get_all(&self) -> Result<Vec<X509Certificate>> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `allow_origin` is never read
[INFO] [stdout]   --> src/config.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub allow_origin: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `signing_cert` is never read
[INFO] [stdout]   --> src/http_signer.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct HttpSigner {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |     signing_cert: Arc<Vec<u8>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HttpSigner` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UpstreamDownstream` is never used
[INFO] [stdout]   --> src/response.rs:21:6
[INFO] [stdout]    |
[INFO] [stdout] 21 | enum UpstreamDownstream {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DownstreamResponse` is never constructed
[INFO] [stdout]   --> src/response.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct DownstreamResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `DecodeError` is never used
[INFO] [stdout]   --> src/response.rs:64:6
[INFO] [stdout]    |
[INFO] [stdout] 64 | enum DecodeError {
[INFO] [stdout]    |      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `agent` is never read
[INFO] [stdout]   --> src/service.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Service {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout]  9 |     pub config: Arc<Config>,
[INFO] [stdout] 10 |     pub agent: Agent,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Service` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/certs.rs:70:16
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get(&self, fingerprint: String) -> Result<X509Certificate> {
[INFO] [stdout]    |                ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get(&self, fingerprint: String) -> Result<X509Certificate<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/certs.rs:79:20
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn get_all(&self) -> Result<Vec<X509Certificate>> {
[INFO] [stdout]    |                    ^^^^^                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn get_all(&self) -> Result<Vec<X509Certificate<'_>>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/certs.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn get_issuer(&self, issuer: &X509Name) -> Result<X509Certificate> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn get_issuer(&self, issuer: &X509Name) -> Result<X509Certificate<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "0d03ded3490c6d1bd10f9a28639a596480410793c174bfd85b5f02c3b852c8c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d03ded3490c6d1bd10f9a28639a596480410793c174bfd85b5f02c3b852c8c7", kill_on_drop: false }`
[INFO] [stdout] 0d03ded3490c6d1bd10f9a28639a596480410793c174bfd85b5f02c3b852c8c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8c627ed8dd68224f78f5b65e0b095b4abba057edd5d90de615a2fb498a5f4c9
[INFO] running `Command { std: "docker" "start" "-a" "a8c627ed8dd68224f78f5b65e0b095b4abba057edd5d90de615a2fb498a5f4c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling pretty_assertions v1.1.0
[INFO] [stderr]    Compiling rest-api v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `state_value`
[INFO] [stdout]    --> src/sawtooth/filters.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |         let state_value = warp::test::request()
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected`
[INFO] [stdout]    --> src/sawtooth/filters.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let expected = [svc.config.backend_url.as_str(), query.as_str()].concat();
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batch_statuses_value`
[INFO] [stdout]    --> src/sawtooth/filters.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let batch_statuses_value = warp::test::request()
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batch_statuses_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected`
[INFO] [stdout]    --> src/sawtooth/filters.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |         let expected = [svc.config.backend_url.as_str(), query.as_str()].concat();
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `state_value`
[INFO] [stdout]    --> src/sawtooth/filters.rs:172:13
[INFO] [stdout]     |
[INFO] [stdout] 172 |         let state_value = warp::test::request()
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected`
[INFO] [stdout]    --> src/sawtooth/filters.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 |         let expected = [svc.config.backend_url.as_str(), query.as_str()].concat();
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `root_fingerprint` and `inter_fingerprint` are never read
[INFO] [stdout]   --> src/certs.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct CertStore {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub root_fingerprint: Option<Vec<u8>>, // will be set at application startup
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     /// fingerprint of intermediate certificate
[INFO] [stdout] 17 |     pub inter_fingerprint: Option<Vec<u8>>, // will be set at application startup
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CertStore` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `allow_origin` is never read
[INFO] [stdout]   --> src/config.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub allow_origin: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `signing_cert` is never read
[INFO] [stdout]   --> src/http_signer.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct HttpSigner {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |     signing_cert: Arc<Vec<u8>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `HttpSigner` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UpstreamDownstream` is never used
[INFO] [stdout]   --> src/response.rs:21:6
[INFO] [stdout]    |
[INFO] [stdout] 21 | enum UpstreamDownstream {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DownstreamResponse` is never constructed
[INFO] [stdout]   --> src/response.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct DownstreamResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `DecodeError` is never used
[INFO] [stdout]   --> src/response.rs:64:6
[INFO] [stdout]    |
[INFO] [stdout] 64 | enum DecodeError {
[INFO] [stdout]    |      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EXPECTED_STATE` is never used
[INFO] [stdout]    --> src/response.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 |     const EXPECTED_STATE: &str = "\nd\n\u{1e}sawtooth.identity.allowed_keys\u{12}B0330511061884952157134400c75f8385a516649c5ea504e9c9bb46...
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UPSTREAM_DATA_SIMPLE` is never used
[INFO] [stdout]    --> src/response.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |     const UPSTREAM_DATA_SIMPLE: &str = r##"{
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `CVR_KEY` is never used
[INFO] [stdout]    --> src/sawtooth/filters.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 113 |     static CVR_KEY: &str = "xpub6A8xBrTys98jLevnXUgN2YfjuzX36E5pfjQQT8PfZtJ7JY2noYDXVYQyqtJhUJJS9ezC6uaUZ5iWAJMBddKBHouKa7omUW6BdV4R9g6qL...
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `agent` is never read
[INFO] [stdout]   --> src/service.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Service {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout]  9 |     pub config: Arc<Config>,
[INFO] [stdout] 10 |     pub agent: Agent,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Service` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/certs.rs:70:16
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get(&self, fingerprint: String) -> Result<X509Certificate> {
[INFO] [stdout]    |                ^^^^^ the lifetime is elided here     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn get(&self, fingerprint: String) -> Result<X509Certificate<'_>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/certs.rs:79:20
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn get_all(&self) -> Result<Vec<X509Certificate>> {
[INFO] [stdout]    |                    ^^^^^                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn get_all(&self) -> Result<Vec<X509Certificate<'_>>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/certs.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn get_issuer(&self, issuer: &X509Name) -> Result<X509Certificate> {
[INFO] [stdout]    |                   ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn get_issuer(&self, issuer: &X509Name) -> Result<X509Certificate<'_>> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "a8c627ed8dd68224f78f5b65e0b095b4abba057edd5d90de615a2fb498a5f4c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8c627ed8dd68224f78f5b65e0b095b4abba057edd5d90de615a2fb498a5f4c9", kill_on_drop: false }`
[INFO] [stdout] a8c627ed8dd68224f78f5b65e0b095b4abba057edd5d90de615a2fb498a5f4c9
