[INFO] cloning repository https://github.com/tz70s/blake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tz70s/blake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftz70s%2Fblake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftz70s%2Fblake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ea0067bd6fe089b2597658b58fc421c4b62fe93
[INFO] testing tz70s/blake against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftz70s%2Fblake" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tz70s/blake
[INFO] finished tweaking git repo https://github.com/tz70s/blake
[INFO] tweaked toml for git repo https://github.com/tz70s/blake written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tz70s/blake on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tz70s/blake 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5c19cbbff2d2a3044be1219223fa834070153e89ab4f718e8da82b479767736
[INFO] running `Command { std: "docker" "start" "-a" "e5c19cbbff2d2a3044be1219223fa834070153e89ab4f718e8da82b479767736", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5c19cbbff2d2a3044be1219223fa834070153e89ab4f718e8da82b479767736", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5c19cbbff2d2a3044be1219223fa834070153e89ab4f718e8da82b479767736", kill_on_drop: false }`
[INFO] [stdout] e5c19cbbff2d2a3044be1219223fa834070153e89ab4f718e8da82b479767736
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f0055416b83e7ba7cf528bd9e749c558eda93b4c34b93642bc3a6355d904f8f
[INFO] running `Command { std: "docker" "start" "-a" "2f0055416b83e7ba7cf528bd9e749c558eda93b4c34b93642bc3a6355d904f8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]    Compiling tokio v1.28.1
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling blake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ident::Oid`
[INFO] [stdout]   --> src/heap/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use ident::Oid;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exprs`
[INFO] [stdout]   --> src/lake.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `record_batches`
[INFO] [stdout]   --> src/lake.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exprs`
[INFO] [stdout]   --> src/lake.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `record_batches`
[INFO] [stdout]   --> src/lake.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BUFFER_POOL_SIZE` is never used
[INFO] [stdout]   --> src/heap/mod.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const BUFFER_POOL_SIZE: usize = 1024;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HeapTable` is never constructed
[INFO] [stdout]   --> src/heap/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct HeapTable {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HeapTableRef` is never constructed
[INFO] [stdout]   --> src/heap/mod.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct HeapTableRef(Arc<HeapTable>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/heap/mod.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl HeapTableRef {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 36 |     /// Create a new buffer pool owned reference.
[INFO] [stdout] 37 |     pub fn new(heap_table: HeapTable) -> HeapTableRef {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/heap/mod.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl HeapTable {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 51 |     /// Creates a new buffer pool.
[INFO] [stdout] 52 |     pub async fn new<P: AsRef<Path>>(data_file: P, page_dir_file: P) -> anyhow::Result<HeapTable> {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_SIZE` is never used
[INFO] [stdout]   --> src/heap/page.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const PAGE_SIZE: usize = 8 * 1024;
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageGuard` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct PageGuard {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Page` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Page {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `try_from` and `remaining` are never used
[INFO] [stdout]   --> src/heap/page.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Page {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 33 |     /// Create a Page from raw bytes.
[INFO] [stdout] 34 |     pub fn try_from(data: BytesMut) -> anyhow::Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn remaining(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageHeader` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | struct PageHeader {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_HEADER_SIZE` is never used
[INFO] [stdout]   --> src/heap/page.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | const PAGE_HEADER_SIZE: usize = 4 + 4 + 4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/page.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl PageHeader {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 72 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Slot` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout] 90 | struct Slot {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/page.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl Slot {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] 96 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_LOCATION_SIZE` is never used
[INFO] [stdout]  --> src/heap/page_dir.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const PAGE_LOCATION_SIZE: usize = 4 + 8;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageLocation` is never constructed
[INFO] [stdout]   --> src/heap/page_dir.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct PageLocation(pub usize);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageDir` is never constructed
[INFO] [stdout]   --> src/heap/page_dir.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PageDir {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `inner_from_disk`, and `insert` are never used
[INFO] [stdout]   --> src/heap/page_dir.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl PageDir {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 21 |     pub async fn new(file: impl AsRef<Path>) -> anyhow::Result<PageDir> {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     async fn inner_from_disk(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub async fn insert(&self, page_id: PageId, page_location: PageLocation) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tuple` is never constructed
[INFO] [stdout]  --> src/heap/tuple.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Tuple<'a> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Tuple<'_> {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 11 |     /// try_from reads the tuple.
[INFO] [stdout] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TupleHeader` is never constructed
[INFO] [stdout]   --> src/heap/tuple.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct TupleHeader {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TUPLE_HEADER_SIZE` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | const TUPLE_HEADER_SIZE: usize = 8 + 8 + 4 + 4 + 4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl TupleHeader {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 39 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<TupleHeader> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `schema` is never read
[INFO] [stdout]  --> src/lake.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct DB {
[INFO] [stdout]   |            -- field in this struct
[INFO] [stdout] 8 |     schema: Schema,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DB` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tx` is never constructed
[INFO] [stdout]   --> src/lake.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Tx {}
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `scan`, `insert`, `commit`, and `rollback` are never used
[INFO] [stdout]   --> src/lake.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl Tx {
[INFO] [stdout]    | ------- methods in this implementation
[INFO] [stdout] 30 |     /// scan scans all data out with a set of filtering.
[INFO] [stdout] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub async fn commit(&self) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub async fn rollback(&self) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keys` and `values` are never read
[INFO] [stdout]   --> src/lake.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct RecordBatch {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 56 |     keys: Vec<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 57 |     values: Vec<Vec<Vec<u8>>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RecordBatch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/heap/tuple.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[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] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
[INFO] running `Command { std: "docker" "inspect" "2f0055416b83e7ba7cf528bd9e749c558eda93b4c34b93642bc3a6355d904f8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f0055416b83e7ba7cf528bd9e749c558eda93b4c34b93642bc3a6355d904f8f", kill_on_drop: false }`
[INFO] [stdout] 2f0055416b83e7ba7cf528bd9e749c558eda93b4c34b93642bc3a6355d904f8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 391cdde0559fbe093461dbf488808670a1b141ac6f50f4f3804636337532006a
[INFO] running `Command { std: "docker" "start" "-a" "391cdde0559fbe093461dbf488808670a1b141ac6f50f4f3804636337532006a", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `ident::Oid`
[INFO] [stdout]   --> src/heap/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use ident::Oid;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exprs`
[INFO] [stdout]   --> src/lake.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `record_batches`
[INFO] [stdout]   --> src/lake.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exprs`
[INFO] [stdout]   --> src/lake.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `record_batches`
[INFO] [stdout]   --> src/lake.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BUFFER_POOL_SIZE` is never used
[INFO] [stdout]   --> src/heap/mod.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const BUFFER_POOL_SIZE: usize = 1024;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HeapTable` is never constructed
[INFO] [stdout]   --> src/heap/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct HeapTable {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HeapTableRef` is never constructed
[INFO] [stdout]   --> src/heap/mod.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct HeapTableRef(Arc<HeapTable>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/heap/mod.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl HeapTableRef {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 36 |     /// Create a new buffer pool owned reference.
[INFO] [stdout] 37 |     pub fn new(heap_table: HeapTable) -> HeapTableRef {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/heap/mod.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl HeapTable {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 51 |     /// Creates a new buffer pool.
[INFO] [stdout] 52 |     pub async fn new<P: AsRef<Path>>(data_file: P, page_dir_file: P) -> anyhow::Result<HeapTable> {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_SIZE` is never used
[INFO] [stdout]   --> src/heap/page.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const PAGE_SIZE: usize = 8 * 1024;
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageGuard` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct PageGuard {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Page` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Page {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `try_from` and `remaining` are never used
[INFO] [stdout]   --> src/heap/page.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Page {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 33 |     /// Create a Page from raw bytes.
[INFO] [stdout] 34 |     pub fn try_from(data: BytesMut) -> anyhow::Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn remaining(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageHeader` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | struct PageHeader {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_HEADER_SIZE` is never used
[INFO] [stdout]   --> src/heap/page.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | const PAGE_HEADER_SIZE: usize = 4 + 4 + 4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/page.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl PageHeader {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 72 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Slot` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout] 90 | struct Slot {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/page.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl Slot {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] 96 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_LOCATION_SIZE` is never used
[INFO] [stdout]  --> src/heap/page_dir.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const PAGE_LOCATION_SIZE: usize = 4 + 8;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageLocation` is never constructed
[INFO] [stdout]   --> src/heap/page_dir.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct PageLocation(pub usize);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageDir` is never constructed
[INFO] [stdout]   --> src/heap/page_dir.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PageDir {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `inner_from_disk`, and `insert` are never used
[INFO] [stdout]   --> src/heap/page_dir.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl PageDir {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 21 |     pub async fn new(file: impl AsRef<Path>) -> anyhow::Result<PageDir> {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     async fn inner_from_disk(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub async fn insert(&self, page_id: PageId, page_location: PageLocation) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tuple` is never constructed
[INFO] [stdout]  --> src/heap/tuple.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Tuple<'a> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Tuple<'_> {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 11 |     /// try_from reads the tuple.
[INFO] [stdout] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TupleHeader` is never constructed
[INFO] [stdout]   --> src/heap/tuple.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct TupleHeader {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TUPLE_HEADER_SIZE` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | const TUPLE_HEADER_SIZE: usize = 8 + 8 + 4 + 4 + 4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl TupleHeader {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 39 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<TupleHeader> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `schema` is never read
[INFO] [stdout]  --> src/lake.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct DB {
[INFO] [stdout]   |            -- field in this struct
[INFO] [stdout] 8 |     schema: Schema,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DB` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tx` is never constructed
[INFO] [stdout]   --> src/lake.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Tx {}
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `scan`, `insert`, `commit`, and `rollback` are never used
[INFO] [stdout]   --> src/lake.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl Tx {
[INFO] [stdout]    | ------- methods in this implementation
[INFO] [stdout] 30 |     /// scan scans all data out with a set of filtering.
[INFO] [stdout] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub async fn commit(&self) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub async fn rollback(&self) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keys` and `values` are never read
[INFO] [stdout]   --> src/lake.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct RecordBatch {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 56 |     keys: Vec<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 57 |     values: Vec<Vec<Vec<u8>>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RecordBatch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/heap/tuple.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[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] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling blake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ident::Oid`
[INFO] [stdout]   --> src/heap/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use ident::Oid;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exprs`
[INFO] [stdout]   --> src/lake.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `record_batches`
[INFO] [stdout]   --> src/lake.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exprs`
[INFO] [stdout]   --> src/lake.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `record_batches`
[INFO] [stdout]   --> src/lake.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BUFFER_POOL_SIZE` is never used
[INFO] [stdout]   --> src/heap/mod.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const BUFFER_POOL_SIZE: usize = 1024;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HeapTable` is never constructed
[INFO] [stdout]   --> src/heap/mod.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct HeapTable {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HeapTableRef` is never constructed
[INFO] [stdout]   --> src/heap/mod.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct HeapTableRef(Arc<HeapTable>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/heap/mod.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl HeapTableRef {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 36 |     /// Create a new buffer pool owned reference.
[INFO] [stdout] 37 |     pub fn new(heap_table: HeapTable) -> HeapTableRef {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/heap/mod.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl HeapTable {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 51 |     /// Creates a new buffer pool.
[INFO] [stdout] 52 |     pub async fn new<P: AsRef<Path>>(data_file: P, page_dir_file: P) -> anyhow::Result<HeapTable> {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_SIZE` is never used
[INFO] [stdout]   --> src/heap/page.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const PAGE_SIZE: usize = 8 * 1024;
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageGuard` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct PageGuard {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Page` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Page {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `try_from` and `remaining` are never used
[INFO] [stdout]   --> src/heap/page.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Page {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 33 |     /// Create a Page from raw bytes.
[INFO] [stdout] 34 |     pub fn try_from(data: BytesMut) -> anyhow::Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn remaining(&self) -> usize {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageHeader` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | struct PageHeader {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_HEADER_SIZE` is never used
[INFO] [stdout]   --> src/heap/page.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | const PAGE_HEADER_SIZE: usize = 4 + 4 + 4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/page.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl PageHeader {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 72 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Slot` is never constructed
[INFO] [stdout]   --> src/heap/page.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout] 90 | struct Slot {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/page.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl Slot {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] 96 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_LOCATION_SIZE` is never used
[INFO] [stdout]  --> src/heap/page_dir.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const PAGE_LOCATION_SIZE: usize = 4 + 8;
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageLocation` is never constructed
[INFO] [stdout]   --> src/heap/page_dir.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct PageLocation(pub usize);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PageDir` is never constructed
[INFO] [stdout]   --> src/heap/page_dir.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct PageDir {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `inner_from_disk`, and `insert` are never used
[INFO] [stdout]   --> src/heap/page_dir.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl PageDir {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] 21 |     pub async fn new(file: impl AsRef<Path>) -> anyhow::Result<PageDir> {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     async fn inner_from_disk(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub async fn insert(&self, page_id: PageId, page_location: PageLocation) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tuple` is never constructed
[INFO] [stdout]  --> src/heap/tuple.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Tuple<'a> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Tuple<'_> {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 11 |     /// try_from reads the tuple.
[INFO] [stdout] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TupleHeader` is never constructed
[INFO] [stdout]   --> src/heap/tuple.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct TupleHeader {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TUPLE_HEADER_SIZE` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | const TUPLE_HEADER_SIZE: usize = 8 + 8 + 4 + 4 + 4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `try_from` is never used
[INFO] [stdout]   --> src/heap/tuple.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl TupleHeader {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 39 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<TupleHeader> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `schema` is never read
[INFO] [stdout]  --> src/lake.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct DB {
[INFO] [stdout]   |            -- field in this struct
[INFO] [stdout] 8 |     schema: Schema,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DB` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tx` is never constructed
[INFO] [stdout]   --> src/lake.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Tx {}
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `scan`, `insert`, `commit`, and `rollback` are never used
[INFO] [stdout]   --> src/lake.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl Tx {
[INFO] [stdout]    | ------- methods in this implementation
[INFO] [stdout] 30 |     /// scan scans all data out with a set of filtering.
[INFO] [stdout] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub async fn commit(&self) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub async fn rollback(&self) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `keys` and `values` are never read
[INFO] [stdout]   --> src/lake.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct RecordBatch {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 56 |     keys: Vec<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 57 |     values: Vec<Vec<Vec<u8>>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RecordBatch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/heap/tuple.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[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] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple<'_>> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] running `Command { std: "docker" "inspect" "391cdde0559fbe093461dbf488808670a1b141ac6f50f4f3804636337532006a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "391cdde0559fbe093461dbf488808670a1b141ac6f50f4f3804636337532006a", kill_on_drop: false }`
[INFO] [stdout] 391cdde0559fbe093461dbf488808670a1b141ac6f50f4f3804636337532006a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0fe3385ee2910543fac3bf4e41f12a0bde2eb1b69967781ca409acb3833d3668
[INFO] running `Command { std: "docker" "start" "-a" "0fe3385ee2910543fac3bf4e41f12a0bde2eb1b69967781ca409acb3833d3668", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `ident::Oid`
[INFO] [stderr]   --> src/heap/mod.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub use ident::Oid;
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `exprs`
[INFO] [stderr]   --> src/lake.rs:18:30
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stderr]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `record_batches`
[INFO] [stderr]   --> src/lake.rs:22:32
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `exprs`
[INFO] [stderr]   --> src/lake.rs:31:30
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stderr]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_exprs`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `record_batches`
[INFO] [stderr]   --> src/lake.rs:35:32
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_record_batches`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `BUFFER_POOL_SIZE` is never used
[INFO] [stderr]   --> src/heap/mod.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 | const BUFFER_POOL_SIZE: usize = 1024;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `HeapTable` is never constructed
[INFO] [stderr]   --> src/heap/mod.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub struct HeapTable {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `HeapTableRef` is never constructed
[INFO] [stderr]   --> src/heap/mod.rs:33:12
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub struct HeapTableRef(Arc<HeapTable>);
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/heap/mod.rs:37:12
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl HeapTableRef {
[INFO] [stderr]    | ----------------- associated function in this implementation
[INFO] [stderr] 36 |     /// Create a new buffer pool owned reference.
[INFO] [stderr] 37 |     pub fn new(heap_table: HeapTable) -> HeapTableRef {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/heap/mod.rs:52:18
[INFO] [stderr]    |
[INFO] [stderr] 50 | impl HeapTable {
[INFO] [stderr]    | -------------- associated function in this implementation
[INFO] [stderr] 51 |     /// Creates a new buffer pool.
[INFO] [stderr] 52 |     pub async fn new<P: AsRef<Path>>(data_file: P, page_dir_file: P) -> anyhow::Result<HeapTable> {
[INFO] [stderr]    |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PAGE_SIZE` is never used
[INFO] [stderr]   --> src/heap/page.rs:10:7
[INFO] [stderr]    |
[INFO] [stderr] 10 | const PAGE_SIZE: usize = 8 * 1024;
[INFO] [stderr]    |       ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `PageGuard` is never constructed
[INFO] [stderr]   --> src/heap/page.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct PageGuard {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Page` is never constructed
[INFO] [stderr]   --> src/heap/page.rs:26:12
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub struct Page {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `try_from` and `remaining` are never used
[INFO] [stderr]   --> src/heap/page.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | impl Page {
[INFO] [stderr]    | --------- associated items in this implementation
[INFO] [stderr] 33 |     /// Create a Page from raw bytes.
[INFO] [stderr] 34 |     pub fn try_from(data: BytesMut) -> anyhow::Result<Self> {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 50 |     pub fn remaining(&self) -> usize {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `PageHeader` is never constructed
[INFO] [stderr]   --> src/heap/page.rs:63:8
[INFO] [stderr]    |
[INFO] [stderr] 63 | struct PageHeader {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PAGE_HEADER_SIZE` is never used
[INFO] [stderr]   --> src/heap/page.rs:69:7
[INFO] [stderr]    |
[INFO] [stderr] 69 | const PAGE_HEADER_SIZE: usize = 4 + 4 + 4;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `try_from` is never used
[INFO] [stderr]   --> src/heap/page.rs:72:8
[INFO] [stderr]    |
[INFO] [stderr] 71 | impl PageHeader {
[INFO] [stderr]    | --------------- associated function in this implementation
[INFO] [stderr] 72 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Slot` is never constructed
[INFO] [stderr]   --> src/heap/page.rs:90:8
[INFO] [stderr]    |
[INFO] [stderr] 90 | struct Slot {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `try_from` is never used
[INFO] [stderr]   --> src/heap/page.rs:96:8
[INFO] [stderr]    |
[INFO] [stderr] 95 | impl Slot {
[INFO] [stderr]    | --------- associated function in this implementation
[INFO] [stderr] 96 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<Self> {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PAGE_LOCATION_SIZE` is never used
[INFO] [stderr]  --> src/heap/page_dir.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const PAGE_LOCATION_SIZE: usize = 4 + 8;
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `PageLocation` is never constructed
[INFO] [stderr]   --> src/heap/page_dir.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct PageLocation(pub usize);
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `PageDir` is never constructed
[INFO] [stderr]   --> src/heap/page_dir.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct PageDir {
[INFO] [stderr]    |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `inner_from_disk`, and `insert` are never used
[INFO] [stderr]   --> src/heap/page_dir.rs:21:18
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl PageDir {
[INFO] [stderr]    | ------------ associated items in this implementation
[INFO] [stderr] 21 |     pub async fn new(file: impl AsRef<Path>) -> anyhow::Result<PageDir> {
[INFO] [stderr]    |                  ^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     async fn inner_from_disk(
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 |     pub async fn insert(&self, page_id: PageId, page_location: PageLocation) -> anyhow::Result<()> {
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Tuple` is never constructed
[INFO] [stderr]  --> src/heap/tuple.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct Tuple<'a> {
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `try_from` is never used
[INFO] [stderr]   --> src/heap/tuple.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl Tuple<'_> {
[INFO] [stderr]    | -------------- associated function in this implementation
[INFO] [stderr] 11 |     /// try_from reads the tuple.
[INFO] [stderr] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TupleHeader` is never constructed
[INFO] [stderr]   --> src/heap/tuple.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct TupleHeader {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `TUPLE_HEADER_SIZE` is never used
[INFO] [stderr]   --> src/heap/tuple.rs:36:7
[INFO] [stderr]    |
[INFO] [stderr] 36 | const TUPLE_HEADER_SIZE: usize = 8 + 8 + 4 + 4 + 4;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `try_from` is never used
[INFO] [stderr]   --> src/heap/tuple.rs:39:8
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl TupleHeader {
[INFO] [stderr]    | ---------------- associated function in this implementation
[INFO] [stderr] 39 |     fn try_from(data: &mut impl Buf) -> anyhow::Result<TupleHeader> {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `schema` is never read
[INFO] [stderr]  --> src/lake.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct DB {
[INFO] [stderr]   |            -- field in this struct
[INFO] [stderr] 8 |     schema: Schema,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `DB` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Tx` is never constructed
[INFO] [stderr]   --> src/lake.rs:27:12
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct Tx {}
[INFO] [stderr]    |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `scan`, `insert`, `commit`, and `rollback` are never used
[INFO] [stderr]   --> src/lake.rs:31:18
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl Tx {
[INFO] [stderr]    | ------- methods in this implementation
[INFO] [stderr] 30 |     /// scan scans all data out with a set of filtering.
[INFO] [stderr] 31 |     pub async fn scan(&self, exprs: Vec<Expr>) -> anyhow::Result<RecordBatch> {
[INFO] [stderr]    |                  ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 35 |     pub async fn insert(&self, record_batches: RecordBatch) -> anyhow::Result<()> {
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |     pub async fn commit(&self) -> anyhow::Result<()> {
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 |     pub async fn rollback(&self) -> anyhow::Result<()> {
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `keys` and `values` are never read
[INFO] [stderr]   --> src/lake.rs:56:5
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub struct RecordBatch {
[INFO] [stderr]    |            ----------- fields in this struct
[INFO] [stderr] 56 |     keys: Vec<String>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 57 |     values: Vec<Vec<Vec<u8>>>,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `RecordBatch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/heap/tuple.rs:12:27
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple> {
[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] 12 |     pub fn try_from(data: &[u8]) -> anyhow::Result<Tuple<'_>> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `blake` (lib) generated 33 warnings (run `cargo fix --lib -p blake` to apply 6 suggestions)
[INFO] [stderr] warning: `blake` (lib test) generated 33 warnings (33 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/blake-c5c9f3b50b7576ac)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test heap::ident::tests::oid_into_tup ... FAILED
[INFO] [stdout] test heap::ident::tests::oid_from_tup ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- heap::ident::tests::oid_into_tup stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'heap::ident::tests::oid_into_tup' (26) panicked at src/heap/ident.rs:97:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: TupleId(1)
[INFO] [stdout]  right: TupleId(2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c18519e0aca - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c18519e0aca - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c18519e0aca - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c18519e0aca - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c18519f473a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c18519f473a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5c18519e5352 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c18519e5352 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c18519bfcdf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c18519bfcdf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c18519d9039 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c185197586c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c185197586c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c18519d91f2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c18519d91f2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c18519bfd98 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c18519b7739 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c18519c0aad - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c18519f4f4c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c18519f4e63 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5c18519692e9 - core::panicking::assert_failed::h33906bae6aeae36f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5c1851969706 - blake::heap::ident::tests::oid_into_tup::ha231ee46d34c4122
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:97:9
[INFO] [stdout]   22:     0x5c1851969727 - blake::heap::ident::tests::oid_into_tup::{{closure}}::hf5a2bb7c833099d2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:93:22
[INFO] [stdout]   23:     0x5c1851969186 - core::ops::function::FnOnce::call_once::hd968d05b4538cb4c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c185196994b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c185196994b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c185197633b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c185197633b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c185197633b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c185197633b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c185197633b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c185197633b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c185197633b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c1851971a54 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c1851971a54 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c1851978f42 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c1851978f42 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c1851978f42 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c1851978f42 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c1851978f42 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c1851978f42 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c1851978f42 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c18519e03df - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5c18519e03df - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7c3938fa3aa4 - <unknown>
[INFO] [stdout]   45:     0x7c3939030a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- heap::ident::tests::oid_from_tup stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'heap::ident::tests::oid_from_tup' (25) panicked at src/heap/ident.rs:89:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Oid(4294967298)
[INFO] [stdout]  right: Oid(17179869184)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c18519e0aca - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c18519e0aca - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c18519e0aca - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c18519e0aca - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c18519f473a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c18519f473a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5c18519e5352 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c18519e5352 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c18519bfcdf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c18519bfcdf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c18519d9039 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c185197586c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c185197586c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c18519d91f2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c18519d91f2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c18519bfd98 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c18519b7739 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c18519c0aad - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c18519f4f4c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c18519f4e63 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5c185196938b - core::panicking::assert_failed::heeeab6406f0ef61e
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5c18519695f6 - blake::heap::ident::tests::oid_from_tup::hc906461e6f13747e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:89:9
[INFO] [stdout]   22:     0x5c1851969617 - blake::heap::ident::tests::oid_from_tup::{{closure}}::h26ac22ae444351bd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:85:22
[INFO] [stdout]   23:     0x5c18519690f6 - core::ops::function::FnOnce::call_once::h0a4958d040f57a34
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c185196994b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c185196994b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c185197633b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c185197633b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c185197633b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c185197633b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c185197633b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c185197633b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c185197633b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c1851971a54 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c1851971a54 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c1851978f42 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c1851978f42 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c1851978f42 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c1851978f42 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c1851978f42 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c1851978f42 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c1851978f42 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c18519e03df - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5c18519e03df - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7c3938fa3aa4 - <unknown>
[INFO] [stdout]   45:     0x7c3939030a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     heap::ident::tests::oid_from_tup
[INFO] [stdout]     heap::ident::tests::oid_into_tup
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "0fe3385ee2910543fac3bf4e41f12a0bde2eb1b69967781ca409acb3833d3668", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fe3385ee2910543fac3bf4e41f12a0bde2eb1b69967781ca409acb3833d3668", kill_on_drop: false }`
[INFO] [stdout] 0fe3385ee2910543fac3bf4e41f12a0bde2eb1b69967781ca409acb3833d3668
