[INFO] cloning repository https://github.com/docwilco/acc_hotlap_boards
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/docwilco/acc_hotlap_boards" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdocwilco%2Facc_hotlap_boards", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdocwilco%2Facc_hotlap_boards'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 076d951297590cb8ac950ab5602a6f5a86efc69a
[INFO] checking docwilco/acc_hotlap_boards against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdocwilco%2Facc_hotlap_boards" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/docwilco/acc_hotlap_boards
[INFO] finished tweaking git repo https://github.com/docwilco/acc_hotlap_boards
[INFO] tweaked toml for git repo https://github.com/docwilco/acc_hotlap_boards written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/docwilco/acc_hotlap_boards on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/docwilco/acc_hotlap_boards 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cached_proc_macro v0.21.0
[INFO] [stderr]   Downloaded async-watcher v0.2.1
[INFO] [stderr]   Downloaded serde_with_macros v3.7.0
[INFO] [stderr]   Downloaded cached v0.51.3
[INFO] [stderr]   Downloaded zeroize v1.8.0
[INFO] [stderr]   Downloaded serde_with v3.7.0
[INFO] [stderr]   Downloaded tower-serve-static v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 82ac2a57dbc2d5b50e37b8de21c4da7fcdb60fd0c22046c9f7c9cbc6b1803036
[INFO] running `Command { std: "docker" "start" "-a" "82ac2a57dbc2d5b50e37b8de21c4da7fcdb60fd0c22046c9f7c9cbc6b1803036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82ac2a57dbc2d5b50e37b8de21c4da7fcdb60fd0c22046c9f7c9cbc6b1803036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82ac2a57dbc2d5b50e37b8de21c4da7fcdb60fd0c22046c9f7c9cbc6b1803036", kill_on_drop: false }`
[INFO] [stdout] 82ac2a57dbc2d5b50e37b8de21c4da7fcdb60fd0c22046c9f7c9cbc6b1803036
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6fda9e83e912123c636b7888c440b0ac2134fec113b9bfeb0f778430dc32197f
[INFO] running `Command { std: "docker" "start" "-a" "6fda9e83e912123c636b7888c440b0ac2134fec113b9bfeb0f778430dc32197f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking tower-service v0.3.2
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking tower-layer v0.3.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking anstyle-query v1.0.3
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking notify v5.2.0
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking include_dir v0.7.3
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking http-range-header v0.4.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking chrono v0.4.38
[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 thiserror-impl v1.0.59
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling axum-macros v0.4.1
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]     Checking env_logger v0.11.3
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling serde_with_macros v3.7.0
[INFO] [stderr]    Compiling cached_proc_macro v0.21.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking cached v0.51.3
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking async-watcher v0.2.1
[INFO] [stderr]     Checking serde_with v3.7.0
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking tower-serve-static v0.1.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling basic-toml v0.1.9
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]     Checking sqlformat v0.2.3
[INFO] [stderr]     Checking askama v0.12.1
[INFO] [stderr]     Checking askama_axum v0.4.0
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking sqlx-sqlite v0.7.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]     Checking sqlx v0.7.4
[INFO] [stderr]     Checking acc_hotlap_boards v1.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/appserver/driver.rs:300:5
[INFO] [stdout]     |
[INFO] [stdout] 300 | /     sqlx::query_as!(
[INFO] [stdout] 301 | |         DriverLapsQueryRow,
[INFO] [stdout] 302 | |         r#"
[INFO] [stdout] 303 | |         SELECT s.track,
[INFO] [stdout] ...   |
[INFO] [stdout] 318 | |         steam_id
[INFO] [stdout] 319 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/driver.rs:300:5
[INFO] [stdout]     |
[INFO] [stdout] 300 | /     sqlx::query_as!(
[INFO] [stdout] 301 | |         DriverLapsQueryRow,
[INFO] [stdout] 302 | |         r#"
[INFO] [stdout] 303 | |         SELECT s.track,
[INFO] [stdout] ...   |
[INFO] [stdout] 318 | |         steam_id
[INFO] [stdout] 319 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/driver.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | /     sqlx::query!(
[INFO] [stdout] 327 | |         r#"
[INFO] [stdout] 328 | |         SELECT s.track as "track!",
[INFO] [stdout] 329 | |             l.steam_id as "steam_id!",
[INFO] [stdout] ...   |
[INFO] [stdout] 338 | |     "#
[INFO] [stdout] 339 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/driver.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 | /     sqlx::query!(
[INFO] [stdout] 327 | |         r#"
[INFO] [stdout] 328 | |         SELECT s.track as "track!",
[INFO] [stdout] 329 | |             l.steam_id as "steam_id!",
[INFO] [stdout] ...   |
[INFO] [stdout] 338 | |     "#
[INFO] [stdout] 339 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/driver.rs:357:5
[INFO] [stdout]     |
[INFO] [stdout] 357 | /     sqlx::query!(
[INFO] [stdout] 358 | |         r#"
[INFO] [stdout] 359 | |         SELECT s.track as "track!",
[INFO] [stdout] 360 | |             MIN(l.time_ms) AS "laptime_ms: i64"
[INFO] [stdout] ...   |
[INFO] [stdout] 365 | |         "#
[INFO] [stdout] 366 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/driver.rs:357:5
[INFO] [stdout]     |
[INFO] [stdout] 357 | /     sqlx::query!(
[INFO] [stdout] 358 | |         r#"
[INFO] [stdout] 359 | |         SELECT s.track as "track!",
[INFO] [stdout] 360 | |             MIN(l.time_ms) AS "laptime_ms: i64"
[INFO] [stdout] ...   |
[INFO] [stdout] 365 | |         "#
[INFO] [stdout] 366 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/driver.rs:380:15
[INFO] [stdout]     |
[INFO] [stdout] 380 |       let row = sqlx::query!(
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 381 | |         r#"
[INFO] [stdout] 382 | |         SELECT d.first_name,
[INFO] [stdout] 383 | |             d.last_name, 
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |         steam_id
[INFO] [stdout] 394 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/driver.rs:380:15
[INFO] [stdout]     |
[INFO] [stdout] 380 |       let row = sqlx::query!(
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 381 | |         r#"
[INFO] [stdout] 382 | |         SELECT d.first_name,
[INFO] [stdout] 383 | |             d.last_name, 
[INFO] [stdout] ...   |
[INFO] [stdout] 393 | |         steam_id
[INFO] [stdout] 394 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/rootpage.rs:349:5
[INFO] [stdout]     |
[INFO] [stdout] 349 | /     sqlx::query_as!(
[INFO] [stdout] 350 | |         FastestLapQueryRow,
[INFO] [stdout] 351 | |         r#"
[INFO] [stdout] 352 | |         SELECT s.track,
[INFO] [stdout] ...   |
[INFO] [stdout] 379 | |     "#
[INFO] [stdout] 380 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/rootpage.rs:349:5
[INFO] [stdout]     |
[INFO] [stdout] 349 | /     sqlx::query_as!(
[INFO] [stdout] 350 | |         FastestLapQueryRow,
[INFO] [stdout] 351 | |         r#"
[INFO] [stdout] 352 | |         SELECT s.track,
[INFO] [stdout] ...   |
[INFO] [stdout] 379 | |     "#
[INFO] [stdout] 380 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/rootpage.rs:387:5
[INFO] [stdout]     |
[INFO] [stdout] 387 | /     sqlx::query!(
[INFO] [stdout] 388 | |         r#"
[INFO] [stdout] 389 | |         SELECT s.track as "track!",
[INFO] [stdout] 390 | |             l.steam_id as "steam_id!",
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |     "#
[INFO] [stdout] 400 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/rootpage.rs:387:5
[INFO] [stdout]     |
[INFO] [stdout] 387 | /     sqlx::query!(
[INFO] [stdout] 388 | |         r#"
[INFO] [stdout] 389 | |         SELECT s.track as "track!",
[INFO] [stdout] 390 | |             l.steam_id as "steam_id!",
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |     "#
[INFO] [stdout] 400 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/rootpage.rs:419:5
[INFO] [stdout]     |
[INFO] [stdout] 419 | /     sqlx::query!(
[INFO] [stdout] 420 | |         r#"
[INFO] [stdout] 421 | |         SELECT s.track,
[INFO] [stdout] 422 | |             l.steam_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 428 | |         "#
[INFO] [stdout] 429 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/appserver/rootpage.rs:419:5
[INFO] [stdout]     |
[INFO] [stdout] 419 | /     sqlx::query!(
[INFO] [stdout] 420 | |         r#"
[INFO] [stdout] 421 | |         SELECT s.track,
[INFO] [stdout] 422 | |             l.steam_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 428 | |         "#
[INFO] [stdout] 429 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/main.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     sqlx::query!("DELETE FROM sessions WHERE id = ?;", session_id)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]   --> src/main.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 55 |       let previous_session_id = sqlx::query!(
[INFO] [stdout]    |  _______________________________^
[INFO] [stdout] 56 | |         "SELECT id
[INFO] [stdout] 57 | |         FROM sessions
[INFO] [stdout] 58 | |         WHERE track = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 69 | |         timestamp
[INFO] [stdout] 70 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[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/main.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     sqlx::query!("DELETE FROM sessions WHERE id = ?;", session_id)
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache
[INFO] [stdout]    --> src/main.rs:78:25
[INFO] [stdout]     |
[INFO] [stdout]  78 |       let previous_laps = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout]  79 | |         "SELECT lap_id, time_ms as sector_time_ms
[INFO] [stdout]  80 | |         FROM splits
[INFO] [stdout]  81 | |         WHERE lap_id IN (
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |         timestamp
[INFO] [stdout] 102 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/main.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 55 |       let previous_session_id = sqlx::query!(
[INFO] [stdout]    |  _______________________________^
[INFO] [stdout] 56 | |         "SELECT id
[INFO] [stdout] 57 | |         FROM sessions
[INFO] [stdout] 58 | |         WHERE track = ?
[INFO] [stdout] ...  |
[INFO] [stdout] 69 | |         timestamp
[INFO] [stdout] 70 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[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/main.rs:180:22
[INFO] [stdout]     |
[INFO] [stdout] 180 |           let lap_id = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 181 | |             "INSERT INTO laps (steam_id, session_id, car_id, time_ms, valid) VALUES (?, ?, ?, ?, ?) RETURNING id;",
[INFO] [stdout] 182 | |             steam_id,
[INFO] [stdout] 183 | |             session_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 186 | |             lap.is_valid_for_best
[INFO] [stdout] 187 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[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/main.rs:78:25
[INFO] [stdout]     |
[INFO] [stdout]  78 |       let previous_laps = sqlx::query!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout]  79 | |         "SELECT lap_id, time_ms as sector_time_ms
[INFO] [stdout]  80 | |         FROM splits
[INFO] [stdout]  81 | |         WHERE lap_id IN (
[INFO] [stdout] ...   |
[INFO] [stdout] 101 | |         timestamp
[INFO] [stdout] 102 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/main.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 | /             sqlx::query!(
[INFO] [stdout] 195 | |                 "INSERT INTO splits (lap_id, sector, time_ms) VALUES (?, ?, ?);",
[INFO] [stdout] 196 | |                 lap_id,
[INFO] [stdout] 197 | |                 sector,
[INFO] [stdout] 198 | |                 sector_time_ms
[INFO] [stdout] 199 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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/main.rs:211:5
[INFO] [stdout]     |
[INFO] [stdout] 211 |     sqlx::query!("INSERT INTO known_files (path) VALUES (?);", filename)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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/main.rs:180:22
[INFO] [stdout]     |
[INFO] [stdout] 180 |           let lap_id = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 181 | |             "INSERT INTO laps (steam_id, session_id, car_id, time_ms, valid) VALUES (?, ?, ?, ?, ?) RETURNING id;",
[INFO] [stdout] 182 | |             steam_id,
[INFO] [stdout] 183 | |             session_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 186 | |             lap.is_valid_for_best
[INFO] [stdout] 187 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[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/main.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | /         sqlx::query!(
[INFO] [stdout] 223 | |             "INSERT INTO drivers
[INFO] [stdout] 224 | |             (steam_id, first_name, last_name, short_name)
[INFO] [stdout] 225 | |             VALUES (?, ?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 233 | |             driver.short_name
[INFO] [stdout] 234 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[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/main.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 | /             sqlx::query!(
[INFO] [stdout] 195 | |                 "INSERT INTO splits (lap_id, sector, time_ms) VALUES (?, ?, ?);",
[INFO] [stdout] 196 | |                 lap_id,
[INFO] [stdout] 197 | |                 sector,
[INFO] [stdout] 198 | |                 sector_time_ms
[INFO] [stdout] 199 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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/main.rs:211:5
[INFO] [stdout]     |
[INFO] [stdout] 211 |     sqlx::query!("INSERT INTO known_files (path) VALUES (?);", filename)
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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/main.rs:246:8
[INFO] [stdout]     |
[INFO] [stdout] 246 |       Ok(sqlx::query!(
[INFO] [stdout]     |  ________^
[INFO] [stdout] 247 | |         "INSERT OR REPLACE INTO cars (
[INFO] [stdout] 248 | |                 session_id, race_number, model, cup_category, car_group, team_name, ballast_kg
[INFO] [stdout] 249 | |             ) VALUES (?, ?, ?, ?, ?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | |         line.car.ballast_kg
[INFO] [stdout] 258 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/main.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 | /         sqlx::query!(
[INFO] [stdout] 223 | |             "INSERT INTO drivers
[INFO] [stdout] 224 | |             (steam_id, first_name, last_name, short_name)
[INFO] [stdout] 225 | |             VALUES (?, ?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 233 | |             driver.short_name
[INFO] [stdout] 234 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[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/main.rs:270:8
[INFO] [stdout]     |
[INFO] [stdout] 270 |       Ok(sqlx::query!(
[INFO] [stdout]     |  ________^
[INFO] [stdout] 271 | |         "INSERT INTO sessions (track, type, timestamp, server_name, wet) VALUES (?, ?, ?, ?, ?) RETURNING id;",
[INFO] [stdout] 272 | |         session_results.track_name,
[INFO] [stdout] 273 | |         session_results.session_type,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         session_results.session_result.is_wet_session
[INFO] [stdout] 277 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/main.rs:246:8
[INFO] [stdout]     |
[INFO] [stdout] 246 |       Ok(sqlx::query!(
[INFO] [stdout]     |  ________^
[INFO] [stdout] 247 | |         "INSERT OR REPLACE INTO cars (
[INFO] [stdout] 248 | |                 session_id, race_number, model, cup_category, car_group, team_name, ballast_kg
[INFO] [stdout] 249 | |             ) VALUES (?, ?, ?, ?, ?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 257 | |         line.car.ballast_kg
[INFO] [stdout] 258 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/main.rs:290:13
[INFO] [stdout]     |
[INFO] [stdout] 290 | /             sqlx::query!(
[INFO] [stdout] 291 | |                 "INSERT INTO drivers 
[INFO] [stdout] 292 | |                 (steam_id, first_name, last_name, short_name)
[INFO] [stdout] 293 | |                 VALUES (?, ?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 301 | |                 driver.short_name,
[INFO] [stdout] 302 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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/main.rs:306:17
[INFO] [stdout]     |
[INFO] [stdout] 306 | /                 sqlx::query!(
[INFO] [stdout] 307 | |                     "UPDATE drivers SET nickname = ? WHERE steam_id = ?;",
[INFO] [stdout] 308 | |                     nickname,
[INFO] [stdout] 309 | |                     driver.steam_id
[INFO] [stdout] 310 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[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/main.rs:270:8
[INFO] [stdout]     |
[INFO] [stdout] 270 |       Ok(sqlx::query!(
[INFO] [stdout]     |  ________^
[INFO] [stdout] 271 | |         "INSERT INTO sessions (track, type, timestamp, server_name, wet) VALUES (?, ?, ?, ?, ?) RETURNING id;",
[INFO] [stdout] 272 | |         session_results.track_name,
[INFO] [stdout] 273 | |         session_results.session_type,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         session_results.session_result.is_wet_session
[INFO] [stdout] 277 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[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/main.rs:315:17
[INFO] [stdout]     |
[INFO] [stdout] 315 | /                 sqlx::query!(
[INFO] [stdout] 316 | |                     "UPDATE drivers SET nationality = ? WHERE steam_id = ?;",
[INFO] [stdout] 317 | |                     nationality,
[INFO] [stdout] 318 | |                     driver.steam_id
[INFO] [stdout] 319 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[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/main.rs:290:13
[INFO] [stdout]     |
[INFO] [stdout] 290 | /             sqlx::query!(
[INFO] [stdout] 291 | |                 "INSERT INTO drivers 
[INFO] [stdout] 292 | |                 (steam_id, first_name, last_name, short_name)
[INFO] [stdout] 293 | |                 VALUES (?, ?, ?, ?)
[INFO] [stdout] ...   |
[INFO] [stdout] 301 | |                 driver.short_name,
[INFO] [stdout] 302 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[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/main.rs:306:17
[INFO] [stdout]     |
[INFO] [stdout] 306 | /                 sqlx::query!(
[INFO] [stdout] 307 | |                     "UPDATE drivers SET nickname = ? WHERE steam_id = ?;",
[INFO] [stdout] 308 | |                     nickname,
[INFO] [stdout] 309 | |                     driver.steam_id
[INFO] [stdout] 310 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[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/main.rs:356:17
[INFO] [stdout]     |
[INFO] [stdout] 356 |     let known = sqlx::query!("SELECT path FROM known_files WHERE path = ?;", filename)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[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/main.rs:315:17
[INFO] [stdout]     |
[INFO] [stdout] 315 | /                 sqlx::query!(
[INFO] [stdout] 316 | |                     "UPDATE drivers SET nationality = ? WHERE steam_id = ?;",
[INFO] [stdout] 317 | |                     nationality,
[INFO] [stdout] 318 | |                     driver.steam_id
[INFO] [stdout] 319 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[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/main.rs:356:17
[INFO] [stdout]     |
[INFO] [stdout] 356 |     let known = sqlx::query!("SELECT path FROM known_files WHERE path = ?;", filename)
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `acc_hotlap_boards` (bin "acc_hotlap_boards") due to 20 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `acc_hotlap_boards` (bin "acc_hotlap_boards" test) due to 20 previous errors
[INFO] running `Command { std: "docker" "inspect" "6fda9e83e912123c636b7888c440b0ac2134fec113b9bfeb0f778430dc32197f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fda9e83e912123c636b7888c440b0ac2134fec113b9bfeb0f778430dc32197f", kill_on_drop: false }`
[INFO] [stdout] 6fda9e83e912123c636b7888c440b0ac2134fec113b9bfeb0f778430dc32197f
