[INFO] cloning repository https://github.com/vinaykhanchi712/rust-axum-postgreSQL
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vinaykhanchi712/rust-axum-postgreSQL" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvinaykhanchi712%2Frust-axum-postgreSQL", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvinaykhanchi712%2Frust-axum-postgreSQL'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03e97de406fc0d94ac040d0abf33e8f88bad4b8e
[INFO] checking vinaykhanchi712/rust-axum-postgreSQL against try#54e27f559f23913c1d5afb1a0f0114e9e61b81b8 for pr-147589
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvinaykhanchi712%2Frust-axum-postgreSQL" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vinaykhanchi712/rust-axum-postgreSQL
[INFO] finished tweaking git repo https://github.com/vinaykhanchi712/rust-axum-postgreSQL
[INFO] tweaked toml for git repo https://github.com/vinaykhanchi712/rust-axum-postgreSQL written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vinaykhanchi712/rust-axum-postgreSQL on toolchain 54e27f559f23913c1d5afb1a0f0114e9e61b81b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54e27f559f23913c1d5afb1a0f0114e9e61b81b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vinaykhanchi712/rust-axum-postgreSQL 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" "+54e27f559f23913c1d5afb1a0f0114e9e61b81b8" "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 value-bag v1.8.1
[INFO] [stderr]   Downloaded sync_wrapper v1.0.0
[INFO] [stderr]   Downloaded async-executor v1.9.1
[INFO] [stderr]   Downloaded event-listener v5.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+54e27f559f23913c1d5afb1a0f0114e9e61b81b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d8db51b6cffcddc37713ce2ec5b54db3bbd9b5f8744b8336d9f78d32129c890c
[INFO] running `Command { std: "docker" "start" "-a" "d8db51b6cffcddc37713ce2ec5b54db3bbd9b5f8744b8336d9f78d32129c890c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8db51b6cffcddc37713ce2ec5b54db3bbd9b5f8744b8336d9f78d32129c890c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8db51b6cffcddc37713ce2ec5b54db3bbd9b5f8744b8336d9f78d32129c890c", kill_on_drop: false }`
[INFO] [stdout] d8db51b6cffcddc37713ce2ec5b54db3bbd9b5f8744b8336d9f78d32129c890c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+54e27f559f23913c1d5afb1a0f0114e9e61b81b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 233dd7cc3f04f5356d7586930b531d6b63783eac41ecaa4c96db4439c538acbf
[INFO] running `Command { std: "docker" "start" "-a" "233dd7cc3f04f5356d7586930b531d6b63783eac41ecaa4c96db4439c538acbf", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]     Checking value-bag v1.8.1
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling async-task v4.7.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling event-listener v4.0.3
[INFO] [stderr]    Compiling event-listener v5.2.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling async-lock v3.3.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling event-listener-strategy v0.5.1
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling async-channel v2.2.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling async-executor v1.9.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling chrono v0.4.37
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling crc v3.0.1
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking sync_wrapper v1.0.0
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]    Compiling polling v3.6.0
[INFO] [stderr]    Compiling async-io v2.3.2
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-std v1.12.0
[INFO] [stderr]     Checking hyper v1.2.0
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking sqlformat v0.2.3
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]     Checking sqlx v0.7.4
[INFO] [stderr]     Checking rust-axum-postgreSQL 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/handler.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 37 | |         NoteModel,
[INFO] [stdout] 38 | |         "SELECT * FROM notes ORDER by id LIMIT $1 OFFSET $2",
[INFO] [stdout] 39 | |         limit as i32,
[INFO] [stdout] 40 | |         offset as i32
[INFO] [stdout] 41 | |     )
[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/handler.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 68 | |         NoteModel,
[INFO] [stdout] 69 | |         "INSERT INTO notes (title,content,category) VALUES ($1, $2, $3) RETURNING *",
[INFO] [stdout] 70 | |         body.title.to_string(),
[INFO] [stdout] 71 | |         body.content.to_string(),
[INFO] [stdout] 72 | |         body.category.to_owned().unwrap_or("".to_string())
[INFO] [stdout] 73 | |     )
[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/handler.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let query_result = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", 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/handler.rs:134:24
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let query_result = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", 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/handler.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 37 | |         NoteModel,
[INFO] [stdout] 38 | |         "SELECT * FROM notes ORDER by id LIMIT $1 OFFSET $2",
[INFO] [stdout] 39 | |         limit as i32,
[INFO] [stdout] 40 | |         offset as i32
[INFO] [stdout] 41 | |     )
[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/handler.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |       let query_result = sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 68 | |         NoteModel,
[INFO] [stdout] 69 | |         "INSERT INTO notes (title,content,category) VALUES ($1, $2, $3) RETURNING *",
[INFO] [stdout] 70 | |         body.title.to_string(),
[INFO] [stdout] 71 | |         body.content.to_string(),
[INFO] [stdout] 72 | |         body.category.to_owned().unwrap_or("".to_string())
[INFO] [stdout] 73 | |     )
[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/handler.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let query_result = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", 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/handler.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |       let query_result = sqlx::query_as!(
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 150 | |         NoteModel,
[INFO] [stdout] 151 | |         "UPDATE notes SET title = $1, content = $2, category = $3, published = $4, updated_at = $5 WHERE id = $6 RETURNING *",
[INFO] [stdout] 152 | |         body.title.to_owned().unwrap_or(note.title),
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |         id
[INFO] [stdout] 158 | |     )
[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/handler.rs:134:24
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let query_result = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", 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/handler.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     let rows_affected = sqlx::query!("DELETE FROM notes  WHERE id = $1", 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` (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/handler.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |       let query_result = sqlx::query_as!(
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 150 | |         NoteModel,
[INFO] [stdout] 151 | |         "UPDATE notes SET title = $1, content = $2, category = $3, published = $4, updated_at = $5 WHERE id = $6 RETURNING *",
[INFO] [stdout] 152 | |         body.title.to_owned().unwrap_or(note.title),
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |         id
[INFO] [stdout] 158 | |     )
[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/handler.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |     let rows_affected = sqlx::query!("DELETE FROM notes  WHERE id = $1", 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` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `model::NoteModel`
[INFO] [stdout]   --> src/handler.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     model::NoteModel,
[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: `model::NoteModel`
[INFO] [stdout]   --> src/handler.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     model::NoteModel,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/handler.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let query_result = sqlx::query_as!(
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     if query_result.is_err() {
[INFO] [stdout]    |        ------------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `query_result` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let query_result: /* Type */ = sqlx::query_as!(
[INFO] [stdout]    |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/handler.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let query_result = sqlx::query_as!(
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     if query_result.is_err() {
[INFO] [stdout]    |        ------------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `query_result` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let query_result: /* Type */ = sqlx::query_as!(
[INFO] [stdout]    |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `Result<_, _>`
[INFO] [stdout]   --> src/handler.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let query_result = sqlx::query_as!(
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |             if e.to_string()
[INFO] [stdout]    |                - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `query_result` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let query_result: Result<_, E> = sqlx::query_as!(
[INFO] [stdout]    |                     ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/handler.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let query_result = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", id)
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     if query_result.is_err() {
[INFO] [stdout]     |        ------------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `query_result` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let query_result: /* Type */ = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", id)
[INFO] [stdout]     |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/handler.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |       let rows_affected = sqlx::query!("DELETE FROM notes  WHERE id = $1", id)
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 185 | |         .execute(&data.db)
[INFO] [stdout] 186 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed for `Result<_, _>`
[INFO] [stdout]   --> src/handler.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let query_result = sqlx::query_as!(
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |             if e.to_string()
[INFO] [stdout]    |                - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `query_result` an explicit type, where the placeholders `_` are specified
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let query_result: Result<_, E> = sqlx::query_as!(
[INFO] [stdout]    |                     ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/handler.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let query_result = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", id)
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     if query_result.is_err() {
[INFO] [stdout]     |        ------------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `query_result` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let query_result: /* Type */ = sqlx::query_as!(NoteModel, "SELECT * FROM notes WHERE id = $1", id)
[INFO] [stdout]     |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/handler.rs:184:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |       let rows_affected = sqlx::query!("DELETE FROM notes  WHERE id = $1", id)
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 185 | |         .execute(&data.db)
[INFO] [stdout] 186 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-axum-postgreSQL` (bin "rust-axum-postgreSQL") due to 10 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rust-axum-postgreSQL` (bin "rust-axum-postgreSQL" test) due to 10 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "233dd7cc3f04f5356d7586930b531d6b63783eac41ecaa4c96db4439c538acbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "233dd7cc3f04f5356d7586930b531d6b63783eac41ecaa4c96db4439c538acbf", kill_on_drop: false }`
[INFO] [stdout] 233dd7cc3f04f5356d7586930b531d6b63783eac41ecaa4c96db4439c538acbf
