[INFO] cloning repository https://github.com/OkoliEvans/Jwt-Actix_web-Demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OkoliEvans/Jwt-Actix_web-Demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOkoliEvans%2FJwt-Actix_web-Demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOkoliEvans%2FJwt-Actix_web-Demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 683ff6e1b6b66be39619c2072b127ea9eafd5887
[INFO] checking OkoliEvans/Jwt-Actix_web-Demo against try#ed606620234c6b50f2414162c4bbabd5f4a925f3 for pr-147995
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOkoliEvans%2FJwt-Actix_web-Demo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/OkoliEvans/Jwt-Actix_web-Demo
[INFO] finished tweaking git repo https://github.com/OkoliEvans/Jwt-Actix_web-Demo
[INFO] tweaked toml for git repo https://github.com/OkoliEvans/Jwt-Actix_web-Demo written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OkoliEvans/Jwt-Actix_web-Demo on toolchain ed606620234c6b50f2414162c4bbabd5f4a925f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/OkoliEvans/Jwt-Actix_web-Demo 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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded base64ct v1.7.1
[INFO] [stderr]   Downloaded zstd-safe v7.2.3
[INFO] [stderr]   Downloaded tempfile v3.18.0
[INFO] [stderr]   Downloaded env_logger v0.11.7
[INFO] [stderr]   Downloaded jiff-static v0.2.4
[INFO] [stderr]   Downloaded jiff v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 88ed0997a0a82784db259f6e410a80429ced2689cfc2dd9a532155fe0e79b57b
[INFO] running `Command { std: "docker" "start" "-a" "88ed0997a0a82784db259f6e410a80429ced2689cfc2dd9a532155fe0e79b57b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88ed0997a0a82784db259f6e410a80429ced2689cfc2dd9a532155fe0e79b57b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88ed0997a0a82784db259f6e410a80429ced2689cfc2dd9a532155fe0e79b57b", kill_on_drop: false }`
[INFO] [stdout] 88ed0997a0a82784db259f6e410a80429ced2689cfc2dd9a532155fe0e79b57b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 410a1d9742d1243306d8e728032d6b189bfe1b022cd46001032b90c9a72fe845
[INFO] running `Command { std: "docker" "start" "-a" "410a1d9742d1243306d8e728032d6b189bfe1b022cd46001032b90c9a72fe845", kill_on_drop: false }`
[INFO] [stderr]    Compiling value-bag v1.10.0
[INFO] [stderr]     Checking once_cell v1.21.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]    Compiling time-macros v0.2.20
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling zstd-safe v7.2.3
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling zstd-sys v2.0.14+zstd.1.5.7
[INFO] [stderr]     Checking time v0.3.39
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling uuid v1.15.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]     Checking async-std v1.13.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking flate2 v1.1.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]     Checking whoami v1.5.2
[INFO] [stderr]     Checking base64ct v1.7.1
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking jiff v0.2.4
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]    Compiling tempfile v3.18.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking sqlx-core v0.8.3
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking actix-server v2.5.1
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking env_logger v0.11.7
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking sqlx-postgres v0.8.3
[INFO] [stderr]     Checking actix-http v3.10.0
[INFO] [stderr]     Checking actix-web v4.10.2
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.3
[INFO] [stderr]     Checking actix-cors v0.7.1
[INFO] [stderr]    Compiling sqlx-macros v0.8.3
[INFO] [stderr]     Checking sqlx v0.8.3
[INFO] [stderr]     Checking actix_jwt_demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/routes/routes.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 60 | |         User,
[INFO] [stdout] 61 | |         "INSERT INTO users (name, email, password) VALUES ($1, $2, $3) RETURNING *",
[INFO] [stdout] 62 | |         body.name.to_string(),
[INFO] [stdout] 63 | |         body.email.to_string().to_lowercase(),
[INFO] [stdout] 64 | |         hashed_password
[INFO] [stdout] 65 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/routes/routes.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 90 | |         User,
[INFO] [stdout] 91 | |         "SELECT * FROM users WHERE email = $1",
[INFO] [stdout] 92 | |         body.email
[INFO] [stdout] 93 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/routes/routes.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let user = sqlx::query_as!(User, "SELECT * FROM users WHERE id = $1", user_id)
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/routes/routes.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 60 | |         User,
[INFO] [stdout] 61 | |         "INSERT INTO users (name, email, password) VALUES ($1, $2, $3) RETURNING *",
[INFO] [stdout] 62 | |         body.name.to_string(),
[INFO] [stdout] 63 | |         body.email.to_string().to_lowercase(),
[INFO] [stdout] 64 | |         hashed_password
[INFO] [stdout] 65 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/routes/routes.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 90 | |         User,
[INFO] [stdout] 91 | |         "SELECT * FROM users WHERE email = $1",
[INFO] [stdout] 92 | |         body.email
[INFO] [stdout] 93 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/routes/routes.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let user = sqlx::query_as!(User, "SELECT * FROM users WHERE id = $1", user_id)
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `body`
[INFO] [stdout]  --> src/routes/routes.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     body, cookie::{ time::Duration as ActixWebDuration, Cookie }, get, post, web, HttpMessage, HttpRequest, HttpResponse, Responder
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pool`
[INFO] [stdout]   --> src/main.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | use sqlx::{pool, postgres::PgPoolOptions, Pool, Postgres};
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `body`
[INFO] [stdout]  --> src/routes/routes.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     body, cookie::{ time::Duration as ActixWebDuration, Cookie }, get, post, web, HttpMessage, HttpRequest, HttpResponse, Responder
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pool`
[INFO] [stdout]   --> src/main.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | use sqlx::{pool, postgres::PgPoolOptions, Pool, Postgres};
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/routes/routes.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 90 | |         User,
[INFO] [stdout] 91 | |         "SELECT * FROM users WHERE email = $1",
[INFO] [stdout] 92 | |         body.email
[INFO] [stdout] 93 | |     )
[INFO] [stdout] 94 | |         .fetch_optional(&data.db)
[INFO] [stdout] 95 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/routes/routes.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |       let user = sqlx::query_as!(User, "SELECT * FROM users WHERE id = $1", user_id)
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 163 | |         .fetch_one(&data.db)
[INFO] [stdout] 164 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/routes/routes.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 90 | |         User,
[INFO] [stdout] 91 | |         "SELECT * FROM users WHERE email = $1",
[INFO] [stdout] 92 | |         body.email
[INFO] [stdout] 93 | |     )
[INFO] [stdout] 94 | |         .fetch_optional(&data.db)
[INFO] [stdout] 95 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/routes/routes.rs:162:16
[INFO] [stdout]     |
[INFO] [stdout] 162 |       let user = sqlx::query_as!(User, "SELECT * FROM users WHERE id = $1", user_id)
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 163 | |         .fetch_one(&data.db)
[INFO] [stdout] 164 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `payload`
[INFO] [stdout]   --> src/auth/jwt_auth.rs:33:40
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn from_request(req: &HttpRequest, payload: &mut Payload) -> Self::Future {
[INFO] [stdout]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `payload`
[INFO] [stdout]   --> src/auth/jwt_auth.rs:33:40
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn from_request(req: &HttpRequest, payload: &mut Payload) -> Self::Future {
[INFO] [stdout]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_payload`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actix_jwt_demo` (bin "actix_jwt_demo" test) due to 5 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `actix_jwt_demo` (bin "actix_jwt_demo") due to 5 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "410a1d9742d1243306d8e728032d6b189bfe1b022cd46001032b90c9a72fe845", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "410a1d9742d1243306d8e728032d6b189bfe1b022cd46001032b90c9a72fe845", kill_on_drop: false }`
[INFO] [stdout] 410a1d9742d1243306d8e728032d6b189bfe1b022cd46001032b90c9a72fe845
