[INFO] cloning repository https://github.com/gilr00y/delta-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gilr00y/delta-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgilr00y%2Fdelta-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgilr00y%2Fdelta-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 18b12f0f57faa158a1fa391c4e5aeb78fd9bc281
[INFO] testing gilr00y/delta-cli 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%2Fgilr00y%2Fdelta-cli" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gilr00y/delta-cli
[INFO] finished tweaking git repo https://github.com/gilr00y/delta-cli
[INFO] tweaked toml for git repo https://github.com/gilr00y/delta-cli written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gilr00y/delta-cli 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/gilr00y/delta-cli 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 09937e91a6b4e214e576f5430d9306826863dbff0d54c3004dbe8754f0d846b6
[INFO] running `Command { std: "docker" "start" "-a" "09937e91a6b4e214e576f5430d9306826863dbff0d54c3004dbe8754f0d846b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09937e91a6b4e214e576f5430d9306826863dbff0d54c3004dbe8754f0d846b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09937e91a6b4e214e576f5430d9306826863dbff0d54c3004dbe8754f0d846b6", kill_on_drop: false }`
[INFO] [stdout] 09937e91a6b4e214e576f5430d9306826863dbff0d54c3004dbe8754f0d846b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0dd56f25132f9066ce554beaaeae908bcaf6631a06efc6a841f40310e8840ecd
[INFO] running `Command { std: "docker" "start" "-a" "0dd56f25132f9066ce554beaaeae908bcaf6631a06efc6a841f40310e8840ecd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling proc-macro2 v1.0.52
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling arrow-schema v33.0.0
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.156
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling serde v1.0.156
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling futures-channel v0.3.27
[INFO] [stderr]    Compiling futures-task v0.3.27
[INFO] [stderr]    Compiling arrow-schema v27.0.0
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling futures-util v0.3.27
[INFO] [stderr]    Compiling futures-sink v0.3.27
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling futures-io v0.3.27
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling unicode-bidi v0.3.11
[INFO] [stderr]    Compiling flatbuffers v23.1.21
[INFO] [stderr]    Compiling async-trait v0.1.66
[INFO] [stderr]    Compiling zstd-safe v6.0.4+zstd.1.5.4
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling snap v1.1.0
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling chrono v0.4.24
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling zstd-sys v2.0.7+zstd.1.5.4
[INFO] [stderr]    Compiling lz4-sys v1.9.4
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling seq-macro v0.3.3
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling glibc_version v0.1.2 (https://github.com/delta-io/delta-rs?branch=main#8b854694)
[INFO] [stderr]    Compiling errno v0.3.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num v0.4.0
[INFO] [stderr]    Compiling arrow-buffer v33.0.0
[INFO] [stderr]    Compiling arrow-buffer v27.0.0
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling arrow-data v27.0.0
[INFO] [stderr]    Compiling arrow-data v33.0.0
[INFO] [stderr]    Compiling arrow-array v27.0.0
[INFO] [stderr]    Compiling arrow-array v33.0.0
[INFO] [stderr]    Compiling deltalake v0.8.0 (https://github.com/delta-io/delta-rs?branch=main#8b854694)
[INFO] [stderr]    Compiling futures-macro v0.3.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling snafu-derive v0.7.4
[INFO] [stderr]    Compiling multiversion-macros v0.6.1
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling flatbuffers v22.9.29
[INFO] [stderr]    Compiling multiversion v0.6.1
[INFO] [stderr]    Compiling arrow-select v27.0.0
[INFO] [stderr]    Compiling arrow-select v33.0.0
[INFO] [stderr]    Compiling snafu v0.7.4
[INFO] [stderr]    Compiling arrow-arith v33.0.0
[INFO] [stderr]    Compiling arrow-row v33.0.0
[INFO] [stderr]    Compiling arrow-cast v27.0.0
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling arrow-cast v33.0.0
[INFO] [stderr]    Compiling arrow-ord v33.0.0
[INFO] [stderr]    Compiling arrow-string v33.0.0
[INFO] [stderr]    Compiling zstd v0.12.3+zstd.1.5.2
[INFO] [stderr]    Compiling futures-executor v0.3.27
[INFO] [stderr]    Compiling futures v0.3.27
[INFO] [stderr]    Compiling object_store v0.5.5
[INFO] [stderr]    Compiling arrow-ipc v27.0.0
[INFO] [stderr]    Compiling arrow-ipc v33.0.0
[INFO] [stderr]    Compiling csv v1.2.1
[INFO] [stderr]    Compiling uuid v1.3.0
[INFO] [stderr]    Compiling arrow-csv v33.0.0
[INFO] [stderr]    Compiling arrow-csv v27.0.0
[INFO] [stderr]    Compiling arrow-json v33.0.0
[INFO] [stderr]    Compiling arrow-json v27.0.0
[INFO] [stderr]    Compiling lz4 v1.24.0
[INFO] [stderr]    Compiling parquet v33.0.0
[INFO] [stderr]    Compiling arrow v33.0.0
[INFO] [stderr]    Compiling arrow v27.0.0
[INFO] [stderr]    Compiling delta-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `AsyncReadExt`
[INFO] [stdout]  --> src/main.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::io::{AsyncBufReadExt, AsyncReadExt};
[INFO] [stdout]   |                                  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::DateTime`
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use chrono::DateTime;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::BufRead`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::io::BufRead;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_path`
[INFO] [stdout]   --> src/main.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |   let table_path = Path::new(&table_uri);
[INFO] [stdout]    |       ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
[INFO] running `Command { std: "docker" "inspect" "0dd56f25132f9066ce554beaaeae908bcaf6631a06efc6a841f40310e8840ecd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dd56f25132f9066ce554beaaeae908bcaf6631a06efc6a841f40310e8840ecd", kill_on_drop: false }`
[INFO] [stdout] 0dd56f25132f9066ce554beaaeae908bcaf6631a06efc6a841f40310e8840ecd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a99b151f646606aa31ebb8b1fadbb5817108e0e9e511db5029f2d60dc3e3dd36
[INFO] running `Command { std: "docker" "start" "-a" "a99b151f646606aa31ebb8b1fadbb5817108e0e9e511db5029f2d60dc3e3dd36", kill_on_drop: false }`
[INFO] [stderr]    Compiling delta-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `AsyncReadExt`
[INFO] [stdout]  --> src/main.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tokio::io::{AsyncBufReadExt, AsyncReadExt};
[INFO] [stdout]   |                                  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `chrono::DateTime`
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use chrono::DateTime;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::BufRead`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::io::BufRead;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_path`
[INFO] [stdout]   --> src/main.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |   let table_path = Path::new(&table_uri);
[INFO] [stdout]    |       ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s
[INFO] running `Command { std: "docker" "inspect" "a99b151f646606aa31ebb8b1fadbb5817108e0e9e511db5029f2d60dc3e3dd36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a99b151f646606aa31ebb8b1fadbb5817108e0e9e511db5029f2d60dc3e3dd36", kill_on_drop: false }`
[INFO] [stdout] a99b151f646606aa31ebb8b1fadbb5817108e0e9e511db5029f2d60dc3e3dd36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 8642c93cc64c8b375df781e91e1ea701c40f1c3811c866cb5f974d2123e85e6b
[INFO] running `Command { std: "docker" "start" "-a" "8642c93cc64c8b375df781e91e1ea701c40f1c3811c866cb5f974d2123e85e6b", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `AsyncReadExt`
[INFO] [stderr]  --> src/main.rs:4:34
[INFO] [stderr]   |
[INFO] [stderr] 4 | use tokio::io::{AsyncBufReadExt, AsyncReadExt};
[INFO] [stderr]   |                                  ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `chrono::DateTime`
[INFO] [stderr]   --> src/main.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use chrono::DateTime;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::BufRead`
[INFO] [stderr]   --> src/main.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use std::io::BufRead;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `table_path`
[INFO] [stderr]   --> src/main.rs:35:7
[INFO] [stderr]    |
[INFO] [stderr] 35 |   let table_path = Path::new(&table_uri);
[INFO] [stderr]    |       ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_path`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `delta-cli` (bin "delta-cli" test) generated 4 warnings (run `cargo fix --bin "delta-cli" -p delta-cli --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/delta_cli-b1e1fd461b882d59)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8642c93cc64c8b375df781e91e1ea701c40f1c3811c866cb5f974d2123e85e6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8642c93cc64c8b375df781e91e1ea701c40f1c3811c866cb5f974d2123e85e6b", kill_on_drop: false }`
[INFO] [stdout] 8642c93cc64c8b375df781e91e1ea701c40f1c3811c866cb5f974d2123e85e6b
