[INFO] cloning repository https://github.com/Vimthusiast/tempest
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Vimthusiast/tempest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVimthusiast%2Ftempest", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVimthusiast%2Ftempest'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0d700b6b819074c852d058e36925b5d8f1fa9945
[INFO] checking Vimthusiast/tempest against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVimthusiast%2Ftempest" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Vimthusiast/tempest
[INFO] finished tweaking git repo https://github.com/Vimthusiast/tempest
[INFO] tweaked toml for git repo https://github.com/Vimthusiast/tempest written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Vimthusiast/tempest on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Vimthusiast/tempest already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-tree v0.4.1
[INFO] [stderr]   Downloaded crc64 v2.0.0
[INFO] [stderr]   Downloaded integer-encoding v4.1.0
[INFO] [stderr]   Downloaded io-uring v0.6.4
[INFO] [stderr]   Downloaded logos-derive v0.16.1
[INFO] [stderr]   Downloaded ariadne v0.6.0
[INFO] [stderr]   Downloaded logos v0.16.1
[INFO] [stderr]   Downloaded logos-codegen v0.16.1
[INFO] [stderr]   Downloaded tokio-uring v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10
[INFO] running `Command { std: "docker" "start" "50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10", 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" "50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling io-uring v0.6.4
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking integer-encoding v4.1.0
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking crc64 v2.0.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking tracing-tree v0.4.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking nix v0.30.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling logos-codegen v0.16.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]     Checking tokio-uring v0.5.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking ariadne v0.6.0
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking rustyline v17.0.2
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]    Compiling logos-derive v0.16.1
[INFO] [stderr]     Checking tempest_core v0.0.1 (/opt/rustwide/workdir/tempest_core)
[INFO] [stderr]     Checking logos v0.16.1
[INFO] [stderr]     Checking tempest_tql v0.0.1 (/opt/rustwide/workdir/tempest_tql)
[INFO] [stdout] warning: unused import: `borrow::Cow`
[INFO] [stdout]  --> tempest_tql/src/ast/ty.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::Cow, ops::Range};
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `borrow::Cow`
[INFO] [stdout]  --> tempest_tql/src/ast/ty.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{borrow::Cow, ops::Range};
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_static` is never used
[INFO] [stdout]    --> tempest_tql/src/lexer/token.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl<'a> Token<'a> {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 143 |     pub(crate) fn into_static(self) -> Token<'static> {
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_static` is never used
[INFO] [stdout]    --> tempest_tql/src/lexer/token.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl<'a> Token<'a> {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] 143 |     pub(crate) fn into_static(self) -> Token<'static> {
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tempest_kv v0.0.1 (/opt/rustwide/workdir/tempest_kv)
[INFO] [stdout] warning: unused import: `SeqNum`
[INFO] [stdout]  --> tempest_kv/src/iterator/mod.rs:9:42
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::base::{Comparer, InternalKey, SeqNum, StorageResult};
[INFO] [stdout]   |                                          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SeqNum`
[INFO] [stdout]  --> tempest_kv/src/iterator/mod.rs:9:42
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::base::{Comparer, InternalKey, SeqNum, StorageResult};
[INFO] [stdout]   |                                          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> tempest_kv/src/lib.rs:191:25
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl<F: FioFS, C: Comparer> Storage<F, C> {
[INFO] [stdout]     | ----------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub(crate) async fn get(&self, key: &Bytes, snapshot: SeqNum) -> StorageResult<Option<Bytes>> {
[INFO] [stdout]     |                         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `compare_logical` and `byte_key` are never used
[INFO] [stdout]    --> tempest_kv/src/base/mod.rs:194:19
[INFO] [stdout]     |
[INFO] [stdout] 177 | impl<C: Comparer, K: AsRef<[u8]>> InternalKey<C, K> {
[INFO] [stdout]     | --------------------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 194 |     pub(crate) fn compare_logical(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |     pub(crate) fn byte_key(&self) -> InternalKey<C, Bytes> {
[INFO] [stdout]     |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `silo_root` is never read
[INFO] [stdout]    --> tempest_kv/src/manifest/mod.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub(crate) struct StorageManifest<F: FioFS> {
[INFO] [stdout]     |                   --------------- field in this struct
[INFO] [stdout] 203 |     /// The root path of the storage this manifest belongs to.
[INFO] [stdout] 204 |     silo_root: PathBuf,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StorageManifest` 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 `filenum_current` is never used
[INFO] [stdout]    --> tempest_kv/src/manifest/mod.rs:406:25
[INFO] [stdout]     |
[INFO] [stdout] 221 | impl<F: FioFS> StorageManifest<F> {
[INFO] [stdout]     | --------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 406 |     pub(crate) const fn filenum_current(&self) -> u64 {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> tempest_kv/src/memtable.rs:57:19
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<C: Comparer> MemTable<C> {
[INFO] [stdout]    | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub(crate) fn get(&self, key: &Bytes, snapshot: SeqNum) -> Option<Bytes> {
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_offsets` is never used
[INFO] [stdout]    --> tempest_kv/src/sst/block.rs:133:4
[INFO] [stdout]     |
[INFO] [stdout] 133 | fn parse_offsets(buf: &[u8], entries_end: usize) -> &[U32<LittleEndian>] {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `restart_count` is never read
[INFO] [stdout]    --> tempest_kv/src/sst/block.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct BlockIterator<C: Comparer> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 141 |     restart_count: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BlockReader` is never constructed
[INFO] [stdout]    --> tempest_kv/src/sst/block.rs:199:12
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub struct BlockReader<C: Comparer> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get`, and `iter` are never used
[INFO] [stdout]    --> tempest_kv/src/sst/block.rs:205:12
[INFO] [stdout]     |
[INFO] [stdout] 204 | impl<C: Comparer> BlockReader<C> {
[INFO] [stdout]     | -------------------------------- associated items in this implementation
[INFO] [stdout] 205 |     pub fn new(buf: Bytes) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |     pub fn get(&self, search_key: &InternalKey<C, &[u8]>) -> Option<Bytes> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn iter(&self) -> BlockIterator<C> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `maybe_contains` is never used
[INFO] [stdout]   --> tempest_kv/src/sst/bloom.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl BloomFilter {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn maybe_contains(&self, key: &[u8]) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bloom` is never read
[INFO] [stdout]    --> tempest_kv/src/sst/reader.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub struct SstReader<F: FioFile, C: Comparer> {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] 141 |     file: Arc<F>,
[INFO] [stdout] 142 |     bloom: BloomFilter,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]    --> tempest_kv/src/sst/reader.rs:199:18
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl<F: FioFile, C: Comparer> SstReader<F, C> {
[INFO] [stdout]     | --------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub async fn get(&self, key: &InternalKey<C, &[u8]>) -> StorageResult<Option<Bytes>> {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `storage_dir` is never read
[INFO] [stdout]    --> tempest_kv/src/wal/mod.rs:250:5
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub struct Wal<F: FioFS> {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] 250 |     storage_dir: PathBuf,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Wal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tempest_engine v0.0.1 (/opt/rustwide/workdir/tempest_engine)
[INFO] [stdout] warning: unused variable: `plan`
[INFO] [stdout]  --> tempest_engine/src/query/exec.rs:6:41
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub(crate) fn build_executor(&self, plan: PlanNode) -> Result<(), ()> {
[INFO] [stdout]   |                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_plan`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `plan`
[INFO] [stdout]  --> tempest_engine/src/query/exec.rs:6:41
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub(crate) fn build_executor(&self, plan: PlanNode) -> Result<(), ()> {
[INFO] [stdout]   |                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_plan`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `silo_root` is never read
[INFO] [stdout]    --> tempest_kv/src/manifest/mod.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub(crate) struct StorageManifest<F: FioFS> {
[INFO] [stdout]     |                   --------------- field in this struct
[INFO] [stdout] 203 |     /// The root path of the storage this manifest belongs to.
[INFO] [stdout] 204 |     silo_root: PathBuf,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StorageManifest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_offsets` is never used
[INFO] [stdout]    --> tempest_kv/src/sst/block.rs:133:4
[INFO] [stdout]     |
[INFO] [stdout] 133 | fn parse_offsets(buf: &[u8], entries_end: usize) -> &[U32<LittleEndian>] {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `restart_count` is never read
[INFO] [stdout]    --> tempest_kv/src/sst/block.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct BlockIterator<C: Comparer> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 141 |     restart_count: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `iter` is never used
[INFO] [stdout]    --> tempest_kv/src/sst/block.rs:321:12
[INFO] [stdout]     |
[INFO] [stdout] 204 | impl<C: Comparer> BlockReader<C> {
[INFO] [stdout]     | -------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn iter(&self) -> BlockIterator<C> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `storage_dir` is never read
[INFO] [stdout]    --> tempest_kv/src/wal/mod.rs:250:5
[INFO] [stdout]     |
[INFO] [stdout] 249 | pub struct Wal<F: FioFS> {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] 250 |     storage_dir: PathBuf,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Wal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `root`, `fs`, and `config` are never read
[INFO] [stdout]   --> tempest_engine/src/lib.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Engine<F: FioFS> {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 68 |     root: PathBuf,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 69 |     fs: F,
[INFO] [stdout]    |     ^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     config: EngineConfig,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_executor` is never used
[INFO] [stdout]  --> tempest_engine/src/query/exec.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<F: FioFS> Engine<F> {
[INFO] [stdout]   | ------------------------ method in this implementation
[INFO] [stdout] 6 |     pub(crate) fn build_executor(&self, plan: PlanNode) -> Result<(), ()> {
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `root`, `fs`, and `config` are never read
[INFO] [stdout]   --> tempest_engine/src/lib.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Engine<F: FioFS> {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 68 |     root: PathBuf,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 69 |     fs: F,
[INFO] [stdout]    |     ^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     config: EngineConfig,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_executor` is never used
[INFO] [stdout]  --> tempest_engine/src/query/exec.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<F: FioFS> Engine<F> {
[INFO] [stdout]   | ------------------------ method in this implementation
[INFO] [stdout] 6 |     pub(crate) fn build_executor(&self, plan: PlanNode) -> Result<(), ()> {
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tempest-db v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10", kill_on_drop: false }`
[INFO] [stdout] 50850714cd87fd47450aa66469533576ca6520d970d17fe1d9f41d9b5a2eae10
