[INFO] cloning repository https://github.com/jeremycod/genie-querygpt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeremycod/genie-querygpt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremycod%2Fgenie-querygpt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremycod%2Fgenie-querygpt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] da6c3a77b18291d7c6d8a50fa64ad78aa6e6bb5c
[INFO] testing jeremycod/genie-querygpt against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremycod%2Fgenie-querygpt" "/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/jeremycod/genie-querygpt
[INFO] finished tweaking git repo https://github.com/jeremycod/genie-querygpt
[INFO] tweaked toml for git repo https://github.com/jeremycod/genie-querygpt written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeremycod/genie-querygpt on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jeremycod/genie-querygpt 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" "+1.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92
[INFO] running `Command { std: "docker" "start" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.9
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling postgres-types v0.2.11
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling recursive v0.1.1
[INFO] [stderr]    Compiling sqlparser v0.60.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tokio-postgres v0.7.15
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling deadpool-postgres v0.14.1
[INFO] [stderr]    Compiling querygpt-worker v0.1.0 (/opt/rustwide/workdir/crates/querygpt-worker)
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling querygpt-core v0.1.0 (/opt/rustwide/workdir/crates/querygpt-core)
[INFO] [stderr]    Compiling querygpt-compiler v0.1.0 (/opt/rustwide/workdir/crates/querygpt-compiler)
[INFO] [stderr]    Compiling querygpt-server v0.1.0 (/opt/rustwide/workdir/crates/querygpt-server)
[INFO] [stderr]    Compiling querygpt-cli v0.1.0 (/opt/rustwide/workdir/crates/querygpt-cli)
[INFO] [stdout] warning: unused variable: `after_limit`
[INFO] [stdout]    --> crates/querygpt-server/src/executor.rs:304:17
[INFO] [stdout]     |
[INFO] [stdout] 304 |             let after_limit = &sql[limit_pos + 5..].trim_start();
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_after_limit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `session_store` is never read
[INFO] [stdout]   --> crates/querygpt-server/src/main.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct AppState {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 37 |     session_store: SessionStore,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `PlannerInitialization` is never constructed
[INFO] [stdout]    --> crates/querygpt-server/src/main.rs:318:5
[INFO] [stdout]     |
[INFO] [stdout] 317 | enum AppError {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] 318 |     PlannerInitialization(String),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `session_id` is never read
[INFO] [stdout]   --> crates/querygpt-server/src/api_types.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct QueryRequest {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub session_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `session_id` and `action` are never read
[INFO] [stdout]   --> crates/querygpt-server/src/api_types.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct ConfirmRequest {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 46 |     /// Session ID for the pending confirmation
[INFO] [stdout] 47 |     pub session_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 48 |     /// User's decision
[INFO] [stdout] 49 |     pub action: ConfirmAction,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfirmRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `PendingConfirmation` is never constructed
[INFO] [stdout]   --> crates/querygpt-server/src/api_types.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub enum QueryResponse {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 86 |     PendingConfirmation {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Success`, `Rejected`, `PendingConfirmation`, `CompilationFailed`, `RetryLimitExceeded`, and `SessionNotFound` are never constructed
[INFO] [stdout]    --> crates/querygpt-server/src/api_types.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub enum ConfirmResponse {
[INFO] [stdout]     |          --------------- variants in this enum
[INFO] [stdout] 141 |     /// Confirmation processed, query completed
[INFO] [stdout] 142 |     Success {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     Rejected,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 154 |     /// Modification requested, awaiting new draft
[INFO] [stdout] 155 |     PendingConfirmation {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     CompilationFailed {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     RetryLimitExceeded {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     SessionNotFound { session_id: String },
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ConfirmResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_details` is never used
[INFO] [stdout]    --> crates/querygpt-server/src/api_types.rs:197:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl ErrorResponse {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn with_details(error: impl Into<String>, details: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `auto_approve` and `require_approval` are never used
[INFO] [stdout]   --> crates/querygpt-server/src/confirmation.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl ServerConfirmation {
[INFO] [stdout]    | ----------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn auto_approve() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn require_approval() -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `InvalidConfig` is never constructed
[INFO] [stdout]   --> crates/querygpt-server/src/db.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum DbError {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     InvalidConfig(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DbError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `status` is never used
[INFO] [stdout]    --> crates/querygpt-server/src/db.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout]  38 | impl DbPool {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn status(&self) -> PoolStatus {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PoolStatus` is never constructed
[INFO] [stdout]    --> crates/querygpt-server/src/db.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub struct PoolStatus {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_PREVIEW_ROWS` is never used
[INFO] [stdout]   --> crates/querygpt-server/src/executor.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | const MAX_PREVIEW_ROWS: usize = 1000;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_EXPORT_ROWS` is never used
[INFO] [stdout]   --> crates/querygpt-server/src/executor.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | const MAX_EXPORT_ROWS: usize = 1_000_000;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `TooLarge` and `InvalidSql` are never constructed
[INFO] [stdout]   --> crates/querygpt-server/src/executor.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum ExecutionError {
[INFO] [stdout]    |          -------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     TooLarge { actual: usize, max: usize },
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     InvalidSql(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExecutionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `row_limit` and `exceeds_limit` are never used
[INFO] [stdout]   --> crates/querygpt-server/src/executor.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 67 | impl ExecutionMode {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 68 |     /// Get the row limit for this mode
[INFO] [stdout] 69 |     pub fn row_limit(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 |     pub fn exceeds_limit(&self, rows: usize) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DatabaseNotConfigured` is never constructed
[INFO] [stdout]   --> crates/querygpt-server/src/export.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum ExportError {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     DatabaseNotConfigured,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExportError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ExportFormat` is never used
[INFO] [stdout]   --> crates/querygpt-server/src/export.rs:60:10
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub enum ExportFormat {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> crates/querygpt-server/src/session.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SessionState {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 12 |     /// Unique session identifier
[INFO] [stdout] 13 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 14 |     /// Original user prompt
[INFO] [stdout] 15 |     pub prompt: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Workspace being queried
[INFO] [stdout] 17 |     pub workspace: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 18 |     /// Schema registry for compilation
[INFO] [stdout] 19 |     pub registry: Arc<SchemaRegistry>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 20 |     /// Planner context
[INFO] [stdout] 21 |     pub context: PlannerContext,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 22 |     /// Current attempt number
[INFO] [stdout] 23 |     pub attempt: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 24 |     /// Planner trace
[INFO] [stdout] 25 |     pub trace: PlannerTrace,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 26 |     /// When this session was created
[INFO] [stdout] 27 |     pub created_at: Instant,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 28 |     /// When this session was last accessed
[INFO] [stdout] 29 |     pub last_accessed: Instant,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `touch`, and `is_expired` are never used
[INFO] [stdout]   --> crates/querygpt-server/src/session.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl SessionState {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 33 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn touch(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn is_expired(&self, timeout: Duration) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sessions` and `timeout` are never read
[INFO] [stdout]   --> crates/querygpt-server/src/session.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct SessionStore {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 67 |     sessions: Arc<RwLock<HashMap<String, SessionState>>>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 68 |     timeout: Duration,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionStore` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert`, `get`, `remove`, `cleanup_expired`, `len`, and `is_empty` are never used
[INFO] [stdout]    --> crates/querygpt-server/src/session.rs:86:18
[INFO] [stdout]     |
[INFO] [stdout]  71 | impl SessionStore {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub async fn insert(&self, session: SessionState) {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub async fn get(&self, id: &str) -> Option<SessionState> {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub async fn remove(&self, id: &str) -> Option<SessionState> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub async fn cleanup_expired(&self) -> usize {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub async fn len(&self) -> usize {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub async fn is_empty(&self) -> bool {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `generate_session_id` is never used
[INFO] [stdout]    --> crates/querygpt-server/src/session.rs:144:8
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub fn generate_session_id() -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3m 29s
[INFO] running `Command { std: "docker" "inspect" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling querygpt-worker v0.1.0 (/opt/rustwide/workdir/crates/querygpt-worker)
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling insta v1.45.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling querygpt-core v0.1.0 (/opt/rustwide/workdir/crates/querygpt-core)
[INFO] [stderr]    Compiling querygpt-compiler v0.1.0 (/opt/rustwide/workdir/crates/querygpt-compiler)
[INFO] [stderr]    Compiling querygpt-server v0.1.0 (/opt/rustwide/workdir/crates/querygpt-server)
[INFO] [stderr]    Compiling querygpt-cli v0.1.0 (/opt/rustwide/workdir/crates/querygpt-cli)
[INFO] [stdout] warning: unused variable: `after_limit`
[INFO] [stdout]    --> crates/querygpt-server/src/executor.rs:304:17
[INFO] [stdout]     |
[INFO] [stdout] 304 |             let after_limit = &sql[limit_pos + 5..].trim_start();
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_after_limit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `session_store` is never read
[INFO] [stdout]   --> crates/querygpt-server/src/main.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct AppState {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 37 |     session_store: SessionStore,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `PlannerInitialization` is never constructed
[INFO] [stdout]    --> crates/querygpt-server/src/main.rs:318:5
[INFO] [stdout]     |
[INFO] [stdout] 317 | enum AppError {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] 318 |     PlannerInitialization(String),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `session_id` is never read
[INFO] [stdout]   --> crates/querygpt-server/src/api_types.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct QueryRequest {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub session_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `session_id` and `action` are never read
[INFO] [stdout]   --> crates/querygpt-server/src/api_types.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct ConfirmRequest {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 46 |     /// Session ID for the pending confirmation
[INFO] [stdout] 47 |     pub session_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 48 |     /// User's decision
[INFO] [stdout] 49 |     pub action: ConfirmAction,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConfirmRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `PendingConfirmation` is never constructed
[INFO] [stdout]   --> crates/querygpt-server/src/api_types.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub enum QueryResponse {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 86 |     PendingConfirmation {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `QueryResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Success`, `Rejected`, `PendingConfirmation`, `CompilationFailed`, `RetryLimitExceeded`, and `SessionNotFound` are never constructed
[INFO] [stdout]    --> crates/querygpt-server/src/api_types.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub enum ConfirmResponse {
[INFO] [stdout]     |          --------------- variants in this enum
[INFO] [stdout] 141 |     /// Confirmation processed, query completed
[INFO] [stdout] 142 |     Success {
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     Rejected,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 154 |     /// Modification requested, awaiting new draft
[INFO] [stdout] 155 |     PendingConfirmation {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 162 |     CompilationFailed {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     RetryLimitExceeded {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     SessionNotFound { session_id: String },
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ConfirmResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `with_details` is never used
[INFO] [stdout]    --> crates/querygpt-server/src/api_types.rs:197:12
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl ErrorResponse {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn with_details(error: impl Into<String>, details: impl Into<String>) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `status` is never used
[INFO] [stdout]    --> crates/querygpt-server/src/db.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout]  38 | impl DbPool {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn status(&self) -> PoolStatus {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `InvalidSql` is never constructed
[INFO] [stdout]   --> crates/querygpt-server/src/executor.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum ExecutionError {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 36 |     InvalidSql(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExecutionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DatabaseNotConfigured` is never constructed
[INFO] [stdout]   --> crates/querygpt-server/src/export.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum ExportError {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 26 |     DatabaseNotConfigured,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExportError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> crates/querygpt-server/src/session.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SessionState {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub prompt: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 16 |     /// Workspace being queried
[INFO] [stdout] 17 |     pub workspace: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 18 |     /// Schema registry for compilation
[INFO] [stdout] 19 |     pub registry: Arc<SchemaRegistry>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 20 |     /// Planner context
[INFO] [stdout] 21 |     pub context: PlannerContext,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 22 |     /// Current attempt number
[INFO] [stdout] 23 |     pub attempt: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 24 |     /// Planner trace
[INFO] [stdout] 25 |     pub trace: PlannerTrace,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 26 |     /// When this session was created
[INFO] [stdout] 27 |     pub created_at: Instant,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SessionState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]    --> crates/querygpt-server/src/session.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout]  71 | impl SessionStore {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub async fn is_empty(&self) -> bool {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `after_limit`
[INFO] [stderr]    --> crates/querygpt-server/src/executor.rs:304:17
[INFO] [stderr]     |
[INFO] [stderr] 304 |             let after_limit = &sql[limit_pos + 5..].trim_start();
[INFO] [stderr]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_after_limit`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `session_store` is never read
[INFO] [stderr]   --> crates/querygpt-server/src/main.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 36 | struct AppState {
[INFO] [stderr]    |        -------- field in this struct
[INFO] [stderr] 37 |     session_store: SessionStore,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `PlannerInitialization` is never constructed
[INFO] [stderr]    --> crates/querygpt-server/src/main.rs:318:5
[INFO] [stderr]     |
[INFO] [stderr] 317 | enum AppError {
[INFO] [stderr]     |      -------- variant in this enum
[INFO] [stderr] 318 |     PlannerInitialization(String),
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `session_id` is never read
[INFO] [stderr]   --> crates/querygpt-server/src/api_types.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct QueryRequest {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 26 |     pub session_id: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `QueryRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `session_id` and `action` are never read
[INFO] [stderr]   --> crates/querygpt-server/src/api_types.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub struct ConfirmRequest {
[INFO] [stderr]    |            -------------- fields in this struct
[INFO] [stderr] 46 |     /// Session ID for the pending confirmation
[INFO] [stderr] 47 |     pub session_id: String,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 48 |     /// User's decision
[INFO] [stderr] 49 |     pub action: ConfirmAction,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ConfirmRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variant `PendingConfirmation` is never constructed
[INFO] [stderr]   --> crates/querygpt-server/src/api_types.rs:86:5
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub enum QueryResponse {
[INFO] [stderr]    |          ------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 86 |     PendingConfirmation {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `QueryResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Success`, `Rejected`, `PendingConfirmation`, `CompilationFailed`, `RetryLimitExceeded`, and `SessionNotFound` are never constructed
[INFO] [stderr]    --> crates/querygpt-server/src/api_types.rs:142:5
[INFO] [stderr]     |
[INFO] [stderr] 140 | pub enum ConfirmResponse {
[INFO] [stderr]     |          --------------- variants in this enum
[INFO] [stderr] 141 |     /// Confirmation processed, query completed
[INFO] [stderr] 142 |     Success {
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 153 |     Rejected,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 154 |     /// Modification requested, awaiting new draft
[INFO] [stderr] 155 |     PendingConfirmation {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 162 |     CompilationFailed {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 168 |     RetryLimitExceeded {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 174 |     SessionNotFound { session_id: String },
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ConfirmResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `with_details` is never used
[INFO] [stderr]    --> crates/querygpt-server/src/api_types.rs:197:12
[INFO] [stderr]     |
[INFO] [stderr] 189 | impl ErrorResponse {
[INFO] [stderr]     | ------------------ associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 197 |     pub fn with_details(error: impl Into<String>, details: impl Into<String>) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `status` is never used
[INFO] [stderr]    --> crates/querygpt-server/src/db.rs:119:12
[INFO] [stderr]     |
[INFO] [stderr]  38 | impl DbPool {
[INFO] [stderr]     | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 119 |     pub fn status(&self) -> PoolStatus {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `InvalidSql` is never constructed
[INFO] [stderr]   --> crates/querygpt-server/src/executor.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub enum ExecutionError {
[INFO] [stderr]    |          -------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 36 |     InvalidSql(String),
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ExecutionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variant `DatabaseNotConfigured` is never constructed
[INFO] [stderr]   --> crates/querygpt-server/src/export.rs:26:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub enum ExportError {
[INFO] [stderr]    |          ----------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 26 |     DatabaseNotConfigured,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ExportError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> crates/querygpt-server/src/session.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct SessionState {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 15 |     pub prompt: String,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr] 16 |     /// Workspace being queried
[INFO] [stderr] 17 |     pub workspace: String,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 18 |     /// Schema registry for compilation
[INFO] [stderr] 19 |     pub registry: Arc<SchemaRegistry>,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 20 |     /// Planner context
[INFO] [stderr] 21 |     pub context: PlannerContext,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 22 |     /// Current attempt number
[INFO] [stderr] 23 |     pub attempt: usize,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 24 |     /// Planner trace
[INFO] [stderr] 25 |     pub trace: PlannerTrace,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] 26 |     /// When this session was created
[INFO] [stderr] 27 |     pub created_at: Instant,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `SessionState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_empty` is never used
[INFO] [stderr]    --> crates/querygpt-server/src/session.rs:131:18
[INFO] [stderr]     |
[INFO] [stderr]  71 | impl SessionStore {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 131 |     pub async fn is_empty(&self) -> bool {
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `querygpt-server` (bin "querygpt-server" test) generated 13 warnings (run `cargo fix --bin "querygpt-server" -p querygpt-server --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/querygpt-8ec3fc19833460a7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/querygpt_compiler-3005c8a7f730f8f5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/querygpt_core-327b610647e685c4)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test agents::intent::tests::test_keyword_classification_campaigns ... ok
[INFO] [stdout] test planner::confirmation::tests::auto_approve_always_approves ... ok
[INFO] [stdout] test agents::intent::tests::test_fallback_on_invalid_llm_response ... ok
[INFO] [stdout] test planner::confirmation::tests::format_confirmation_prompt_includes_attempt_number ... ok
[INFO] [stdout] test agents::intent::tests::test_keyword_classification_distribution ... ok
[INFO] [stdout] test agents::intent::tests::test_no_llm_fallback ... ok
[INFO] [stdout] test planner::confirmation::tests::mock_confirmation_rejects_when_configured ... ok
[INFO] [stdout] test planner::diff::tests::diff_detects_field_changes ... ok
[INFO] [stdout] test planner::diff::tests::diff_detects_no_changes ... ok
[INFO] [stdout] test planner::diff::tests::format_diff_display_works ... ok
[INFO] [stdout] test planner::llm_planner::tests::test_repair_json_missing_closing_brace ... ok
[INFO] [stdout] test planner::llm_planner::tests::test_repair_json_missing_closing_bracket ... ok
[INFO] [stdout] test planner::orchestration::tests::compile_only_preserves_phase_a_behavior ... ok
[INFO] [stdout] test agents::intent::tests::test_keyword_classification_pricing ... FAILED
[INFO] [stdout] test planner::orchestration::tests::orchestrator_respects_max_retries ... ok
[INFO] [stdout] test planner::orchestration::tests::user_rejection_returns_appropriate_result ... ok
[INFO] [stdout] test planner::orchestration::tests::noop_planner_returns_unimplemented ... ok
[INFO] [stdout] test schema::registry::tests::test_has_workspace ... ok
[INFO] [stdout] test schema::registry::tests::test_workspace_loading_and_caching ... ok
[INFO] [stdout] test schema::registry::tests::test_pricing_workspace_discovery ... ok
[INFO] [stdout] test schema::registry::tests::test_workspace_not_found ... ok
[INFO] [stdout] test schema::registry::tests::test_workspace_registry_discovery ... ok
[INFO] [stdout] test agents::intent::tests::test_llm_classification ... ok
[INFO] [stdout] test schema::registry::tests::test_distribution_workspace_discovery ... ok
[INFO] [stdout] test planner::confirmation::tests::mock_confirmation_approves_when_configured ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- agents::intent::tests::test_keyword_classification_pricing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'agents::intent::tests::test_keyword_classification_pricing' (4435) panicked at crates/querygpt-core/src/agents/intent.rs:328:13:
[INFO] [stdout] Test requires config/workspaces directory
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ff3311ca881 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5ff3311e092a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5ff3311cf65c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5ff3311a5a56 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5ff3311c2819 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5ff331132b40 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5ff3311c29d2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5ff3311a5b34 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5ff33119d899 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5ff3311a680d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5ff3311e108c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5ff3310fb187 - querygpt_core[ab73511e6946d5d5]::agents::intent::tests::create_test_registry
[INFO] [stdout]   12:     0x5ff3310f9aa3 - querygpt_core[ab73511e6946d5d5]::agents::intent::tests::test_keyword_classification_pricing::{closure#0}
[INFO] [stdout]   13:     0x5ff3310f69d3 - <tokio[59adf51a4f52f16]::runtime::scheduler::current_thread::Context>::enter::<core[7c831bd917ebf35f]::task::poll::Poll<()>, <tokio[59adf51a4f52f16]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   14:     0x5ff33110bffc - <tokio[59adf51a4f52f16]::runtime::context::scoped::Scoped<tokio[59adf51a4f52f16]::runtime::scheduler::Context>>::set::<<tokio[59adf51a4f52f16]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[59adf51a4f52f16]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>::{closure#0}, core[7c831bd917ebf35f]::option::Option<()>>::{closure#0}, (alloc[2fdc3f7464fcf288]::boxed::Box<tokio[59adf51a4f52f16]::runtime::scheduler::current_thread::Core>, core[7c831bd917ebf35f]::option::Option<()>)>
[INFO] [stdout]   15:     0x5ff3310f6d27 - <tokio[59adf51a4f52f16]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   16:     0x5ff331115897 - tokio[59adf51a4f52f16]::runtime::context::runtime::enter_runtime::<<tokio[59adf51a4f52f16]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   17:     0x5ff33111451a - <tokio[59adf51a4f52f16]::runtime::runtime::Runtime>::block_on::<core[7c831bd917ebf35f]::pin::Pin<&mut dyn core[7c831bd917ebf35f]::future::future::Future<Output = ()>>>
[INFO] [stdout]   18:     0x5ff3310fb61b - querygpt_core[ab73511e6946d5d5]::agents::intent::tests::test_keyword_classification_pricing
[INFO] [stdout]   19:     0x5ff33110fb69 - <querygpt_core[ab73511e6946d5d5]::agents::intent::tests::test_keyword_classification_pricing::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5ff331125e2b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   21:     0x5ff331133495 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5ff33112c854 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5ff3311365f2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5ff3311c9de9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7470fdb9707a - <unknown>
[INFO] [stdout]   26:     0x7470fdc2a534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     agents::intent::tests::test_keyword_classification_pricing
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p querygpt-core --lib`
[INFO] running `Command { std: "docker" "inspect" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92", kill_on_drop: false }`
[INFO] [stdout] c18d1b3e8ab3eaf7a835594d946bb25c37bae3d230735e0d25e2ff0363a75b92
