[INFO] cloning repository https://github.com/Hoang-Nguyen-Huy/basic-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hoang-Nguyen-Huy/basic-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHoang-Nguyen-Huy%2Fbasic-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHoang-Nguyen-Huy%2Fbasic-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84bf8a402ef6d4447b65e0537fa037c7b7b9756e
[INFO] checking Hoang-Nguyen-Huy/basic-rust/84bf8a402ef6d4447b65e0537fa037c7b7b9756e against master#568b11762723b001bfa693d0f21c5dad01d4e813 for pr-149058
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHoang-Nguyen-Huy%2Fbasic-rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Hoang-Nguyen-Huy/basic-rust
[INFO] finished tweaking git repo https://github.com/Hoang-Nguyen-Huy/basic-rust
[INFO] tweaked toml for git repo https://github.com/Hoang-Nguyen-Huy/basic-rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Hoang-Nguyen-Huy/basic-rust on toolchain 568b11762723b001bfa693d0f21c5dad01d4e813
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+568b11762723b001bfa693d0f21c5dad01d4e813" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Hoang-Nguyen-Huy/basic-rust 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" "+568b11762723b001bfa693d0f21c5dad01d4e813" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zerovec-derive v0.10.2
[INFO] [stderr]   Downloaded icu_properties v1.5.0
[INFO] [stderr]   Downloaded sqlformat v0.2.4
[INFO] [stderr]   Downloaded httparse v1.9.3
[INFO] [stderr]   Downloaded zerovec v0.10.2
[INFO] [stderr]   Downloaded url v2.5.1
[INFO] [stderr]   Downloaded idna v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+568b11762723b001bfa693d0f21c5dad01d4e813" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ccf75e2865950ec8f7408482a641b66d8502e7768384c65f025fa2b13b9bed6
[INFO] running `Command { std: "docker" "start" "-a" "1ccf75e2865950ec8f7408482a641b66d8502e7768384c65f025fa2b13b9bed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ccf75e2865950ec8f7408482a641b66d8502e7768384c65f025fa2b13b9bed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ccf75e2865950ec8f7408482a641b66d8502e7768384c65f025fa2b13b9bed6", kill_on_drop: false }`
[INFO] [stdout] 1ccf75e2865950ec8f7408482a641b66d8502e7768384c65f025fa2b13b9bed6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+568b11762723b001bfa693d0f21c5dad01d4e813" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f88e54d966861bd1f517f7f473d40be363d08a0622d00915fee9a2360e5b47f
[INFO] running `Command { std: "docker" "start" "-a" "8f88e54d966861bd1f517f7f473d40be363d08a0622d00915fee9a2360e5b47f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling httparse v1.9.3
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling sqlformat v0.2.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]     Checking http-range-header v0.3.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling zerovec-derive v0.10.2
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling zerovec v0.10.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking axum-core v0.2.9
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking hyper v0.14.29
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tower-http v0.3.5
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna v1.0.0
[INFO] [stderr]     Checking url v2.5.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking axum v0.5.17
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]     Checking generate-random-number v0.1.0 (/opt/rustwide/workdir/generate-random-number)
[INFO] [stderr]     Checking hello-world v0.1.0 (/opt/rustwide/workdir/hello-world)
[INFO] [stderr]     Checking sqlx-sqlite 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 basic-crud v0.1.0 (/opt/rustwide/workdir/basic-crud)
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> basic-crud/src/main.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | /     sqlx::query!(
[INFO] [stdout] 52 | |         r#"INSERT INTO tasks(id, title, completed) VALUES(?1, ?2, ?3)"#,
[INFO] [stdout] 53 | |         id,
[INFO] [stdout] 54 | |         task.title, 
[INFO] [stdout] 55 | |         task.completed,
[INFO] [stdout] 56 | |     )
[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]   --> basic-crud/src/main.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |       let result = sqlx::query_as!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 85 | |         Task,
[INFO] [stdout] 86 | |         r#"SELECT id as "id?", title, completed FROM tasks"#
[INFO] [stdout] 87 | |     ).fetch_all(&pool)
[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]    --> basic-crud/src/main.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |       let result = sqlx::query_as!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 115 | |             Task,
[INFO] [stdout] 116 | |             r#"SELECT id as "id?", title, completed FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 117 | |             id
[INFO] [stdout] 118 | |         ).fetch_one(&pool)
[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]    --> basic-crud/src/main.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 | /     sqlx::query!(
[INFO] [stdout] 146 | |         r#"DELETE FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 147 | |         id
[INFO] [stdout] 148 | |     ).execute(&pool)
[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: `Task`
[INFO] [stdout]   --> basic-crud/src/main.rs:14:26
[INFO] [stdout]    |
[INFO] [stdout] 14 | use models::{CreateTask, Task, UpdateTask};
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[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]   --> basic-crud/src/main.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | /     sqlx::query!(
[INFO] [stdout] 52 | |         r#"INSERT INTO tasks(id, title, completed) VALUES(?1, ?2, ?3)"#,
[INFO] [stdout] 53 | |         id,
[INFO] [stdout] 54 | |         task.title, 
[INFO] [stdout] 55 | |         task.completed,
[INFO] [stdout] 56 | |     )
[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]   --> basic-crud/src/main.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |       let result = sqlx::query_as!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 85 | |         Task,
[INFO] [stdout] 86 | |         r#"SELECT id as "id?", title, completed FROM tasks"#
[INFO] [stdout] 87 | |     ).fetch_all(&pool)
[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]    --> basic-crud/src/main.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |       let result = sqlx::query_as!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 115 | |             Task,
[INFO] [stdout] 116 | |             r#"SELECT id as "id?", title, completed FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 117 | |             id
[INFO] [stdout] 118 | |         ).fetch_one(&pool)
[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]    --> basic-crud/src/main.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 | /     sqlx::query!(
[INFO] [stdout] 146 | |         r#"DELETE FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 147 | |         id
[INFO] [stdout] 148 | |     ).execute(&pool)
[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: `Task`
[INFO] [stdout]   --> basic-crud/src/main.rs:14:26
[INFO] [stdout]    |
[INFO] [stdout] 14 | use models::{CreateTask, Task, UpdateTask};
[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]   --> basic-crud/src/main.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | /     sqlx::query!(
[INFO] [stdout] 52 | |         r#"INSERT INTO tasks(id, title, completed) VALUES(?1, ?2, ?3)"#,
[INFO] [stdout] 53 | |         id,
[INFO] [stdout] 54 | |         task.title, 
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |     .execute(&pool)
[INFO] [stdout] 58 | |     .await
[INFO] [stdout]    | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> basic-crud/src/main.rs:59:15
[INFO] [stdout]    |
[INFO] [stdout] 59 |     .map_err(|e| {
[INFO] [stdout]    |               ^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 "message": e.to_string()
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 59 |     .map_err(|e: /* Type */| {
[INFO] [stdout]    |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> basic-crud/src/main.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |       let result = sqlx::query_as!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 85 | |         Task,
[INFO] [stdout] 86 | |         r#"SELECT id as "id?", title, completed FROM tasks"#
[INFO] [stdout] 87 | |     ).fetch_all(&pool)
[INFO] [stdout] 88 | |     .await
[INFO] [stdout]    | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> basic-crud/src/main.rs:89:15
[INFO] [stdout]    |
[INFO] [stdout] 89 |     .map_err(|e| {
[INFO] [stdout]    |               ^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 "message": e.to_string()
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 89 |     .map_err(|e: /* Type */| {
[INFO] [stdout]    |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |       let result = sqlx::query_as!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 115 | |             Task,
[INFO] [stdout] 116 | |             r#"SELECT id as "id?", title, completed FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 117 | |             id
[INFO] [stdout] 118 | |         ).fetch_one(&pool)
[INFO] [stdout] 119 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |         .map_err(|e| {
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     "message": e.to_string()
[INFO] [stdout]     |                                - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 120 |         .map_err(|e: /* Type */| {
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 | /     sqlx::query!(
[INFO] [stdout] 146 | |         r#"DELETE FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 147 | |         id
[INFO] [stdout] 148 | |     ).execute(&pool)
[INFO] [stdout] 149 | |     .await
[INFO] [stdout]     | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:150:15
[INFO] [stdout]     |
[INFO] [stdout] 150 |     .map_err(|e| {
[INFO] [stdout]     |               ^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 "message": e.to_string(),
[INFO] [stdout]     |                            - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 150 |     .map_err(|e: /* Type */| {
[INFO] [stdout]     |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> basic-crud/src/main.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | /     sqlx::query!(
[INFO] [stdout] 52 | |         r#"INSERT INTO tasks(id, title, completed) VALUES(?1, ?2, ?3)"#,
[INFO] [stdout] 53 | |         id,
[INFO] [stdout] 54 | |         task.title, 
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |     .execute(&pool)
[INFO] [stdout] 58 | |     .await
[INFO] [stdout]    | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> basic-crud/src/main.rs:59:15
[INFO] [stdout]    |
[INFO] [stdout] 59 |     .map_err(|e| {
[INFO] [stdout]    |               ^
[INFO] [stdout] ...
[INFO] [stdout] 65 |                 "message": e.to_string()
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 59 |     .map_err(|e: /* Type */| {
[INFO] [stdout]    |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> basic-crud/src/main.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |       let result = sqlx::query_as!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 85 | |         Task,
[INFO] [stdout] 86 | |         r#"SELECT id as "id?", title, completed FROM tasks"#
[INFO] [stdout] 87 | |     ).fetch_all(&pool)
[INFO] [stdout] 88 | |     .await
[INFO] [stdout]    | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> basic-crud/src/main.rs:89:15
[INFO] [stdout]    |
[INFO] [stdout] 89 |     .map_err(|e| {
[INFO] [stdout]    |               ^
[INFO] [stdout] ...
[INFO] [stdout] 95 |                 "message": e.to_string()
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 89 |     .map_err(|e: /* Type */| {
[INFO] [stdout]    |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |       let result = sqlx::query_as!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 115 | |             Task,
[INFO] [stdout] 116 | |             r#"SELECT id as "id?", title, completed FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 117 | |             id
[INFO] [stdout] 118 | |         ).fetch_one(&pool)
[INFO] [stdout] 119 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |         .map_err(|e| {
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     "message": e.to_string()
[INFO] [stdout]     |                                - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 120 |         .map_err(|e: /* Type */| {
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 | /     sqlx::query!(
[INFO] [stdout] 146 | |         r#"DELETE FROM tasks WHERE id = ?1"#,
[INFO] [stdout] 147 | |         id
[INFO] [stdout] 148 | |     ).execute(&pool)
[INFO] [stdout] 149 | |     .await
[INFO] [stdout]     | |__________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> basic-crud/src/main.rs:150:15
[INFO] [stdout]     |
[INFO] [stdout] 150 |     .map_err(|e| {
[INFO] [stdout]     |               ^
[INFO] [stdout] ...
[INFO] [stdout] 156 |                 "message": e.to_string(),
[INFO] [stdout]     |                            - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 150 |     .map_err(|e: /* Type */| {
[INFO] [stdout]     |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `basic-crud` (bin "basic-crud") due to 12 previous errors; 1 warning 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 `basic-crud` (bin "basic-crud" test) due to 12 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "8f88e54d966861bd1f517f7f473d40be363d08a0622d00915fee9a2360e5b47f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f88e54d966861bd1f517f7f473d40be363d08a0622d00915fee9a2360e5b47f", kill_on_drop: false }`
[INFO] [stdout] 8f88e54d966861bd1f517f7f473d40be363d08a0622d00915fee9a2360e5b47f
