[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 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftz70s%2Fblake" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tz70s/blake on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio v1.28.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af8d1f170263b9997cb679fae685dd2a8bd6b882191a4e79defcc6605cc1a59b
[INFO] running `Command { std: "docker" "start" "-a" "af8d1f170263b9997cb679fae685dd2a8bd6b882191a4e79defcc6605cc1a59b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af8d1f170263b9997cb679fae685dd2a8bd6b882191a4e79defcc6605cc1a59b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af8d1f170263b9997cb679fae685dd2a8bd6b882191a4e79defcc6605cc1a59b", kill_on_drop: false }`
[INFO] [stdout] af8d1f170263b9997cb679fae685dd2a8bd6b882191a4e79defcc6605cc1a59b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d6a5f4017e1aac73bed3a97a9af414143926209e2db14d9ebf1d76a1165adef
[INFO] running `Command { std: "docker" "start" "-a" "3d6a5f4017e1aac73bed3a97a9af414143926209e2db14d9ebf1d76a1165adef", 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 anyhow v1.0.71
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling tokio v1.28.1
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[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)]` 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)]` 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)]` 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.69s
[INFO] running `Command { std: "docker" "inspect" "3d6a5f4017e1aac73bed3a97a9af414143926209e2db14d9ebf1d76a1165adef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d6a5f4017e1aac73bed3a97a9af414143926209e2db14d9ebf1d76a1165adef", kill_on_drop: false }`
[INFO] [stdout] 3d6a5f4017e1aac73bed3a97a9af414143926209e2db14d9ebf1d76a1165adef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03a40e4e2426138f7ca876518fb32cd209dd9d567fc46fe9100c2b5551fd5530
[INFO] running `Command { std: "docker" "start" "-a" "03a40e4e2426138f7ca876518fb32cd209dd9d567fc46fe9100c2b5551fd5530", 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)]` 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)]` 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)]` 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] [stderr]    Compiling blake v0.1.0 (/opt/rustwide/workdir)
[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] [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)]` 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)]` 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)]` 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.56s
[INFO] running `Command { std: "docker" "inspect" "03a40e4e2426138f7ca876518fb32cd209dd9d567fc46fe9100c2b5551fd5530", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03a40e4e2426138f7ca876518fb32cd209dd9d567fc46fe9100c2b5551fd5530", kill_on_drop: false }`
[INFO] [stdout] 03a40e4e2426138f7ca876518fb32cd209dd9d567fc46fe9100c2b5551fd5530
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3a5f72c8aa01cb60e85dad9744916046621fb0f64f71f8c3939089551e53b15b
[INFO] running `Command { std: "docker" "start" "-a" "3a5f72c8aa01cb60e85dad9744916046621fb0f64f71f8c3939089551e53b15b", 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)]` 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)]` 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)]` 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 1 suggestion)
[INFO] [stderr] warning: `blake` (lib test) generated 33 warnings (33 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/blake-aef42c9526b2ed4a)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[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' 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:     0x55a4889ea092 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a4889ea092 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a4889ea092 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55a4889ea092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55a488a0f253 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55a488a0f253 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55a4889e7013 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55a4889e7013 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55a4889e9ee2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55a4889eb609 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55a4889eb43e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55a4889b2d64 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55a4889b2d64 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55a4889ebfde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55a4889ebfde - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55a4889ebdaa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55a4889ea589 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55a4889eba3d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55a488a0dd70 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55a488a0dff7 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x55a4889791bb - core::panicking::assert_failed::h6d702911e86230e1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x55a4889797d9 - blake::heap::ident::tests::oid_into_tup::h3fbe7655ba08dbe5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:97:9
[INFO] [stdout]   22:     0x55a4889796b7 - blake::heap::ident::tests::oid_into_tup::{{closure}}::h64e4f18dc2358653
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:93:22
[INFO] [stdout]   23:     0x55a4889790c6 - core::ops::function::FnOnce::call_once::h5167aa05e9d0c033
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55a4889b85cb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55a4889b85cb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55a4889b7705 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55a4889b7705 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55a4889b7705 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55a4889b7705 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55a4889b7705 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55a4889b7705 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55a4889b7705 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55a48897b304 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55a48897b304 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55a48897ecda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55a48897ecda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55a48897ecda - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55a48897ecda - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55a48897ecda - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55a48897ecda - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55a48897ecda - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55a4889eef5f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55a4889eef5f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x779d70090aa4 - <unknown>
[INFO] [stdout]   45:     0x779d7011da34 - 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' 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:     0x55a4889ea092 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a4889ea092 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a4889ea092 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55a4889ea092 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55a488a0f253 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55a488a0f253 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55a4889e7013 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55a4889e7013 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55a4889e9ee2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55a4889eb609 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55a4889eb43e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55a4889b2d64 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55a4889b2d64 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55a4889ebfde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55a4889ebfde - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55a4889ebdaa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55a4889ea589 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55a4889eba3d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55a488a0dd70 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55a488a0dff7 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x55a488979239 - core::panicking::assert_failed::hbe89bd684dc2ac53
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x55a488979690 - blake::heap::ident::tests::oid_from_tup::h2e40eb674faf7640
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:89:9
[INFO] [stdout]   22:     0x55a4889795e7 - blake::heap::ident::tests::oid_from_tup::{{closure}}::h0ae8487523c6bbc3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/heap/ident.rs:85:22
[INFO] [stdout]   23:     0x55a488979116 - core::ops::function::FnOnce::call_once::ha579748dcb51b7c0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55a4889b85cb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55a4889b85cb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55a4889b7705 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55a4889b7705 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55a4889b7705 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55a4889b7705 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55a4889b7705 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55a4889b7705 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55a4889b7705 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55a48897b304 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55a48897b304 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55a48897ecda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55a48897ecda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55a48897ecda - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55a48897ecda - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55a48897ecda - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55a48897ecda - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55a48897ecda - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55a4889eef5f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55a4889eef5f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x779d70090aa4 - <unknown>
[INFO] [stdout]   45:     0x779d7011da34 - 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.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3a5f72c8aa01cb60e85dad9744916046621fb0f64f71f8c3939089551e53b15b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a5f72c8aa01cb60e85dad9744916046621fb0f64f71f8c3939089551e53b15b", kill_on_drop: false }`
[INFO] [stdout] 3a5f72c8aa01cb60e85dad9744916046621fb0f64f71f8c3939089551e53b15b
