[INFO] fetching crate querydown 0.0.1...
[INFO] checking querydown-0.0.1 against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-27
[INFO] extracting crate querydown 0.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate querydown 0.0.1
[INFO] finished tweaking crates.io crate querydown 0.0.1
[INFO] tweaked toml for crates.io crate querydown 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate querydown 0.0.1 on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 27 packages to latest compatible versions
[INFO] [stderr]       Adding chumsky v0.8.0 (available: v0.13.0)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.15.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded chumsky v0.8.0
[INFO] [stderr]   Downloaded testcase-markdown v0.0.1
[INFO] [stderr]   Downloaded unicode-id v0.3.6
[INFO] [stderr]   Downloaded ahash v0.3.8
[INFO] [stderr]   Downloaded markdown v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00
[INFO] running `Command { std: "docker" "start" "697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00", 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" "697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00", 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" "697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking unicode-id v0.3.6
[INFO] [stderr]     Checking markdown v1.0.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking testcase-markdown v0.0.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]     Checking chumsky v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking querydown v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Schema`
[INFO] [stdout]  --> src/schema/links.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::schema::{ColumnId, Schema, TableId};
[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 import: `Schema`
[INFO] [stdout]  --> src/schema/links.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::schema::{ColumnId, Schema, TableId};
[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 variable: `table_name`
[INFO] [stdout]    --> src/converters.rs:392:36
[INFO] [stdout]     |
[INFO] [stdout] 392 |             PathPart::TableWithOne(table_name) => {
[INFO] [stdout]     |                                    ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_name`
[INFO] [stdout]    --> src/converters.rs:392:36
[INFO] [stdout]     |
[INFO] [stdout] 392 |             PathPart::TableWithOne(table_name) => {
[INFO] [stdout]     |                                    ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cx`
[INFO] [stdout]    --> src/rendering.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 |     cx: &mut RenderingContext<D>,
[INFO] [stdout]     |     ^^ help: if this is intentional, prefix it with an underscore: `_cx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cx`
[INFO] [stdout]    --> src/rendering.rs:326:5
[INFO] [stdout]     |
[INFO] [stdout] 326 |     cx: &mut RenderingContext<D>,
[INFO] [stdout]     |     ^^ help: if this is intentional, prefix it with an underscore: `_cx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Error` is never constructed
[INFO] [stdout]  --> src/error.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Error {
[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 items `new`, `unknown`, and `kind` are never used
[INFO] [stdout]   --> src/error.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Error {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 10 |     pub(crate) fn new(kind: ErrorKind) -> Error {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub(crate) fn unknown() -> Error {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn kind(&self) -> &ErrorKind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrorKind` is never used
[INFO] [stdout]   --> src/error.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub enum ErrorKind {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_starting_table_id`, `get_last_link`, `has_table_id`, `disallow_intersecting`, and `pop_last` are never used
[INFO] [stdout]   --> src/schema/chain.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<L: Link> Chain<L> {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_starting_table_id(&self) -> TableId {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub fn get_last_link(&self) -> &L {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn has_table_id(&self, table_id: TableId) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub fn disallow_intersecting(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn pop_last(&mut self) -> Option<L> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_base`, `get_target`, `get_direction`, and `get_join_quantity` are never used
[INFO] [stdout]   --> src/schema/links.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub trait Link {
[INFO] [stdout]    |           ---- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 56 |     fn get_base(&self) -> Reference;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 57 |     fn get_target(&self) -> Reference;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 58 |     fn get_direction(&self) -> LinkDirection;
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     fn get_join_quantity(&self) -> JoinQuantity;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `JoinQuantity` is never used
[INFO] [stdout]    --> src/schema/links.rs:141:10
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub enum JoinQuantity {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LinkDirection` is never used
[INFO] [stdout]    --> src/schema/links.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub enum LinkDirection {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/schema/links.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Reference {
[INFO] [stdout]     | -------------- associated function in this implementation
[INFO] [stdout] 172 |     pub fn new(table_id: TableId, column_id: ColumnId) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]    --> src/schema/schema.rs:232:9
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub struct Column {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 232 |     pub id: ColumnId,
[INFO] [stdout]     |         ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Column` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_test_resource` is never used
[INFO] [stdout]  --> src/tests/test_utils.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn get_test_resource(name: &str) -> String {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COLUMN_SPEC_INCREMENTAL_BRACE_L` is never used
[INFO] [stdout]  --> src/tokens.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub(crate) const COLUMN_SPEC_INCREMENTAL_BRACE_L: char = '[';
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COLUMN_SPEC_INCREMENTAL_BRACE_R` is never used
[INFO] [stdout]   --> src/tokens.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) const COLUMN_SPEC_INCREMENTAL_BRACE_R: char = ']';
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW_DEFINITION_BRACE_L` is never used
[INFO] [stdout]   --> src/tokens.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) const WINDOW_DEFINITION_BRACE_L: char = '[';
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW_DEFINITION_BRACE_R` is never used
[INFO] [stdout]   --> src/tokens.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub(crate) const WINDOW_DEFINITION_BRACE_R: char = ']';
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW_DEFINITION_PREFIX` is never used
[INFO] [stdout]   --> src/tokens.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) const WINDOW_DEFINITION_PREFIX: &str = "%%";
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]   --> src/tests/corpus.rs:17:36
[INFO] [stdout]    |
[INFO] [stdout] 17 |         fn merge_serialized(&self, source: String) -> Result<Self, String> {
[INFO] [stdout]    |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Error` is never constructed
[INFO] [stdout]  --> src/error.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Error {
[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 items `new`, `unknown`, and `kind` are never used
[INFO] [stdout]   --> src/error.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Error {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 10 |     pub(crate) fn new(kind: ErrorKind) -> Error {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     pub(crate) fn unknown() -> Error {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn kind(&self) -> &ErrorKind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrorKind` is never used
[INFO] [stdout]   --> src/error.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub enum ErrorKind {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_starting_table_id`, `get_last_link`, `has_table_id`, `disallow_intersecting`, and `pop_last` are never used
[INFO] [stdout]   --> src/schema/chain.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<L: Link> Chain<L> {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn get_starting_table_id(&self) -> TableId {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub fn get_last_link(&self) -> &L {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn has_table_id(&self, table_id: TableId) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |     pub fn disallow_intersecting(&mut self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn pop_last(&mut self) -> Option<L> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_base`, `get_target`, `get_direction`, and `get_join_quantity` are never used
[INFO] [stdout]   --> src/schema/links.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub trait Link {
[INFO] [stdout]    |           ---- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 56 |     fn get_base(&self) -> Reference;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 57 |     fn get_target(&self) -> Reference;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 58 |     fn get_direction(&self) -> LinkDirection;
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 59 |     fn get_join_quantity(&self) -> JoinQuantity;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `JoinQuantity` is never used
[INFO] [stdout]    --> src/schema/links.rs:141:10
[INFO] [stdout]     |
[INFO] [stdout] 141 | pub enum JoinQuantity {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LinkDirection` is never used
[INFO] [stdout]    --> src/schema/links.rs:160:10
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub enum LinkDirection {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/schema/links.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | impl Reference {
[INFO] [stdout]     | -------------- associated function in this implementation
[INFO] [stdout] 172 |     pub fn new(table_id: TableId, column_id: ColumnId) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]    --> src/schema/schema.rs:232:9
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub struct Column {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 232 |     pub id: ColumnId,
[INFO] [stdout]     |         ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Column` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COLUMN_SPEC_INCREMENTAL_BRACE_L` is never used
[INFO] [stdout]  --> src/tokens.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub(crate) const COLUMN_SPEC_INCREMENTAL_BRACE_L: char = '[';
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `COLUMN_SPEC_INCREMENTAL_BRACE_R` is never used
[INFO] [stdout]   --> src/tokens.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub(crate) const COLUMN_SPEC_INCREMENTAL_BRACE_R: char = ']';
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW_DEFINITION_BRACE_L` is never used
[INFO] [stdout]   --> src/tokens.rs:48:18
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub(crate) const WINDOW_DEFINITION_BRACE_L: char = '[';
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW_DEFINITION_BRACE_R` is never used
[INFO] [stdout]   --> src/tokens.rs:49:18
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub(crate) const WINDOW_DEFINITION_BRACE_R: char = ']';
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW_DEFINITION_PREFIX` is never used
[INFO] [stdout]   --> src/tokens.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub(crate) const WINDOW_DEFINITION_PREFIX: &str = "%%";
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s
[INFO] running `Command { std: "docker" "inspect" "697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00", kill_on_drop: false }`
[INFO] [stdout] 697fbde56590f7f6e31d993a6c13dbe69eef810425bd2fd6623be14bd1262e00
