[INFO] cloning repository https://github.com/richardhenry/nano-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/richardhenry/nano-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardhenry%2Fnano-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardhenry%2Fnano-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fb8189fccd3b288360235ea5be00e55fa160baf5
[INFO] testing richardhenry/nano-server against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frichardhenry%2Fnano-server" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/richardhenry/nano-server
[INFO] finished tweaking git repo https://github.com/richardhenry/nano-server
[INFO] tweaked toml for git repo https://github.com/richardhenry/nano-server written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/richardhenry/nano-server on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/richardhenry/nano-server 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db66d96f9ddef502eef630b287bcc064d4b30f6b0f634c5fc139a7f871406294
[INFO] running `Command { std: "docker" "start" "-a" "db66d96f9ddef502eef630b287bcc064d4b30f6b0f634c5fc139a7f871406294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db66d96f9ddef502eef630b287bcc064d4b30f6b0f634c5fc139a7f871406294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db66d96f9ddef502eef630b287bcc064d4b30f6b0f634c5fc139a7f871406294", kill_on_drop: false }`
[INFO] [stdout] db66d96f9ddef502eef630b287bcc064d4b30f6b0f634c5fc139a7f871406294
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aed428cfab66d79a90fa9a07bff3aa40d77a9d8e0db41c5a39787015699cdd5e
[INFO] running `Command { std: "docker" "start" "-a" "aed428cfab66d79a90fa9a07bff3aa40d77a9d8e0db41c5a39787015699cdd5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling value-bag v1.8.1
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling outref v0.5.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling rustls v0.21.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling aws-types v1.2.0
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling ref-cast v1.0.22
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling stringprep v0.1.4
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling p256 v0.11.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling regex-lite v0.1.5
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling winnow v0.6.6
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling crc32c v0.6.5
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling figment v0.10.18
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling platforms v3.4.0
[INFO] [stderr]    Compiling libz-ng-sys v1.1.15
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling rocket v0.5.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling crc16 v0.4.0
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.8
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.22
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling tungstenite v0.20.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling base64 v0.22.0
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling fast-float v0.2.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling map-macro v0.2.6
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling num_enum v0.7.2
[INFO] [stderr]    Compiling ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling env_filter v0.1.0
[INFO] [stderr]    Compiling env_logger v0.11.3
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rmp-serde v1.2.0
[INFO] [stderr]    Compiling serde_bytes v0.11.14
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling toml_edit v0.22.12
[INFO] [stderr]    Compiling rocket_http v0.5.0
[INFO] [stderr]    Compiling jsonwebtoken v9.3.0
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling toml v0.8.12
[INFO] [stderr]    Compiling rocket_codegen v0.5.0
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling aws-smithy-async v1.2.1
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling bb8 v0.8.3
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling aws-smithy-types v1.1.8
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling rustis v0.13.1
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.4.0
[INFO] [stderr]    Compiling aws-smithy-eventstream v0.60.4
[INFO] [stderr]    Compiling aws-smithy-json v0.60.7
[INFO] [stderr]    Compiling aws-smithy-query v0.60.7
[INFO] [stderr]    Compiling aws-smithy-http v0.60.8
[INFO] [stderr]    Compiling aws-credential-types v1.2.0
[INFO] [stderr]    Compiling aws-sigv4 v1.2.0
[INFO] [stderr]    Compiling aws-smithy-checksums v0.60.7
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling aws-runtime v1.2.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling aws-smithy-runtime v1.3.1
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling aws-sdk-sts v1.20.0
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.20.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.20.0
[INFO] [stderr]    Compiling aws-sdk-s3 v1.23.0
[INFO] [stderr]    Compiling aws-config v1.2.0
[INFO] [stderr]    Compiling rocket_ws v0.1.0
[INFO] [stderr]    Compiling nano-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/endpoint/healthz.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | /     sqlx::query!(
[INFO] [stdout] 17 | |         "INSERT INTO healthz (healthz)
[INFO] [stdout] 18 | |         VALUES (TRUE)
[INFO] [stdout] 19 | |         ON CONFLICT (healthz) DO NOTHING",
[INFO] [stdout] 20 | |     )
[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/model/fetch/epoch_mac.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |               Ok(sqlx::query_as!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 49 | |                 EpochMac,
[INFO] [stdout] 50 | |                 "SELECT
[INFO] [stdout] 51 | |                     group_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |                 Self::limit()
[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_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/model/fetch/member.rs:35:16
[INFO] [stdout]    |
[INFO] [stdout] 35 |               Ok(sqlx::query_as!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 36 | |                 Member,
[INFO] [stdout] 37 | |                 "SELECT * FROM member
[INFO] [stdout] 38 | |                 WHERE group_id = $1
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |                 Self::limit()
[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_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/model/fetch/member_recovery.rs:95:33
[INFO] [stdout]     |
[INFO] [stdout]  95 |           let mut items: Vec<_> = sqlx::query_as!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout]  96 | |             MemberRecovery,
[INFO] [stdout]  97 | |             "SELECT * FROM member_recovery
[INFO] [stdout]  98 | |             WHERE user_id = $1 AND sender_session_id != $2
[INFO] [stdout] ...   |
[INFO] [stdout] 110 | |             Self::limit()
[INFO] [stdout] 111 | |         )
[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/model/fetch/member_recovery.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | /                 sqlx::query_as!(
[INFO] [stdout] 124 | |                     Member,
[INFO] [stdout] 125 | |                     "SELECT * FROM member
[INFO] [stdout] 126 | |                     WHERE user_id = $1 AND state = $2
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |                     Self::limit()
[INFO] [stdout] 141 | |                 )
[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/model/fetch/member_virtual.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |               Ok(sqlx::query_as!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 49 | |                 VirtualMember,
[INFO] [stdout] 50 | |                 "SELECT * FROM member_virtual
[INFO] [stdout] 51 | |                 WHERE group_id = $1
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |                 Self::limit()
[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_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/model/fetch/message.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 |           let result = sqlx::query_as!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 43 | |             Message,
[INFO] [stdout] 44 | |             "SELECT
[INFO] [stdout] 45 | |                 group_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |             Self::limit()
[INFO] [stdout] 71 | |         )
[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/model/fetch/thread_activity.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 77 |           let rows = sqlx::query!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 78 | |             "SELECT thread_id, activity_timestamp, badge_timestamp
[INFO] [stdout] 79 | |             FROM thread
[INFO] [stdout] 80 | |             WHERE group_id = $1
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |             Self::limit()
[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/model/group/ban.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |           let new = sqlx::query_as!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 25 | |             Self,
[INFO] [stdout] 26 | |             "INSERT INTO group_ban (group_id, user_id, banned_by_user_id, timestamp)
[INFO] [stdout] 27 | |             VALUES ($1, $2, $3, utms_now())
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |             self.banned_by_user_id,
[INFO] [stdout] 33 | |         )
[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/model/group/ban.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |       let exists = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 51 | |         "SELECT group_id, user_id FROM group_ban
[INFO] [stdout] 52 | |             WHERE group_id = $1
[INFO] [stdout] 53 | |             AND user_id = $2",
[INFO] [stdout] 54 | |         group_id,
[INFO] [stdout] 55 | |         user_id
[INFO] [stdout] 56 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/model/group/epoch/entropy.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | /         sqlx::query!(
[INFO] [stdout] 45 | |             "INSERT INTO entropy (
[INFO] [stdout] 46 | |                 group_id,
[INFO] [stdout] 47 | |                 epoch_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |             self.ciphertext,
[INFO] [stdout] 58 | |         )
[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/model/group/epoch/mac.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | /         sqlx::query!(
[INFO] [stdout] 40 | |             "INSERT INTO epoch_mac (
[INFO] [stdout] 41 | |                 group_id,
[INFO] [stdout] 42 | |                 epoch_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 50 | |             self.mac
[INFO] [stdout] 51 | |         )
[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/model/group/invite.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 35 | |             Self,
[INFO] [stdout] 36 | |             "INSERT INTO invite (
[INFO] [stdout] 37 | |                 token,
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |             self.lifetime,
[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_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/model/group/invite.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | /         sqlx::query_as!(
[INFO] [stdout] 62 | |             Self,
[INFO] [stdout] 63 | |             "SELECT * FROM invite
[INFO] [stdout] 64 | |                 WHERE token = $1 AND (
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |             token
[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_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/model/group/member.rs:76:17
[INFO] [stdout]    |
[INFO] [stdout] 76 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 77 | |             Self,
[INFO] [stdout] 78 | |             "INSERT INTO member (
[INFO] [stdout] 79 | |                 group_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |             self.state as i16,
[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_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/model/group/member.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 | /         sqlx::query_as!(
[INFO] [stdout] 113 | |             Self,
[INFO] [stdout] 114 | |             "UPDATE member
[INFO] [stdout] 115 | |             SET state = $1,
[INFO] [stdout] ...   |
[INFO] [stdout] 123 | |             user_id
[INFO] [stdout] 124 | |         )
[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/model/group/member.rs:133:22
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 134 | |             "SELECT group_id, user_id FROM member
[INFO] [stdout] 135 | |             WHERE group_id = $1 AND user_id = $2 AND state = $3",
[INFO] [stdout] 136 | |             group_id,
[INFO] [stdout] 137 | |             user_id,
[INFO] [stdout] 138 | |             MemberState::Live as i16,
[INFO] [stdout] 139 | |         )
[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/model/group/member.rs:154:22
[INFO] [stdout]     |
[INFO] [stdout] 154 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 155 | |             "SELECT group_id, user_id FROM member
[INFO] [stdout] 156 | |             WHERE group_id = $1 AND user_id = $2 AND state = $3",
[INFO] [stdout] 157 | |             group_id,
[INFO] [stdout] 158 | |             user_id,
[INFO] [stdout] 159 | |             MemberState::Historic as i16,
[INFO] [stdout] 160 | |         )
[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/model/group/member.rs:171:9
[INFO] [stdout]     |
[INFO] [stdout] 171 | /         sqlx::query_as!(
[INFO] [stdout] 172 | |             Self,
[INFO] [stdout] 173 | |             "SELECT * FROM member
[INFO] [stdout] 174 | |             WHERE group_id = $1 AND user_id = $2 AND state = $3",
[INFO] [stdout] ...   |
[INFO] [stdout] 177 | |             MemberState::Live as i16,
[INFO] [stdout] 178 | |         )
[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/model/group/member.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 | /         sqlx::query_as!(
[INFO] [stdout] 192 | |             Self,
[INFO] [stdout] 193 | |             "SELECT * FROM member
[INFO] [stdout] 194 | |             WHERE group_id = $1 AND user_id = $2 AND state = $3",
[INFO] [stdout] ...   |
[INFO] [stdout] 197 | |             MemberState::Historic as i16,
[INFO] [stdout] 198 | |         )
[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/model/group/member.rs:207:9
[INFO] [stdout]     |
[INFO] [stdout] 207 | /         sqlx::query_as!(
[INFO] [stdout] 208 | |             Self,
[INFO] [stdout] 209 | |             "SELECT * FROM member
[INFO] [stdout] 210 | |             WHERE group_id = $1 AND user_id = $2",
[INFO] [stdout] 211 | |             group_id,
[INFO] [stdout] 212 | |             user_id,
[INFO] [stdout] 213 | |         )
[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/model/group/member.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 | /         sqlx::query_as!(
[INFO] [stdout] 227 | |             Self,
[INFO] [stdout] 228 | |             "SELECT * FROM member
[INFO] [stdout] 229 | |             WHERE group_id = $1 AND user_id = $2",
[INFO] [stdout] 230 | |             group_id,
[INFO] [stdout] 231 | |             user_id,
[INFO] [stdout] 232 | |         )
[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/model/group/member.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 | /         sqlx::query_as!(
[INFO] [stdout] 242 | |             Self,
[INFO] [stdout] 243 | |             "SELECT * FROM member
[INFO] [stdout] 244 | |             WHERE group_id = $1 AND state = $2",
[INFO] [stdout] 245 | |             group_id,
[INFO] [stdout] 246 | |             MemberState::Live as i16,
[INFO] [stdout] 247 | |         )
[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/model/group/member.rs:256:9
[INFO] [stdout]     |
[INFO] [stdout] 256 | /         sqlx::query_as!(
[INFO] [stdout] 257 | |             Self,
[INFO] [stdout] 258 | |             "SELECT * FROM member
[INFO] [stdout] 259 | |             WHERE user_id = $1 AND state = $2",
[INFO] [stdout] 260 | |             user_id,
[INFO] [stdout] 261 | |             MemberState::Live as i16,
[INFO] [stdout] 262 | |         )
[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/model/group/member_recovery.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | /         sqlx::query_as!(
[INFO] [stdout] 31 | |             Self,
[INFO] [stdout] 32 | |             "INSERT INTO member_recovery (
[INFO] [stdout] 33 | |                 group_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |             self.sender_session_id,
[INFO] [stdout] 56 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_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/model/group/member_virtual.rs:58:17
[INFO] [stdout]    |
[INFO] [stdout] 58 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 59 | |             Self,
[INFO] [stdout] 60 | |             "INSERT INTO member_virtual (
[INFO] [stdout] 61 | |                 virtual_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | |             self.signature,
[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_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/model/group/member_virtual.rs:97:9
[INFO] [stdout]     |
[INFO] [stdout]  97 | /         sqlx::query!(
[INFO] [stdout]  98 | |             "UPDATE member_virtual
[INFO] [stdout]  99 | |             SET secrets = NULL,
[INFO] [stdout] 100 | |                 timestamp = utms_now()
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | |             owner_user_id
[INFO] [stdout] 104 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/model/group/member_virtual.rs:115:19
[INFO] [stdout]     |
[INFO] [stdout] 115 |           let row = sqlx::query_as!(
[INFO] [stdout]     |  ___________________^
[INFO] [stdout] 116 | |             Self,
[INFO] [stdout] 117 | |             "SELECT * FROM member_virtual
[INFO] [stdout] 118 | |             WHERE virtual_id = $1 AND secrets IS NOT NULL",
[INFO] [stdout] 119 | |             virtual_id
[INFO] [stdout] 120 | |         )
[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/model/group/member_virtual.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 | /         sqlx::query_as!(
[INFO] [stdout] 131 | |             Self,
[INFO] [stdout] 132 | |             "SELECT * FROM member_virtual
[INFO] [stdout] 133 | |             WHERE group_id = $1 AND secrets IS NOT NULL
[INFO] [stdout] 134 | |             ORDER BY timestamp ASC",
[INFO] [stdout] 135 | |             group_id
[INFO] [stdout] 136 | |         )
[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/model/group/metadata.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 69 | |             Self,
[INFO] [stdout] 70 | |             "INSERT INTO metadata (
[INFO] [stdout] 71 | |                 group_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |             self.signature,
[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_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/model/group/metadata.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 | /         sqlx::query_as!(
[INFO] [stdout] 106 | |             Metadata,
[INFO] [stdout] 107 | |             "SELECT * FROM metadata WHERE group_id = $1",
[INFO] [stdout] 108 | |             group_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_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/model/group/role/mod.rs:315:9
[INFO] [stdout]     |
[INFO] [stdout] 315 | /         sqlx::query!(
[INFO] [stdout] 316 | |             "DELETE FROM role
[INFO] [stdout] 317 | |                 WHERE group_id = $1 AND user_id = $2",
[INFO] [stdout] 318 | |             group_id,
[INFO] [stdout] 319 | |             user_id
[INFO] [stdout] 320 | |         )
[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/model/group/role/mod.rs:336:22
[INFO] [stdout]     |
[INFO] [stdout] 336 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 337 | |             "SELECT group_id, user_id FROM role
[INFO] [stdout] 338 | |                 WHERE group_id = $1
[INFO] [stdout] 339 | |                 AND user_id = $2
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |             permission as i16
[INFO] [stdout] 344 | |         )
[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/model/group/role/mod.rs:361:22
[INFO] [stdout]     |
[INFO] [stdout] 361 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 362 | |             "SELECT group_id, user_id FROM role
[INFO] [stdout] 363 | |                 WHERE group_id = $1
[INFO] [stdout] 364 | |                 AND user_id = $2
[INFO] [stdout] ...   |
[INFO] [stdout] 368 | |             permission as i16
[INFO] [stdout] 369 | |         )
[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/model/group/mod.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 30 | |             Self,
[INFO] [stdout] 31 | |             "INSERT INTO \"group\" (group_id, timestamp)
[INFO] [stdout] 32 | |             VALUES ($1, utms_now())
[INFO] [stdout] 33 | |             RETURNING *",
[INFO] [stdout] 34 | |             self.group_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_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/model/group/mod.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 | /         sqlx::query_as!(
[INFO] [stdout] 47 | |             Self,
[INFO] [stdout] 48 | |             "SELECT * FROM \"group\"
[INFO] [stdout] 49 | |             WHERE group_id = $1",
[INFO] [stdout] 50 | |             group_id
[INFO] [stdout] 51 | |         )
[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/model/message/delete.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | /         sqlx::query_as!(
[INFO] [stdout] 28 | |             Message,
[INFO] [stdout] 29 | |             "UPDATE message
[INFO] [stdout] 30 | |             SET epoch_id = NULL,
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |             self.message_type as i16
[INFO] [stdout] 56 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_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/model/message/update.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |           let new = sqlx::query_as!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 45 | |             Message,
[INFO] [stdout] 46 | |             "INSERT INTO message (
[INFO] [stdout] 47 | |                 group_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | |             &self.signature,
[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_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/model/message/update.rs:112:23
[INFO] [stdout]     |
[INFO] [stdout] 112 |           let updated = sqlx::query_as!(
[INFO] [stdout]     |  _______________________^
[INFO] [stdout] 113 | |             Message,
[INFO] [stdout] 114 | |             "UPDATE message
[INFO] [stdout] 115 | |             SET epoch_id = $1,
[INFO] [stdout] ...   |
[INFO] [stdout] 145 | |             self.message_type as i16
[INFO] [stdout] 146 | |         )
[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/model/message/mod.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 | /         sqlx::query_as!(
[INFO] [stdout] 118 | |             Self,
[INFO] [stdout] 119 | |             "SELECT
[INFO] [stdout] 120 | |                 group_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 135 | |             message_id
[INFO] [stdout] 136 | |         )
[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/model/message/mod.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | /         sqlx::query_as!(
[INFO] [stdout] 150 | |             Self,
[INFO] [stdout] 151 | |             "SELECT
[INFO] [stdout] 152 | |                 group_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | |             MessageType::Message as i16
[INFO] [stdout] 172 | |         )
[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/model/message/mod.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 | /         sqlx::query_as!(
[INFO] [stdout] 186 | |             Self,
[INFO] [stdout] 187 | |             "SELECT
[INFO] [stdout] 188 | |                 group_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | |             MessageType::Message as i16
[INFO] [stdout] 208 | |         )
[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/model/message/mod.rs:222:21
[INFO] [stdout]     |
[INFO] [stdout] 222 |           let count = sqlx::query!(
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 223 | |             "SELECT COUNT(*) as count
[INFO] [stdout] 224 | |                 FROM message
[INFO] [stdout] 225 | |                 WHERE group_id = $1 AND thread_id = $2
[INFO] [stdout] ...   |
[INFO] [stdout] 232 | |             after_timestamp
[INFO] [stdout] 233 | |         )
[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/model/push.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | /         sqlx::query!(
[INFO] [stdout] 43 | |             "DELETE FROM push
[INFO] [stdout] 44 | |             WHERE platform = $1 AND token = $2
[INFO] [stdout] 45 | |                 AND (user_id != $3 OR session_id != $4)",
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |             self.session_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/model/push.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 55 | |             Self,
[INFO] [stdout] 56 | |             "INSERT INTO push (user_id, session_id, platform, token, sandbox, timestamp)
[INFO] [stdout] 57 | |             VALUES ($1, $2, $3, $4, $5, utms_now())
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |             self.sandbox,
[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_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/model/push.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         sqlx::query_as!(Push, "SELECT * FROM push WHERE user_id = $1", user_id)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/model/push.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 | /         sqlx::query!(
[INFO] [stdout] 118 | |             "DELETE FROM push
[INFO] [stdout] 119 | |             WHERE user_id = $1 AND session_id = $2",
[INFO] [stdout] 120 | |             user_id,
[INFO] [stdout] 121 | |             session_id,
[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/model/push.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         sqlx::query!(
[INFO] [stdout] 137 | |             "DELETE FROM push
[INFO] [stdout] 138 | |             WHERE platform = $1 AND token = $2",
[INFO] [stdout] 139 | |             platform as i16,
[INFO] [stdout] 140 | |             token
[INFO] [stdout] 141 | |         )
[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/model/read_state.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | /         sqlx::query_as!(
[INFO] [stdout] 37 | |             ReadState,
[INFO] [stdout] 38 | |             "SELECT group_id, thread_id, timestamp, force_unread FROM read_state
[INFO] [stdout] 39 | |                 WHERE user_id = $1 AND group_id = $2 AND thread_id IS NULL",
[INFO] [stdout] 40 | |             user_id,
[INFO] [stdout] 41 | |             group_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_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/model/read_state.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | /         sqlx::query_as!(
[INFO] [stdout] 57 | |             ReadState,
[INFO] [stdout] 58 | |             "SELECT group_id, thread_id, timestamp, force_unread FROM read_state
[INFO] [stdout] 59 | |                 WHERE user_id = $1 AND group_id = $2 AND thread_id = $3",
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |             thread_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_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/model/read_state.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |           let new = sqlx::query_as!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 73 | |             Self,
[INFO] [stdout] 74 | |             "INSERT INTO read_state (user_id, group_id, thread_id, timestamp, force_unread)
[INFO] [stdout] 75 | |             VALUES ($1, $2, $3, utms_now(), $4)
[INFO] [stdout] ...  |
[INFO] [stdout] 92 | |             self.force_unread
[INFO] [stdout] 93 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/model/register.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | /         sqlx::query_as!(
[INFO] [stdout] 22 | |             Self,
[INFO] [stdout] 23 | |             "INSERT INTO register (token, email, timestamp)
[INFO] [stdout] 24 | |             VALUES ($1, $2, utms_now())
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |             email,
[INFO] [stdout] 31 | |         )
[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/model/register.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | /         sqlx::query_as!(
[INFO] [stdout] 41 | |             Self,
[INFO] [stdout] 42 | |             "SELECT * FROM register
[INFO] [stdout] 43 | |             WHERE email = $1 AND timestamp + $2 > utms_now()",
[INFO] [stdout] 44 | |             email,
[INFO] [stdout] 45 | |             LIFETIME,
[INFO] [stdout] 46 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_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/model/register.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | /         sqlx::query_as!(
[INFO] [stdout] 56 | |             Self,
[INFO] [stdout] 57 | |             "SELECT * FROM register
[INFO] [stdout] 58 | |             WHERE token = $1 AND timestamp + $2 > utms_now()",
[INFO] [stdout] 59 | |             token,
[INFO] [stdout] 60 | |             LIFETIME,
[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_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/model/register.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 | /         sqlx::query_as!(
[INFO] [stdout] 71 | |             Self,
[INFO] [stdout] 72 | |             "DELETE FROM register
[INFO] [stdout] 73 | |             WHERE token = $1 AND timestamp + $2 > utms_now()
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |             LIFETIME,
[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_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/model/secret.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 49 | |             Self,
[INFO] [stdout] 50 | |             "INSERT INTO secret (
[INFO] [stdout] 51 | |                 user_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | |             self.ciphertext,
[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_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/model/secret.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 | /         sqlx::query_as!(
[INFO] [stdout] 86 | |             Secret,
[INFO] [stdout] 87 | |             "SELECT secret_id, secret_type, object_id, ciphertext, timestamp
[INFO] [stdout] 88 | |                 FROM secret
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |             object_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_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/model/secret.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 | /         sqlx::query_as!(
[INFO] [stdout] 111 | |             Secret,
[INFO] [stdout] 112 | |             "SELECT secret_id, secret_type, object_id, ciphertext, timestamp
[INFO] [stdout] 113 | |                 FROM secret
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | |             object_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_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/model/session.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | /         sqlx::query_as!(
[INFO] [stdout] 56 | |             Session,
[INFO] [stdout] 57 | |             "SELECT user_id, session_id, timestamp FROM session
[INFO] [stdout] 58 | |             WHERE user_id = $1
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |             session_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_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/model/session.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 | /         sqlx::query_as!(
[INFO] [stdout] 73 | |             Session,
[INFO] [stdout] 74 | |             "SELECT user_id, session_id, timestamp FROM session
[INFO] [stdout] 75 | |                 WHERE token = $1
[INFO] [stdout] 76 | |                 AND delete_timestamp IS NULL",
[INFO] [stdout] 77 | |             token
[INFO] [stdout] 78 | |         )
[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/model/session.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 | /         sqlx::query!(
[INFO] [stdout] 88 | |             "UPDATE session
[INFO] [stdout] 89 | |             SET delete_timestamp = utms_now()
[INFO] [stdout] 90 | |             WHERE user_id = $1 AND session_id = $2",
[INFO] [stdout] 91 | |             user_id,
[INFO] [stdout] 92 | |             session_id
[INFO] [stdout] 93 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (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/model/session.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 | /         sqlx::query!(
[INFO] [stdout] 105 | |             "UPDATE session
[INFO] [stdout] 106 | |             SET delete_timestamp = utms_now()
[INFO] [stdout] 107 | |             WHERE user_id = $1",
[INFO] [stdout] 108 | |             user_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/model/session.rs:127:9
[INFO] [stdout]     |
[INFO] [stdout] 127 | /         sqlx::query_as!(
[INFO] [stdout] 128 | |             Self,
[INFO] [stdout] 129 | |             "INSERT INTO session (token, user_id, session_id, timestamp)
[INFO] [stdout] 130 | |             VALUES (
[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_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/model/setting/group.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 | /         sqlx::query_as!(
[INFO] [stdout] 54 | |             Self,
[INFO] [stdout] 55 | |             "SELECT * FROM group_setting
[INFO] [stdout] 56 | |             WHERE user_id = $1 AND group_id = $2 AND setting_type = $3",
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |             setting_type as i16
[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_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/model/setting/group.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 |           let value = sqlx::query_scalar!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 76 | |             "SELECT value FROM group_setting
[INFO] [stdout] 77 | |             WHERE user_id = $1 AND group_id = $2 AND setting_type = $3",
[INFO] [stdout] 78 | |             user_id,
[INFO] [stdout] 79 | |             group_id,
[INFO] [stdout] 80 | |             setting_type as i16
[INFO] [stdout] 81 | |         )
[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_scalar` (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/model/setting/group.rs:92:17
[INFO] [stdout]     |
[INFO] [stdout]  92 |           *self = sqlx::query_as!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout]  93 | |             Self,
[INFO] [stdout]  94 | |             "INSERT INTO group_setting (
[INFO] [stdout]  95 | |                 user_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |             self.value,
[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_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/model/setting/secret.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 |           Ok(sqlx::query_as!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 46 | |             Self,
[INFO] [stdout] 47 | |             "SELECT * FROM secret_setting
[INFO] [stdout] 48 | |                 WHERE user_id = $1 AND setting_type = $2",
[INFO] [stdout] 49 | |             user_id,
[INFO] [stdout] 50 | |             setting_type as i16
[INFO] [stdout] 51 | |         )
[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/model/setting/secret.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 61 | |             Self,
[INFO] [stdout] 62 | |             "INSERT INTO secret_setting (user_id, setting_type, ciphertext, timestamp)
[INFO] [stdout] 63 | |             VALUES ($1, $2, $3, utms_now())
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |             self.ciphertext,
[INFO] [stdout] 71 | |         )
[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/model/setting/thread.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 |           Ok(sqlx::query_as!(
[INFO] [stdout]    |  ____________^
[INFO] [stdout] 51 | |             Self,
[INFO] [stdout] 52 | |             "SELECT * FROM thread_setting
[INFO] [stdout] 53 | |             WHERE user_id = $1
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |             setting_type as i16
[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_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/model/setting/thread.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |           let value = sqlx::query_scalar!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 78 | |             "SELECT value FROM thread_setting
[INFO] [stdout] 79 | |                 WHERE user_id = $1
[INFO] [stdout] 80 | |                     AND group_id = $2
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | |             setting_type as i16
[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_scalar` (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/model/setting/thread.rs:98:17
[INFO] [stdout]     |
[INFO] [stdout]  98 |           *self = sqlx::query_as!(
[INFO] [stdout]     |  _________________^
[INFO] [stdout]  99 | |             Self,
[INFO] [stdout] 100 | |             "INSERT INTO thread_setting (
[INFO] [stdout] 101 | |                 user_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |             self.value,
[INFO] [stdout] 118 | |         )
[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/model/thread.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 |       let exists = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 11 | |         "SELECT thread_id FROM thread
[INFO] [stdout] 12 | |         WHERE group_id = $1 AND thread_id = $2",
[INFO] [stdout] 13 | |         group_id,
[INFO] [stdout] 14 | |         thread_id
[INFO] [stdout] 15 | |     )
[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/model/thread.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |       let count = sqlx::query!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 32 | |         "SELECT COUNT(*) as count
[INFO] [stdout] 33 | |         FROM thread
[INFO] [stdout] 34 | |         WHERE group_id = $1
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | |         after_timestamp
[INFO] [stdout] 38 | |     )
[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/model/thread.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 | /         sqlx::query!(
[INFO] [stdout] 61 | |             "INSERT INTO thread (group_id, thread_id, activity_timestamp, badge_timestamp)
[INFO] [stdout] 62 | |             VALUES ($1, $2, $3, $3)
[INFO] [stdout] 63 | |             ON CONFLICT (group_id, thread_id) DO UPDATE
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |             timestamp
[INFO] [stdout] 78 | |         )
[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/model/thread.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 | /         sqlx::query!(
[INFO] [stdout] 83 | |             "INSERT INTO thread (group_id, thread_id, activity_timestamp, badge_timestamp)
[INFO] [stdout] 84 | |             VALUES ($1, $2, $3, $3)
[INFO] [stdout] 85 | |             ON CONFLICT (group_id, thread_id) DO UPDATE
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |             timestamp
[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/model/user/email.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |           let new = sqlx::query_as!(
[INFO] [stdout]    |  ___________________^
[INFO] [stdout] 23 | |             Self,
[INFO] [stdout] 24 | |             "INSERT INTO user_email (email, user_id, timestamp)
[INFO] [stdout] 25 | |             VALUES ($1, $2, utms_now())
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |             self.user_id,
[INFO] [stdout] 30 | |         )
[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/model/user/email.rs:46:22
[INFO] [stdout]    |
[INFO] [stdout] 46 |           let result = sqlx::query!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 47 | |             "SELECT user_id FROM user_email
[INFO] [stdout] 48 | |             WHERE email = $1",
[INFO] [stdout] 49 | |             email
[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/model/user/key.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 23 | |             Self,
[INFO] [stdout] 24 | |             "INSERT INTO user_key (user_id, signing_key, timestamp)
[INFO] [stdout] 25 | |             VALUES ($1, $2, utms_now())
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |             self.signing_key,
[INFO] [stdout] 29 | |         )
[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/model/user/key.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | /         sqlx::query_as!(
[INFO] [stdout] 41 | |             UserKey,
[INFO] [stdout] 42 | |             "SELECT * FROM user_key
[INFO] [stdout] 43 | |             WHERE user_id = $1",
[INFO] [stdout] 44 | |             user_id
[INFO] [stdout] 45 | |         )
[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/model/user/mod.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 28 | |             Self,
[INFO] [stdout] 29 | |             "INSERT INTO \"user\" (user_id, name, image, timestamp)
[INFO] [stdout] 30 | |             VALUES ($1, $2, $3, utms_now())
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |             self.image,
[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_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/model/user/mod.rs:46:17
[INFO] [stdout]    |
[INFO] [stdout] 46 |           *self = sqlx::query_as!(
[INFO] [stdout]    |  _________________^
[INFO] [stdout] 47 | |             Self,
[INFO] [stdout] 48 | |             "UPDATE \"user\"
[INFO] [stdout] 49 | |             SET name = $2,
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | |             self.image,
[INFO] [stdout] 57 | |         )
[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/model/user/mod.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | /         sqlx::query_as!(
[INFO] [stdout] 69 | |             Self,
[INFO] [stdout] 70 | |             "SELECT * FROM \"user\"
[INFO] [stdout] 71 | |             WHERE user_id = $1
[INFO] [stdout] 72 | |             ORDER BY timestamp DESC",
[INFO] [stdout] 73 | |             user_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_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/model/user/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 | /         sqlx::query_as!(
[INFO] [stdout] 84 | |             Self,
[INFO] [stdout] 85 | |             "SELECT * FROM \"user\"
[INFO] [stdout] 86 | |             WHERE user_id = $1
[INFO] [stdout] 87 | |             ORDER BY timestamp DESC",
[INFO] [stdout] 88 | |             user_id
[INFO] [stdout] 89 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::check_byte_token`
[INFO] [stdout]  --> src/model/register.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::check_byte_token;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/model/fetch/thread_activity.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let rows = sqlx::query!(
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |         Ok(rows
[INFO] [stdout]    |            ---- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `rows` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let rows: /* Type */ = sqlx::query!(
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/model/fetch/member_recovery.rs:95:33
[INFO] [stdout]     |
[INFO] [stdout]  95 |           let mut items: Vec<_> = sqlx::query_as!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout]  96 | |             MemberRecovery,
[INFO] [stdout]  97 | |             "SELECT * FROM member_recovery
[INFO] [stdout]  98 | |             WHERE user_id = $1 AND sender_session_id != $2
[INFO] [stdout] ...   |
[INFO] [stdout] 112 | |         .fetch_all(&mut *db)
[INFO] [stdout] 113 | |         .await?
[INFO] [stdout]     | |_______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/model/fetch/member_recovery.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | /                 sqlx::query_as!(
[INFO] [stdout] 124 | |                     Member,
[INFO] [stdout] 125 | |                     "SELECT * FROM member
[INFO] [stdout] 126 | |                     WHERE user_id = $1 AND state = $2
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |                 .fetch_all(&mut *db)
[INFO] [stdout] 143 | |                 .await?
[INFO] [stdout]     | |_______________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/model/group/role/mod.rs:361:22
[INFO] [stdout]     |
[INFO] [stdout] 361 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 362 | |             "SELECT group_id, user_id FROM role
[INFO] [stdout] 363 | |                 WHERE group_id = $1
[INFO] [stdout] 364 | |                 AND user_id = $2
[INFO] [stdout] ...   |
[INFO] [stdout] 370 | |         .fetch_optional(db)
[INFO] [stdout] 371 | |         .await?
[INFO] [stdout]     | |_______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/model/thread.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 |       let exists = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 11 | |         "SELECT thread_id FROM thread
[INFO] [stdout] 12 | |         WHERE group_id = $1 AND thread_id = $2",
[INFO] [stdout] 13 | |         group_id,
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |     .fetch_optional(db)
[INFO] [stdout] 17 | |     .await?
[INFO] [stdout]    | |___________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/model/group/role/mod.rs:336:22
[INFO] [stdout]     |
[INFO] [stdout] 336 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 337 | |             "SELECT group_id, user_id FROM role
[INFO] [stdout] 338 | |                 WHERE group_id = $1
[INFO] [stdout] 339 | |                 AND user_id = $2
[INFO] [stdout] ...   |
[INFO] [stdout] 345 | |         .fetch_optional(db)
[INFO] [stdout] 346 | |         .await?
[INFO] [stdout]     | |_______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/model/group/member.rs:133:22
[INFO] [stdout]     |
[INFO] [stdout] 133 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 134 | |             "SELECT group_id, user_id FROM member
[INFO] [stdout] 135 | |             WHERE group_id = $1 AND user_id = $2 AND state = $3",
[INFO] [stdout] 136 | |             group_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |         .fetch_optional(db)
[INFO] [stdout] 141 | |         .await?
[INFO] [stdout]     | |_______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/model/group/ban.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |       let exists = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 51 | |         "SELECT group_id, user_id FROM group_ban
[INFO] [stdout] 52 | |             WHERE group_id = $1
[INFO] [stdout] 53 | |             AND user_id = $2",
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |     .fetch_optional(db)
[INFO] [stdout] 58 | |     .await?
[INFO] [stdout]    | |___________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/model/group/member.rs:154:22
[INFO] [stdout]     |
[INFO] [stdout] 154 |           let exists = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 155 | |             "SELECT group_id, user_id FROM member
[INFO] [stdout] 156 | |             WHERE group_id = $1 AND user_id = $2 AND state = $3",
[INFO] [stdout] 157 | |             group_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | |         .fetch_optional(db)
[INFO] [stdout] 162 | |         .await?
[INFO] [stdout]     | |_______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/model/setting/group.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let value = sqlx::query_scalar!(
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |         Ok(T::from(value.unwrap_or(i16::MIN)))
[INFO] [stdout]    |                    ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `value` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let value: /* Type */ = sqlx::query_scalar!(
[INFO] [stdout]    |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/model/setting/thread.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let value = sqlx::query_scalar!(
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |         Ok(T::from(value.unwrap_or(i16::MIN)))
[INFO] [stdout]    |                    ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `value` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let value: /* Type */ = sqlx::query_scalar!(
[INFO] [stdout]    |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aws-sdk-s3` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name aws_sdk_s3 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-s3-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --cfg 'feature="sigv4a"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("behavior-version-latest", "default", "rt-tokio", "rustls", "sigv4a", "test-util"))' -C metadata=07856db593dee7b4 -C extra-filename=-35a7d4b7fe14ef61 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-cfcc63f572ac195d.rmeta --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-b110d08aa4b05547.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-4d8bc86e78663842.rmeta --extern aws_sigv4=/opt/rustwide/target/debug/deps/libaws_sigv4-1d536ef08419fa74.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-26a7d3da0111f972.rmeta --extern aws_smithy_checksums=/opt/rustwide/target/debug/deps/libaws_smithy_checksums-3bca3876d0221947.rmeta --extern aws_smithy_eventstream=/opt/rustwide/target/debug/deps/libaws_smithy_eventstream-fe8d9b690dc6a69a.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-b29272470a234f95.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-8dc966bae1beacd0.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-b033dd57b36f3472.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-911b1d69c1076e24.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-22ebb7401b8a9bf9.rmeta --extern aws_smithy_xml=/opt/rustwide/target/debug/deps/libaws_smithy_xml-2ee2841261e7921a.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-8a3fcf119a069c0e.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-3fbe0740e65931fa.rmeta --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-bf71312072415342.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-b14fd7d66b63817f.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-0fb3b581cd761e52.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-45d2f3b593869915.rmeta --extern lru=/opt/rustwide/target/debug/deps/liblru-d86ab27590209da4.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a1d7742f74efe1da.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-af9df9186596bd92.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-60724c2bce064bb9.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-9373519d8a30fa15.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-1cecb959e1d36ef9.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-c3c7a5830f405506.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-a287047985406660/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nano-server` (lib) due to 94 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "aed428cfab66d79a90fa9a07bff3aa40d77a9d8e0db41c5a39787015699cdd5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aed428cfab66d79a90fa9a07bff3aa40d77a9d8e0db41c5a39787015699cdd5e", kill_on_drop: false }`
[INFO] [stdout] aed428cfab66d79a90fa9a07bff3aa40d77a9d8e0db41c5a39787015699cdd5e
