[INFO] cloning repository https://github.com/maxBogovick/rustmemodb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxBogovick/rustmemodb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxBogovick%2Frustmemodb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxBogovick%2Frustmemodb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bceac4255bfc9811a74edd21a7198800b7cdbf87 [INFO] testing maxBogovick/rustmemodb/bceac4255bfc9811a74edd21a7198800b7cdbf87 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxBogovick%2Frustmemodb" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/maxBogovick/rustmemodb [INFO] finished tweaking git repo https://github.com/maxBogovick/rustmemodb [INFO] tweaked toml for git repo https://github.com/maxBogovick/rustmemodb written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maxBogovick/rustmemodb on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/maxBogovick/rustmemodb 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-test v0.4.5 [INFO] [stderr] Downloaded stacker v0.1.22 [INFO] [stderr] Downloaded recursive v0.1.1 [INFO] [stderr] Downloaded recursive-proc-macro-impl v0.1.1 [INFO] [stderr] Downloaded ar_archive_writer v0.2.0 [INFO] [stderr] Downloaded psm v0.1.28 [INFO] [stderr] Downloaded tokio-stream v0.1.18 [INFO] [stderr] Downloaded lru v0.16.2 [INFO] [stderr] Downloaded sqlparser v0.59.0 [INFO] [stderr] Downloaded tokio v1.49.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1765001b244c3e019be3011a00ac8d2a7ab2f2c3153a704ab1c5184f310a2e4 [INFO] running `Command { std: "docker" "start" "-a" "d1765001b244c3e019be3011a00ac8d2a7ab2f2c3153a704ab1c5184f310a2e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1765001b244c3e019be3011a00ac8d2a7ab2f2c3153a704ab1c5184f310a2e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1765001b244c3e019be3011a00ac8d2a7ab2f2c3153a704ab1c5184f310a2e4", kill_on_drop: false }` [INFO] [stdout] d1765001b244c3e019be3011a00ac8d2a7ab2f2c3153a704ab1c5184f310a2e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3202003347b976871197902d8000b5ddb74a117bfde260c22cbfb3e3f123ca4d [INFO] running `Command { std: "docker" "start" "-a" "3202003347b976871197902d8000b5ddb74a117bfde260c22cbfb3e3f123ca4d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling stacker v0.1.22 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling lru v0.16.2 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling bcrypt v0.15.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling recursive-proc-macro-impl v0.1.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling ar_archive_writer v0.2.0 [INFO] [stderr] Compiling psm v0.1.28 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling recursive v0.1.1 [INFO] [stderr] Compiling sqlparser v0.59.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling rustmemodb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `AlterTableStmt` and `CreateIndexStmt` [INFO] [stdout] --> src/facade/database.rs:13:69 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::parser::ast::{Statement, CreateTableStmt, DropTableStmt, CreateIndexStmt, AlterTableStmt}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_delete` is never read [INFO] [stdout] --> src/storage/table.rs:70:39 [INFO] [stdout] | [INFO] [stdout] 70 | let mut row_to_index_delete = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_add` is never read [INFO] [stdout] --> src/storage/table.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | let mut row_to_index_add = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `metadata_lock` is never read [INFO] [stdout] --> src/storage/memory.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct InMemoryStorage { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | metadata_lock: RwLock<()>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `password_hash` is never used [INFO] [stdout] --> src/connection/auth.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 34 | impl User { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub(crate) fn password_hash(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add_row` and `build_single` are never used [INFO] [stdout] --> src/json/converter.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 140 | impl InsertStatementBuilder { [INFO] [stdout] | --------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 154 | pub fn add_row(mut self, row: Vec) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | pub fn build_single(self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_multiple` is never used [INFO] [stdout] --> src/json/converter.rs:249:12 [INFO] [stdout] | [INFO] [stdout] 235 | impl UpdateStatementBuilder { [INFO] [stdout] | --------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 249 | pub fn set_multiple(mut self, updates: Vec<(String, Value)>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FirstDocumentStrategy` is never constructed [INFO] [stdout] --> src/json/schema_inference.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct FirstDocumentStrategy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `with_rules` is never used [INFO] [stdout] --> src/json/validator.rs:139:12 [INFO] [stdout] | [INFO] [stdout] 125 | impl QueryValidator { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 139 | pub fn with_rules(rules: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | AlterTable(AlterTableStmt), [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 13 - AlterTable(AlterTableStmt), [INFO] [stdout] 13 + AlterTable(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `if_not_exists` is never read [INFO] [stdout] --> src/parser/ast.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct CreateTableStmt { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateTableStmt` 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: fields `index_name`, `if_not_exists`, and `unique` are never read [INFO] [stdout] --> src/parser/ast.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct CreateIndexStmt { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 30 | pub index_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 34 | pub unique: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateIndexStmt` 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: fields `table_name` and `operation` are never read [INFO] [stdout] --> src/parser/ast.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct AlterTableStmt { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | pub table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 41 | pub operation: AlterTableOperation, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableStmt` 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: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | AddColumn(ColumnDef), [INFO] [stdout] | --------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 46 - AddColumn(ColumnDef), [INFO] [stdout] 46 + AddColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | DropColumn(String), [INFO] [stdout] | ---------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 47 - DropColumn(String), [INFO] [stdout] 47 + DropColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `old_name` and `new_name` are never read [INFO] [stdout] --> src/parser/ast.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | RenameColumn { old_name: String, new_name: String }, [INFO] [stdout] | ------------ ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: variant `RenameTable` is never constructed [INFO] [stdout] --> src/parser/ast.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum AlterTableOperation { [INFO] [stdout] | ------------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 49 | RenameTable(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: field `default` is never read [INFO] [stdout] --> src/parser/ast.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub struct ColumnDef { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 64 | pub default: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColumnDef` 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: field `columns` is never read [INFO] [stdout] --> src/parser/ast.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct InsertStmt { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 72 | pub table_name: String, [INFO] [stdout] 73 | pub columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InsertStmt` 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: variant `UnaryOp` is never constructed [INFO] [stdout] --> src/parser/ast.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 156 | pub enum Expr { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 174 | UnaryOp { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Expr` 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: variants `Not`, `Minus`, and `Plus` are never constructed [INFO] [stdout] --> src/parser/ast.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 244 | pub enum UnaryOp { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] 245 | Not, [INFO] [stdout] | ^^^ [INFO] [stdout] 246 | Minus, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 247 | Plus, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UnaryOp` 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 function `with_expression_converter` is never used [INFO] [stdout] --> src/parser/adapter.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl SqlParserAdapter { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn with_expression_converter(expr_converter: ExpressionConverter) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `projected_columns` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct TableScanNode { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 31 | pub table_name: String, [INFO] [stdout] 32 | pub projected_columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TableScanNode` 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: field `op` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct IndexScanInfo { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 41 | pub op: IndexOp, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `IndexScanInfo` 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 `from_tuples` and `as_tuples` are never used [INFO] [stdout] --> src/planner/logical_plan.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl SortNode { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 72 | /// Создать из tuple формата (для обратной совместимости) [INFO] [stdout] 73 | pub fn from_tuples(input: Box, sort_keys: Vec<(Expr, bool)>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn as_tuples(&self) -> Vec<(&Expr, bool)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `children` is never used [INFO] [stdout] --> src/planner/logical_plan.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 127 | impl LogicalPlan { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 142 | pub fn children(&self) -> Vec<&LogicalPlan> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `transaction_manager` is never read [INFO] [stdout] --> src/executor/context.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutionContext<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 8 | pub storage: &'a InMemoryStorage, [INFO] [stdout] 9 | pub transaction_manager: &'a Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_transaction_id` is never used [INFO] [stdout] --> src/executor/context.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'a> ExecutionContext<'a> { [INFO] [stdout] | ----------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn get_transaction_id(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `name` is never used [INFO] [stdout] --> src/executor/executor.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub trait Executor: Send + Sync { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] 11 | /// Имя executor'а для отладки [INFO] [stdout] 12 | fn name(&self) -> &'static str; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `update_catalog` is never used [INFO] [stdout] --> src/executor/executor.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl ExecutorPipeline { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn update_catalog(&mut self, _new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `with_evaluators` and `update_catalog` are never used [INFO] [stdout] --> src/executor/query.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 28 | impl QueryExecutor { [INFO] [stdout] | ------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn with_evaluators(catalog: Catalog, evaluator_registry: EvaluatorRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn update_catalog(&mut self, new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExecutorRegistry` is never constructed [INFO] [stdout] --> src/executor/registry.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutorRegistry { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `register`, `with_default_executors`, `execute`, and `list_executors` are never used [INFO] [stdout] --> src/executor/registry.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl ExecutorRegistry { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] 12 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn register(&mut self, executor: Box) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn with_default_executors(catalog: crate::storage::Catalog) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub async fn execute(&self, stmt: &Statement, ctx: &ExecutionContext<'_>) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn list_executors(&self) -> Vec<&str> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `with_custom_plugins` is never used [INFO] [stdout] --> src/plugins/mod.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl ExpressionConverter { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 91 | pub fn with_custom_plugins(registry: ExpressionPluginRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `RowSorter` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait RowSorter: Send + Sync { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OrderBySorter` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct OrderBySorter; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `compare_values` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl OrderBySorter { [INFO] [stdout] | ------------------ associated items in this implementation [INFO] [stdout] 33 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | fn compare_values(&self, a: &Value, b: &Value) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NullOrdering` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub enum NullOrdering { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderByExpr` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub struct ExtendedOrderByExpr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderBySorter` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:173:12 [INFO] [stdout] | [INFO] [stdout] 173 | pub struct ExtendedOrderBySorter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `compare_values_with_nulls`, and `sort_extended` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 175 | impl ExtendedOrderBySorter { [INFO] [stdout] | -------------------------- associated items in this implementation [INFO] [stdout] 176 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | fn compare_values_with_nulls( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 215 | pub async fn sort_extended( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ValueComparator` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 283 | pub struct ValueComparator; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `compare` and `compare_with_op` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:287:12 [INFO] [stdout] | [INFO] [stdout] 285 | impl ValueComparator { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 286 | /// Сравнить два Value, возвращая Ordering [INFO] [stdout] 287 | pub fn compare(a: &Value, b: &Value) -> Ordering { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | pub fn compare_with_op(a: &Value, b: &Value, op: &BinaryOp) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AlterTableStmt` and `CreateIndexStmt` [INFO] [stdout] --> src/facade/database.rs:13:69 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::parser::ast::{Statement, CreateTableStmt, DropTableStmt, CreateIndexStmt, AlterTableStmt}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_delete` is never read [INFO] [stdout] --> src/storage/table.rs:70:39 [INFO] [stdout] | [INFO] [stdout] 70 | let mut row_to_index_delete = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_add` is never read [INFO] [stdout] --> src/storage/table.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | let mut row_to_index_add = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `metadata_lock` is never read [INFO] [stdout] --> src/storage/memory.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct InMemoryStorage { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | metadata_lock: RwLock<()>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `password_hash` is never used [INFO] [stdout] --> src/connection/auth.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 34 | impl User { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub(crate) fn password_hash(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | AlterTable(AlterTableStmt), [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 13 - AlterTable(AlterTableStmt), [INFO] [stdout] 13 + AlterTable(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `if_not_exists` is never read [INFO] [stdout] --> src/parser/ast.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct CreateTableStmt { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateTableStmt` 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: fields `index_name`, `if_not_exists`, and `unique` are never read [INFO] [stdout] --> src/parser/ast.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct CreateIndexStmt { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 30 | pub index_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 34 | pub unique: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateIndexStmt` 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: fields `table_name` and `operation` are never read [INFO] [stdout] --> src/parser/ast.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct AlterTableStmt { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | pub table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 41 | pub operation: AlterTableOperation, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableStmt` 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: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | AddColumn(ColumnDef), [INFO] [stdout] | --------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 46 - AddColumn(ColumnDef), [INFO] [stdout] 46 + AddColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | DropColumn(String), [INFO] [stdout] | ---------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 47 - DropColumn(String), [INFO] [stdout] 47 + DropColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `old_name` and `new_name` are never read [INFO] [stdout] --> src/parser/ast.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | RenameColumn { old_name: String, new_name: String }, [INFO] [stdout] | ------------ ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: variant `RenameTable` is never constructed [INFO] [stdout] --> src/parser/ast.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum AlterTableOperation { [INFO] [stdout] | ------------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 49 | RenameTable(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: field `default` is never read [INFO] [stdout] --> src/parser/ast.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub struct ColumnDef { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 64 | pub default: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColumnDef` 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: field `columns` is never read [INFO] [stdout] --> src/parser/ast.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct InsertStmt { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 72 | pub table_name: String, [INFO] [stdout] 73 | pub columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InsertStmt` 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: variant `UnaryOp` is never constructed [INFO] [stdout] --> src/parser/ast.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 156 | pub enum Expr { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 174 | UnaryOp { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Expr` 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: variants `Not`, `Minus`, and `Plus` are never constructed [INFO] [stdout] --> src/parser/ast.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 244 | pub enum UnaryOp { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] 245 | Not, [INFO] [stdout] | ^^^ [INFO] [stdout] 246 | Minus, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 247 | Plus, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UnaryOp` 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 function `with_expression_converter` is never used [INFO] [stdout] --> src/parser/adapter.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl SqlParserAdapter { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn with_expression_converter(expr_converter: ExpressionConverter) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `projected_columns` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct TableScanNode { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 31 | pub table_name: String, [INFO] [stdout] 32 | pub projected_columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TableScanNode` 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: field `op` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct IndexScanInfo { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 41 | pub op: IndexOp, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `IndexScanInfo` 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 `from_tuples` and `as_tuples` are never used [INFO] [stdout] --> src/planner/logical_plan.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl SortNode { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 72 | /// Создать из tuple формата (для обратной совместимости) [INFO] [stdout] 73 | pub fn from_tuples(input: Box, sort_keys: Vec<(Expr, bool)>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn as_tuples(&self) -> Vec<(&Expr, bool)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `children` is never used [INFO] [stdout] --> src/planner/logical_plan.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 127 | impl LogicalPlan { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 142 | pub fn children(&self) -> Vec<&LogicalPlan> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `transaction_manager` is never read [INFO] [stdout] --> src/executor/context.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutionContext<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 8 | pub storage: &'a InMemoryStorage, [INFO] [stdout] 9 | pub transaction_manager: &'a Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_transaction_id` is never used [INFO] [stdout] --> src/executor/context.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'a> ExecutionContext<'a> { [INFO] [stdout] | ----------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn get_transaction_id(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `name` is never used [INFO] [stdout] --> src/executor/executor.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub trait Executor: Send + Sync { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] 11 | /// Имя executor'а для отладки [INFO] [stdout] 12 | fn name(&self) -> &'static str; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `update_catalog` is never used [INFO] [stdout] --> src/executor/executor.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl ExecutorPipeline { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn update_catalog(&mut self, _new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `with_evaluators` and `update_catalog` are never used [INFO] [stdout] --> src/executor/query.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 28 | impl QueryExecutor { [INFO] [stdout] | ------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn with_evaluators(catalog: Catalog, evaluator_registry: EvaluatorRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn update_catalog(&mut self, new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExecutorRegistry` is never constructed [INFO] [stdout] --> src/executor/registry.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutorRegistry { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `register`, `with_default_executors`, `execute`, and `list_executors` are never used [INFO] [stdout] --> src/executor/registry.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl ExecutorRegistry { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] 12 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn register(&mut self, executor: Box) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn with_default_executors(catalog: crate::storage::Catalog) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub async fn execute(&self, stmt: &Statement, ctx: &ExecutionContext<'_>) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn list_executors(&self) -> Vec<&str> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `with_custom_plugins` is never used [INFO] [stdout] --> src/plugins/mod.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl ExpressionConverter { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 91 | pub fn with_custom_plugins(registry: ExpressionPluginRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `RowSorter` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait RowSorter: Send + Sync { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OrderBySorter` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct OrderBySorter; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `compare_values` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl OrderBySorter { [INFO] [stdout] | ------------------ associated items in this implementation [INFO] [stdout] 33 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | fn compare_values(&self, a: &Value, b: &Value) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NullOrdering` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub enum NullOrdering { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderByExpr` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub struct ExtendedOrderByExpr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderBySorter` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:173:12 [INFO] [stdout] | [INFO] [stdout] 173 | pub struct ExtendedOrderBySorter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `compare_values_with_nulls`, and `sort_extended` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 175 | impl ExtendedOrderBySorter { [INFO] [stdout] | -------------------------- associated items in this implementation [INFO] [stdout] 176 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | fn compare_values_with_nulls( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 215 | pub async fn sort_extended( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ValueComparator` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 283 | pub struct ValueComparator; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `compare` and `compare_with_op` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:287:12 [INFO] [stdout] | [INFO] [stdout] 285 | impl ValueComparator { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 286 | /// Сравнить два Value, возвращая Ordering [INFO] [stdout] 287 | pub fn compare(a: &Value, b: &Value) -> Ordering { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | pub fn compare_with_op(a: &Value, b: &Value, op: &BinaryOp) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.16s [INFO] running `Command { std: "docker" "inspect" "3202003347b976871197902d8000b5ddb74a117bfde260c22cbfb3e3f123ca4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3202003347b976871197902d8000b5ddb74a117bfde260c22cbfb3e3f123ca4d", kill_on_drop: false }` [INFO] [stdout] 3202003347b976871197902d8000b5ddb74a117bfde260c22cbfb3e3f123ca4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 363717c1424a267115e1eb7a6141c796c2879a5a7a330b92ff9e8e68e1270389 [INFO] running `Command { std: "docker" "start" "-a" "363717c1424a267115e1eb7a6141c796c2879a5a7a330b92ff9e8e68e1270389", kill_on_drop: false }` [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling rustmemodb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stdout] warning: unused imports: `AlterTableStmt` and `CreateIndexStmt` [INFO] [stdout] --> src/facade/database.rs:13:69 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::parser::ast::{Statement, CreateTableStmt, DropTableStmt, CreateIndexStmt, AlterTableStmt}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_delete` is never read [INFO] [stdout] --> src/storage/table.rs:70:39 [INFO] [stdout] | [INFO] [stdout] 70 | let mut row_to_index_delete = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_add` is never read [INFO] [stdout] --> src/storage/table.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | let mut row_to_index_add = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AlterTableStmt` and `CreateIndexStmt` [INFO] [stdout] --> src/facade/database.rs:13:69 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::parser::ast::{Statement, CreateTableStmt, DropTableStmt, CreateIndexStmt, AlterTableStmt}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `metadata_lock` is never read [INFO] [stdout] --> src/storage/memory.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct InMemoryStorage { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | metadata_lock: RwLock<()>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `password_hash` is never used [INFO] [stdout] --> src/connection/auth.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 34 | impl User { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub(crate) fn password_hash(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `add_row` and `build_single` are never used [INFO] [stdout] --> src/json/converter.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 140 | impl InsertStatementBuilder { [INFO] [stdout] | --------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 154 | pub fn add_row(mut self, row: Vec) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | pub fn build_single(self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_multiple` is never used [INFO] [stdout] --> src/json/converter.rs:249:12 [INFO] [stdout] | [INFO] [stdout] 235 | impl UpdateStatementBuilder { [INFO] [stdout] | --------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 249 | pub fn set_multiple(mut self, updates: Vec<(String, Value)>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FirstDocumentStrategy` is never constructed [INFO] [stdout] --> src/json/schema_inference.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct FirstDocumentStrategy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `with_rules` is never used [INFO] [stdout] --> src/json/validator.rs:139:12 [INFO] [stdout] | [INFO] [stdout] 125 | impl QueryValidator { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 139 | pub fn with_rules(rules: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | AlterTable(AlterTableStmt), [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 13 - AlterTable(AlterTableStmt), [INFO] [stdout] 13 + AlterTable(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `if_not_exists` is never read [INFO] [stdout] --> src/parser/ast.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct CreateTableStmt { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateTableStmt` 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: fields `index_name`, `if_not_exists`, and `unique` are never read [INFO] [stdout] --> src/parser/ast.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct CreateIndexStmt { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 30 | pub index_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 34 | pub unique: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateIndexStmt` 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: fields `table_name` and `operation` are never read [INFO] [stdout] --> src/parser/ast.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct AlterTableStmt { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | pub table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 41 | pub operation: AlterTableOperation, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableStmt` 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: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | AddColumn(ColumnDef), [INFO] [stdout] | --------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 46 - AddColumn(ColumnDef), [INFO] [stdout] 46 + AddColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | DropColumn(String), [INFO] [stdout] | ---------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 47 - DropColumn(String), [INFO] [stdout] 47 + DropColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `old_name` and `new_name` are never read [INFO] [stdout] --> src/parser/ast.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | RenameColumn { old_name: String, new_name: String }, [INFO] [stdout] | ------------ ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: variant `RenameTable` is never constructed [INFO] [stdout] --> src/parser/ast.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum AlterTableOperation { [INFO] [stdout] | ------------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 49 | RenameTable(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: field `default` is never read [INFO] [stdout] --> src/parser/ast.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub struct ColumnDef { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 64 | pub default: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColumnDef` 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: field `columns` is never read [INFO] [stdout] --> src/parser/ast.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct InsertStmt { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 72 | pub table_name: String, [INFO] [stdout] 73 | pub columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InsertStmt` 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: variant `UnaryOp` is never constructed [INFO] [stdout] --> src/parser/ast.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 156 | pub enum Expr { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 174 | UnaryOp { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Expr` 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: variants `Not`, `Minus`, and `Plus` are never constructed [INFO] [stdout] --> src/parser/ast.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 244 | pub enum UnaryOp { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] 245 | Not, [INFO] [stdout] | ^^^ [INFO] [stdout] 246 | Minus, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 247 | Plus, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UnaryOp` 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 function `with_expression_converter` is never used [INFO] [stdout] --> src/parser/adapter.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl SqlParserAdapter { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn with_expression_converter(expr_converter: ExpressionConverter) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `projected_columns` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct TableScanNode { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 31 | pub table_name: String, [INFO] [stdout] 32 | pub projected_columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TableScanNode` 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: field `op` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct IndexScanInfo { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 41 | pub op: IndexOp, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `IndexScanInfo` 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 `from_tuples` and `as_tuples` are never used [INFO] [stdout] --> src/planner/logical_plan.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl SortNode { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 72 | /// Создать из tuple формата (для обратной совместимости) [INFO] [stdout] 73 | pub fn from_tuples(input: Box, sort_keys: Vec<(Expr, bool)>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn as_tuples(&self) -> Vec<(&Expr, bool)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `children` is never used [INFO] [stdout] --> src/planner/logical_plan.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 127 | impl LogicalPlan { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 142 | pub fn children(&self) -> Vec<&LogicalPlan> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `transaction_manager` is never read [INFO] [stdout] --> src/executor/context.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutionContext<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 8 | pub storage: &'a InMemoryStorage, [INFO] [stdout] 9 | pub transaction_manager: &'a Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_transaction_id` is never used [INFO] [stdout] --> src/executor/context.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'a> ExecutionContext<'a> { [INFO] [stdout] | ----------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn get_transaction_id(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `name` is never used [INFO] [stdout] --> src/executor/executor.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub trait Executor: Send + Sync { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] 11 | /// Имя executor'а для отладки [INFO] [stdout] 12 | fn name(&self) -> &'static str; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `update_catalog` is never used [INFO] [stdout] --> src/executor/executor.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl ExecutorPipeline { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn update_catalog(&mut self, _new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `with_evaluators` and `update_catalog` are never used [INFO] [stdout] --> src/executor/query.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 28 | impl QueryExecutor { [INFO] [stdout] | ------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn with_evaluators(catalog: Catalog, evaluator_registry: EvaluatorRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn update_catalog(&mut self, new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExecutorRegistry` is never constructed [INFO] [stdout] --> src/executor/registry.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutorRegistry { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `register`, `with_default_executors`, `execute`, and `list_executors` are never used [INFO] [stdout] --> src/executor/registry.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl ExecutorRegistry { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] 12 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn register(&mut self, executor: Box) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn with_default_executors(catalog: crate::storage::Catalog) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub async fn execute(&self, stmt: &Statement, ctx: &ExecutionContext<'_>) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn list_executors(&self) -> Vec<&str> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `with_custom_plugins` is never used [INFO] [stdout] --> src/plugins/mod.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl ExpressionConverter { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 91 | pub fn with_custom_plugins(registry: ExpressionPluginRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `RowSorter` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait RowSorter: Send + Sync { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OrderBySorter` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct OrderBySorter; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `compare_values` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl OrderBySorter { [INFO] [stdout] | ------------------ associated items in this implementation [INFO] [stdout] 33 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | fn compare_values(&self, a: &Value, b: &Value) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NullOrdering` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub enum NullOrdering { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderByExpr` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub struct ExtendedOrderByExpr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderBySorter` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:173:12 [INFO] [stdout] | [INFO] [stdout] 173 | pub struct ExtendedOrderBySorter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `compare_values_with_nulls`, and `sort_extended` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 175 | impl ExtendedOrderBySorter { [INFO] [stdout] | -------------------------- associated items in this implementation [INFO] [stdout] 176 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | fn compare_values_with_nulls( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 215 | pub async fn sort_extended( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ValueComparator` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 283 | pub struct ValueComparator; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `compare` and `compare_with_op` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:287:12 [INFO] [stdout] | [INFO] [stdout] 285 | impl ValueComparator { [INFO] [stdout] | -------------------- associated functions in this implementation [INFO] [stdout] 286 | /// Сравнить два Value, возвращая Ordering [INFO] [stdout] 287 | pub fn compare(a: &Value, b: &Value) -> Ordering { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | pub fn compare_with_op(a: &Value, b: &Value, op: &BinaryOp) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_delete` is never read [INFO] [stdout] --> src/storage/table.rs:70:39 [INFO] [stdout] | [INFO] [stdout] 70 | let mut row_to_index_delete = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_add` is never read [INFO] [stdout] --> src/storage/table.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | let mut row_to_index_add = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `snapshot` [INFO] [stdout] --> src/executor/query.rs:1067:13 [INFO] [stdout] | [INFO] [stdout] 1067 | let snapshot = txn_mgr.get_auto_commit_snapshot().await.unwrap(); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_snapshot` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `metadata_lock` is never read [INFO] [stdout] --> src/storage/memory.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct InMemoryStorage { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | metadata_lock: RwLock<()>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `password_hash` is never used [INFO] [stdout] --> src/connection/auth.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 34 | impl User { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | pub(crate) fn password_hash(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_multiple` is never used [INFO] [stdout] --> src/json/converter.rs:249:12 [INFO] [stdout] | [INFO] [stdout] 235 | impl UpdateStatementBuilder { [INFO] [stdout] | --------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 249 | pub fn set_multiple(mut self, updates: Vec<(String, Value)>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `with_rules` is never used [INFO] [stdout] --> src/json/validator.rs:139:12 [INFO] [stdout] | [INFO] [stdout] 125 | impl QueryValidator { [INFO] [stdout] | ------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 139 | pub fn with_rules(rules: Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | AlterTable(AlterTableStmt), [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 13 - AlterTable(AlterTableStmt), [INFO] [stdout] 13 + AlterTable(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `if_not_exists` is never read [INFO] [stdout] --> src/parser/ast.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct CreateTableStmt { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 24 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateTableStmt` 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: fields `index_name`, `if_not_exists`, and `unique` are never read [INFO] [stdout] --> src/parser/ast.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct CreateIndexStmt { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 30 | pub index_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub if_not_exists: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 34 | pub unique: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CreateIndexStmt` 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: fields `table_name` and `operation` are never read [INFO] [stdout] --> src/parser/ast.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct AlterTableStmt { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | pub table_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 41 | pub operation: AlterTableOperation, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableStmt` 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: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | AddColumn(ColumnDef), [INFO] [stdout] | --------- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 46 - AddColumn(ColumnDef), [INFO] [stdout] 46 + AddColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parser/ast.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | DropColumn(String), [INFO] [stdout] | ---------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 47 - DropColumn(String), [INFO] [stdout] 47 + DropColumn(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `old_name` and `new_name` are never read [INFO] [stdout] --> src/parser/ast.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | RenameColumn { old_name: String, new_name: String }, [INFO] [stdout] | ------------ ^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: variant `RenameTable` is never constructed [INFO] [stdout] --> src/parser/ast.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub enum AlterTableOperation { [INFO] [stdout] | ------------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 49 | RenameTable(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlterTableOperation` 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: field `default` is never read [INFO] [stdout] --> src/parser/ast.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 60 | pub struct ColumnDef { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 64 | pub default: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ColumnDef` 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: field `columns` is never read [INFO] [stdout] --> src/parser/ast.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct InsertStmt { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 72 | pub table_name: String, [INFO] [stdout] 73 | pub columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `InsertStmt` 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: variant `UnaryOp` is never constructed [INFO] [stdout] --> src/parser/ast.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 156 | pub enum Expr { [INFO] [stdout] | ---- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 174 | UnaryOp { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Expr` 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: variants `Not`, `Minus`, and `Plus` are never constructed [INFO] [stdout] --> src/parser/ast.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 244 | pub enum UnaryOp { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] 245 | Not, [INFO] [stdout] | ^^^ [INFO] [stdout] 246 | Minus, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 247 | Plus, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UnaryOp` 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 function `with_expression_converter` is never used [INFO] [stdout] --> src/parser/adapter.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl SqlParserAdapter { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn with_expression_converter(expr_converter: ExpressionConverter) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `projected_columns` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct TableScanNode { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 31 | pub table_name: String, [INFO] [stdout] 32 | pub projected_columns: Option>, // None = all columns [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TableScanNode` 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: field `op` is never read [INFO] [stdout] --> src/planner/logical_plan.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub struct IndexScanInfo { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 41 | pub op: IndexOp, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `IndexScanInfo` 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 `from_tuples` and `as_tuples` are never used [INFO] [stdout] --> src/planner/logical_plan.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl SortNode { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 72 | /// Создать из tuple формата (для обратной совместимости) [INFO] [stdout] 73 | pub fn from_tuples(input: Box, sort_keys: Vec<(Expr, bool)>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn as_tuples(&self) -> Vec<(&Expr, bool)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `children` is never used [INFO] [stdout] --> src/planner/logical_plan.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 127 | impl LogicalPlan { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 142 | pub fn children(&self) -> Vec<&LogicalPlan> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `transaction_manager` is never read [INFO] [stdout] --> src/executor/context.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutionContext<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 8 | pub storage: &'a InMemoryStorage, [INFO] [stdout] 9 | pub transaction_manager: &'a Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_transaction_id` is never used [INFO] [stdout] --> src/executor/context.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl<'a> ExecutionContext<'a> { [INFO] [stdout] | ----------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn get_transaction_id(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `name` is never used [INFO] [stdout] --> src/executor/executor.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 10 | pub trait Executor: Send + Sync { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] 11 | /// Имя executor'а для отладки [INFO] [stdout] 12 | fn name(&self) -> &'static str; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `update_catalog` is never used [INFO] [stdout] --> src/executor/executor.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl ExecutorPipeline { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn update_catalog(&mut self, _new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `with_evaluators` and `update_catalog` are never used [INFO] [stdout] --> src/executor/query.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 28 | impl QueryExecutor { [INFO] [stdout] | ------------------ associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn with_evaluators(catalog: Catalog, evaluator_registry: EvaluatorRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn update_catalog(&mut self, new_catalog: Catalog) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExecutorRegistry` is never constructed [INFO] [stdout] --> src/executor/registry.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ExecutorRegistry { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `register`, `with_default_executors`, `execute`, and `list_executors` are never used [INFO] [stdout] --> src/executor/registry.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl ExecutorRegistry { [INFO] [stdout] | --------------------- associated items in this implementation [INFO] [stdout] 12 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn register(&mut self, executor: Box) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn with_default_executors(catalog: crate::storage::Catalog) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub async fn execute(&self, stmt: &Statement, ctx: &ExecutionContext<'_>) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn list_executors(&self) -> Vec<&str> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `with_custom_plugins` is never used [INFO] [stdout] --> src/plugins/mod.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl ExpressionConverter { [INFO] [stdout] | ------------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 91 | pub fn with_custom_plugins(registry: ExpressionPluginRegistry) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `name` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait RowSorter: Send + Sync { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] 14 | fn name(&self) -> &'static str; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NullOrdering` is never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub enum NullOrdering { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderByExpr` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub struct ExtendedOrderByExpr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExtendedOrderBySorter` is never constructed [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:173:12 [INFO] [stdout] | [INFO] [stdout] 173 | pub struct ExtendedOrderBySorter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `compare_values_with_nulls`, and `sort_extended` are never used [INFO] [stdout] --> src/evaluator/plugins/order_by.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 175 | impl ExtendedOrderBySorter { [INFO] [stdout] | -------------------------- associated items in this implementation [INFO] [stdout] 176 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | fn compare_values_with_nulls( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 215 | pub async fn sort_extended( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AlterTableStmt` and `CreateIndexStmt` [INFO] [stdout] --> src/facade/database.rs:13:69 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::parser::ast::{Statement, CreateTableStmt, DropTableStmt, CreateIndexStmt, AlterTableStmt}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused implementer of `Future` that must be used [INFO] [stdout] --> examples/connection_pooling.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | handle.join().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: futures do nothing unless you `.await` or poll them [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> tests/concurrent_access_tests.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | assert!(result.row_count() >= 0, "Reader {} failed", task_id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustmemodb` (lib test); 38 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0d162b25edd5bf0dba9a22e83b614f1113e90474/bin/rustc --crate-name rustmemodb --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43506a8fc5a6a390 -C extra-filename=-9ff2d8e0f5ac8831 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-708cfd1ac0813c1b.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0d6be944670ab680.so --extern bcrypt=/opt/rustwide/target/debug/deps/libbcrypt-8d09c76853a78e4f.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-ea0405114b633506.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b3603208c0de2608.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-587f834f16eeb1f2.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-661d0e25aefbfd44.rlib --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-d3dd6ad9aab4b73d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4c107ffa0ce0729c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fdc869d8040768c0.rlib --extern sqlparser=/opt/rustwide/target/debug/deps/libsqlparser-4b92a0a35f583ac4.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-112e85b7e25dceff.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0f3f165f971422db.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8356f57a27ae8714.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5b9fc7f253bcf72c.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-309a1011c8528f84/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: value assigned to `row_to_index_delete` is never read [INFO] [stdout] --> src/storage/table.rs:70:39 [INFO] [stdout] | [INFO] [stdout] 70 | let mut row_to_index_delete = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `row_to_index_add` is never read [INFO] [stdout] --> src/storage/table.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | let mut row_to_index_add = None; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustmemodb` (test "concurrent_access_tests"); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0d162b25edd5bf0dba9a22e83b614f1113e90474/bin/rustc --crate-name concurrent_access_tests --edition=2024 tests/concurrent_access_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1d56bfa297dd5ad -C extra-filename=-deec7aaebe36a412 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-708cfd1ac0813c1b.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0d6be944670ab680.so --extern bcrypt=/opt/rustwide/target/debug/deps/libbcrypt-8d09c76853a78e4f.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-ea0405114b633506.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b3603208c0de2608.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-587f834f16eeb1f2.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-661d0e25aefbfd44.rlib --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-d3dd6ad9aab4b73d.rlib --extern rustmemodb=/opt/rustwide/target/debug/deps/librustmemodb-327ceb23f37ca34c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4c107ffa0ce0729c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fdc869d8040768c0.rlib --extern sqlparser=/opt/rustwide/target/debug/deps/libsqlparser-4b92a0a35f583ac4.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-112e85b7e25dceff.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0f3f165f971422db.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8356f57a27ae8714.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5b9fc7f253bcf72c.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-309a1011c8528f84/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rustmemodb` (bin "rustmemodb"); 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0d162b25edd5bf0dba9a22e83b614f1113e90474/bin/rustc --crate-name rustmemodb --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abd99b1675c818a0 -C extra-filename=-717b3cd2d1c3a1f6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-708cfd1ac0813c1b.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0d6be944670ab680.so --extern bcrypt=/opt/rustwide/target/debug/deps/libbcrypt-8d09c76853a78e4f.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-ea0405114b633506.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b3603208c0de2608.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-587f834f16eeb1f2.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-661d0e25aefbfd44.rlib --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-d3dd6ad9aab4b73d.rlib --extern rustmemodb=/opt/rustwide/target/debug/deps/librustmemodb-327ceb23f37ca34c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4c107ffa0ce0729c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fdc869d8040768c0.rlib --extern sqlparser=/opt/rustwide/target/debug/deps/libsqlparser-4b92a0a35f583ac4.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-112e85b7e25dceff.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0f3f165f971422db.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8356f57a27ae8714.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-309a1011c8528f84/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rustmemodb` (example "connection_pooling"); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0d162b25edd5bf0dba9a22e83b614f1113e90474/bin/rustc --crate-name connection_pooling --edition=2024 examples/connection_pooling.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=281c3f8860ae4a96 -C extra-filename=-64998dc89a94cb25 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-708cfd1ac0813c1b.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0d6be944670ab680.so --extern bcrypt=/opt/rustwide/target/debug/deps/libbcrypt-8d09c76853a78e4f.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-ea0405114b633506.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b3603208c0de2608.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-587f834f16eeb1f2.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-661d0e25aefbfd44.rlib --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-d3dd6ad9aab4b73d.rlib --extern rustmemodb=/opt/rustwide/target/debug/deps/librustmemodb-327ceb23f37ca34c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4c107ffa0ce0729c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fdc869d8040768c0.rlib --extern sqlparser=/opt/rustwide/target/debug/deps/libsqlparser-4b92a0a35f583ac4.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-112e85b7e25dceff.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0f3f165f971422db.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8356f57a27ae8714.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5b9fc7f253bcf72c.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-309a1011c8528f84/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `rustmemodb` (test "ddl_dml_tests") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0d162b25edd5bf0dba9a22e83b614f1113e90474/bin/rustc --crate-name ddl_dml_tests --edition=2024 tests/ddl_dml_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b57d0204975a3f4 -C extra-filename=-0e358e7577b01f1f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-708cfd1ac0813c1b.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0d6be944670ab680.so --extern bcrypt=/opt/rustwide/target/debug/deps/libbcrypt-8d09c76853a78e4f.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-ea0405114b633506.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b3603208c0de2608.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-587f834f16eeb1f2.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-661d0e25aefbfd44.rlib --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-d3dd6ad9aab4b73d.rlib --extern rustmemodb=/opt/rustwide/target/debug/deps/librustmemodb-327ceb23f37ca34c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4c107ffa0ce0729c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fdc869d8040768c0.rlib --extern sqlparser=/opt/rustwide/target/debug/deps/libsqlparser-4b92a0a35f583ac4.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-112e85b7e25dceff.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0f3f165f971422db.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8356f57a27ae8714.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-5b9fc7f253bcf72c.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-309a1011c8528f84/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "363717c1424a267115e1eb7a6141c796c2879a5a7a330b92ff9e8e68e1270389", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "363717c1424a267115e1eb7a6141c796c2879a5a7a330b92ff9e8e68e1270389", kill_on_drop: false }` [INFO] [stdout] 363717c1424a267115e1eb7a6141c796c2879a5a7a330b92ff9e8e68e1270389