[INFO] cloning repository https://github.com/Myster987/carcinusdb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Myster987/carcinusdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyster987%2Fcarcinusdb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyster987%2Fcarcinusdb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 81c78836fdff767488637dda5449bebafd193b32
[INFO] testing Myster987/carcinusdb against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyster987%2Fcarcinusdb" "/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/Myster987/carcinusdb
[INFO] finished tweaking git repo https://github.com/Myster987/carcinusdb
[INFO] tweaked toml for git repo https://github.com/Myster987/carcinusdb written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Myster987/carcinusdb on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "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" "+1.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 76 packages to latest Rust 1.97.0-beta.6 compatible versions
[INFO] [stderr]       Adding hashbrown v0.16.1 (available: v0.17.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.20
[INFO] [stderr]   Downloaded simple_logger v5.2.0
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.13
[INFO] [stderr]   Downloaded time-macros v0.2.31
[INFO] [stderr]   Downloaded compare v0.1.0
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.7
[INFO] [stderr]   Downloaded binary-heap-plus v0.5.0
[INFO] [stderr]   Downloaded arc-swap v1.9.2
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.16
[INFO] [stderr]   Downloaded time v0.3.53
[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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507
[INFO] running `Command { std: "docker" "start" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507", 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" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling compare v0.1.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling binary-heap-plus v0.5.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling arc-swap v1.9.2
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling time v0.3.53
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling simple_logger v5.2.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling carcinusdb v0.1.0 (/opt/rustwide/workdir/crates/carcinusdb)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> crates/carcinusdb/src/database/mod.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout]  88 | /     loop {
[INFO] [stdout]  89 | |         let (stream, addr) = listener.accept().await?;
[INFO] [stdout]  90 | |         let db_clone = Arc::clone(&db);
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |         });
[INFO] [stdout] 103 | |     }
[INFO] [stdout]     | |_____- any code following this expression is unreachable
[INFO] [stdout] 104 |
[INFO] [stdout] 105 |       Ok(())
[INFO] [stdout]     |       ^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 _ => unreachable!(),
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 BinaryOperator::Add => left + right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 57 |                 BinaryOperator::Sub => left - right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 58 |                 BinaryOperator::Mul => left * right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 59 |                 BinaryOperator::Div => left / right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 _ => unreachable!(),
[INFO] [stdout]    |                 ^ ...and 8 other patterns collectively make this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `DISK_BLOCK_SIZE` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub static DISK_BLOCK_SIZE: LazyLock<usize> = LazyLock::new(|| {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FileSystemBlockSize` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub trait FileSystemBlockSize {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fs` is never constructed
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Fs;
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bypass_cache` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl OpenOptions {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 44 |     /// disable OS
[INFO] [stdout] 45 |     pub fn bypass_cache(mut self, bypass_cache: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/sql/parser/mod.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Parser<'a> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 34 |     input: &'a str,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `previous`, `current`, `expect_one_of`, and `parse_constrains` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/parser/mod.rs:70:8
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl<'a> Parser<'a> {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  70 |     fn previous(&self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  74 |     fn current(&self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     fn expect_one_of<'k, K>(&mut self, keywords: &'k K) -> sql::Result<Keyword>
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 |     fn parse_constrains(&mut self) -> sql::Result<Constrains> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input` is never read
[INFO] [stdout]  --> crates/carcinusdb/src/sql/parser/tokenizer.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Stream<'a> {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 9 |     input: &'a str,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `raw` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/sql/parser/tokenizer.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<'a> Stream<'a> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn raw(&self) -> &'a str {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/record.rs:356:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | impl RecordMut {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 356 |     pub fn get(&self, index: usize) -> &Value {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_table` and `insert_index` are never used
[INFO] [stdout]   --> crates/carcinusdb/src/sql/schema.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Catalog {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get_table(&self, name: &str) -> Result<TableMetadata> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn insert_index(&self, table_name: &str, index: IndexMetadata) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unique` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub struct IndexMetadata {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 216 |     pub unique: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IndexMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub struct TableMetadata {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TableMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_row_id` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:306:8
[INFO] [stdout]     |
[INFO] [stdout] 279 | impl Schema {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 306 |     fn has_row_id(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `null` and `unique` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 570 | impl ColumnPropertiesBuilder {
[INFO] [stdout]     | ---------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 582 |     pub fn null(mut self) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     pub fn unique(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AnyBlob` is never used
[INFO] [stdout]  --> crates/carcinusdb/src/sql/types/blob.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait AnyBlob {
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_NUMBER_SIZE` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/mod.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const PAGE_NUMBER_SIZE: usize = std::mem::size_of::<PageNumber>();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_index` and `is_table` are never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/btree.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl BTreeKey {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn is_index(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn is_table(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `page` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |     Found { page: PageNumber, slot: SlotNumber },
[INFO] [stdout]     |     -----   ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchResult` 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 `page` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:121:16
[INFO] [stdout]     |
[INFO] [stdout] 121 |     NotFound { page: PageNumber, slot: SlotNumber },
[INFO] [stdout]     |     --------   ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `min`, `max`, and `position` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:160:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub trait DatabaseCursor {
[INFO] [stdout]     |           -------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn min(&mut self) -> storage::Result<Option<Record>>;
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |     fn max(&mut self) -> storage::Result<Option<Record>>;
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     fn position(&self) -> (PageNumber, SlotNumber);
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invalidate` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:412:8
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stdout]     | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 412 |     fn invalidate(&mut self, key: BTreeKey) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:656:12
[INFO] [stdout]     |
[INFO] [stdout] 655 | impl InsertOptions {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] 656 |     pub fn new(flags: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_replace` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:669:12
[INFO] [stdout]     |
[INFO] [stdout] 661 | impl InsertOptions {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 669 |     pub fn set_replace(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InsertOptionsBuilder` is never constructed
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:690:12
[INFO] [stdout]     |
[INFO] [stdout] 690 | pub struct InsertOptionsBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `replace`, and `build` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:696:12
[INFO] [stdout]     |
[INFO] [stdout] 694 | impl InsertOptionsBuilder {
[INFO] [stdout]     | ------------------------- associated items in this implementation
[INFO] [stdout] 695 |     /// Creates builder with default options set by default.
[INFO] [stdout] 696 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 702 |     pub fn replace(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 707 |     pub fn build(self) -> InsertOptions {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:720:12
[INFO] [stdout]     |
[INFO] [stdout] 719 | impl DeleteOptions {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] 720 |     pub fn new(flags: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_returning` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:732:12
[INFO] [stdout]     |
[INFO] [stdout] 725 | impl DeleteOptions {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 732 |     pub fn set_returning(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DeleteOptionsBuilder` is never constructed
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:745:12
[INFO] [stdout]     |
[INFO] [stdout] 745 | pub struct DeleteOptionsBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `returning`, and `build` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:751:12
[INFO] [stdout]     |
[INFO] [stdout] 749 | impl DeleteOptionsBuilder {
[INFO] [stdout]     | ------------------------- associated items in this implementation
[INFO] [stdout] 750 |     /// Creates builder with default options set by default.
[INFO] [stdout] 751 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 757 |     pub fn returning(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 762 |     pub fn build(self) -> DeleteOptions {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_high_key` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/btree.rs:1444:8
[INFO] [stdout]      |
[INFO] [stdout]  767 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stdout]      | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1444 |     fn build_high_key(&mut self, page: &Page, entry: &BTreeKey) -> storage::Result<BTreeCell> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `CellSplit` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/btree.rs:1636:6
[INFO] [stdout]      |
[INFO] [stdout] 1636 | type CellSplit = (Option<usize>, Vec<usize>);
[INFO] [stdout]      |      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `capacity` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/storage/buffer_pool.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BufferPool {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     capacity: usize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BufferPool` 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 `usable_space` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/page.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn usable_space(page_size: usize, reserved: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_freelist_pages` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 133 | impl DatabaseHeader {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn get_freelist_pages(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_leaf` and `is_internal` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:225:12
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl PageType {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 225 |     pub fn is_leaf(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub fn is_internal(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `alloc`, `storage_space`, and `set_child` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:375:12
[INFO] [stdout]     |
[INFO] [stdout] 330 | impl Page {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 375 |     pub fn alloc(size: usize, drop: Option<DropFn>) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 471 |     pub fn storage_space(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 806 |     pub fn set_child(&self, index: SlotNumber, new_child: PageNumber) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_free_fragment` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:899:12
[INFO] [stdout]     |
[INFO] [stdout] 862 | impl Page {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 899 |     pub fn add_free_fragment(&self, value: u8) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `db_header` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:984:12
[INFO] [stdout]     |
[INFO] [stdout] 982 | impl Page {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] 983 |     /// Returns database header. Only use with page that have non-zero offset.
[INFO] [stdout] 984 |     pub fn db_header(&self) -> DatabaseHeader {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `push` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1130:12
[INFO] [stdout]      |
[INFO] [stdout] 1038 | impl<'a> SlotArray<'a> {
[INFO] [stdout]      | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1130 |     pub fn push(&mut self, value: u16) {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `row_id` is never read
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1675:9
[INFO] [stdout]      |
[INFO] [stdout] 1669 | pub struct TableInternalCell {
[INFO] [stdout]      |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1675 |     pub row_id: RowId,
[INFO] [stdout]      |         ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `TableInternalCell` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_left_child` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1999:8
[INFO] [stdout]      |
[INFO] [stdout] 1998 | impl<'a> IndexInternalCellRef<'a> {
[INFO] [stdout]      | --------------------------------- method in this implementation
[INFO] [stdout] 1999 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_left_child` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:2120:8
[INFO] [stdout]      |
[INFO] [stdout] 2119 | impl<'a> TableInternalCellRef<'a> {
[INFO] [stdout]      | --------------------------------- method in this implementation
[INFO] [stdout] 2120 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_error`, `is_loaded`, and `clear_error` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:78:12
[INFO] [stdout]     |
[INFO] [stdout]  70 | impl MemPage {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_locked` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 116 | impl MemPage {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn is_locked(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:242:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl SharedPageGuard {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 242 |     pub fn id(&self) -> PageNumber {
[INFO] [stdout]     |            ^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |     pub fn set_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 262 |     pub fn set_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     pub fn set_loaded(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 |     pub fn clear_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn clear_loaded(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_error`, `is_dirty`, `is_loaded`, `set_dirty`, and `clear_error` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:330:12
[INFO] [stdout]     |
[INFO] [stdout] 301 | impl ExclusivePageGuard {
[INFO] [stdout]     | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 334 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |     pub fn set_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write_page` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:556:12
[INFO] [stdout]     |
[INFO] [stdout] 402 | impl Pager {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 556 |     pub fn write_page(&self, tx: &mut Transaction, page: MemPageRef) -> storage::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_db_size` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/mod.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl MemWalHeader {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn set_db_size(&self, value: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `append_frame` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/mod.rs:554:12
[INFO] [stdout]     |
[INFO] [stdout] 433 | impl WriteAheadLog {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 554 |     pub fn append_frame(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 138 |     Read(SlotGuard<READERS_NUM>),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[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] 138 -     Read(SlotGuard<READERS_NUM>),
[INFO] [stdout] 138 +     Read(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guard` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     Write {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 140 |         guard: MutexGuard<'static, ()>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guard` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |     Exclusive {
[INFO] [stdout]     |     --------- field in this variant
[INFO] [stdout] 145 |         guard: MutexGuard<'static, ()>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `empty`, `is_empty`, `read_from`, `read_page`, `page_size_needed_for`, and `sort_by` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/vm/operator/collect.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl RecordBuffer {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  34 |     /// Empty buffer used to only replace other ones with `mem::replace`.
[INFO] [stdout]  35 |     pub fn empty() -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn read_from(&mut self, file: &mut impl Read) -> vm::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn read_page(&mut self, file: &mut (impl Seek + Read), page: usize) -> vm::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn page_size_needed_for(row_size: usize) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn sort_by(&mut self, cmp: impl FnMut(&Record, &Record) -> Ordering) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `page_size` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/operator/sort.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Sort<'tx> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 23 |     sorted: bool,
[INFO] [stdout] 24 |     page_size: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/planner.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Drop(Drop),
[INFO] [stdout]    |     ---- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[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] 17 -     Drop(Drop),
[INFO] [stdout] 17 +     Drop(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/planner.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[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] 25 -     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stdout] 25 +     Explain(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn as_io_slice(&self) -> IoSlice {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn as_io_slice(&self) -> IoSlice<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:490:19
[INFO] [stdout]     |
[INFO] [stdout] 490 |     fn slot_array(&self) -> SlotArray {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 490 |     fn slot_array(&self) -> SlotArray<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:494:23
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn freeblock_list(&self) -> FreeblockList {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn freeblock_list(&self) -> FreeblockList<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let Some(mut Record) = self.values.pop_front() else {
[INFO] [stdout]     |                      ^^^^^^ help: convert the identifier to snake case: `record`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record_id` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |         let Record_id = Record
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record_id` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:153:17
[INFO] [stdout]     |
[INFO] [stdout] 153 |             let Record_id = record.get_value(0).to_int();
[INFO] [stdout]     |                 ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.22s
[INFO] running `Command { std: "docker" "inspect" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> crates/carcinusdb/src/database/mod.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout]  88 | /     loop {
[INFO] [stdout]  89 | |         let (stream, addr) = listener.accept().await?;
[INFO] [stdout]  90 | |         let db_clone = Arc::clone(&db);
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |         });
[INFO] [stdout] 103 | |     }
[INFO] [stdout]     | |_____- any code following this expression is unreachable
[INFO] [stdout] 104 |
[INFO] [stdout] 105 |       Ok(())
[INFO] [stdout]     |       ^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 _ => unreachable!(),
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 BinaryOperator::Add => left + right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 57 |                 BinaryOperator::Sub => left - right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 58 |                 BinaryOperator::Mul => left * right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 59 |                 BinaryOperator::Div => left / right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 _ => unreachable!(),
[INFO] [stdout]    |                 ^ ...and 8 other patterns collectively make this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `DISK_BLOCK_SIZE` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub static DISK_BLOCK_SIZE: LazyLock<usize> = LazyLock::new(|| {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FileSystemBlockSize` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub trait FileSystemBlockSize {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fs` is never constructed
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Fs;
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bypass_cache` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl OpenOptions {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 44 |     /// disable OS
[INFO] [stdout] 45 |     pub fn bypass_cache(mut self, bypass_cache: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/sql/parser/mod.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Parser<'a> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 34 |     input: &'a str,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `previous`, `current`, `expect_one_of`, and `parse_constrains` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/parser/mod.rs:70:8
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl<'a> Parser<'a> {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  70 |     fn previous(&self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  74 |     fn current(&self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     fn expect_one_of<'k, K>(&mut self, keywords: &'k K) -> sql::Result<Keyword>
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 |     fn parse_constrains(&mut self) -> sql::Result<Constrains> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input` is never read
[INFO] [stdout]  --> crates/carcinusdb/src/sql/parser/tokenizer.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Stream<'a> {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 9 |     input: &'a str,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `raw` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/sql/parser/tokenizer.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<'a> Stream<'a> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn raw(&self) -> &'a str {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/record.rs:356:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | impl RecordMut {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 356 |     pub fn get(&self, index: usize) -> &Value {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_table` and `insert_index` are never used
[INFO] [stdout]   --> crates/carcinusdb/src/sql/schema.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Catalog {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get_table(&self, name: &str) -> Result<TableMetadata> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn insert_index(&self, table_name: &str, index: IndexMetadata) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unique` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub struct IndexMetadata {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 216 |     pub unique: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IndexMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub struct TableMetadata {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TableMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_row_id` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:306:8
[INFO] [stdout]     |
[INFO] [stdout] 279 | impl Schema {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 306 |     fn has_row_id(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `null` and `unique` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 570 | impl ColumnPropertiesBuilder {
[INFO] [stdout]     | ---------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 582 |     pub fn null(mut self) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     pub fn unique(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AnyBlob` is never used
[INFO] [stdout]  --> crates/carcinusdb/src/sql/types/blob.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait AnyBlob {
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_NUMBER_SIZE` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/mod.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const PAGE_NUMBER_SIZE: usize = std::mem::size_of::<PageNumber>();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_index` and `is_table` are never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/btree.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl BTreeKey {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn is_index(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn is_table(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `page` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |     Found { page: PageNumber, slot: SlotNumber },
[INFO] [stdout]     |     -----   ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchResult` 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 `page` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:121:16
[INFO] [stdout]     |
[INFO] [stdout] 121 |     NotFound { page: PageNumber, slot: SlotNumber },
[INFO] [stdout]     |     --------   ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `min`, `max`, and `position` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:160:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub trait DatabaseCursor {
[INFO] [stdout]     |           -------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 160 |     fn min(&mut self) -> storage::Result<Option<Record>>;
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 |     fn max(&mut self) -> storage::Result<Option<Record>>;
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     fn position(&self) -> (PageNumber, SlotNumber);
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invalidate` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:412:8
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stdout]     | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 412 |     fn invalidate(&mut self, key: BTreeKey) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:656:12
[INFO] [stdout]     |
[INFO] [stdout] 655 | impl InsertOptions {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] 656 |     pub fn new(flags: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_replace` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:669:12
[INFO] [stdout]     |
[INFO] [stdout] 661 | impl InsertOptions {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 669 |     pub fn set_replace(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InsertOptionsBuilder` is never constructed
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:690:12
[INFO] [stdout]     |
[INFO] [stdout] 690 | pub struct InsertOptionsBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `replace`, and `build` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:696:12
[INFO] [stdout]     |
[INFO] [stdout] 694 | impl InsertOptionsBuilder {
[INFO] [stdout]     | ------------------------- associated items in this implementation
[INFO] [stdout] 695 |     /// Creates builder with default options set by default.
[INFO] [stdout] 696 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 702 |     pub fn replace(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 707 |     pub fn build(self) -> InsertOptions {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:720:12
[INFO] [stdout]     |
[INFO] [stdout] 719 | impl DeleteOptions {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] 720 |     pub fn new(flags: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_returning` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:732:12
[INFO] [stdout]     |
[INFO] [stdout] 725 | impl DeleteOptions {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 732 |     pub fn set_returning(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DeleteOptionsBuilder` is never constructed
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:745:12
[INFO] [stdout]     |
[INFO] [stdout] 745 | pub struct DeleteOptionsBuilder {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `returning`, and `build` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:751:12
[INFO] [stdout]     |
[INFO] [stdout] 749 | impl DeleteOptionsBuilder {
[INFO] [stdout]     | ------------------------- associated items in this implementation
[INFO] [stdout] 750 |     /// Creates builder with default options set by default.
[INFO] [stdout] 751 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 757 |     pub fn returning(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 762 |     pub fn build(self) -> DeleteOptions {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_high_key` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/btree.rs:1444:8
[INFO] [stdout]      |
[INFO] [stdout]  767 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stdout]      | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1444 |     fn build_high_key(&mut self, page: &Page, entry: &BTreeKey) -> storage::Result<BTreeCell> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `CellSplit` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/btree.rs:1636:6
[INFO] [stdout]      |
[INFO] [stdout] 1636 | type CellSplit = (Option<usize>, Vec<usize>);
[INFO] [stdout]      |      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `capacity` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/storage/buffer_pool.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BufferPool {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     capacity: usize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BufferPool` 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 `usable_space` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/page.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn usable_space(page_size: usize, reserved: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_freelist_pages` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 133 | impl DatabaseHeader {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn get_freelist_pages(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_leaf` and `is_internal` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:225:12
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl PageType {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 225 |     pub fn is_leaf(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub fn is_internal(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `alloc`, `storage_space`, and `set_child` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:375:12
[INFO] [stdout]     |
[INFO] [stdout] 330 | impl Page {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 375 |     pub fn alloc(size: usize, drop: Option<DropFn>) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 471 |     pub fn storage_space(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 806 |     pub fn set_child(&self, index: SlotNumber, new_child: PageNumber) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_free_fragment` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:899:12
[INFO] [stdout]     |
[INFO] [stdout] 862 | impl Page {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 899 |     pub fn add_free_fragment(&self, value: u8) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `db_header` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:984:12
[INFO] [stdout]     |
[INFO] [stdout] 982 | impl Page {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] 983 |     /// Returns database header. Only use with page that have non-zero offset.
[INFO] [stdout] 984 |     pub fn db_header(&self) -> DatabaseHeader {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `push` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1130:12
[INFO] [stdout]      |
[INFO] [stdout] 1038 | impl<'a> SlotArray<'a> {
[INFO] [stdout]      | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1130 |     pub fn push(&mut self, value: u16) {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `row_id` is never read
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1675:9
[INFO] [stdout]      |
[INFO] [stdout] 1669 | pub struct TableInternalCell {
[INFO] [stdout]      |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1675 |     pub row_id: RowId,
[INFO] [stdout]      |         ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `TableInternalCell` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_left_child` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1999:8
[INFO] [stdout]      |
[INFO] [stdout] 1998 | impl<'a> IndexInternalCellRef<'a> {
[INFO] [stdout]      | --------------------------------- method in this implementation
[INFO] [stdout] 1999 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_left_child` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:2120:8
[INFO] [stdout]      |
[INFO] [stdout] 2119 | impl<'a> TableInternalCellRef<'a> {
[INFO] [stdout]      | --------------------------------- method in this implementation
[INFO] [stdout] 2120 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_error`, `is_loaded`, and `clear_error` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:78:12
[INFO] [stdout]     |
[INFO] [stdout]  70 | impl MemPage {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_locked` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 116 | impl MemPage {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn is_locked(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:242:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl SharedPageGuard {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 242 |     pub fn id(&self) -> PageNumber {
[INFO] [stdout]     |            ^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |     pub fn set_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 262 |     pub fn set_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     pub fn set_loaded(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 |     pub fn clear_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn clear_loaded(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_error`, `is_dirty`, `is_loaded`, `set_dirty`, and `clear_error` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:330:12
[INFO] [stdout]     |
[INFO] [stdout] 301 | impl ExclusivePageGuard {
[INFO] [stdout]     | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 334 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |     pub fn set_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write_page` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:556:12
[INFO] [stdout]     |
[INFO] [stdout] 402 | impl Pager {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 556 |     pub fn write_page(&self, tx: &mut Transaction, page: MemPageRef) -> storage::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_db_size` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/mod.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl MemWalHeader {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn set_db_size(&self, value: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `append_frame` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/mod.rs:554:12
[INFO] [stdout]     |
[INFO] [stdout] 433 | impl WriteAheadLog {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 554 |     pub fn append_frame(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 138 |     Read(SlotGuard<READERS_NUM>),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[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] 138 -     Read(SlotGuard<READERS_NUM>),
[INFO] [stdout] 138 +     Read(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guard` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     Write {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 140 |         guard: MutexGuard<'static, ()>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guard` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |     Exclusive {
[INFO] [stdout]     |     --------- field in this variant
[INFO] [stdout] 145 |         guard: MutexGuard<'static, ()>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `empty`, `is_empty`, `read_from`, `read_page`, `page_size_needed_for`, and `sort_by` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/vm/operator/collect.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl RecordBuffer {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  34 |     /// Empty buffer used to only replace other ones with `mem::replace`.
[INFO] [stdout]  35 |     pub fn empty() -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn read_from(&mut self, file: &mut impl Read) -> vm::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn read_page(&mut self, file: &mut (impl Seek + Read), page: usize) -> vm::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn page_size_needed_for(row_size: usize) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn sort_by(&mut self, cmp: impl FnMut(&Record, &Record) -> Ordering) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `page_size` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/operator/sort.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Sort<'tx> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 23 |     sorted: bool,
[INFO] [stdout] 24 |     page_size: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/planner.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Drop(Drop),
[INFO] [stdout]    |     ---- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[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] 17 -     Drop(Drop),
[INFO] [stdout] 17 +     Drop(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/planner.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[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] 25 -     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stdout] 25 +     Explain(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn as_io_slice(&self) -> IoSlice {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn as_io_slice(&self) -> IoSlice<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:490:19
[INFO] [stdout]     |
[INFO] [stdout] 490 |     fn slot_array(&self) -> SlotArray {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 490 |     fn slot_array(&self) -> SlotArray<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:494:23
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn freeblock_list(&self) -> FreeblockList {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn freeblock_list(&self) -> FreeblockList<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let Some(mut Record) = self.values.pop_front() else {
[INFO] [stdout]     |                      ^^^^^^ help: convert the identifier to snake case: `record`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record_id` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |         let Record_id = Record
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record_id` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:153:17
[INFO] [stdout]     |
[INFO] [stdout] 153 |             let Record_id = record.get_value(0).to_int();
[INFO] [stdout]     |                 ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling carcinusdb v0.1.0 (/opt/rustwide/workdir/crates/carcinusdb)
[INFO] [stderr]    Compiling cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/mod.rs:840:9
[INFO] [stdout]     |
[INFO] [stdout] 840 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> crates/carcinusdb/src/database/mod.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout]  88 | /     loop {
[INFO] [stdout]  89 | |         let (stream, addr) = listener.accept().await?;
[INFO] [stdout]  90 | |         let db_clone = Arc::clone(&db);
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |         });
[INFO] [stdout] 103 | |     }
[INFO] [stdout]     | |_____- any code following this expression is unreachable
[INFO] [stdout] 104 |
[INFO] [stdout] 105 |       Ok(())
[INFO] [stdout]     |       ^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 _ => unreachable!(),
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 BinaryOperator::Add => left + right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 57 |                 BinaryOperator::Sub => left - right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 58 |                 BinaryOperator::Mul => left * right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] 59 |                 BinaryOperator::Div => left / right,
[INFO] [stdout]    |                 ------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 _ => unreachable!(),
[INFO] [stdout]    |                 ^ ...and 8 other patterns collectively make this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/carcinusdb/src/utils/bytes.rs:650:13
[INFO] [stdout]     |
[INFO] [stdout] 650 |         let mut n = 100;
[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: static `DISK_BLOCK_SIZE` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub static DISK_BLOCK_SIZE: LazyLock<usize> = LazyLock::new(|| {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FileSystemBlockSize` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub trait FileSystemBlockSize {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fs` is never constructed
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Fs;
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `bypass_cache` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/os.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl OpenOptions {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 44 |     /// disable OS
[INFO] [stdout] 45 |     pub fn bypass_cache(mut self, bypass_cache: bool) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/sql/parser/mod.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Parser<'a> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 34 |     input: &'a str,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `previous`, `current`, `expect_one_of`, and `parse_constrains` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/parser/mod.rs:70:8
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl<'a> Parser<'a> {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  70 |     fn previous(&self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  74 |     fn current(&self) -> Option<&Token> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     fn expect_one_of<'k, K>(&mut self, keywords: &'k K) -> sql::Result<Keyword>
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 412 |     fn parse_constrains(&mut self) -> sql::Result<Constrains> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `input` is never read
[INFO] [stdout]  --> crates/carcinusdb/src/sql/parser/tokenizer.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Stream<'a> {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 9 |     input: &'a str,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `raw` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/sql/parser/tokenizer.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<'a> Stream<'a> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn raw(&self) -> &'a str {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/record.rs:356:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | impl RecordMut {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 356 |     pub fn get(&self, index: usize) -> &Value {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_table` and `insert_index` are never used
[INFO] [stdout]   --> crates/carcinusdb/src/sql/schema.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Catalog {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get_table(&self, name: &str) -> Result<TableMetadata> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn insert_index(&self, table_name: &str, index: IndexMetadata) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `unique` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub struct IndexMetadata {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 216 |     pub unique: bool,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IndexMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub struct TableMetadata {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TableMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_row_id` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:306:8
[INFO] [stdout]     |
[INFO] [stdout] 279 | impl Schema {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 306 |     fn has_row_id(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `null` and `unique` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/sql/schema.rs:582:12
[INFO] [stdout]     |
[INFO] [stdout] 570 | impl ColumnPropertiesBuilder {
[INFO] [stdout]     | ---------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 582 |     pub fn null(mut self) -> Self {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 592 |     pub fn unique(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AnyBlob` is never used
[INFO] [stdout]  --> crates/carcinusdb/src/sql/types/blob.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait AnyBlob {
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_NUMBER_SIZE` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/mod.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const PAGE_NUMBER_SIZE: usize = std::mem::size_of::<PageNumber>();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_index` and `is_table` are never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/btree.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl BTreeKey {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn is_index(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn is_table(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `page` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |     Found { page: PageNumber, slot: SlotNumber },
[INFO] [stdout]     |     -----   ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchResult` 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 `page` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:121:16
[INFO] [stdout]     |
[INFO] [stdout] 121 |     NotFound { page: PageNumber, slot: SlotNumber },
[INFO] [stdout]     |     --------   ^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SearchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `position` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:169:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub trait DatabaseCursor {
[INFO] [stdout]     |           -------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 169 |     fn position(&self) -> (PageNumber, SlotNumber);
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invalidate` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:412:8
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stdout]     | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 412 |     fn invalidate(&mut self, key: BTreeKey) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:656:12
[INFO] [stdout]     |
[INFO] [stdout] 655 | impl InsertOptions {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] 656 |     pub fn new(flags: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_replace` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:669:12
[INFO] [stdout]     |
[INFO] [stdout] 661 | impl InsertOptions {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 669 |     pub fn set_replace(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `replace` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:702:12
[INFO] [stdout]     |
[INFO] [stdout] 694 | impl InsertOptionsBuilder {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 702 |     pub fn replace(mut self) -> Self {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/btree.rs:720:12
[INFO] [stdout]     |
[INFO] [stdout] 719 | impl DeleteOptions {
[INFO] [stdout]     | ------------------ associated function in this implementation
[INFO] [stdout] 720 |     pub fn new(flags: usize) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_high_key` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/btree.rs:1444:8
[INFO] [stdout]      |
[INFO] [stdout]  767 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stdout]      | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1444 |     fn build_high_key(&mut self, page: &Page, entry: &BTreeKey) -> storage::Result<BTreeCell> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `CellSplit` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/btree.rs:1636:6
[INFO] [stdout]      |
[INFO] [stdout] 1636 | type CellSplit = (Option<usize>, Vec<usize>);
[INFO] [stdout]      |      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `capacity` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/storage/buffer_pool.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct BufferPool {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     capacity: usize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BufferPool` 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 `usable_space` is never used
[INFO] [stdout]   --> crates/carcinusdb/src/storage/page.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn usable_space(page_size: usize, reserved: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_freelist_pages` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 133 | impl DatabaseHeader {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn get_freelist_pages(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_leaf` and `is_internal` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:225:12
[INFO] [stdout]     |
[INFO] [stdout] 224 | impl PageType {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 225 |     pub fn is_leaf(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub fn is_internal(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `storage_space` and `set_child` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:471:12
[INFO] [stdout]     |
[INFO] [stdout] 330 | impl Page {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 471 |     pub fn storage_space(&self) -> u16 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 806 |     pub fn set_child(&self, index: SlotNumber, new_child: PageNumber) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_free_fragment` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:899:12
[INFO] [stdout]     |
[INFO] [stdout] 862 | impl Page {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 899 |     pub fn add_free_fragment(&self, value: u8) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `db_header` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:984:12
[INFO] [stdout]     |
[INFO] [stdout] 982 | impl Page {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] 983 |     /// Returns database header. Only use with page that have non-zero offset.
[INFO] [stdout] 984 |     pub fn db_header(&self) -> DatabaseHeader {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `row_id` is never read
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1675:9
[INFO] [stdout]      |
[INFO] [stdout] 1669 | pub struct TableInternalCell {
[INFO] [stdout]      |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1675 |     pub row_id: RowId,
[INFO] [stdout]      |         ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `TableInternalCell` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_left_child` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:1999:8
[INFO] [stdout]      |
[INFO] [stdout] 1998 | impl<'a> IndexInternalCellRef<'a> {
[INFO] [stdout]      | --------------------------------- method in this implementation
[INFO] [stdout] 1999 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_left_child` is never used
[INFO] [stdout]     --> crates/carcinusdb/src/storage/page.rs:2120:8
[INFO] [stdout]      |
[INFO] [stdout] 2119 | impl<'a> TableInternalCellRef<'a> {
[INFO] [stdout]      | --------------------------------- method in this implementation
[INFO] [stdout] 2120 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_error`, `is_loaded`, and `clear_error` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:78:12
[INFO] [stdout]     |
[INFO] [stdout]  70 | impl MemPage {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_locked` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 116 | impl MemPage {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn is_locked(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:242:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl SharedPageGuard {
[INFO] [stdout]     | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 242 |     pub fn id(&self) -> PageNumber {
[INFO] [stdout]     |            ^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |     pub fn set_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 262 |     pub fn set_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 |     pub fn set_loaded(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 |     pub fn clear_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn clear_loaded(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_error`, `is_dirty`, `is_loaded`, `set_dirty`, and `clear_error` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:330:12
[INFO] [stdout]     |
[INFO] [stdout] 301 | impl ExclusivePageGuard {
[INFO] [stdout]     | ----------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn is_error(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 334 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 |     pub fn is_loaded(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 |     pub fn set_dirty(&self) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub fn clear_error(&self) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write_page` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/pager.rs:556:12
[INFO] [stdout]     |
[INFO] [stdout] 402 | impl Pager {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 556 |     pub fn write_page(&self, tx: &mut Transaction, page: MemPageRef) -> storage::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_db_size` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/mod.rs:187:12
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl MemWalHeader {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 187 |     pub fn set_db_size(&self, value: u32) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `append_frame` is never used
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/mod.rs:554:12
[INFO] [stdout]     |
[INFO] [stdout] 433 | impl WriteAheadLog {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 554 |     pub fn append_frame(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 138 |     Read(SlotGuard<READERS_NUM>),
[INFO] [stdout]     |     ---- ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[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] 138 -     Read(SlotGuard<READERS_NUM>),
[INFO] [stdout] 138 +     Read(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guard` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     Write {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 140 |         guard: MutexGuard<'static, ()>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guard` is never read
[INFO] [stdout]    --> crates/carcinusdb/src/storage/wal/transaction.rs:145:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |     Exclusive {
[INFO] [stdout]     |     --------- field in this variant
[INFO] [stdout] 145 |         guard: MutexGuard<'static, ()>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `empty`, `is_empty`, `read_from`, `read_page`, `page_size_needed_for`, and `sort_by` are never used
[INFO] [stdout]    --> crates/carcinusdb/src/vm/operator/collect.rs:35:12
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl RecordBuffer {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout]  34 |     /// Empty buffer used to only replace other ones with `mem::replace`.
[INFO] [stdout]  35 |     pub fn empty() -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn read_from(&mut self, file: &mut impl Read) -> vm::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn read_page(&mut self, file: &mut (impl Seek + Read), page: usize) -> vm::Result<()> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |     pub fn page_size_needed_for(row_size: usize) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn sort_by(&mut self, cmp: impl FnMut(&Record, &Record) -> Ordering) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `page_size` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/operator/sort.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Sort<'tx> {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 23 |     sorted: bool,
[INFO] [stdout] 24 |     page_size: usize,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/planner.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Drop(Drop),
[INFO] [stdout]    |     ---- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[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] 17 -     Drop(Drop),
[INFO] [stdout] 17 +     Drop(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> crates/carcinusdb/src/vm/planner.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[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] 25 -     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stdout] 25 +     Explain(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:435:24
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn as_io_slice(&self) -> IoSlice {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 435 |     pub fn as_io_slice(&self) -> IoSlice<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:490:19
[INFO] [stdout]     |
[INFO] [stdout] 490 |     fn slot_array(&self) -> SlotArray {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 490 |     fn slot_array(&self) -> SlotArray<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/carcinusdb/src/storage/page.rs:494:23
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn freeblock_list(&self) -> FreeblockList {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 494 |     fn freeblock_list(&self) -> FreeblockList<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |         let Some(mut Record) = self.values.pop_front() else {
[INFO] [stdout]     |                      ^^^^^^ help: convert the identifier to snake case: `record`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record_id` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:120:13
[INFO] [stdout]     |
[INFO] [stdout] 120 |         let Record_id = Record
[INFO] [stdout]     |             ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Record_id` should have a snake case name
[INFO] [stdout]    --> crates/carcinusdb/src/vm/dml/insert.rs:153:17
[INFO] [stdout]     |
[INFO] [stdout] 153 |             let Record_id = record.get_value(0).to_int();
[INFO] [stdout]     |                 ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.38s
[INFO] running `Command { std: "docker" "inspect" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr]    --> crates/carcinusdb/src/database/mod.rs:105:5
[INFO] [stderr]     |
[INFO] [stderr]  88 | /     loop {
[INFO] [stderr]  89 | |         let (stream, addr) = listener.accept().await?;
[INFO] [stderr]  90 | |         let db_clone = Arc::clone(&db);
[INFO] [stderr] ...   |
[INFO] [stderr] 102 | |         });
[INFO] [stderr] 103 | |     }
[INFO] [stderr]     | |_____- any code following this expression is unreachable
[INFO] [stderr] 104 |
[INFO] [stderr] 105 |       Ok(())
[INFO] [stderr]     |       ^^^^^^ unreachable expression
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 _ => unreachable!(),
[INFO] [stderr]    |                 ^ no value can reach this
[INFO] [stderr]    |
[INFO] [stderr] note: multiple earlier patterns match some of the same values
[INFO] [stderr]   --> crates/carcinusdb/src/vm/expression.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 56 |                 BinaryOperator::Add => left + right,
[INFO] [stderr]    |                 ------------------- matches some of the same values
[INFO] [stderr] 57 |                 BinaryOperator::Sub => left - right,
[INFO] [stderr]    |                 ------------------- matches some of the same values
[INFO] [stderr] 58 |                 BinaryOperator::Mul => left * right,
[INFO] [stderr]    |                 ------------------- matches some of the same values
[INFO] [stderr] 59 |                 BinaryOperator::Div => left / right,
[INFO] [stderr]    |                 ------------------- matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 83 |                 _ => unreachable!(),
[INFO] [stderr]    |                 ^ ...and 8 other patterns collectively make this unreachable
[INFO] [stderr]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: static `DISK_BLOCK_SIZE` is never used
[INFO] [stderr]   --> crates/carcinusdb/src/os.rs:11:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub static DISK_BLOCK_SIZE: LazyLock<usize> = LazyLock::new(|| {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `FileSystemBlockSize` is never used
[INFO] [stderr]   --> crates/carcinusdb/src/os.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub trait FileSystemBlockSize {
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Fs` is never constructed
[INFO] [stderr]   --> crates/carcinusdb/src/os.rs:23:12
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct Fs;
[INFO] [stderr]    |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `bypass_cache` is never used
[INFO] [stderr]   --> crates/carcinusdb/src/os.rs:45:12
[INFO] [stderr]    |
[INFO] [stderr] 43 | impl OpenOptions {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] 44 |     /// disable OS
[INFO] [stderr] 45 |     pub fn bypass_cache(mut self, bypass_cache: bool) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `input` is never read
[INFO] [stderr]   --> crates/carcinusdb/src/sql/parser/mod.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub struct Parser<'a> {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] 34 |     input: &'a str,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `previous`, `current`, `expect_one_of`, and `parse_constrains` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/sql/parser/mod.rs:70:8
[INFO] [stderr]     |
[INFO] [stderr]  44 | impl<'a> Parser<'a> {
[INFO] [stderr]     | ------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  70 |     fn previous(&self) -> Option<&Token> {
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  74 |     fn current(&self) -> Option<&Token> {
[INFO] [stderr]     |        ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 186 |     fn expect_one_of<'k, K>(&mut self, keywords: &'k K) -> sql::Result<Keyword>
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 412 |     fn parse_constrains(&mut self) -> sql::Result<Constrains> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `input` is never read
[INFO] [stderr]  --> crates/carcinusdb/src/sql/parser/tokenizer.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub struct Stream<'a> {
[INFO] [stderr]   |            ------ field in this struct
[INFO] [stderr] 9 |     input: &'a str,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `raw` is never used
[INFO] [stderr]   --> crates/carcinusdb/src/sql/parser/tokenizer.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl<'a> Stream<'a> {
[INFO] [stderr]    | ------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 24 |     pub fn raw(&self) -> &'a str {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/sql/record.rs:356:12
[INFO] [stderr]     |
[INFO] [stderr] 260 | impl RecordMut {
[INFO] [stderr]     | -------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 356 |     pub fn get(&self, index: usize) -> &Value {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_table` and `insert_index` are never used
[INFO] [stderr]   --> crates/carcinusdb/src/sql/schema.rs:55:12
[INFO] [stderr]    |
[INFO] [stderr] 43 | impl Catalog {
[INFO] [stderr]    | ------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 55 |     pub fn get_table(&self, name: &str) -> Result<TableMetadata> {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 63 |     pub fn insert_index(&self, table_name: &str, index: IndexMetadata) -> Result<()> {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `unique` is never read
[INFO] [stderr]    --> crates/carcinusdb/src/sql/schema.rs:216:9
[INFO] [stderr]     |
[INFO] [stderr] 206 | pub struct IndexMetadata {
[INFO] [stderr]     |            ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 216 |     pub unique: bool,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `IndexMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `name` is never read
[INFO] [stderr]    --> crates/carcinusdb/src/sql/schema.rs:245:9
[INFO] [stderr]     |
[INFO] [stderr] 241 | pub struct TableMetadata {
[INFO] [stderr]     |            ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 245 |     pub name: String,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TableMetadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `has_row_id` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/sql/schema.rs:306:8
[INFO] [stderr]     |
[INFO] [stderr] 279 | impl Schema {
[INFO] [stderr]     | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 306 |     fn has_row_id(&self) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `null` and `unique` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/sql/schema.rs:582:12
[INFO] [stderr]     |
[INFO] [stderr] 570 | impl ColumnPropertiesBuilder {
[INFO] [stderr]     | ---------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 582 |     pub fn null(mut self) -> Self {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 592 |     pub fn unique(mut self) -> Self {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `AnyBlob` is never used
[INFO] [stderr]  --> crates/carcinusdb/src/sql/types/blob.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub trait AnyBlob {
[INFO] [stderr]   |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PAGE_NUMBER_SIZE` is never used
[INFO] [stderr]   --> crates/carcinusdb/src/storage/mod.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const PAGE_NUMBER_SIZE: usize = std::mem::size_of::<PageNumber>();
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_index` and `is_table` are never used
[INFO] [stderr]   --> crates/carcinusdb/src/storage/btree.rs:43:12
[INFO] [stderr]    |
[INFO] [stderr] 33 | impl BTreeKey {
[INFO] [stderr]    | ------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 43 |     pub fn is_index(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 51 |     pub fn is_table(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `page` is never read
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:120:13
[INFO] [stderr]     |
[INFO] [stderr] 120 |     Found { page: PageNumber, slot: SlotNumber },
[INFO] [stderr]     |     -----   ^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SearchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `page` is never read
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:121:16
[INFO] [stderr]     |
[INFO] [stderr] 121 |     NotFound { page: PageNumber, slot: SlotNumber },
[INFO] [stderr]     |     --------   ^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SearchResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: methods `min`, `max`, and `position` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:160:8
[INFO] [stderr]     |
[INFO] [stderr] 139 | pub trait DatabaseCursor {
[INFO] [stderr]     |           -------------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 160 |     fn min(&mut self) -> storage::Result<Option<Record>>;
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 163 |     fn max(&mut self) -> storage::Result<Option<Record>>;
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 169 |     fn position(&self) -> (PageNumber, SlotNumber);
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `invalidate` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:412:8
[INFO] [stderr]     |
[INFO] [stderr] 194 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stderr]     | -------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 412 |     fn invalidate(&mut self, key: BTreeKey) {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:656:12
[INFO] [stderr]     |
[INFO] [stderr] 655 | impl InsertOptions {
[INFO] [stderr]     | ------------------ associated function in this implementation
[INFO] [stderr] 656 |     pub fn new(flags: usize) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `set_replace` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:669:12
[INFO] [stderr]     |
[INFO] [stderr] 661 | impl InsertOptions {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 669 |     pub fn set_replace(&mut self) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `InsertOptionsBuilder` is never constructed
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:690:12
[INFO] [stderr]     |
[INFO] [stderr] 690 | pub struct InsertOptionsBuilder {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `replace`, and `build` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:696:12
[INFO] [stderr]     |
[INFO] [stderr] 694 | impl InsertOptionsBuilder {
[INFO] [stderr]     | ------------------------- associated items in this implementation
[INFO] [stderr] 695 |     /// Creates builder with default options set by default.
[INFO] [stderr] 696 |     pub fn new() -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 702 |     pub fn replace(mut self) -> Self {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 707 |     pub fn build(self) -> InsertOptions {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:720:12
[INFO] [stderr]     |
[INFO] [stderr] 719 | impl DeleteOptions {
[INFO] [stderr]     | ------------------ associated function in this implementation
[INFO] [stderr] 720 |     pub fn new(flags: usize) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `set_returning` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:732:12
[INFO] [stderr]     |
[INFO] [stderr] 725 | impl DeleteOptions {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 732 |     pub fn set_returning(&mut self) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DeleteOptionsBuilder` is never constructed
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:745:12
[INFO] [stderr]     |
[INFO] [stderr] 745 | pub struct DeleteOptionsBuilder {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `returning`, and `build` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:751:12
[INFO] [stderr]     |
[INFO] [stderr] 749 | impl DeleteOptionsBuilder {
[INFO] [stderr]     | ------------------------- associated items in this implementation
[INFO] [stderr] 750 |     /// Creates builder with default options set by default.
[INFO] [stderr] 751 |     pub fn new() -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 757 |     pub fn returning(mut self) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 762 |     pub fn build(self) -> DeleteOptions {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `build_high_key` is never used
[INFO] [stderr]     --> crates/carcinusdb/src/storage/btree.rs:1444:8
[INFO] [stderr]      |
[INFO] [stderr]  767 | impl<'tx> BTreeCursor<'tx> {
[INFO] [stderr]      | -------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 1444 |     fn build_high_key(&mut self, page: &Page, entry: &BTreeKey) -> storage::Result<BTreeCell> {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `CellSplit` is never used
[INFO] [stderr]     --> crates/carcinusdb/src/storage/btree.rs:1636:6
[INFO] [stderr]      |
[INFO] [stderr] 1636 | type CellSplit = (Option<usize>, Vec<usize>);
[INFO] [stderr]      |      ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `capacity` is never read
[INFO] [stderr]   --> crates/carcinusdb/src/storage/buffer_pool.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct BufferPool {
[INFO] [stderr]    |            ---------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 15 |     capacity: usize,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BufferPool` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `usable_space` is never used
[INFO] [stderr]   --> crates/carcinusdb/src/storage/page.rs:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub fn usable_space(page_size: usize, reserved: usize) -> usize {
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_freelist_pages` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:150:12
[INFO] [stderr]     |
[INFO] [stderr] 133 | impl DatabaseHeader {
[INFO] [stderr]     | ------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 150 |     pub fn get_freelist_pages(&self) -> u32 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_leaf` and `is_internal` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:225:12
[INFO] [stderr]     |
[INFO] [stderr] 224 | impl PageType {
[INFO] [stderr]     | ------------- methods in this implementation
[INFO] [stderr] 225 |     pub fn is_leaf(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 232 |     pub fn is_internal(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `alloc`, `storage_space`, and `set_child` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:375:12
[INFO] [stderr]     |
[INFO] [stderr] 330 | impl Page {
[INFO] [stderr]     | --------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 375 |     pub fn alloc(size: usize, drop: Option<DropFn>) -> Self {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 471 |     pub fn storage_space(&self) -> u16 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 806 |     pub fn set_child(&self, index: SlotNumber, new_child: PageNumber) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `add_free_fragment` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:899:12
[INFO] [stderr]     |
[INFO] [stderr] 862 | impl Page {
[INFO] [stderr]     | --------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 899 |     pub fn add_free_fragment(&self, value: u8) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `db_header` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:984:12
[INFO] [stderr]     |
[INFO] [stderr] 982 | impl Page {
[INFO] [stderr]     | --------- method in this implementation
[INFO] [stderr] 983 |     /// Returns database header. Only use with page that have non-zero offset.
[INFO] [stderr] 984 |     pub fn db_header(&self) -> DatabaseHeader {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `push` is never used
[INFO] [stderr]     --> crates/carcinusdb/src/storage/page.rs:1130:12
[INFO] [stderr]      |
[INFO] [stderr] 1038 | impl<'a> SlotArray<'a> {
[INFO] [stderr]      | ---------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 1130 |     pub fn push(&mut self, value: u16) {
[INFO] [stderr]      |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `row_id` is never read
[INFO] [stderr]     --> crates/carcinusdb/src/storage/page.rs:1675:9
[INFO] [stderr]      |
[INFO] [stderr] 1669 | pub struct TableInternalCell {
[INFO] [stderr]      |            ----------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 1675 |     pub row_id: RowId,
[INFO] [stderr]      |         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `TableInternalCell` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `set_left_child` is never used
[INFO] [stderr]     --> crates/carcinusdb/src/storage/page.rs:1999:8
[INFO] [stderr]      |
[INFO] [stderr] 1998 | impl<'a> IndexInternalCellRef<'a> {
[INFO] [stderr]      | --------------------------------- method in this implementation
[INFO] [stderr] 1999 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `set_left_child` is never used
[INFO] [stderr]     --> crates/carcinusdb/src/storage/page.rs:2120:8
[INFO] [stderr]      |
[INFO] [stderr] 2119 | impl<'a> TableInternalCellRef<'a> {
[INFO] [stderr]      | --------------------------------- method in this implementation
[INFO] [stderr] 2120 |     fn set_left_child(&mut self, value: PageNumber) {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_error`, `is_loaded`, and `clear_error` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/pager.rs:78:12
[INFO] [stderr]     |
[INFO] [stderr]  70 | impl MemPage {
[INFO] [stderr]     | ------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  78 |     pub fn is_error(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  86 |     pub fn is_loaded(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 102 |     pub fn clear_error(&self) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_locked` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/pager.rs:124:12
[INFO] [stderr]     |
[INFO] [stderr] 116 | impl MemPage {
[INFO] [stderr]     | ------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 124 |     pub fn is_locked(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/pager.rs:242:12
[INFO] [stderr]     |
[INFO] [stderr] 233 | impl SharedPageGuard {
[INFO] [stderr]     | -------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 242 |     pub fn id(&self) -> PageNumber {
[INFO] [stderr]     |            ^^
[INFO] [stderr] ...
[INFO] [stderr] 246 |     pub fn is_error(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 250 |     pub fn is_dirty(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 254 |     pub fn is_loaded(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 258 |     pub fn set_error(&self) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 262 |     pub fn set_dirty(&self) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 266 |     pub fn set_loaded(&self) {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 270 |     pub fn clear_error(&self) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 274 |     pub fn clear_dirty(&self) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 278 |     pub fn clear_loaded(&self) {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_error`, `is_dirty`, `is_loaded`, `set_dirty`, and `clear_error` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/pager.rs:330:12
[INFO] [stderr]     |
[INFO] [stderr] 301 | impl ExclusivePageGuard {
[INFO] [stderr]     | ----------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 330 |     pub fn is_error(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 334 |     pub fn is_dirty(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 338 |     pub fn is_loaded(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 346 |     pub fn set_dirty(&self) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 354 |     pub fn clear_error(&self) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `write_page` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/pager.rs:556:12
[INFO] [stderr]     |
[INFO] [stderr] 402 | impl Pager {
[INFO] [stderr]     | ---------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 556 |     pub fn write_page(&self, tx: &mut Transaction, page: MemPageRef) -> storage::Result<()> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `set_db_size` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/wal/mod.rs:187:12
[INFO] [stderr]     |
[INFO] [stderr] 142 | impl MemWalHeader {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 187 |     pub fn set_db_size(&self, value: u32) {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `append_frame` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/wal/mod.rs:554:12
[INFO] [stderr]     |
[INFO] [stderr] 433 | impl WriteAheadLog {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 554 |     pub fn append_frame(
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> crates/carcinusdb/src/storage/wal/transaction.rs:138:10
[INFO] [stderr]     |
[INFO] [stderr] 138 |     Read(SlotGuard<READERS_NUM>),
[INFO] [stderr]     |     ---- ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 138 -     Read(SlotGuard<READERS_NUM>),
[INFO] [stderr] 138 +     Read(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `guard` is never read
[INFO] [stderr]    --> crates/carcinusdb/src/storage/wal/transaction.rs:140:9
[INFO] [stderr]     |
[INFO] [stderr] 139 |     Write {
[INFO] [stderr]     |     ----- field in this variant
[INFO] [stderr] 140 |         guard: MutexGuard<'static, ()>,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `guard` is never read
[INFO] [stderr]    --> crates/carcinusdb/src/storage/wal/transaction.rs:145:9
[INFO] [stderr]     |
[INFO] [stderr] 144 |     Exclusive {
[INFO] [stderr]     |     --------- field in this variant
[INFO] [stderr] 145 |         guard: MutexGuard<'static, ()>,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `empty`, `is_empty`, `read_from`, `read_page`, `page_size_needed_for`, and `sort_by` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/vm/operator/collect.rs:35:12
[INFO] [stderr]     |
[INFO] [stderr]  33 | impl RecordBuffer {
[INFO] [stderr]     | ----------------- associated items in this implementation
[INFO] [stderr]  34 |     /// Empty buffer used to only replace other ones with `mem::replace`.
[INFO] [stderr]  35 |     pub fn empty() -> Self {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  85 |     pub fn is_empty(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 |     pub fn read_from(&mut self, file: &mut impl Read) -> vm::Result<()> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 154 |     pub fn read_page(&mut self, file: &mut (impl Seek + Read), page: usize) -> vm::Result<()> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 160 |     pub fn page_size_needed_for(row_size: usize) -> usize {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 173 |     pub fn sort_by(&mut self, cmp: impl FnMut(&Record, &Record) -> Ordering) {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `page_size` is never read
[INFO] [stderr]   --> crates/carcinusdb/src/vm/operator/sort.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct Sort<'tx> {
[INFO] [stderr]    |            ---- field in this struct
[INFO] [stderr] 23 |     sorted: bool,
[INFO] [stderr] 24 |     page_size: usize,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> crates/carcinusdb/src/vm/planner.rs:17:10
[INFO] [stderr]    |
[INFO] [stderr] 17 |     Drop(Drop),
[INFO] [stderr]    |     ---- ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 17 -     Drop(Drop),
[INFO] [stderr] 17 +     Drop(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> crates/carcinusdb/src/vm/planner.rs:25:13
[INFO] [stderr]    |
[INFO] [stderr] 25 |     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stderr]    |     ------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 25 -     Explain(Box<ExecutionPlan<'tx>>),
[INFO] [stderr] 25 +     Explain(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:435:24
[INFO] [stderr]     |
[INFO] [stderr] 435 |     pub fn as_io_slice(&self) -> IoSlice {
[INFO] [stderr]     |                        ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 435 |     pub fn as_io_slice(&self) -> IoSlice<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:490:19
[INFO] [stderr]     |
[INFO] [stderr] 490 |     fn slot_array(&self) -> SlotArray {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 490 |     fn slot_array(&self) -> SlotArray<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:494:23
[INFO] [stderr]     |
[INFO] [stderr] 494 |     fn freeblock_list(&self) -> FreeblockList {
[INFO] [stderr]     |                       ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 494 |     fn freeblock_list(&self) -> FreeblockList<'_> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: variable `Record` should have a snake case name
[INFO] [stderr]    --> crates/carcinusdb/src/vm/dml/insert.rs:116:22
[INFO] [stderr]     |
[INFO] [stderr] 116 |         let Some(mut Record) = self.values.pop_front() else {
[INFO] [stderr]     |                      ^^^^^^ help: convert the identifier to snake case: `record`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `Record_id` should have a snake case name
[INFO] [stderr]    --> crates/carcinusdb/src/vm/dml/insert.rs:120:13
[INFO] [stderr]     |
[INFO] [stderr] 120 |         let Record_id = Record
[INFO] [stderr]     |             ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `Record_id` should have a snake case name
[INFO] [stderr]    --> crates/carcinusdb/src/vm/dml/insert.rs:153:17
[INFO] [stderr]     |
[INFO] [stderr] 153 |             let Record_id = record.get_value(0).to_int();
[INFO] [stderr]     |                 ^^^^^^^^^ help: convert the identifier to snake case: `record_id`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> crates/carcinusdb/src/storage/wal/mod.rs:840:9
[INFO] [stderr]     |
[INFO] [stderr] 840 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> crates/carcinusdb/src/utils/bytes.rs:650:13
[INFO] [stderr]     |
[INFO] [stderr] 650 |         let mut n = 100;
[INFO] [stderr]     |             ----^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `position` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:169:8
[INFO] [stderr]     |
[INFO] [stderr] 139 | pub trait DatabaseCursor {
[INFO] [stderr]     |           -------------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 169 |     fn position(&self) -> (PageNumber, SlotNumber);
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `replace` is never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/btree.rs:702:12
[INFO] [stderr]     |
[INFO] [stderr] 694 | impl InsertOptionsBuilder {
[INFO] [stderr]     | ------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 702 |     pub fn replace(mut self) -> Self {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `storage_space` and `set_child` are never used
[INFO] [stderr]    --> crates/carcinusdb/src/storage/page.rs:471:12
[INFO] [stderr]     |
[INFO] [stderr] 330 | impl Page {
[INFO] [stderr]     | --------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 471 |     pub fn storage_space(&self) -> u16 {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 806 |     pub fn set_child(&self, index: SlotNumber, new_child: PageNumber) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `carcinusdb` (lib) generated 64 warnings (run `cargo fix --lib -p carcinusdb` to apply 3 suggestions)
[INFO] [stderr] warning: `carcinusdb` (lib test) generated 61 warnings (56 duplicates) (run `cargo fix --lib -p carcinusdb --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/carcinusdb-9da8351c1809c613)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test sql::schema::test_catalog ... ok
[INFO] [stdout] test sql::record::tests::test_record_builder ... ok
[INFO] [stdout] test sql::types::tests::test_value_comparison ... ok
[INFO] [stdout] test sql::parser::tokenizer::tests::test_tokenize ... ok
[INFO] [stdout] test utils::buffer::tests::test_reset ... ok
[INFO] [stdout] test utils::bytes::tests::test_crc ... ok
[INFO] [stdout] test utils::bytes::tests::test_flip_bits ... ok
[INFO] [stdout] test utils::bytes::tests::test_varint ... ok
[INFO] [stdout] test utils::bytes::tests::test_zigzag ... ok
[INFO] [stdout] test utils::cast::tests::test_bytes_of ... ok
[INFO] [stdout] test utils::cast::tests::test_cast_slice ... ok
[INFO] [stdout] test utils::cast::tests::test_from_bytes ... ok
[INFO] [stdout] test storage::page::tests::test_min_max ... ok
[INFO] [stdout] test storage::page::tests::test_page ... ok
[INFO] [stdout] test utils::bytes::tests::test_bytes_cursor ... ok
[INFO] [stdout] test sql::record::tests::test_record ... ok
[INFO] [stdout] test database::tests::test_linear_scan ... FAILED
[INFO] [stdout] test database::tests::test_select ... FAILED
[INFO] [stdout] test database::tests::test_user_input ... FAILED
[INFO] [stdout] test sql::parser::tests::main_test ... FAILED
[INFO] [stdout] test database::tests::test_insert ... FAILED
[INFO] [stdout] test database::tests::test_execute ... FAILED
[INFO] [stdout] test database::tests::test_search ... FAILED
[INFO] [stdout] test database::tests::test_delete ... FAILED
[INFO] [stdout] test sql::tests::test_pipeline ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- database::tests::test_linear_scan stdout ----
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<carcinusdb::database::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, carcinusdb::database::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::database::tests::test_linear_scan
[INFO] [stdout]              at ./src/database/mod.rs:684:18
[INFO] [stdout]    3: carcinusdb::database::tests::test_linear_scan::{closure#0}
[INFO] [stdout]              at ./src/database/mod.rs:681:30
[INFO] [stdout]    4: <carcinusdb::database::tests::test_linear_scan::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- database::tests::test_select stdout ----
[INFO] [stdout] Error: attempted to set a logger after the logging system was already initialized
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<log::SetLoggerError>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, log::SetLoggerError>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::database::tests::test_select
[INFO] [stdout]              at ./src/database/mod.rs:797:9
[INFO] [stdout]    3: carcinusdb::database::tests::test_select::{closure#0}
[INFO] [stdout]              at ./src/database/mod.rs:796:25
[INFO] [stdout]    4: <carcinusdb::database::tests::test_select::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- database::tests::test_user_input stdout ----
[INFO] [stdout] Error: attempted to set a logger after the logging system was already initialized
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<log::SetLoggerError>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, log::SetLoggerError>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::database::tests::test_user_input
[INFO] [stdout]              at ./src/database/mod.rs:816:9
[INFO] [stdout]    3: carcinusdb::database::tests::test_user_input::{closure#0}
[INFO] [stdout]              at ./src/database/mod.rs:815:29
[INFO] [stdout]    4: <carcinusdb::database::tests::test_user_input::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- sql::parser::tests::main_test stdout ----
[INFO] [stdout] SELECT col_1, col_2, col_3 FROM test WHERE col_1 = (2 + 2 * 2) ORDER BY col_3 ASC, col_2 ASC
[INFO] [stdout] INSERT INTO test (col_1, col_2, col_3) VALUES (1, 2, 3), (4, 5, 6)
[INFO] [stdout] UPDATE test SET name = "Maciek", age = 20 WHERE age >= 30
[INFO] [stdout] DELETE FROM test WHERE age >= 30
[INFO] [stdout] 
[INFO] [stdout] thread 'sql::parser::tests::main_test' (1014) panicked at crates/carcinusdb/src/sql/parser/mod.rs:734:49:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Expected { expected: SemiColon, found: LeftParen }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x601b78a10098 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x601b78a10098 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x601b78a10098 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x601b78a10098 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x601b78a254fa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x601b78a254fa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x601b78a14fd2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x601b78a14fd2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x601b789ee336 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x601b789ee336 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x601b78a08309 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x601b78979c7c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x601b78979c7c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x601b78a084c2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x601b78a084c2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x601b789ee3f2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x601b789e2f39 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x601b789ef27d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x601b78a25cec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x601b78a25a32 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x601b78844b6c - <core[8fb95b77d25ab6c8]::result::Result<carcinusdb[32321949998cdca]::sql::parser::statement::Statement, carcinusdb[32321949998cdca]::sql::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x601b78844b6c - carcinusdb[32321949998cdca]::sql::parser::tests::main_test
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/carcinusdb/src/sql/parser/mod.rs:734:49
[INFO] [stdout]   22:     0x601b788403e7 - carcinusdb[32321949998cdca]::sql::parser::tests::main_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/carcinusdb/src/sql/parser/mod.rs:710:23
[INFO] [stdout]   23:     0x601b7887d5a6 - <carcinusdb[32321949998cdca]::sql::parser::tests::main_test::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x601b7896cd5b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x601b7896cd5b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x601b7897a5d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x601b7897a5d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x601b7897a5d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x601b7897a5d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x601b7897a5d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x601b7897a5d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x601b7897a5d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x601b78973ee4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x601b78973ee4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x601b7897d652 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x601b7897d652 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x601b7897d652 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x601b7897d652 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x601b7897d652 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x601b7897d652 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x601b7897d652 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x601b78a0f9cf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x601b78a0f9cf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x721821f4aaa4 - <unknown>
[INFO] [stdout]   45:     0x721821fd7a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- database::tests::test_insert stdout ----
[INFO] [stdout] Error: attempted to set a logger after the logging system was already initialized
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<log::SetLoggerError>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, log::SetLoggerError>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::database::tests::test_insert
[INFO] [stdout]              at ./src/database/mod.rs:612:9
[INFO] [stdout]    3: carcinusdb::database::tests::test_insert::{closure#0}
[INFO] [stdout]              at ./src/database/mod.rs:611:25
[INFO] [stdout]    4: <carcinusdb::database::tests::test_insert::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- database::tests::test_execute stdout ----
[INFO] [stdout] Error: attempted to set a logger after the logging system was already initialized
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<log::SetLoggerError>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, log::SetLoggerError>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::database::tests::test_execute
[INFO] [stdout]              at ./src/database/mod.rs:733:9
[INFO] [stdout]    3: carcinusdb::database::tests::test_execute::{closure#0}
[INFO] [stdout]              at ./src/database/mod.rs:732:26
[INFO] [stdout]    4: <carcinusdb::database::tests::test_execute::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- database::tests::test_search stdout ----
[INFO] [stdout] Error: attempted to set a logger after the logging system was already initialized
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<log::SetLoggerError>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, log::SetLoggerError>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::database::tests::test_search
[INFO] [stdout]              at ./src/database/mod.rs:652:9
[INFO] [stdout]    3: carcinusdb::database::tests::test_search::{closure#0}
[INFO] [stdout]              at ./src/database/mod.rs:651:25
[INFO] [stdout]    4: <carcinusdb::database::tests::test_search::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- database::tests::test_delete stdout ----
[INFO] [stdout] Error: attempted to set a logger after the logging system was already initialized
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<log::SetLoggerError>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, log::SetLoggerError>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::database::tests::test_delete
[INFO] [stdout]              at ./src/database/mod.rs:710:9
[INFO] [stdout]    3: carcinusdb::database::tests::test_delete::{closure#0}
[INFO] [stdout]              at ./src/database/mod.rs:709:25
[INFO] [stdout]    4: <carcinusdb::database::tests::test_delete::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- sql::tests::test_pipeline stdout ----
[INFO] [stdout] Error: unexpected token: ..
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<carcinusdb::sql::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, carcinusdb::sql::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: carcinusdb::sql::tests::test_pipeline
[INFO] [stdout]              at ./src/sql/mod.rs:90:29
[INFO] [stdout]    3: carcinusdb::sql::tests::test_pipeline::{closure#0}
[INFO] [stdout]              at ./src/sql/mod.rs:87:27
[INFO] [stdout]    4: <carcinusdb::sql::tests::test_pipeline::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     database::tests::test_delete
[INFO] [stdout]     database::tests::test_execute
[INFO] [stdout]     database::tests::test_insert
[INFO] [stdout]     database::tests::test_linear_scan
[INFO] [stdout]     database::tests::test_search
[INFO] [stdout]     database::tests::test_select
[INFO] [stdout]     database::tests::test_user_input
[INFO] [stdout]     sql::parser::tests::main_test
[INFO] [stdout]     sql::tests::test_pipeline
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p carcinusdb --lib`
[INFO] running `Command { std: "docker" "inspect" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507", kill_on_drop: false }`
[INFO] [stdout] 6abadac028f6b0b8683b33f4b7bfdb2c051bc19bac9aa705a7fbbb5527c58507
