[INFO] cloning repository https://github.com/vouchrs/vouchrs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vouchrs/vouchrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvouchrs%2Fvouchrs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvouchrs%2Fvouchrs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b072eb499e970b42e2b2ec6d24a3ef372be772e3
[INFO] checking vouchrs/vouchrs/b072eb499e970b42e2b2ec6d24a3ef372be772e3 against master#e22dab387f6b4f6a87dfc54ac2f6013dddb41e68 for pr-136776-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvouchrs%2Fvouchrs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/vouchrs/vouchrs
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/vouchrs/vouchrs
[INFO] tweaked toml for git repo https://github.com/vouchrs/vouchrs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vouchrs/vouchrs on toolchain e22dab387f6b4f6a87dfc54ac2f6013dddb41e68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vouchrs/vouchrs 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" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded asn1-rs-impl v0.2.0
[INFO] [stderr]   Downloaded oid-registry v0.7.1
[INFO] [stderr]   Downloaded base64urlsafedata v0.5.1
[INFO] [stderr]   Downloaded webauthn-rs v0.5.1
[INFO] [stderr]   Downloaded asn1-rs-derive v0.5.1
[INFO] [stderr]   Downloaded x509-parser v0.16.0
[INFO] [stderr]   Downloaded webauthn-rs-proto v0.5.1
[INFO] [stderr]   Downloaded rfc6979 v0.5.0-rc.0
[INFO] [stderr]   Downloaded signature v3.0.0-rc.1
[INFO] [stderr]   Downloaded webauthn-attestation-ca v0.5.1
[INFO] [stderr]   Downloaded spki v0.8.0-rc.2
[INFO] [stderr]   Downloaded primefield v0.14.0-pre.2
[INFO] [stderr]   Downloaded actix-cors v0.7.1
[INFO] [stderr]   Downloaded ecdsa v0.17.0-rc.0
[INFO] [stderr]   Downloaded pkcs8 v0.11.0-rc.4
[INFO] [stderr]   Downloaded hmac v0.13.0-rc.0
[INFO] [stderr]   Downloaded p256 v0.14.0-pre.5
[INFO] [stderr]   Downloaded der v0.8.0-rc.3
[INFO] [stderr]   Downloaded tower-http v0.6.5
[INFO] [stderr]   Downloaded scc v2.3.4
[INFO] [stderr]   Downloaded crypto-bigint v0.7.0-pre.4
[INFO] [stderr]   Downloaded cc v1.2.25
[INFO] [stderr]   Downloaded webauthn-rs-core v0.5.1
[INFO] [stderr]   Downloaded elliptic-curve v0.14.0-rc.5
[INFO] [stderr]   Downloaded const-oid v0.10.1
[INFO] [stderr]   Downloaded serde_cbor_2 v0.12.0-dev
[INFO] [stderr]   Downloaded compact_jwt v0.4.3
[INFO] [stderr]   Downloaded half v1.8.3
[INFO] [stderr]   Downloaded asn1-rs v0.6.2
[INFO] [stderr]   Downloaded digest v0.11.0-rc.0
[INFO] [stderr]   Downloaded sha2 v0.11.0-rc.0
[INFO] [stderr]   Downloaded der-parser v9.0.0
[INFO] [stderr]   Downloaded cbor-codec v0.7.1
[INFO] [stderr]   Downloaded group v0.14.0-pre.0
[INFO] [stderr]   Downloaded sec1 v0.8.0-rc.5
[INFO] [stderr]   Downloaded sdd v3.0.8
[INFO] [stderr]   Downloaded ff v0.14.0-pre.0
[INFO] [stderr]   Downloaded pem-rfc7468 v1.0.0-rc.3
[INFO] [stderr]   Downloaded hybrid-array v0.3.1
[INFO] [stderr]   Downloaded crypto-common v0.2.0-rc.3
[INFO] [stderr]   Downloaded openssl-src v300.5.0+3.5.0
[INFO] [stderr]   Downloaded primeorder v0.14.0-pre.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f56c38f3d1af469132b14dc646df74fae5af605ca5e90a14dd5263674ec68fc6
[INFO] running `Command { std: "docker" "start" "-a" "f56c38f3d1af469132b14dc646df74fae5af605ca5e90a14dd5263674ec68fc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f56c38f3d1af469132b14dc646df74fae5af605ca5e90a14dd5263674ec68fc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f56c38f3d1af469132b14dc646df74fae5af605ca5e90a14dd5263674ec68fc6", kill_on_drop: false }`
[INFO] [stdout] f56c38f3d1af469132b14dc646df74fae5af605ca5e90a14dd5263674ec68fc6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b0a3e59fda3cd35a6468d6bad7a3f523b20743d51f0430a6f3051846ec99475
[INFO] running `Command { std: "docker" "start" "-a" "5b0a3e59fda3cd35a6468d6bad7a3f523b20743d51f0430a6f3051846ec99475", kill_on_drop: false }`
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking base64ct v1.7.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking hybrid-array v0.3.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking const-oid v0.10.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling openssl-src v300.5.0+3.5.0
[INFO] [stderr]     Checking block-buffer v0.11.0-rc.4
[INFO] [stderr]     Checking crypto-common v0.2.0-rc.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking pem-rfc7468 v1.0.0-rc.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking der v0.8.0-rc.3
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking ff v0.14.0-pre.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking crypto-bigint v0.7.0-pre.4
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking digest v0.11.0-rc.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking spki v0.8.0-rc.2
[INFO] [stderr]     Checking pkcs8 v0.11.0-rc.4
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]     Checking sec1 v0.8.0-rc.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking group v0.14.0-pre.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking elliptic-curve v0.14.0-rc.5
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking hmac v0.13.0-rc.0
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking rfc6979 v0.5.0-rc.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking signature v3.0.0-rc.1
[INFO] [stderr]     Checking webpki-roots v1.0.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ecdsa v0.17.0-rc.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking primeorder v0.14.0-pre.4
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking hyper-util v0.1.13
[INFO] [stderr]     Checking actix-http v3.11.0
[INFO] [stderr]    Compiling webauthn-attestation-ca v0.5.1
[INFO] [stderr]    Compiling webauthn-rs-core v0.5.1
[INFO] [stderr]     Checking tower-http v0.6.5
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking primefield v0.14.0-pre.2
[INFO] [stderr]     Checking sha2 v0.11.0-rc.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]    Compiling vouchrs v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rsa v0.9.8
[INFO] [stderr]     Checking hyper-rustls v0.27.6
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking base64urlsafedata v0.5.1
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_cbor_2 v0.12.0-dev
[INFO] [stderr]     Checking p256 v0.14.0-pre.5
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking basic-toml v0.1.10
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking webauthn-rs-proto v0.5.1
[INFO] [stderr]     Checking reqwest v0.12.19
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking cbor-codec v0.7.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking actix-web v4.11.0
[INFO] [stderr]     Checking sdd v3.0.8
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking scc v2.3.4
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking actix-cors v0.7.1
[INFO] [stderr]     Checking compact_jwt v0.4.3
[INFO] [stderr]     Checking webauthn-rs v0.5.1
[INFO] [stdout] error: struct `AppleJwtClaims` is never constructed
[INFO] [stdout]   --> src/oauth/config.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct AppleJwtClaims {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/session/manager.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn create_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie> {
[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: `#[deny(mismatched_lifetime_syntaxes)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn create_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/session/manager.rs:172:44
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn create_refreshed_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie> {
[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] 172 |     pub fn create_refreshed_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie<'_>> {
[INFO] [stdout]     |                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/session/manager.rs:381:31
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn create_user_cookie(&self, user_data: &VouchrsUserData) -> Result<Cookie> {
[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] 381 |     pub fn create_user_cookie(&self, user_data: &VouchrsUserData) -> Result<Cookie<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/session/manager.rs:410:9
[INFO] [stdout]     |
[INFO] [stdout] 410 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 413 |     ) -> Result<Cookie> {
[INFO] [stdout]     |                 ^^^^^^ 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] 413 |     ) -> Result<Cookie<'_>> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/session/manager.rs:1013:9
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1016 |     ) -> Result<Cookie> {
[INFO] [stdout]      |                 ^^^^^^ 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] 1016 |     ) -> Result<Cookie<'_>> {
[INFO] [stdout]      |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vouchrs` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: struct `AppleJwtClaims` is never constructed
[INFO] [stdout]   --> src/oauth/config.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct AppleJwtClaims {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:3:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/session/manager.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn create_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie> {
[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: `#[deny(mismatched_lifetime_syntaxes)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn create_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/session/manager.rs:172:44
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub fn create_refreshed_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie> {
[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] 172 |     pub fn create_refreshed_session_cookie(&self, session: &VouchrsSession) -> Result<Cookie<'_>> {
[INFO] [stdout]     |                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/session/manager.rs:381:31
[INFO] [stdout]     |
[INFO] [stdout] 381 |     pub fn create_user_cookie(&self, user_data: &VouchrsUserData) -> Result<Cookie> {
[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] 381 |     pub fn create_user_cookie(&self, user_data: &VouchrsUserData) -> Result<Cookie<'_>> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/session/manager.rs:410:9
[INFO] [stdout]     |
[INFO] [stdout] 410 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 413 |     ) -> Result<Cookie> {
[INFO] [stdout]     |                 ^^^^^^ 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] 413 |     ) -> Result<Cookie<'_>> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/session/manager.rs:1013:9
[INFO] [stdout]      |
[INFO] [stdout] 1013 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1016 |     ) -> Result<Cookie> {
[INFO] [stdout]      |                 ^^^^^^ 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] 1016 |     ) -> Result<Cookie<'_>> {
[INFO] [stdout]      |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vouchrs` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "5b0a3e59fda3cd35a6468d6bad7a3f523b20743d51f0430a6f3051846ec99475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b0a3e59fda3cd35a6468d6bad7a3f523b20743d51f0430a6f3051846ec99475", kill_on_drop: false }`
[INFO] [stdout] 5b0a3e59fda3cd35a6468d6bad7a3f523b20743d51f0430a6f3051846ec99475
