[INFO] cloning repository https://github.com/vikrantmehta123/miniDB
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vikrantmehta123/miniDB" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvikrantmehta123%2FminiDB", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvikrantmehta123%2FminiDB'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3568bee49438774d2958ff5a339762f0fc5e5a68
[INFO] checking vikrantmehta123/miniDB against master#57f772f25c5ce2bd870d6f8c3ab318eaee5a3326 for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvikrantmehta123%2FminiDB" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vikrantmehta123/miniDB
[INFO] finished tweaking git repo https://github.com/vikrantmehta123/miniDB
[INFO] tweaked toml for git repo https://github.com/vikrantmehta123/miniDB written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vikrantmehta123/miniDB on toolchain 57f772f25c5ce2bd870d6f8c3ab318eaee5a3326
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vikrantmehta123/miniDB 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" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded endian-type v0.2.0
[INFO] [stderr]   Downloaded rustyline v18.0.0
[INFO] [stderr]   Downloaded radix_trie v0.3.0
[INFO] [stderr]   Downloaded sqlparser v0.61.0
[INFO] [stderr]   Downloaded web-sys v0.3.97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c471b28c69891da3483bea8420baaeab027957bfc90f218414c498c5edab3ce4
[INFO] running `Command { std: "docker" "start" "-a" "c471b28c69891da3483bea8420baaeab027957bfc90f218414c498c5edab3ce4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c471b28c69891da3483bea8420baaeab027957bfc90f218414c498c5edab3ce4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c471b28c69891da3483bea8420baaeab027957bfc90f218414c498c5edab3ce4", kill_on_drop: false }`
[INFO] [stdout] c471b28c69891da3483bea8420baaeab027957bfc90f218414c498c5edab3ce4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e838681b13d9bed8e46cd357f63a255f38e13e27f2bd6f421ff776fd58db46cf
[INFO] running `Command { std: "docker" "start" "-a" "e838681b13d9bed8e46cd357f63a255f38e13e27f2bd6f421ff776fd58db46cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking endian-type v0.2.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking radix_trie v0.3.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]     Checking sqlparser v0.61.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rustyline v18.0.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]     Checking tinyOLAP v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `merge` is never used
[INFO] [stdout]   --> src/aggregator/sum.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | / impl<T> Sum<T>
[INFO] [stdout] 13 | | where
[INFO] [stdout] 14 | |     T: Copy + Default + AddAssign + std::iter::Sum,
[INFO] [stdout]    | |___________________________________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |       pub fn merge(a: &mut T, b: T) {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `merge` is never used
[INFO] [stdout]    --> src/aggregator/max.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<T> MaxFloat<T>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     T: Copy + PartialOrd,
[INFO] [stdout]     | |_________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 129 |       pub fn merge(a: &mut Option<T>, b: Option<T>) {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `merge` is never used
[INFO] [stdout]   --> src/aggregator/min.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | / impl<T> MinFloat<T>
[INFO] [stdout] 45 | | where
[INFO] [stdout] 46 | |     T: Copy + PartialOrd,
[INFO] [stdout]    | |_________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub fn merge(a: &mut Option<T>, b: Option<T>) {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CountMinSketch` is never constructed
[INFO] [stdout]   --> src/aggregator/top_k.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct CountMinSketch {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_seeds`, `new`, `add`, and `estimate` are never used
[INFO] [stdout]   --> src/aggregator/top_k.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl CountMinSketch {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn with_seeds(d: usize, w: usize, seeds: Vec<[u64; 4]>) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn new(d: usize, w: usize) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn add<T: Hash + ?Sized>(&self, x: &T) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     pub fn estimate<T: Hash + ?Sized>(&self, x: &T) -> u32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TopK` is never constructed
[INFO] [stdout]   --> src/aggregator/top_k.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct TopK<T: Hash + Eq + Clone> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add`, and `top` are never used
[INFO] [stdout]    --> src/aggregator/top_k.rs:91:12
[INFO] [stdout]     |
[INFO] [stdout]  90 | impl<T: Hash + Eq + Clone> TopK<T> {
[INFO] [stdout]     | ---------------------------------- associated items in this implementation
[INFO] [stdout]  91 |     pub fn new(k: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn add(&mut self, v: &T) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn top(&self) -> Vec<(T, u32)> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parser/mod.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Syntax(String),
[INFO] [stdout]    |     ------ ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` 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] 18 -     Syntax(String),
[INFO] [stdout] 18 +     Syntax(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parser/mod.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Unsupported(String),
[INFO] [stdout]    |     ----------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` 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] 19 -     Unsupported(String),
[INFO] [stdout] 19 +     Unsupported(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `columns` is never read
[INFO] [stdout]   --> src/parser/ast.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct InsertStmt {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 14 |     pub table: String,
[INFO] [stdout] 15 |     pub columns: Option<Vec<String>>,
[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: methods `is_empty` and `data_type` are never used
[INFO] [stdout]    --> src/storage/column_chunk.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl ColumnChunk {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  37 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn data_type(&self) -> DataType {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cache` is never read
[INFO] [stdout]   --> src/storage/column_reader.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct ColumnReader {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     cache: Option<(u64, Vec<u8>)>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `granule_count`, `read_granule`, and `read_granules` are never used
[INFO] [stdout]   --> src/storage/column_reader.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ColumnReader {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn granule_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn read_granule<T: Primitive>(&mut self, idx: usize) -> io::Result<Vec<T>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub fn read_granules<T: Primitive>(&mut self) -> io::Result<Vec<T>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rows` and `bin_bytes` are never read
[INFO] [stdout]   --> src/storage/column_writer.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct ColumnStats {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 10 |     pub rows: u64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 11 |     pub bin_bytes: u64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `create` is never used
[INFO] [stdout]   --> src/storage/schema.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl TableDef {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 35 |     pub fn create(dir: &Path, def: &TableDef) -> std::io::Result<()> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cache` is never read
[INFO] [stdout]   --> src/storage/string_column_reader.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct StringColumnReader {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     cache: Option<(u64, Vec<String>)>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `granule_count`, `read_granule`, and `read_granules` are never used
[INFO] [stdout]   --> src/storage/string_column_reader.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl StringColumnReader {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn granule_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn read_granule(&mut self, idx: usize) -> io::Result<Vec<String>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn read_granules(&mut self) -> io::Result<Vec<String>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `columns` is never read
[INFO] [stdout]   --> src/storage/table_writer.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct PartMetadata {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub columns: Vec<ColumnStats>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `merge` is never used
[INFO] [stdout]    --> src/aggregator/max.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | / impl<T> MaxFloat<T>
[INFO] [stdout] 112 | | where
[INFO] [stdout] 113 | |     T: Copy + PartialOrd,
[INFO] [stdout]     | |_________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 129 |       pub fn merge(a: &mut Option<T>, b: Option<T>) {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `merge` is never used
[INFO] [stdout]   --> src/aggregator/min.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | / impl<T> MinFloat<T>
[INFO] [stdout] 45 | | where
[INFO] [stdout] 46 | |     T: Copy + PartialOrd,
[INFO] [stdout]    | |_________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 60 |       pub fn merge(a: &mut Option<T>, b: Option<T>) {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parser/mod.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Syntax(String),
[INFO] [stdout]    |     ------ ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` 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] 18 -     Syntax(String),
[INFO] [stdout] 18 +     Syntax(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/parser/mod.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Unsupported(String),
[INFO] [stdout]    |     ----------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` 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] 19 -     Unsupported(String),
[INFO] [stdout] 19 +     Unsupported(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `columns` is never read
[INFO] [stdout]   --> src/parser/ast.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct InsertStmt {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 14 |     pub table: String,
[INFO] [stdout] 15 |     pub columns: Option<Vec<String>>,
[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: methods `is_empty` and `data_type` are never used
[INFO] [stdout]    --> src/storage/column_chunk.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl ColumnChunk {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  37 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn data_type(&self) -> DataType {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cache` is never read
[INFO] [stdout]   --> src/storage/column_reader.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct ColumnReader {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     cache: Option<(u64, Vec<u8>)>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `granule_count`, `read_granule`, and `read_granules` are never used
[INFO] [stdout]   --> src/storage/column_reader.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ColumnReader {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn granule_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn read_granule<T: Primitive>(&mut self, idx: usize) -> io::Result<Vec<T>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub fn read_granules<T: Primitive>(&mut self) -> io::Result<Vec<T>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rows` and `bin_bytes` are never read
[INFO] [stdout]   --> src/storage/column_writer.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct ColumnStats {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 10 |     pub rows: u64,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 11 |     pub bin_bytes: u64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cache` is never read
[INFO] [stdout]   --> src/storage/string_column_reader.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct StringColumnReader {
[INFO] [stdout]    |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     cache: Option<(u64, Vec<String>)>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `granule_count`, `read_granule`, and `read_granules` are never used
[INFO] [stdout]   --> src/storage/string_column_reader.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl StringColumnReader {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn granule_count(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn read_granule(&mut self, idx: usize) -> io::Result<Vec<String>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn read_granules(&mut self) -> io::Result<Vec<String>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `columns` is never read
[INFO] [stdout]   --> src/storage/table_writer.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct PartMetadata {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub columns: Vec<ColumnStats>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s
[INFO] running `Command { std: "docker" "inspect" "e838681b13d9bed8e46cd357f63a255f38e13e27f2bd6f421ff776fd58db46cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e838681b13d9bed8e46cd357f63a255f38e13e27f2bd6f421ff776fd58db46cf", kill_on_drop: false }`
[INFO] [stdout] e838681b13d9bed8e46cd357f63a255f38e13e27f2bd6f421ff776fd58db46cf
