[INFO] fetching crate lrzcc-api 0.4.0...
[INFO] checking lrzcc-api-0.4.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate lrzcc-api 0.4.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate lrzcc-api 0.4.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate lrzcc-api 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate lrzcc-api 0.4.0
[INFO] tweaked toml for crates.io crate lrzcc-api 0.4.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate lrzcc-api 0.4.0 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7343f522af1db6d164156e72dc14a2969823224514b8e6743e54784695839100
[INFO] running `Command { std: "docker" "start" "-a" "7343f522af1db6d164156e72dc14a2969823224514b8e6743e54784695839100", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7343f522af1db6d164156e72dc14a2969823224514b8e6743e54784695839100", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7343f522af1db6d164156e72dc14a2969823224514b8e6743e54784695839100", kill_on_drop: false }`
[INFO] [stdout] 7343f522af1db6d164156e72dc14a2969823224514b8e6743e54784695839100
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cad789dcfce6542ee573292f1475e0752da289e0d24ad9ccf5b7194f809f9af1
[INFO] running `Command { std: "docker" "start" "-a" "cad789dcfce6542ee573292f1475e0752da289e0d24ad9ccf5b7194f809f9af1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking itoa v1.0.13
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking litemap v0.7.3
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking hashbrown v0.15.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling rustls v0.23.17
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking allocator-api2 v0.2.20
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[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 zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking zerofrom v0.1.4
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]     Checking yoke v0.7.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking url v2.5.3
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling rsa v0.9.6
[INFO] [stderr]    Compiling sqlx-core v0.8.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]    Compiling sqlx-mysql v0.8.2
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.2
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]     Checking ucd-trie v0.1.7
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]    Compiling sqlx-macros v0.8.2
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking papergrid v0.12.0
[INFO] [stderr]    Compiling tabled_derive v0.8.0
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking actix-server v2.5.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking impl-more v0.1.8
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking actix-http v3.9.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking yaml-rust2 v0.8.1
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking tabled v0.16.0
[INFO] [stderr]     Checking hyper-rustls v0.27.3
[INFO] [stderr]     Checking cookie_store v0.21.1
[INFO] [stderr]     Checking sqlx v0.8.2
[INFO] [stderr]     Checking rust-ini v0.20.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking mutually_exclusive_features v0.1.0
[INFO] [stderr]     Checking pathdiff v0.2.2
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking config v0.14.1
[INFO] [stderr]     Checking serde-aux v4.5.0
[INFO] [stderr]     Checking reqwest v0.12.9
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking tracing-bunyan-formatter v0.3.9
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking jzon v0.12.5
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]     Checking deadpool v0.10.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking wiremock v0.6.2
[INFO] [stderr]     Checking lrzcc-wire v1.3.0
[INFO] [stderr]     Checking actix-web v4.9.0
[INFO] [stderr]     Checking tracing-actix-web v0.7.15
[INFO] [stderr]     Checking lrzcc-api v0.4.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/authentication.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |       let Ok(row) = sqlx::query_as!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 69 | |         Row,
[INFO] [stdout] 70 | |         r#"
[INFO] [stdout] 71 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 87 | |         os_project.name
[INFO] [stdout] 88 | |     )
[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/database/accounting/server_state.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 30 | |         r#"
[INFO] [stdout] 31 | |         SELECT
[INFO] [stdout] 32 | |             s.id as id,
[INFO] [stdout] ...  |
[INFO] [stdout] 53 | |         server_state_id
[INFO] [stdout] 54 | |     );
[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/database/accounting/server_state.rs:99:17
[INFO] [stdout]     |
[INFO] [stdout] 99  |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 100 | |         r#"
[INFO] [stdout] 101 | |         SELECT
[INFO] [stdout] 102 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |         "#,
[INFO] [stdout] 122 | |     );
[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/authentication.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |       let Ok(row) = sqlx::query_as!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 69 | |         Row,
[INFO] [stdout] 70 | |         r#"
[INFO] [stdout] 71 | |         SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 87 | |         os_project.name
[INFO] [stdout] 88 | |     )
[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/database/accounting/server_state.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 157 | |         r#"
[INFO] [stdout] 158 | |         SELECT
[INFO] [stdout] 159 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | |         project_id
[INFO] [stdout] 181 | |     );
[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/database/accounting/server_state.rs:215:17
[INFO] [stdout]     |
[INFO] [stdout] 215 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 216 | |         r#"
[INFO] [stdout] 217 | |         SELECT
[INFO] [stdout] 218 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 239 | |         user_id
[INFO] [stdout] 240 | |     );
[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/database/accounting/server_state.rs:274:17
[INFO] [stdout]     |
[INFO] [stdout] 274 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 275 | |         r#"
[INFO] [stdout] 276 | |         SELECT
[INFO] [stdout] 277 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 298 | |         server_id
[INFO] [stdout] 299 | |     );
[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/database/budgeting/project_budget.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 15 | |         r#"
[INFO] [stdout] 16 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 17 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |         project_budget_id
[INFO] [stdout] 23 | |     );
[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/database/budgeting/project_budget.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 61 | |         r#"
[INFO] [stdout] 62 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 63 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] 64 | |         WHERE b.project_id = p.id
[INFO] [stdout] 65 | |         "#,
[INFO] [stdout] 66 | |     );
[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/database/budgeting/project_budget.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 87 | |         r#"
[INFO] [stdout] 88 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 89 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |         project_id
[INFO] [stdout] 95 | |     );
[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/database/budgeting/project_budget.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 116 | |         r#"
[INFO] [stdout] 117 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 118 | |         FROM budgeting_projectbudget as b, user_project as p, user_user as u
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |         user_id
[INFO] [stdout] 125 | |     );
[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/database/accounting/server_state.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 30 | |         r#"
[INFO] [stdout] 31 | |         SELECT
[INFO] [stdout] 32 | |             s.id as id,
[INFO] [stdout] ...  |
[INFO] [stdout] 53 | |         server_state_id
[INFO] [stdout] 54 | |     );
[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/database/budgeting/project_budget.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 148 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] ...   |
[INFO] [stdout] 153 | |         year
[INFO] [stdout] 154 | |     );
[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/database/accounting/server_state.rs:99:17
[INFO] [stdout]     |
[INFO] [stdout] 99  |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 100 | |         r#"
[INFO] [stdout] 101 | |         SELECT
[INFO] [stdout] 102 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |         "#,
[INFO] [stdout] 122 | |     );
[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/database/budgeting/user_budget.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 15 | |         r#"
[INFO] [stdout] 16 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 17 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |         user_budget_id
[INFO] [stdout] 23 | |     );
[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/database/accounting/server_state.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 157 | |         r#"
[INFO] [stdout] 158 | |         SELECT
[INFO] [stdout] 159 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 180 | |         project_id
[INFO] [stdout] 181 | |     );
[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/database/accounting/server_state.rs:215:17
[INFO] [stdout]     |
[INFO] [stdout] 215 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 216 | |         r#"
[INFO] [stdout] 217 | |         SELECT
[INFO] [stdout] 218 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 239 | |         user_id
[INFO] [stdout] 240 | |     );
[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/database/accounting/server_state.rs:274:17
[INFO] [stdout]     |
[INFO] [stdout] 274 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 275 | |         r#"
[INFO] [stdout] 276 | |         SELECT
[INFO] [stdout] 277 | |             s.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 298 | |         server_id
[INFO] [stdout] 299 | |     );
[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/database/budgeting/user_budget.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 58 | |         r#"
[INFO] [stdout] 59 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 60 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] 61 | |         WHERE b.user_id = u.id
[INFO] [stdout] 62 | |         "#,
[INFO] [stdout] 63 | |     );
[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/database/budgeting/project_budget.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 15 | |         r#"
[INFO] [stdout] 16 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 17 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |         project_budget_id
[INFO] [stdout] 23 | |     );
[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/database/budgeting/user_budget.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 84 | |         r#"
[INFO] [stdout] 85 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 86 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |         project_id
[INFO] [stdout] 92 | |     );
[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/database/budgeting/user_budget.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 113 | |         r#"
[INFO] [stdout] 114 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 115 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | |         user_id
[INFO] [stdout] 121 | |     );
[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/database/budgeting/project_budget.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 61 | |         r#"
[INFO] [stdout] 62 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 63 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] 64 | |         WHERE b.project_id = p.id
[INFO] [stdout] 65 | |         "#,
[INFO] [stdout] 66 | |     );
[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/database/budgeting/project_budget.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 87 | |         r#"
[INFO] [stdout] 88 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 89 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |         project_id
[INFO] [stdout] 95 | |     );
[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/database/budgeting/user_budget.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 142 | |         r#"
[INFO] [stdout] 143 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 144 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |         year
[INFO] [stdout] 150 | |     );
[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/database/budgeting/project_budget.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 116 | |         r#"
[INFO] [stdout] 117 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 118 | |         FROM budgeting_projectbudget as b, user_project as p, user_user as u
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |         user_id
[INFO] [stdout] 125 | |     );
[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/database/budgeting/project_budget.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |         SELECT b.id, p.id as project, p.name as project_name, b.year, b.amount
[INFO] [stdout] 148 | |         FROM budgeting_projectbudget as b, user_project as p
[INFO] [stdout] ...   |
[INFO] [stdout] 153 | |         year
[INFO] [stdout] 154 | |     );
[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/database/pricing/flavor_price.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 26 | |         r#"
[INFO] [stdout] 27 | |         SELECT
[INFO] [stdout] 28 | |             p.id,
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |         flavor_price_id
[INFO] [stdout] 42 | |     );
[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/database/pricing/flavor_price.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 84 | |         r#"
[INFO] [stdout] 85 | |         SELECT
[INFO] [stdout] 86 | |             p.id,
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | |         "#,
[INFO] [stdout] 98 | |     );
[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/database/budgeting/user_budget.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 15 | |         r#"
[INFO] [stdout] 16 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 17 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |         user_budget_id
[INFO] [stdout] 23 | |     );
[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/database/quota/flavor_quota.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 15 | |         r#"
[INFO] [stdout] 16 | |         SELECT
[INFO] [stdout] 17 | |             q.id as id,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |         flavor_quota_id
[INFO] [stdout] 35 | |     );
[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/database/quota/flavor_quota.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 69 | |         r#"
[INFO] [stdout] 70 | |         SELECT
[INFO] [stdout] 71 | |             q.id as id,
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | |         "#,
[INFO] [stdout] 87 | |     );
[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/database/quota/flavor_quota.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 108 | |         r#"
[INFO] [stdout] 109 | |         SELECT
[INFO] [stdout] 110 | |             q.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |         flavor_group_id
[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` (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/database/budgeting/user_budget.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 58 | |         r#"
[INFO] [stdout] 59 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 60 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] 61 | |         WHERE b.user_id = u.id
[INFO] [stdout] 62 | |         "#,
[INFO] [stdout] 63 | |     );
[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/database/quota/flavor_quota.rs:148:17
[INFO] [stdout]     |
[INFO] [stdout] 148 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 149 | |         r#"
[INFO] [stdout] 150 | |         SELECT
[INFO] [stdout] 151 | |             q.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 168 | |         user_id
[INFO] [stdout] 169 | |     );
[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/database/resources/flavor.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 22 | |         r#"
[INFO] [stdout] 23 | |         SELECT name
[INFO] [stdout] 24 | |         FROM resources_flavor AS flavor
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |         flavor_id
[INFO] [stdout] 28 | |     );
[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/database/budgeting/user_budget.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 84 | |         r#"
[INFO] [stdout] 85 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 86 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |         project_id
[INFO] [stdout] 92 | |     );
[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/database/resources/flavor.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 61 | |         r#"
[INFO] [stdout] 62 | |         SELECT f.id, f.name, f.openstack_id, f.weight, f.group_id, g.name as group_name
[INFO] [stdout] 63 | |         FROM resources_flavor as f, resources_flavorgroup as g
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |         flavor_id
[INFO] [stdout] 69 | |     );
[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/database/budgeting/user_budget.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 113 | |         r#"
[INFO] [stdout] 114 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 115 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | |         user_id
[INFO] [stdout] 121 | |     );
[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/database/budgeting/user_budget.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 142 | |         r#"
[INFO] [stdout] 143 | |         SELECT b.id, u.id as user, u.name as username, b.year, b.amount
[INFO] [stdout] 144 | |         FROM budgeting_userbudget as b, user_user as u
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |         year
[INFO] [stdout] 150 | |     );
[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/database/resources/flavor.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 104 | |         r#"
[INFO] [stdout] 105 | |         SELECT f.id, f.name
[INFO] [stdout] 106 | |         FROM resources_flavor as f
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |         group_id
[INFO] [stdout] 110 | |     );
[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/database/pricing/flavor_price.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 26 | |         r#"
[INFO] [stdout] 27 | |         SELECT
[INFO] [stdout] 28 | |             p.id,
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | |         flavor_price_id
[INFO] [stdout] 42 | |     );
[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/database/resources/flavor.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 140 | |         r#"
[INFO] [stdout] 141 | |         SELECT
[INFO] [stdout] 142 | |             f.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 153 | |         flavor_id
[INFO] [stdout] 154 | |     );
[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/database/resources/flavor.rs:194:17
[INFO] [stdout]     |
[INFO] [stdout] 194 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 195 | |         r#"
[INFO] [stdout] 196 | |         SELECT
[INFO] [stdout] 197 | |             f.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | |         "#,
[INFO] [stdout] 206 | |     );
[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/database/pricing/flavor_price.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 84 | |         r#"
[INFO] [stdout] 85 | |         SELECT
[INFO] [stdout] 86 | |             p.id,
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | |         "#,
[INFO] [stdout] 98 | |     );
[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/database/quota/flavor_quota.rs:14:17
[INFO] [stdout]    |
[INFO] [stdout] 14 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 15 | |         r#"
[INFO] [stdout] 16 | |         SELECT
[INFO] [stdout] 17 | |             q.id as id,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |         flavor_quota_id
[INFO] [stdout] 35 | |     );
[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/database/resources/flavor.rs:222:17
[INFO] [stdout]     |
[INFO] [stdout] 222 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 223 | |         r#"
[INFO] [stdout] 224 | |         SELECT
[INFO] [stdout] 225 | |             f.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 235 | |         "#,
[INFO] [stdout] 236 | |     );
[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/database/resources/flavor.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 257 | |         r#"
[INFO] [stdout] 258 | |         SELECT
[INFO] [stdout] 259 | |             f.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 270 | |         flavor_group_id
[INFO] [stdout] 271 | |     );
[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/database/quota/flavor_quota.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 69 | |         r#"
[INFO] [stdout] 70 | |         SELECT
[INFO] [stdout] 71 | |             q.id as id,
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | |         "#,
[INFO] [stdout] 87 | |     );
[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/database/quota/flavor_quota.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 108 | |         r#"
[INFO] [stdout] 109 | |         SELECT
[INFO] [stdout] 110 | |             q.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |         flavor_group_id
[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` (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/database/resources/flavor_group.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 20 | |         r#"
[INFO] [stdout] 21 | |         SELECT name
[INFO] [stdout] 22 | |         FROM resources_flavorgroup
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |         flavor_group_id
[INFO] [stdout] 26 | |     );
[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/database/quota/flavor_quota.rs:148:17
[INFO] [stdout]     |
[INFO] [stdout] 148 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 149 | |         r#"
[INFO] [stdout] 150 | |         SELECT
[INFO] [stdout] 151 | |             q.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 168 | |         user_id
[INFO] [stdout] 169 | |     );
[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/database/resources/flavor.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 22 | |         r#"
[INFO] [stdout] 23 | |         SELECT name
[INFO] [stdout] 24 | |         FROM resources_flavor AS flavor
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |         flavor_id
[INFO] [stdout] 28 | |     );
[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/database/resources/flavor.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 61 | |         r#"
[INFO] [stdout] 62 | |         SELECT f.id, f.name, f.openstack_id, f.weight, f.group_id, g.name as group_name
[INFO] [stdout] 63 | |         FROM resources_flavor as f, resources_flavorgroup as g
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |         flavor_id
[INFO] [stdout] 69 | |     );
[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/database/resources/flavor_group.rs:77:18
[INFO] [stdout]    |
[INFO] [stdout] 77 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 78 | |         r#"
[INFO] [stdout] 79 | |         SELECT id, name, project_id
[INFO] [stdout] 80 | |         FROM resources_flavorgroup
[INFO] [stdout] ...  |
[INFO] [stdout] 83 | |         flavor_group_id
[INFO] [stdout] 84 | |     );
[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/database/resources/flavor_group.rs:98:18
[INFO] [stdout]     |
[INFO] [stdout] 98  |       let query2 = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 99  | |         r#"
[INFO] [stdout] 100 | |         SELECT id
[INFO] [stdout] 101 | |         FROM resources_flavor
[INFO] [stdout] ...   |
[INFO] [stdout] 104 | |         flavor_group_id
[INFO] [stdout] 105 | |     );
[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/database/resources/flavor.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 104 | |         r#"
[INFO] [stdout] 105 | |         SELECT f.id, f.name
[INFO] [stdout] 106 | |         FROM resources_flavor as f
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |         group_id
[INFO] [stdout] 110 | |     );
[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/database/resources/flavor_group.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |         SELECT
[INFO] [stdout] 148 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 153 | |         project_id
[INFO] [stdout] 154 | |     );
[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/database/resources/flavor_group.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 174 | |         r#"
[INFO] [stdout] 175 | |         SELECT
[INFO] [stdout] 176 | |             g.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |         "#,
[INFO] [stdout] 184 | |     );
[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/database/resources/flavor_group.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 204 | |         r#"
[INFO] [stdout] 205 | |         SELECT
[INFO] [stdout] 206 | |             g.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |         "#,
[INFO] [stdout] 216 | |     );
[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/database/user/project.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 12 | |         r#"
[INFO] [stdout] 13 | |         SELECT
[INFO] [stdout] 14 | |             id,
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |         project_id
[INFO] [stdout] 23 | |     );
[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/database/resources/flavor.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 140 | |         r#"
[INFO] [stdout] 141 | |         SELECT
[INFO] [stdout] 142 | |             f.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 153 | |         flavor_id
[INFO] [stdout] 154 | |     );
[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/database/resources/flavor.rs:194:17
[INFO] [stdout]     |
[INFO] [stdout] 194 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 195 | |         r#"
[INFO] [stdout] 196 | |         SELECT
[INFO] [stdout] 197 | |             f.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 205 | |         "#,
[INFO] [stdout] 206 | |     );
[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/database/resources/flavor.rs:222:17
[INFO] [stdout]     |
[INFO] [stdout] 222 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 223 | |         r#"
[INFO] [stdout] 224 | |         SELECT
[INFO] [stdout] 225 | |             f.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 235 | |         "#,
[INFO] [stdout] 236 | |     );
[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/database/resources/flavor.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 257 | |         r#"
[INFO] [stdout] 258 | |         SELECT
[INFO] [stdout] 259 | |             f.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 270 | |         flavor_group_id
[INFO] [stdout] 271 | |     );
[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/database/user/project.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 57 | |         r#"
[INFO] [stdout] 58 | |         SELECT id, name
[INFO] [stdout] 59 | |         FROM user_project AS project
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |         project_id
[INFO] [stdout] 63 | |     );
[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/database/resources/flavor_group.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 20 | |         r#"
[INFO] [stdout] 21 | |         SELECT name
[INFO] [stdout] 22 | |         FROM resources_flavorgroup
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |         flavor_group_id
[INFO] [stdout] 26 | |     );
[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/database/user/project.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 106 | |         r#"
[INFO] [stdout] 107 | |         SELECT name
[INFO] [stdout] 108 | |         FROM user_project AS project
[INFO] [stdout] ...   |
[INFO] [stdout] 112 | |         project_id
[INFO] [stdout] 113 | |     );
[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/database/resources/flavor_group.rs:77:18
[INFO] [stdout]    |
[INFO] [stdout] 77 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 78 | |         r#"
[INFO] [stdout] 79 | |         SELECT id, name, project_id
[INFO] [stdout] 80 | |         FROM resources_flavorgroup
[INFO] [stdout] ...  |
[INFO] [stdout] 83 | |         flavor_group_id
[INFO] [stdout] 84 | |     );
[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/database/resources/flavor_group.rs:98:18
[INFO] [stdout]     |
[INFO] [stdout] 98  |       let query2 = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 99  | |         r#"
[INFO] [stdout] 100 | |         SELECT id
[INFO] [stdout] 101 | |         FROM resources_flavor
[INFO] [stdout] ...   |
[INFO] [stdout] 104 | |         flavor_group_id
[INFO] [stdout] 105 | |     );
[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/database/user/project.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 145 | |         r#"
[INFO] [stdout] 146 | |         SELECT
[INFO] [stdout] 147 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         "#,
[INFO] [stdout] 153 | |     );
[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/database/resources/flavor_group.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |         SELECT
[INFO] [stdout] 148 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 153 | |         project_id
[INFO] [stdout] 154 | |     );
[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/database/user/project.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 174 | |         r#"
[INFO] [stdout] 175 | |         SELECT
[INFO] [stdout] 176 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |         user_class
[INFO] [stdout] 184 | |     );
[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/database/resources/flavor_group.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 174 | |         r#"
[INFO] [stdout] 175 | |         SELECT
[INFO] [stdout] 176 | |             g.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |         "#,
[INFO] [stdout] 184 | |     );
[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/database/resources/flavor_group.rs:203:17
[INFO] [stdout]     |
[INFO] [stdout] 203 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 204 | |         r#"
[INFO] [stdout] 205 | |         SELECT
[INFO] [stdout] 206 | |             g.id as id,
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |         "#,
[INFO] [stdout] 216 | |     );
[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/database/user/project.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 12 | |         r#"
[INFO] [stdout] 13 | |         SELECT
[INFO] [stdout] 14 | |             id,
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |         project_id
[INFO] [stdout] 23 | |     );
[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/database/user/project.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 202 | |         r#"
[INFO] [stdout] 203 | |         SELECT
[INFO] [stdout] 204 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | |         project_id
[INFO] [stdout] 212 | |     );
[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/database/user/project.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 57 | |         r#"
[INFO] [stdout] 58 | |         SELECT id, name
[INFO] [stdout] 59 | |         FROM user_project AS project
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |         project_id
[INFO] [stdout] 63 | |     );
[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/database/user/user.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 20 | |         r#"
[INFO] [stdout] 21 | |         SELECT name
[INFO] [stdout] 22 | |         FROM user_user AS user
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |         user_id
[INFO] [stdout] 26 | |     );
[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/database/user/project.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 106 | |         r#"
[INFO] [stdout] 107 | |         SELECT name
[INFO] [stdout] 108 | |         FROM user_project AS project
[INFO] [stdout] ...   |
[INFO] [stdout] 112 | |         project_id
[INFO] [stdout] 113 | |     );
[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/database/user/user.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 58 | |         r#"
[INFO] [stdout] 59 | |         SELECT
[INFO] [stdout] 60 | |             user.id AS id,
[INFO] [stdout] ...  |
[INFO] [stdout] 71 | |         "#,
[INFO] [stdout] 72 | |     );
[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/database/user/project.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 145 | |         r#"
[INFO] [stdout] 146 | |         SELECT
[INFO] [stdout] 147 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         "#,
[INFO] [stdout] 153 | |     );
[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/database/user/user.rs:92:17
[INFO] [stdout]     |
[INFO] [stdout] 92  |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 93  | |         r#"
[INFO] [stdout] 94  | |         SELECT
[INFO] [stdout] 95  | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |         project_id
[INFO] [stdout] 109 | |     );
[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/database/user/user.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 127 | |         r#"
[INFO] [stdout] 128 | |         SELECT
[INFO] [stdout] 129 | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         user_id
[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/database/user/project.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 174 | |         r#"
[INFO] [stdout] 175 | |         SELECT
[INFO] [stdout] 176 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |         user_class
[INFO] [stdout] 184 | |     );
[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/database/user/project.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 202 | |         r#"
[INFO] [stdout] 203 | |         SELECT
[INFO] [stdout] 204 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 211 | |         project_id
[INFO] [stdout] 212 | |     );
[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/database/user/user.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 20 | |         r#"
[INFO] [stdout] 21 | |         SELECT name
[INFO] [stdout] 22 | |         FROM user_user AS user
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |         user_id
[INFO] [stdout] 26 | |     );
[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/database/user/user.rs:163:17
[INFO] [stdout]     |
[INFO] [stdout] 163 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 164 | |         r#"
[INFO] [stdout] 165 | |         SELECT
[INFO] [stdout] 166 | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | |         user_id
[INFO] [stdout] 182 | |     );
[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/database/user/user.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 58 | |         r#"
[INFO] [stdout] 59 | |         SELECT
[INFO] [stdout] 60 | |             user.id AS id,
[INFO] [stdout] ...  |
[INFO] [stdout] 71 | |         "#,
[INFO] [stdout] 72 | |     );
[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/database/user/user.rs:92:17
[INFO] [stdout]     |
[INFO] [stdout] 92  |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 93  | |         r#"
[INFO] [stdout] 94  | |         SELECT
[INFO] [stdout] 95  | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |         project_id
[INFO] [stdout] 109 | |     );
[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/database/user/user.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 127 | |         r#"
[INFO] [stdout] 128 | |         SELECT
[INFO] [stdout] 129 | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |         user_id
[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/database/user/user.rs:163:17
[INFO] [stdout]     |
[INFO] [stdout] 163 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 164 | |         r#"
[INFO] [stdout] 165 | |         SELECT
[INFO] [stdout] 166 | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | |         user_id
[INFO] [stdout] 182 | |     );
[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/database/user/user.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 213 | |         r#"
[INFO] [stdout] 214 | |         SELECT
[INFO] [stdout] 215 | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 228 | |         user_id
[INFO] [stdout] 229 | |     );
[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/database/user/user.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 213 | |         r#"
[INFO] [stdout] 214 | |         SELECT
[INFO] [stdout] 215 | |             user.id AS id,
[INFO] [stdout] ...   |
[INFO] [stdout] 228 | |         user_id
[INFO] [stdout] 229 | |     );
[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/database/user/user.rs:262:17
[INFO] [stdout]     |
[INFO] [stdout] 262 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 263 | |         r#"
[INFO] [stdout] 264 | |         SELECT
[INFO] [stdout] 265 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 270 | |         project_id
[INFO] [stdout] 271 | |     );
[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/database/user/user.rs:262:17
[INFO] [stdout]     |
[INFO] [stdout] 262 |       let query = sqlx::query!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 263 | |         r#"
[INFO] [stdout] 264 | |         SELECT
[INFO] [stdout] 265 | |             id,
[INFO] [stdout] ...   |
[INFO] [stdout] 270 | |         project_id
[INFO] [stdout] 271 | |     );
[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/accounting/server_state/create.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |       let query1 = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 103 | |         r#"
[INFO] [stdout] 104 | |         INSERT IGNORE INTO accounting_state (begin, end)
[INFO] [stdout] 105 | |         VALUES (?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |         new_server_state.end,
[INFO] [stdout] 109 | |     );
[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/accounting/server_state/create.rs:122:18
[INFO] [stdout]     |
[INFO] [stdout] 122 |       let query2 = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 123 | |         r#"
[INFO] [stdout] 124 | |         INSERT IGNORE INTO accounting_serverstate (
[INFO] [stdout] 125 | |             state_ptr_id, instance_id, instance_name, status, flavor_id, user_id
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |         new_server_state.user
[INFO] [stdout] 135 | |     );
[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/accounting/server_state/create.rs:102:18
[INFO] [stdout]     |
[INFO] [stdout] 102 |       let query1 = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 103 | |         r#"
[INFO] [stdout] 104 | |         INSERT IGNORE INTO accounting_state (begin, end)
[INFO] [stdout] 105 | |         VALUES (?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |         new_server_state.end,
[INFO] [stdout] 109 | |     );
[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/accounting/server_state/create.rs:122:18
[INFO] [stdout]     |
[INFO] [stdout] 122 |       let query2 = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 123 | |         r#"
[INFO] [stdout] 124 | |         INSERT IGNORE INTO accounting_serverstate (
[INFO] [stdout] 125 | |             state_ptr_id, instance_id, instance_name, status, flavor_id, user_id
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |         new_server_state.user
[INFO] [stdout] 135 | |     );
[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/accounting/server_state/modify.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 64 | |         r#"
[INFO] [stdout] 65 | |         UPDATE accounting_state
[INFO] [stdout] 66 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |         data.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/accounting/server_state/modify.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 80 | |         r#"
[INFO] [stdout] 81 | |         UPDATE accounting_serverstate
[INFO] [stdout] 82 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |         data.id,
[INFO] [stdout] 96 | |     );
[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/accounting/server_state/delete.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM accounting_serverstate
[INFO] [stdout] 44 | |         WHERE state_ptr_id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         server_state_id
[INFO] [stdout] 47 | |     );
[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/accounting/server_state/delete.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         DELETE IGNORE FROM accounting_state
[INFO] [stdout] 61 | |         WHERE id = ?
[INFO] [stdout] 62 | |         "#,
[INFO] [stdout] 63 | |         server_state_id
[INFO] [stdout] 64 | |     );
[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/budgeting/project_budget/create.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 79 | |         r#"
[INFO] [stdout] 80 | |         INSERT IGNORE INTO budgeting_projectbudget (year, amount, project_id)
[INFO] [stdout] 81 | |         VALUES (?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 85 | |         new_project_budget.project_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/accounting/server_state/modify.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 64 | |         r#"
[INFO] [stdout] 65 | |         UPDATE accounting_state
[INFO] [stdout] 66 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |         data.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/accounting/server_state/modify.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 80 | |         r#"
[INFO] [stdout] 81 | |         UPDATE accounting_serverstate
[INFO] [stdout] 82 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |         data.id,
[INFO] [stdout] 96 | |     );
[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/budgeting/project_budget/modify.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         UPDATE budgeting_projectbudget
[INFO] [stdout] 61 | |         SET amount = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 65 | |         data.id,
[INFO] [stdout] 66 | |     );
[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/accounting/server_state/delete.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM accounting_serverstate
[INFO] [stdout] 44 | |         WHERE state_ptr_id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         server_state_id
[INFO] [stdout] 47 | |     );
[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/accounting/server_state/delete.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         DELETE IGNORE FROM accounting_state
[INFO] [stdout] 61 | |         WHERE id = ?
[INFO] [stdout] 62 | |         "#,
[INFO] [stdout] 63 | |         server_state_id
[INFO] [stdout] 64 | |     );
[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/budgeting/project_budget/delete.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 45 | |         r#"
[INFO] [stdout] 46 | |         DELETE IGNORE FROM budgeting_projectbudget
[INFO] [stdout] 47 | |         WHERE id = ?
[INFO] [stdout] 48 | |         "#,
[INFO] [stdout] 49 | |         project_budget_id
[INFO] [stdout] 50 | |     );
[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/budgeting/user_budget/create.rs:76:17
[INFO] [stdout]    |
[INFO] [stdout] 76 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 77 | |         r#"
[INFO] [stdout] 78 | |         INSERT IGNORE INTO budgeting_userbudget (year, amount, user_id)
[INFO] [stdout] 79 | |         VALUES (?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 83 | |         new_user_budget.user_id,
[INFO] [stdout] 84 | |     );
[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/budgeting/project_budget/create.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 79 | |         r#"
[INFO] [stdout] 80 | |         INSERT IGNORE INTO budgeting_projectbudget (year, amount, project_id)
[INFO] [stdout] 81 | |         VALUES (?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 85 | |         new_project_budget.project_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/budgeting/user_budget/modify.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 57 | |         r#"
[INFO] [stdout] 58 | |         UPDATE budgeting_userbudget
[INFO] [stdout] 59 | |         SET amount = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | |         data.id,
[INFO] [stdout] 64 | |     );
[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/budgeting/user_budget/delete.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 39 | |         r#"
[INFO] [stdout] 40 | |         DELETE IGNORE FROM budgeting_userbudget
[INFO] [stdout] 41 | |         WHERE id = ?
[INFO] [stdout] 42 | |         "#,
[INFO] [stdout] 43 | |         user_budget_id
[INFO] [stdout] 44 | |     );
[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/budgeting/project_budget/modify.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         UPDATE budgeting_projectbudget
[INFO] [stdout] 61 | |         SET amount = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 65 | |         data.id,
[INFO] [stdout] 66 | |     );
[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/budgeting/project_budget/delete.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 45 | |         r#"
[INFO] [stdout] 46 | |         DELETE IGNORE FROM budgeting_projectbudget
[INFO] [stdout] 47 | |         WHERE id = ?
[INFO] [stdout] 48 | |         "#,
[INFO] [stdout] 49 | |         project_budget_id
[INFO] [stdout] 50 | |     );
[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/pricing/flavor_price/create.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 86 | |         r#"
[INFO] [stdout] 87 | |         INSERT IGNORE INTO pricing_flavorprice (user_class, unit_price, start_time, flavor_id)
[INFO] [stdout] 88 | |         VALUES (?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |         new_flavor_price.flavor_id,
[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/budgeting/user_budget/create.rs:76:17
[INFO] [stdout]    |
[INFO] [stdout] 76 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 77 | |         r#"
[INFO] [stdout] 78 | |         INSERT IGNORE INTO budgeting_userbudget (year, amount, user_id)
[INFO] [stdout] 79 | |         VALUES (?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 83 | |         new_user_budget.user_id,
[INFO] [stdout] 84 | |     );
[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/pricing/flavor_price/modify.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 58 | |         r#"
[INFO] [stdout] 59 | |         UPDATE pricing_flavorprice
[INFO] [stdout] 60 | |         SET user_class = ?, unit_price = ?, start_time = ?, flavor_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |         data.id,
[INFO] [stdout] 68 | |     );
[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/pricing/flavor_price/delete.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM pricing_flavorprice
[INFO] [stdout] 44 | |         WHERE id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         flavor_price_id
[INFO] [stdout] 47 | |     );
[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/budgeting/user_budget/modify.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 57 | |         r#"
[INFO] [stdout] 58 | |         UPDATE budgeting_userbudget
[INFO] [stdout] 59 | |         SET amount = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | |         data.id,
[INFO] [stdout] 64 | |     );
[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/budgeting/user_budget/delete.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 39 | |         r#"
[INFO] [stdout] 40 | |         DELETE IGNORE FROM budgeting_userbudget
[INFO] [stdout] 41 | |         WHERE id = ?
[INFO] [stdout] 42 | |         "#,
[INFO] [stdout] 43 | |         user_budget_id
[INFO] [stdout] 44 | |     );
[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/quota/flavor_quota/create.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 62 | |         r#"
[INFO] [stdout] 63 | |         INSERT IGNORE INTO quota_quota (quota, user_id)
[INFO] [stdout] 64 | |         VALUES (?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |         new_flavor_quota.user
[INFO] [stdout] 68 | |     );
[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/quota/flavor_quota/create.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 82 | |         r#"
[INFO] [stdout] 83 | |         INSERT IGNORE INTO quota_flavorquota (quota_ptr_id, flavor_group_id)
[INFO] [stdout] 84 | |         VALUES (?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 87 | |         new_flavor_quota.flavor_group
[INFO] [stdout] 88 | |     );
[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/pricing/flavor_price/create.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 86 | |         r#"
[INFO] [stdout] 87 | |         INSERT IGNORE INTO pricing_flavorprice (user_class, unit_price, start_time, flavor_id)
[INFO] [stdout] 88 | |         VALUES (?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |         new_flavor_price.flavor_id,
[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/quota/flavor_quota/modify.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         UPDATE quota_quota
[INFO] [stdout] 61 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |         data.id,
[INFO] [stdout] 69 | |     );
[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/quota/flavor_quota/modify.rs:74:18
[INFO] [stdout]    |
[INFO] [stdout] 74 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 75 | |         r#"
[INFO] [stdout] 76 | |         UPDATE quota_flavorquota
[INFO] [stdout] 77 | |         SET flavor_group_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | |         data.id,
[INFO] [stdout] 82 | |     );
[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/quota/flavor_quota/delete.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM quota_flavorquota
[INFO] [stdout] 44 | |         WHERE quota_ptr_id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         flavor_quota_id
[INFO] [stdout] 47 | |     );
[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/quota/flavor_quota/delete.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         DELETE IGNORE FROM quota_quota
[INFO] [stdout] 61 | |         WHERE id = ?
[INFO] [stdout] 62 | |         "#,
[INFO] [stdout] 63 | |         flavor_quota_id
[INFO] [stdout] 64 | |     );
[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/resources/flavor_group/create.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 54 | |         r#"
[INFO] [stdout] 55 | |         INSERT IGNORE INTO resources_flavorgroup (name, project_id)
[INFO] [stdout] 56 | |         VALUES (?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |         project_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/pricing/flavor_price/modify.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 58 | |         r#"
[INFO] [stdout] 59 | |         UPDATE pricing_flavorprice
[INFO] [stdout] 60 | |         SET user_class = ?, unit_price = ?, start_time = ?, flavor_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |         data.id,
[INFO] [stdout] 68 | |     );
[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/pricing/flavor_price/delete.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM pricing_flavorprice
[INFO] [stdout] 44 | |         WHERE id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         flavor_price_id
[INFO] [stdout] 47 | |     );
[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/quota/flavor_quota/create.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 62 | |         r#"
[INFO] [stdout] 63 | |         INSERT IGNORE INTO quota_quota (quota, user_id)
[INFO] [stdout] 64 | |         VALUES (?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 67 | |         new_flavor_quota.user
[INFO] [stdout] 68 | |     );
[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/quota/flavor_quota/create.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 82 | |         r#"
[INFO] [stdout] 83 | |         INSERT IGNORE INTO quota_flavorquota (quota_ptr_id, flavor_group_id)
[INFO] [stdout] 84 | |         VALUES (?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 87 | |         new_flavor_quota.flavor_group
[INFO] [stdout] 88 | |     );
[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/resources/flavor_group/modify.rs:55:17
[INFO] [stdout]    |
[INFO] [stdout] 55 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 56 | |         r#"
[INFO] [stdout] 57 | |         UPDATE resources_flavorgroup
[INFO] [stdout] 58 | |         SET name = ?, project_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | |         data.id,
[INFO] [stdout] 64 | |     );
[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/resources/flavor_group/delete.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM resources_flavorgroup
[INFO] [stdout] 44 | |         WHERE id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         flavor_group_id
[INFO] [stdout] 47 | |     );
[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/resources/flavor/create.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 64 | |         r#"
[INFO] [stdout] 65 | |         INSERT IGNORE INTO resources_flavor (name, openstack_id, weight, group_id)
[INFO] [stdout] 66 | |         VALUES (?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 71 | |         new_flavor.group,
[INFO] [stdout] 72 | |     );
[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/quota/flavor_quota/modify.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         UPDATE quota_quota
[INFO] [stdout] 61 | |         SET
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |         data.id,
[INFO] [stdout] 69 | |     );
[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/quota/flavor_quota/modify.rs:74:18
[INFO] [stdout]    |
[INFO] [stdout] 74 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 75 | |         r#"
[INFO] [stdout] 76 | |         UPDATE quota_flavorquota
[INFO] [stdout] 77 | |         SET flavor_group_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | |         data.id,
[INFO] [stdout] 82 | |     );
[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/quota/flavor_quota/delete.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query1 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM quota_flavorquota
[INFO] [stdout] 44 | |         WHERE quota_ptr_id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         flavor_quota_id
[INFO] [stdout] 47 | |     );
[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/quota/flavor_quota/delete.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |       let query2 = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 59 | |         r#"
[INFO] [stdout] 60 | |         DELETE IGNORE FROM quota_quota
[INFO] [stdout] 61 | |         WHERE id = ?
[INFO] [stdout] 62 | |         "#,
[INFO] [stdout] 63 | |         flavor_quota_id
[INFO] [stdout] 64 | |     );
[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/resources/flavor/modify.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 55 | |         r#"
[INFO] [stdout] 56 | |         UPDATE resources_flavor
[INFO] [stdout] 57 | |         SET name = ?, openstack_id = ?, weight = ?, group_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |         data.id,
[INFO] [stdout] 65 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (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/resources/flavor/delete.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 38 | |         r#"
[INFO] [stdout] 39 | |         DELETE IGNORE FROM resources_flavor
[INFO] [stdout] 40 | |         WHERE id = ?
[INFO] [stdout] 41 | |         "#,
[INFO] [stdout] 42 | |         flavor_id
[INFO] [stdout] 43 | |     );
[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/resources/flavor_group/create.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 54 | |         r#"
[INFO] [stdout] 55 | |         INSERT IGNORE INTO resources_flavorgroup (name, project_id)
[INFO] [stdout] 56 | |         VALUES (?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |         project_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/user/project/create.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 70 | |         r#"
[INFO] [stdout] 71 | |         INSERT IGNORE INTO user_project (name, openstack_id, user_class)
[INFO] [stdout] 72 | |         VALUES (?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |         new_project.user_class
[INFO] [stdout] 77 | |     );
[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/resources/flavor_group/modify.rs:55:17
[INFO] [stdout]    |
[INFO] [stdout] 55 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 56 | |         r#"
[INFO] [stdout] 57 | |         UPDATE resources_flavorgroup
[INFO] [stdout] 58 | |         SET name = ?, project_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | |         data.id,
[INFO] [stdout] 64 | |     );
[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/user/project/modify.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 52 | |         r#"
[INFO] [stdout] 53 | |         UPDATE user_project
[INFO] [stdout] 54 | |         SET name = ?, openstack_id = ?, user_class = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |         data.id,
[INFO] [stdout] 61 | |     );
[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/resources/flavor_group/delete.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 42 | |         r#"
[INFO] [stdout] 43 | |         DELETE IGNORE FROM resources_flavorgroup
[INFO] [stdout] 44 | |         WHERE id = ?
[INFO] [stdout] 45 | |         "#,
[INFO] [stdout] 46 | |         flavor_group_id
[INFO] [stdout] 47 | |     );
[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/user/project/delete.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 38 | |         r#"
[INFO] [stdout] 39 | |         DELETE IGNORE FROM user_project
[INFO] [stdout] 40 | |         WHERE id = ?
[INFO] [stdout] 41 | |         "#,
[INFO] [stdout] 42 | |         project_id
[INFO] [stdout] 43 | |     );
[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/resources/flavor/create.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 64 | |         r#"
[INFO] [stdout] 65 | |         INSERT IGNORE INTO resources_flavor (name, openstack_id, weight, group_id)
[INFO] [stdout] 66 | |         VALUES (?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 71 | |         new_flavor.group,
[INFO] [stdout] 72 | |     );
[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/user/user/create.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 87 | |         r#"
[INFO] [stdout] 88 | |         INSERT IGNORE INTO user_user (name, openstack_id, project_id, role, is_staff, is_active)
[INFO] [stdout] 89 | |         VALUES (?, ?, ?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 96 | |         new_user.is_active,
[INFO] [stdout] 97 | |     );
[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/resources/flavor/modify.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 55 | |         r#"
[INFO] [stdout] 56 | |         UPDATE resources_flavor
[INFO] [stdout] 57 | |         SET name = ?, openstack_id = ?, weight = ?, group_id = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |         data.id,
[INFO] [stdout] 65 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (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/user/user/modify.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 55 | |         r#"
[INFO] [stdout] 56 | |         UPDATE user_user
[INFO] [stdout] 57 | |         SET name = ?, openstack_id = ?, project_id = ?, role = ?, is_staff = ?, is_active = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 66 | |         data.id,
[INFO] [stdout] 67 | |     );
[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/user/user/delete.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 38 | |         r#"
[INFO] [stdout] 39 | |         DELETE IGNORE FROM user_user
[INFO] [stdout] 40 | |         WHERE id = ?
[INFO] [stdout] 41 | |         "#,
[INFO] [stdout] 42 | |         user_id
[INFO] [stdout] 43 | |     );
[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/resources/flavor/delete.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 38 | |         r#"
[INFO] [stdout] 39 | |         DELETE IGNORE FROM resources_flavor
[INFO] [stdout] 40 | |         WHERE id = ?
[INFO] [stdout] 41 | |         "#,
[INFO] [stdout] 42 | |         flavor_id
[INFO] [stdout] 43 | |     );
[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/user/project/create.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 70 | |         r#"
[INFO] [stdout] 71 | |         INSERT IGNORE INTO user_project (name, openstack_id, user_class)
[INFO] [stdout] 72 | |         VALUES (?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |         new_project.user_class
[INFO] [stdout] 77 | |     );
[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/user/project/modify.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 52 | |         r#"
[INFO] [stdout] 53 | |         UPDATE user_project
[INFO] [stdout] 54 | |         SET name = ?, openstack_id = ?, user_class = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |         data.id,
[INFO] [stdout] 61 | |     );
[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/user/project/delete.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 38 | |         r#"
[INFO] [stdout] 39 | |         DELETE IGNORE FROM user_project
[INFO] [stdout] 40 | |         WHERE id = ?
[INFO] [stdout] 41 | |         "#,
[INFO] [stdout] 42 | |         project_id
[INFO] [stdout] 43 | |     );
[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/user/user/create.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 87 | |         r#"
[INFO] [stdout] 88 | |         INSERT IGNORE INTO user_user (name, openstack_id, project_id, role, is_staff, is_active)
[INFO] [stdout] 89 | |         VALUES (?, ?, ?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 96 | |         new_user.is_active,
[INFO] [stdout] 97 | |     );
[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/user/user/modify.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 55 | |         r#"
[INFO] [stdout] 56 | |         UPDATE user_user
[INFO] [stdout] 57 | |         SET name = ?, openstack_id = ?, project_id = ?, role = ?, is_staff = ?, is_active = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 66 | |         data.id,
[INFO] [stdout] 67 | |     );
[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/user/user/delete.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |       let query = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 38 | |         r#"
[INFO] [stdout] 39 | |         DELETE IGNORE FROM user_user
[INFO] [stdout] 40 | |         WHERE id = ?
[INFO] [stdout] 41 | |         "#,
[INFO] [stdout] 42 | |         user_id
[INFO] [stdout] 43 | |     );
[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] [stderr] error: could not compile `lrzcc-api` (lib) due to 81 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `lrzcc-api` (lib test) due to 81 previous errors
[INFO] running `Command { std: "docker" "inspect" "cad789dcfce6542ee573292f1475e0752da289e0d24ad9ccf5b7194f809f9af1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cad789dcfce6542ee573292f1475e0752da289e0d24ad9ccf5b7194f809f9af1", kill_on_drop: false }`
[INFO] [stdout] cad789dcfce6542ee573292f1475e0752da289e0d24ad9ccf5b7194f809f9af1
