[INFO] cloning repository https://github.com/makargravanov/OmnissiahDB
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/makargravanov/OmnissiahDB" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakargravanov%2FOmnissiahDB", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakargravanov%2FOmnissiahDB'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9334f5cc18d59e315fd8ed7864f8a38e0dca3739
[INFO] checking makargravanov/OmnissiahDB/9334f5cc18d59e315fd8ed7864f8a38e0dca3739 against 1af98b7cdf86932b76182a387f52f1be6f0c1be0 for pr-159706
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakargravanov%2FOmnissiahDB" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/makargravanov/OmnissiahDB
[INFO] finished tweaking git repo https://github.com/makargravanov/OmnissiahDB
[INFO] tweaked toml for git repo https://github.com/makargravanov/OmnissiahDB written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/makargravanov/OmnissiahDB on toolchain 1af98b7cdf86932b76182a387f52f1be6f0c1be0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/makargravanov/OmnissiahDB 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" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd
[INFO] running `Command { std: "docker" "start" "198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking OmnissiahDB v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:174:36
[INFO] [stdout]     |
[INFO] [stdout] 174 | ...                   if (column.to_string() == "PRIMARY") {
[INFO] [stdout]     |                          ^                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 174 -                                 if (column.to_string() == "PRIMARY") {
[INFO] [stdout] 174 +                                 if column.to_string() == "PRIMARY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:176:43
[INFO] [stdout]     |
[INFO] [stdout] 176 | ...                   } else if (column.to_string() == "NOTNULL") {
[INFO] [stdout]     |                                 ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 176 -                                 } else if (column.to_string() == "NOTNULL") {
[INFO] [stdout] 176 +                                 } else if column.to_string() == "NOTNULL" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:178:43
[INFO] [stdout]     |
[INFO] [stdout] 178 | ...                   } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout]     |                                 ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 178 -                                 } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout] 178 +                                 } else if column.to_string() == "IDENTITY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:180:43
[INFO] [stdout]     |
[INFO] [stdout] 180 | ...                   } else if (column.to_string() == ",") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 180 -                                 } else if (column.to_string() == ",") {
[INFO] [stdout] 180 +                                 } else if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:189:43
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 189 -                                 } else if (column.to_string() == ")") {
[INFO] [stdout] 189 +                                 } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:202:40
[INFO] [stdout]     |
[INFO] [stdout] 202 | ...                   if (column.to_string() == "NOTNULL") {
[INFO] [stdout]     |                          ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 202 -                                     if (column.to_string() == "NOTNULL") {
[INFO] [stdout] 202 +                                     if column.to_string() == "NOTNULL" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:204:47
[INFO] [stdout]     |
[INFO] [stdout] 204 | ...                   } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout]     |                                 ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 204 -                                     } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout] 204 +                                     } else if column.to_string() == "IDENTITY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:206:47
[INFO] [stdout]     |
[INFO] [stdout] 206 | ...                   } else if (column.to_string() == ",") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 206 -                                     } else if (column.to_string() == ",") {
[INFO] [stdout] 206 +                                     } else if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:215:47
[INFO] [stdout]     |
[INFO] [stdout] 215 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 215 -                                     } else if (column.to_string() == ")") {
[INFO] [stdout] 215 +                                     } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:228:44
[INFO] [stdout]     |
[INFO] [stdout] 228 | ...                   if (column.to_string() == "IDENTITY") {
[INFO] [stdout]     |                          ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 228 -                                         if (column.to_string() == "IDENTITY") {
[INFO] [stdout] 228 +                                         if column.to_string() == "IDENTITY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:230:51
[INFO] [stdout]     |
[INFO] [stdout] 230 | ...                   } else if (column.to_string() == ",") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 230 -                                         } else if (column.to_string() == ",") {
[INFO] [stdout] 230 +                                         } else if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:239:51
[INFO] [stdout]     |
[INFO] [stdout] 239 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 239 -                                         } else if (column.to_string() == ")") {
[INFO] [stdout] 239 +                                         } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:252:48
[INFO] [stdout]     |
[INFO] [stdout] 252 | ...                   if (column.to_string() == ",") {
[INFO] [stdout]     |                          ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 252 -                                             if (column.to_string() == ",") {
[INFO] [stdout] 252 +                                             if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:261:55
[INFO] [stdout]     |
[INFO] [stdout] 261 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 261 -                                             } else if (column.to_string() == ")") {
[INFO] [stdout] 261 +                                             } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/compiler/parser.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |                     let mut data_type_case;
[INFO] [stdout]     |                         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SelectQuery` is more private than the item `SQLQuery::Select::0`
[INFO] [stdout]   --> src/compiler/parser.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 |     Select(SelectQuery),
[INFO] [stdout]    |            ^^^^^^^^^^^ field `SQLQuery::Select::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `SelectQuery` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/parser.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct SelectQuery {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `InsertQuery` is more private than the item `SQLQuery::Insert::0`
[INFO] [stdout]   --> src/compiler/parser.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 |     Insert(InsertQuery),
[INFO] [stdout]    |            ^^^^^^^^^^^ field `SQLQuery::Insert::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `InsertQuery` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/parser.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | struct InsertQuery {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CreateQuery` is more private than the item `SQLQuery::Create::0`
[INFO] [stdout]   --> src/compiler/parser.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Create(CreateQuery),
[INFO] [stdout]    |            ^^^^^^^^^^^ field `SQLQuery::Create::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `CreateQuery` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/parser.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct CreateQuery {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/compiler/parser.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Identifier(String),
[INFO] [stdout]   |     ---------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 6 -     Identifier(String),
[INFO] [stdout] 6 +     Identifier(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/compiler/parser.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Literal(String),
[INFO] [stdout]   |     ------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is 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] 7 -     Literal(String),
[INFO] [stdout] 7 +     Literal(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `operator`, `left`, and `right` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     BinaryExpression {
[INFO] [stdout]    |     ---------------- fields in this variant
[INFO] [stdout] 10 |         operator: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 11 |         left: Box<SQLExpression>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |         right: Box<SQLExpression>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `data_type`, `is_primary`, `not_null`, and `identity` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     CreateColumn {
[INFO] [stdout]    |     ------------ fields in this variant
[INFO] [stdout] 15 |         name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 16 |         data_type: DataType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 17 |         is_primary: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 18 |         not_null: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 19 |         identity: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Operator` is never constructed
[INFO] [stdout]  --> src/compiler/parser.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | enum SQLExpression {
[INFO] [stdout]   |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Operator(String),
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `length` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     TEXT { length: i32 },
[INFO] [stdout]    |     ----   ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |     FLOAT { unsigned: bool },
[INFO] [stdout]    |     -----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |     DOUBLE { unsigned: bool },
[INFO] [stdout]    |     ------   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 |     BYTE { unsigned: bool },
[INFO] [stdout]    |     ----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |     SHORT { unsigned: bool },
[INFO] [stdout]    |     -----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |     INT { unsigned: bool },
[INFO] [stdout]    |     ---   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     LONG { unsigned: bool },
[INFO] [stdout]    |     ----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 |     BIGINT { unsigned: bool },
[INFO] [stdout]    |     ------   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     UUID { unsigned: bool },
[INFO] [stdout]    |     ----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `columns`, `table`, and `conditions` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct SelectQuery {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 42 |     columns: Vec<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 43 |     table: SQLExpression,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 44 |     conditions: Option<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SelectQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `table`, `columns`, and `values` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | struct InsertQuery {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 49 |     table: SQLExpression,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 50 |     columns: Vec<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 51 |     values: Vec<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InsertQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created`, `name`, and `columns` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct CreateQuery {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 56 |     created: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 58 |     columns: Option<Vec<SQLExpression>>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CreateQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 |     Select(SelectQuery),
[INFO] [stdout]    |     ------ ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLQuery` has a derived impl for the trait `Debug`, but this is 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] 63 -     Select(SelectQuery),
[INFO] [stdout] 63 +     Select(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 |     Insert(InsertQuery),
[INFO] [stdout]    |     ------ ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLQuery` has a derived impl for the trait `Debug`, but this is 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] 64 -     Insert(InsertQuery),
[INFO] [stdout] 64 +     Insert(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Create(CreateQuery),
[INFO] [stdout]    |     ------ ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLQuery` has a derived impl for the trait `Debug`, but this is 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] 65 -     Create(CreateQuery),
[INFO] [stdout] 65 +     Create(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:174:36
[INFO] [stdout]     |
[INFO] [stdout] 174 | ...                   if (column.to_string() == "PRIMARY") {
[INFO] [stdout]     |                          ^                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 174 -                                 if (column.to_string() == "PRIMARY") {
[INFO] [stdout] 174 +                                 if column.to_string() == "PRIMARY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:176:43
[INFO] [stdout]     |
[INFO] [stdout] 176 | ...                   } else if (column.to_string() == "NOTNULL") {
[INFO] [stdout]     |                                 ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 176 -                                 } else if (column.to_string() == "NOTNULL") {
[INFO] [stdout] 176 +                                 } else if column.to_string() == "NOTNULL" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:178:43
[INFO] [stdout]     |
[INFO] [stdout] 178 | ...                   } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout]     |                                 ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 178 -                                 } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout] 178 +                                 } else if column.to_string() == "IDENTITY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:180:43
[INFO] [stdout]     |
[INFO] [stdout] 180 | ...                   } else if (column.to_string() == ",") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 180 -                                 } else if (column.to_string() == ",") {
[INFO] [stdout] 180 +                                 } else if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:189:43
[INFO] [stdout]     |
[INFO] [stdout] 189 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 189 -                                 } else if (column.to_string() == ")") {
[INFO] [stdout] 189 +                                 } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:202:40
[INFO] [stdout]     |
[INFO] [stdout] 202 | ...                   if (column.to_string() == "NOTNULL") {
[INFO] [stdout]     |                          ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 202 -                                     if (column.to_string() == "NOTNULL") {
[INFO] [stdout] 202 +                                     if column.to_string() == "NOTNULL" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:204:47
[INFO] [stdout]     |
[INFO] [stdout] 204 | ...                   } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout]     |                                 ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 204 -                                     } else if (column.to_string() == "IDENTITY") {
[INFO] [stdout] 204 +                                     } else if column.to_string() == "IDENTITY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:206:47
[INFO] [stdout]     |
[INFO] [stdout] 206 | ...                   } else if (column.to_string() == ",") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 206 -                                     } else if (column.to_string() == ",") {
[INFO] [stdout] 206 +                                     } else if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:215:47
[INFO] [stdout]     |
[INFO] [stdout] 215 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 215 -                                     } else if (column.to_string() == ")") {
[INFO] [stdout] 215 +                                     } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:228:44
[INFO] [stdout]     |
[INFO] [stdout] 228 | ...                   if (column.to_string() == "IDENTITY") {
[INFO] [stdout]     |                          ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 228 -                                         if (column.to_string() == "IDENTITY") {
[INFO] [stdout] 228 +                                         if column.to_string() == "IDENTITY" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:230:51
[INFO] [stdout]     |
[INFO] [stdout] 230 | ...                   } else if (column.to_string() == ",") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 230 -                                         } else if (column.to_string() == ",") {
[INFO] [stdout] 230 +                                         } else if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:239:51
[INFO] [stdout]     |
[INFO] [stdout] 239 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 239 -                                         } else if (column.to_string() == ")") {
[INFO] [stdout] 239 +                                         } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:252:48
[INFO] [stdout]     |
[INFO] [stdout] 252 | ...                   if (column.to_string() == ",") {
[INFO] [stdout]     |                          ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 252 -                                             if (column.to_string() == ",") {
[INFO] [stdout] 252 +                                             if column.to_string() == "," {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/compiler/parser.rs:261:55
[INFO] [stdout]     |
[INFO] [stdout] 261 | ...                   } else if (column.to_string() == ")") {
[INFO] [stdout]     |                                 ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 261 -                                             } else if (column.to_string() == ")") {
[INFO] [stdout] 261 +                                             } else if column.to_string() == ")" {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/compiler/parser.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |                     let mut data_type_case;
[INFO] [stdout]     |                         ----^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SelectQuery` is more private than the item `SQLQuery::Select::0`
[INFO] [stdout]   --> src/compiler/parser.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 |     Select(SelectQuery),
[INFO] [stdout]    |            ^^^^^^^^^^^ field `SQLQuery::Select::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `SelectQuery` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/parser.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct SelectQuery {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `InsertQuery` is more private than the item `SQLQuery::Insert::0`
[INFO] [stdout]   --> src/compiler/parser.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 |     Insert(InsertQuery),
[INFO] [stdout]    |            ^^^^^^^^^^^ field `SQLQuery::Insert::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `InsertQuery` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/parser.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | struct InsertQuery {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CreateQuery` is more private than the item `SQLQuery::Create::0`
[INFO] [stdout]   --> src/compiler/parser.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Create(CreateQuery),
[INFO] [stdout]    |            ^^^^^^^^^^^ field `SQLQuery::Create::0` is reachable at visibility `pub(crate)`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `CreateQuery` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/compiler/parser.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct CreateQuery {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/compiler/parser.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Identifier(String),
[INFO] [stdout]   |     ---------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 6 -     Identifier(String),
[INFO] [stdout] 6 +     Identifier(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/compiler/parser.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Literal(String),
[INFO] [stdout]   |     ------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is 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] 7 -     Literal(String),
[INFO] [stdout] 7 +     Literal(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `operator`, `left`, and `right` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 |     BinaryExpression {
[INFO] [stdout]    |     ---------------- fields in this variant
[INFO] [stdout] 10 |         operator: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 11 |         left: Box<SQLExpression>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |         right: Box<SQLExpression>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `data_type`, `is_primary`, `not_null`, and `identity` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     CreateColumn {
[INFO] [stdout]    |     ------------ fields in this variant
[INFO] [stdout] 15 |         name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 16 |         data_type: DataType,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 17 |         is_primary: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 18 |         not_null: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 19 |         identity: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Operator` is never constructed
[INFO] [stdout]  --> src/compiler/parser.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | enum SQLExpression {
[INFO] [stdout]   |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     Operator(String),
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `SQLExpression` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `length` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     TEXT { length: i32 },
[INFO] [stdout]    |     ----   ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |     FLOAT { unsigned: bool },
[INFO] [stdout]    |     -----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 30 |     DOUBLE { unsigned: bool },
[INFO] [stdout]    |     ------   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 |     BYTE { unsigned: bool },
[INFO] [stdout]    |     ----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |     SHORT { unsigned: bool },
[INFO] [stdout]    |     -----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |     INT { unsigned: bool },
[INFO] [stdout]    |     ---   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     LONG { unsigned: bool },
[INFO] [stdout]    |     ----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 |     BIGINT { unsigned: bool },
[INFO] [stdout]    |     ------   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unsigned` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 |     UUID { unsigned: bool },
[INFO] [stdout]    |     ----   ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DataType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `columns`, `table`, and `conditions` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct SelectQuery {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 42 |     columns: Vec<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 43 |     table: SQLExpression,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 44 |     conditions: Option<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SelectQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `table`, `columns`, and `values` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | struct InsertQuery {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 49 |     table: SQLExpression,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 50 |     columns: Vec<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 51 |     values: Vec<SQLExpression>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InsertQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created`, `name`, and `columns` are never read
[INFO] [stdout]   --> src/compiler/parser.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct CreateQuery {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout] 56 |     created: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 57 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 58 |     columns: Option<Vec<SQLExpression>>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CreateQuery` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 |     Select(SelectQuery),
[INFO] [stdout]    |     ------ ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLQuery` has a derived impl for the trait `Debug`, but this is 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] 63 -     Select(SelectQuery),
[INFO] [stdout] 63 +     Select(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 64 |     Insert(InsertQuery),
[INFO] [stdout]    |     ------ ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLQuery` has a derived impl for the trait `Debug`, but this is 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] 64 -     Insert(InsertQuery),
[INFO] [stdout] 64 +     Insert(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/compiler/parser.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Create(CreateQuery),
[INFO] [stdout]    |     ------ ^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SQLQuery` has a derived impl for the trait `Debug`, but this is 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] 65 -     Create(CreateQuery),
[INFO] [stdout] 65 +     Create(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd", kill_on_drop: false }`
[INFO] [stdout] 198f997eeee80b9273719da1acaf0e323c2201e0eef1458b17d9f275b6c76dbd
