[INFO] cloning repository https://github.com/JakePIXL/csci211-project-1
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JakePIXL/csci211-project-1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakePIXL%2Fcsci211-project-1", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakePIXL%2Fcsci211-project-1'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a37cab96edee18d7bcca3155520da5b853479f12
[INFO] checking JakePIXL/csci211-project-1 against master#5a45ab9738330fb317d49e3594c2db5248b1e971 for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJakePIXL%2Fcsci211-project-1" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/JakePIXL/csci211-project-1 on toolchain 5a45ab9738330fb317d49e3594c2db5248b1e971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/JakePIXL/csci211-project-1
[INFO] finished tweaking git repo https://github.com/JakePIXL/csci211-project-1
[INFO] tweaked toml for git repo https://github.com/JakePIXL/csci211-project-1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/JakePIXL/csci211-project-1 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" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.1.36
[INFO] [stderr]   Downloaded rustls v0.23.15
[INFO] [stderr]   Downloaded rustix v0.38.39
[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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c81d728472142a805170e5c25e7fc66a4dcc7727082c40aa6bd805dc1f564961
[INFO] running `Command { std: "docker" "start" "-a" "c81d728472142a805170e5c25e7fc66a4dcc7727082c40aa6bd805dc1f564961", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c81d728472142a805170e5c25e7fc66a4dcc7727082c40aa6bd805dc1f564961", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c81d728472142a805170e5c25e7fc66a4dcc7727082c40aa6bd805dc1f564961", kill_on_drop: false }`
[INFO] [stdout] c81d728472142a805170e5c25e7fc66a4dcc7727082c40aa6bd805dc1f564961
[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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ea5e1455769121e7d6029ecba4d25e00e28cb62c3fc6b6462bae95e2cdbc8ca
[INFO] running `Command { std: "docker" "start" "-a" "0ea5e1455769121e7d6029ecba4d25e00e28cb62c3fc6b6462bae95e2cdbc8ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking litemap v0.7.3
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.68
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling rustls v0.23.15
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking hashbrown v0.15.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling cc v1.1.36
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking tokio v1.41.0
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling rustix v0.38.39
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]    Compiling webpki-roots v0.26.6
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking bytestring v1.3.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.68
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking zerofrom v0.1.4
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking yoke v0.7.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking actix-server v2.5.0
[INFO] [stderr]     Checking impl-more v0.1.8
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking env_filter v0.1.2
[INFO] [stderr]     Checking http-range v0.1.5
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking env_logger v0.11.5
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling rsa v0.9.6
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking actix-router v0.5.3
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking actix-http v3.9.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.3
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking sqlx-core v0.8.2
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]     Checking actix-web v4.9.0
[INFO] [stderr]     Checking sqlx-mysql v0.8.2
[INFO] [stderr]     Checking actix-files v0.6.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.2
[INFO] [stderr]    Compiling sqlx-macros v0.8.2
[INFO] [stderr]     Checking sqlx v0.8.2
[INFO] [stderr]     Checking csci211-project v0.2.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/books.rs:96:18
[INFO] [stdout]     |
[INFO] [stdout] 96  |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 97  | |         r#"
[INFO] [stdout] 98  | |             INSERT INTO BOOKS (title, author, category)
[INFO] [stdout] 99  | |             VALUES (?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |         data.category
[INFO] [stdout] 104 | |     )
[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/routes/books.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 120 |       let book = match sqlx::query_as!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 121 | |         Book,
[INFO] [stdout] 122 | |         r#"
[INFO] [stdout] 123 | |             SELECT id, title, author, category, status
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |         id.clone()
[INFO] [stdout] 128 | |     )
[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/books.rs:136:18
[INFO] [stdout]     |
[INFO] [stdout] 136 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 137 | |         r#"
[INFO] [stdout] 138 | |             UPDATE BOOKS
[INFO] [stdout] 139 | |             SET title = ?, author = ?, category = ?, status = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         id.clone()
[INFO] [stdout] 163 | |     )
[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/routes/books.rs:178:18
[INFO] [stdout]     |
[INFO] [stdout] 178 |       let result = sqlx::query_as!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 179 | |         Book,
[INFO] [stdout] 180 | |         r#"
[INFO] [stdout] 181 | |             SELECT id, title, author, category, status
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |         id.clone()
[INFO] [stdout] 186 | |     )
[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/books.rs:198:18
[INFO] [stdout]     |
[INFO] [stdout] 198 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 199 | |         r#"
[INFO] [stdout] 200 | |             DELETE FROM BOOKS
[INFO] [stdout] 201 | |             WHERE id = ?
[INFO] [stdout] 202 | |         "#,
[INFO] [stdout] 203 | |         id.clone()
[INFO] [stdout] 204 | |     )
[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/routes/borrowings.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |       let member = match sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 31 | |         Member,
[INFO] [stdout] 32 | |         r#"SELECT id, first_name, last_name, email, phone FROM MEMBERS WHERE id = ?"#,
[INFO] [stdout] 33 | |         id
[INFO] [stdout] 34 | |     )
[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/borrowings.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |       match sqlx::query!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 44 | |         r#"SELECT id, title, author, category, status FROM BOOKS WHERE id = ? AND status = 'available'"#,
[INFO] [stdout] 45 | |         id
[INFO] [stdout] 46 | |     )
[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/routes/borrowings.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |       let existing_borrow = sqlx::query!(
[INFO] [stdout]    |  ___________________________^
[INFO] [stdout] 56 | |         r#"SELECT id FROM BORROWINGS
[INFO] [stdout] 57 | |            WHERE member_id = ? AND book_id = ? AND return_date IS NULL"#,
[INFO] [stdout] 58 | |         member.id,
[INFO] [stdout] 59 | |         data.0.book_id
[INFO] [stdout] 60 | |     )
[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/routes/borrowings.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |       match sqlx::query!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 70 | |         r#"INSERT INTO BORROWINGS (member_id, book_id, borrow_date)
[INFO] [stdout] 71 | |            VALUES (?, ?, CURRENT_TIMESTAMP)"#,
[INFO] [stdout] 72 | |         member.id,
[INFO] [stdout] 73 | |         data.0.book_id
[INFO] [stdout] 74 | |     )
[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/routes/borrowings.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 |       match sqlx::query!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 84 | |         r#"UPDATE BOOKS SET status = 'borrowed' WHERE id = ?"#,
[INFO] [stdout] 85 | |         data.0.book_id
[INFO] [stdout] 86 | |     )
[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/routes/borrowings.rs:144:22
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let book = match sqlx::query_as!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 145 | |         Book,
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |             SELECT id, title, author, category, status
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |         data.book_id
[INFO] [stdout] 152 | |     )
[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/borrowings.rs:166:26
[INFO] [stdout]     |
[INFO] [stdout] 166 |       let borrowed = match sqlx::query!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout] 167 | |         r#"
[INFO] [stdout] 168 | |         SELECT id, book_id, member_id, borrow_date, return_date FROM BORROWINGS WHERE book_id = ? AND return_date IS NULL
[INFO] [stdout] 169 | |         "#,
[INFO] [stdout] 170 | |         book.id
[INFO] [stdout] 171 | |     )
[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/routes/borrowings.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 180 | |         r#"
[INFO] [stdout] 181 | |             UPDATE BOOKS
[INFO] [stdout] 182 | |             SET status = 'available'
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |         book.id
[INFO] [stdout] 186 | |     )
[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/routes/borrowings.rs:194:11
[INFO] [stdout]     |
[INFO] [stdout] 194 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 195 | |         r#"
[INFO] [stdout] 196 | |             UPDATE BORROWINGS
[INFO] [stdout] 197 | |             SET return_date = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 201 | |         borrowed.id
[INFO] [stdout] 202 | |     )
[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/routes/borrowings.rs:253:27
[INFO] [stdout]     |
[INFO] [stdout] 253 |       let borrowing = match sqlx::query!(
[INFO] [stdout]     |  ___________________________^
[INFO] [stdout] 254 | |         r#"
[INFO] [stdout] 255 | |         SELECT id, book_id, member_id, borrow_date, return_date
[INFO] [stdout] 256 | |         FROM BORROWINGS
[INFO] [stdout] ...   |
[INFO] [stdout] 259 | |         id
[INFO] [stdout] 260 | |     )
[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/routes/borrowings.rs:269:11
[INFO] [stdout]     |
[INFO] [stdout] 269 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 270 | |         r#"
[INFO] [stdout] 271 | |         DELETE FROM BORROWINGS
[INFO] [stdout] 272 | |         WHERE id = ?
[INFO] [stdout] 273 | |         "#,
[INFO] [stdout] 274 | |         id
[INFO] [stdout] 275 | |     )
[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/routes/borrowings.rs:284:11
[INFO] [stdout]     |
[INFO] [stdout] 284 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 285 | |         r#"
[INFO] [stdout] 286 | |         UPDATE BOOKS
[INFO] [stdout] 287 | |         SET status = 'available'
[INFO] [stdout] ...   |
[INFO] [stdout] 290 | |         borrowing.book_id
[INFO] [stdout] 291 | |     )
[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/routes/members.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 85 |       let result = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 86 | |         r#"
[INFO] [stdout] 87 | |             INSERT INTO MEMBERS (first_name, last_name, email, phone)
[INFO] [stdout] 88 | |             VALUES (?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |         data.phone
[INFO] [stdout] 94 | |     )
[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/routes/members.rs:111:24
[INFO] [stdout]     |
[INFO] [stdout] 111 |       let member = match sqlx::query_as!(
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 112 | |         Member,
[INFO] [stdout] 113 | |         r#"
[INFO] [stdout] 114 | |             SELECT id, first_name, last_name, email, phone
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |         id.clone()
[INFO] [stdout] 119 | |     )
[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/members.rs:128:18
[INFO] [stdout]     |
[INFO] [stdout] 128 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 129 | |         r#"
[INFO] [stdout] 130 | |             UPDATE MEMBERS
[INFO] [stdout] 131 | |             SET first_name = ?, last_name = ?, email = ?, phone = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         id.into_inner()
[INFO] [stdout] 143 | |     )
[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/routes/members.rs:155:11
[INFO] [stdout]     |
[INFO] [stdout] 155 |       match sqlx::query_as!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 156 | |         Member,
[INFO] [stdout] 157 | |         r#"
[INFO] [stdout] 158 | |             SELECT id, first_name, last_name, email, phone
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         id.into_inner()
[INFO] [stdout] 163 | |     )
[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/members.rs:174:18
[INFO] [stdout]     |
[INFO] [stdout] 174 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 175 | |         r#"
[INFO] [stdout] 176 | |             DELETE FROM MEMBERS
[INFO] [stdout] 177 | |             WHERE id = ?
[INFO] [stdout] 178 | |         "#,
[INFO] [stdout] 179 | |         id.into_inner()
[INFO] [stdout] 180 | |     )
[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/routes/books.rs:96:18
[INFO] [stdout]     |
[INFO] [stdout] 96  |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 97  | |         r#"
[INFO] [stdout] 98  | |             INSERT INTO BOOKS (title, author, category)
[INFO] [stdout] 99  | |             VALUES (?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |         data.category
[INFO] [stdout] 104 | |     )
[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/routes/books.rs:120:22
[INFO] [stdout]     |
[INFO] [stdout] 120 |       let book = match sqlx::query_as!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 121 | |         Book,
[INFO] [stdout] 122 | |         r#"
[INFO] [stdout] 123 | |             SELECT id, title, author, category, status
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |         id.clone()
[INFO] [stdout] 128 | |     )
[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/books.rs:136:18
[INFO] [stdout]     |
[INFO] [stdout] 136 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 137 | |         r#"
[INFO] [stdout] 138 | |             UPDATE BOOKS
[INFO] [stdout] 139 | |             SET title = ?, author = ?, category = ?, status = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         id.clone()
[INFO] [stdout] 163 | |     )
[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/routes/books.rs:178:18
[INFO] [stdout]     |
[INFO] [stdout] 178 |       let result = sqlx::query_as!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 179 | |         Book,
[INFO] [stdout] 180 | |         r#"
[INFO] [stdout] 181 | |             SELECT id, title, author, category, status
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |         id.clone()
[INFO] [stdout] 186 | |     )
[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/books.rs:198:18
[INFO] [stdout]     |
[INFO] [stdout] 198 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 199 | |         r#"
[INFO] [stdout] 200 | |             DELETE FROM BOOKS
[INFO] [stdout] 201 | |             WHERE id = ?
[INFO] [stdout] 202 | |         "#,
[INFO] [stdout] 203 | |         id.clone()
[INFO] [stdout] 204 | |     )
[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/routes/borrowings.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |       let member = match sqlx::query_as!(
[INFO] [stdout]    |  ________________________^
[INFO] [stdout] 31 | |         Member,
[INFO] [stdout] 32 | |         r#"SELECT id, first_name, last_name, email, phone FROM MEMBERS WHERE id = ?"#,
[INFO] [stdout] 33 | |         id
[INFO] [stdout] 34 | |     )
[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/borrowings.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |       match sqlx::query!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 44 | |         r#"SELECT id, title, author, category, status FROM BOOKS WHERE id = ? AND status = 'available'"#,
[INFO] [stdout] 45 | |         id
[INFO] [stdout] 46 | |     )
[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/routes/borrowings.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |       let existing_borrow = sqlx::query!(
[INFO] [stdout]    |  ___________________________^
[INFO] [stdout] 56 | |         r#"SELECT id FROM BORROWINGS
[INFO] [stdout] 57 | |            WHERE member_id = ? AND book_id = ? AND return_date IS NULL"#,
[INFO] [stdout] 58 | |         member.id,
[INFO] [stdout] 59 | |         data.0.book_id
[INFO] [stdout] 60 | |     )
[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/routes/borrowings.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |       match sqlx::query!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 70 | |         r#"INSERT INTO BORROWINGS (member_id, book_id, borrow_date)
[INFO] [stdout] 71 | |            VALUES (?, ?, CURRENT_TIMESTAMP)"#,
[INFO] [stdout] 72 | |         member.id,
[INFO] [stdout] 73 | |         data.0.book_id
[INFO] [stdout] 74 | |     )
[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/routes/borrowings.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 |       match sqlx::query!(
[INFO] [stdout]    |  ___________^
[INFO] [stdout] 84 | |         r#"UPDATE BOOKS SET status = 'borrowed' WHERE id = ?"#,
[INFO] [stdout] 85 | |         data.0.book_id
[INFO] [stdout] 86 | |     )
[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/routes/borrowings.rs:144:22
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let book = match sqlx::query_as!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 145 | |         Book,
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |             SELECT id, title, author, category, status
[INFO] [stdout] ...   |
[INFO] [stdout] 151 | |         data.book_id
[INFO] [stdout] 152 | |     )
[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/borrowings.rs:166:26
[INFO] [stdout]     |
[INFO] [stdout] 166 |       let borrowed = match sqlx::query!(
[INFO] [stdout]     |  __________________________^
[INFO] [stdout] 167 | |         r#"
[INFO] [stdout] 168 | |         SELECT id, book_id, member_id, borrow_date, return_date FROM BORROWINGS WHERE book_id = ? AND return_date IS NULL
[INFO] [stdout] 169 | |         "#,
[INFO] [stdout] 170 | |         book.id
[INFO] [stdout] 171 | |     )
[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/routes/borrowings.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 180 | |         r#"
[INFO] [stdout] 181 | |             UPDATE BOOKS
[INFO] [stdout] 182 | |             SET status = 'available'
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |         book.id
[INFO] [stdout] 186 | |     )
[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/routes/borrowings.rs:194:11
[INFO] [stdout]     |
[INFO] [stdout] 194 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 195 | |         r#"
[INFO] [stdout] 196 | |             UPDATE BORROWINGS
[INFO] [stdout] 197 | |             SET return_date = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 201 | |         borrowed.id
[INFO] [stdout] 202 | |     )
[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/routes/borrowings.rs:253:27
[INFO] [stdout]     |
[INFO] [stdout] 253 |       let borrowing = match sqlx::query!(
[INFO] [stdout]     |  ___________________________^
[INFO] [stdout] 254 | |         r#"
[INFO] [stdout] 255 | |         SELECT id, book_id, member_id, borrow_date, return_date
[INFO] [stdout] 256 | |         FROM BORROWINGS
[INFO] [stdout] ...   |
[INFO] [stdout] 259 | |         id
[INFO] [stdout] 260 | |     )
[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/routes/borrowings.rs:269:11
[INFO] [stdout]     |
[INFO] [stdout] 269 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 270 | |         r#"
[INFO] [stdout] 271 | |         DELETE FROM BORROWINGS
[INFO] [stdout] 272 | |         WHERE id = ?
[INFO] [stdout] 273 | |         "#,
[INFO] [stdout] 274 | |         id
[INFO] [stdout] 275 | |     )
[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/routes/borrowings.rs:284:11
[INFO] [stdout]     |
[INFO] [stdout] 284 |       match sqlx::query!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 285 | |         r#"
[INFO] [stdout] 286 | |         UPDATE BOOKS
[INFO] [stdout] 287 | |         SET status = 'available'
[INFO] [stdout] ...   |
[INFO] [stdout] 290 | |         borrowing.book_id
[INFO] [stdout] 291 | |     )
[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/routes/members.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 85 |       let result = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 86 | |         r#"
[INFO] [stdout] 87 | |             INSERT INTO MEMBERS (first_name, last_name, email, phone)
[INFO] [stdout] 88 | |             VALUES (?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |         data.phone
[INFO] [stdout] 94 | |     )
[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/routes/members.rs:111:24
[INFO] [stdout]     |
[INFO] [stdout] 111 |       let member = match sqlx::query_as!(
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 112 | |         Member,
[INFO] [stdout] 113 | |         r#"
[INFO] [stdout] 114 | |             SELECT id, first_name, last_name, email, phone
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |         id.clone()
[INFO] [stdout] 119 | |     )
[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/members.rs:128:18
[INFO] [stdout]     |
[INFO] [stdout] 128 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 129 | |         r#"
[INFO] [stdout] 130 | |             UPDATE MEMBERS
[INFO] [stdout] 131 | |             SET first_name = ?, last_name = ?, email = ?, phone = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         id.into_inner()
[INFO] [stdout] 143 | |     )
[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/routes/members.rs:155:11
[INFO] [stdout]     |
[INFO] [stdout] 155 |       match sqlx::query_as!(
[INFO] [stdout]     |  ___________^
[INFO] [stdout] 156 | |         Member,
[INFO] [stdout] 157 | |         r#"
[INFO] [stdout] 158 | |             SELECT id, first_name, last_name, email, phone
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         id.into_inner()
[INFO] [stdout] 163 | |     )
[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/members.rs:174:18
[INFO] [stdout]     |
[INFO] [stdout] 174 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 175 | |         r#"
[INFO] [stdout] 176 | |             DELETE FROM MEMBERS
[INFO] [stdout] 177 | |             WHERE id = ?
[INFO] [stdout] 178 | |         "#,
[INFO] [stdout] 179 | |         id.into_inner()
[INFO] [stdout] 180 | |     )
[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: `chrono::Utc`
[INFO] [stdout]  --> src/routes/borrowings.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `books::Book` and `members::Member`
[INFO] [stdout]  --> src/routes/borrowings.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     books::Book,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 7 |     borrowings::{BorrowParams, BorrowRequest, BorrowedBook},
[INFO] [stdout] 8 |     members::Member,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::Utc`
[INFO] [stdout]  --> src/routes/borrowings.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use chrono::Utc;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `books::Book` and `members::Member`
[INFO] [stdout]  --> src/routes/borrowings.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     books::Book,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 7 |     borrowings::{BorrowParams, BorrowRequest, BorrowedBook},
[INFO] [stdout] 8 |     members::Member,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `csci211-project` (lib test) due to 22 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `csci211-project` (lib) due to 22 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0ea5e1455769121e7d6029ecba4d25e00e28cb62c3fc6b6462bae95e2cdbc8ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ea5e1455769121e7d6029ecba4d25e00e28cb62c3fc6b6462bae95e2cdbc8ca", kill_on_drop: false }`
[INFO] [stdout] 0ea5e1455769121e7d6029ecba4d25e00e28cb62c3fc6b6462bae95e2cdbc8ca
