[INFO] cloning repository https://github.com/nv8989/hermit-rs-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nv8989/hermit-rs-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnv8989%2Fhermit-rs-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnv8989%2Fhermit-rs-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 93ba82f10d328a637b3701a6fb522314a18d1981
[INFO] checking nv8989/hermit-rs-template against try#3a4cb0edb4040379c037e06efeb5409e44be7b77 for pr-146377-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnv8989%2Fhermit-rs-template" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/nv8989/hermit-rs-template
[INFO] finished tweaking git repo https://github.com/nv8989/hermit-rs-template
[INFO] tweaked toml for git repo https://github.com/nv8989/hermit-rs-template written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nv8989/hermit-rs-template on toolchain 3a4cb0edb4040379c037e06efeb5409e44be7b77
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nv8989/hermit-rs-template 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" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9383c7a39a13ae564bf8490754359dcc9c8b87a0c992c7221060313655395f3e
[INFO] running `Command { std: "docker" "start" "-a" "9383c7a39a13ae564bf8490754359dcc9c8b87a0c992c7221060313655395f3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9383c7a39a13ae564bf8490754359dcc9c8b87a0c992c7221060313655395f3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9383c7a39a13ae564bf8490754359dcc9c8b87a0c992c7221060313655395f3e", kill_on_drop: false }`
[INFO] [stdout] 9383c7a39a13ae564bf8490754359dcc9c8b87a0c992c7221060313655395f3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31855d90dd84dd591f2fdeab0aa7e507a8f8ec317c6ad06662a56224c2543b79
[INFO] running `Command { std: "docker" "start" "-a" "31855d90dd84dd591f2fdeab0aa7e507a8f8ec317c6ad06662a56224c2543b79", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling flatbuffers v24.12.23
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking arrow-schema v54.3.1
[INFO] [stderr]     Checking lexical-util v1.0.6
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]     Checking lexical-write-integer v1.0.5
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking arrow-buffer v54.3.1
[INFO] [stderr]     Checking lexical-parse-integer v1.0.5
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking lexical-parse-float v1.0.5
[INFO] [stderr]     Checking lexical-write-float v1.0.5
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]     Checking arrow-data v54.3.1
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking lexical-core v1.0.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking comfy-table v7.1.4
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking lz4_flex v0.11.3
[INFO] [stderr]    Compiling chrono-tz-build v0.4.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling chrono-tz v0.10.3
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling sqlparser_derive v0.3.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling snafu-derive v0.8.5
[INFO] [stderr]     Checking icu_properties v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking miniz_oxide v0.8.7
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking snafu v0.8.5
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking brotli-decompressor v4.0.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking brotli v7.0.0
[INFO] [stderr]     Checking thrift v0.17.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking sqlparser v0.54.0
[INFO] [stderr]     Checking object_store v0.11.2
[INFO] [stderr]     Checking arrow-array v54.3.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking arrow-select v54.3.1
[INFO] [stderr]     Checking arrow-ipc v54.3.1
[INFO] [stderr]     Checking arrow-row v54.3.1
[INFO] [stderr]     Checking arrow-arith v54.3.1
[INFO] [stderr]     Checking arrow-cast v54.3.1
[INFO] [stderr]     Checking arrow-ord v54.3.1
[INFO] [stderr]     Checking arrow-string v54.3.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking datafusion-doc v46.0.1
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]     Checking arrow-csv v54.3.1
[INFO] [stderr]     Checking arrow-json v54.3.1
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking parquet v54.3.1
[INFO] [stderr]     Checking arrow v54.3.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking petgraph v0.7.1
[INFO] [stderr]     Checking datafusion-common v46.0.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking datafusion-expr-common v46.0.1
[INFO] [stderr]     Checking datafusion-physical-expr-common v46.0.1
[INFO] [stderr]     Checking datafusion-functions-window-common v46.0.1
[INFO] [stderr]     Checking datafusion-functions-aggregate-common v46.0.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking datafusion-expr v46.0.1
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]     Checking datafusion-common-runtime v46.0.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]     Checking tpchgen v1.1.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking tpchgen-arrow v1.1.0
[INFO] [stderr]     Checking datafusion-physical-expr v46.0.1
[INFO] [stderr]     Checking datafusion-execution v46.0.1
[INFO] [stderr]     Checking datafusion-sql v46.0.1
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking async-compression v0.4.19
[INFO] [stderr]     Checking datafusion-physical-plan v46.0.1
[INFO] [stderr]     Checking datafusion-optimizer v46.0.1
[INFO] [stderr]     Checking datafusion-catalog v46.0.1
[INFO] [stderr]     Checking datafusion-physical-optimizer v46.0.1
[INFO] [stderr]     Checking datafusion-datasource v46.0.1
[INFO] [stderr]     Checking datafusion-functions-table v46.0.1
[INFO] [stderr]     Checking datafusion-catalog-listing v46.0.1
[INFO] [stderr]    Compiling datafusion-macros v46.0.1
[INFO] [stderr]     Checking datafusion-functions v46.0.1
[INFO] [stderr]     Checking datafusion-functions-aggregate v46.0.1
[INFO] [stderr]     Checking datafusion-functions-window v46.0.1
[INFO] [stderr]     Checking datafusion-functions-nested v46.0.1
[INFO] [stderr]     Checking datafusion v46.0.1
[INFO] [stderr]     Checking hermit-rs-template v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]   --> src/main.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | mod lib;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: lib.rs is the root of this crate's library target
[INFO] [stdout]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]   --> src/main.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | mod lib;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: lib.rs is the root of this crate's library target
[INFO] [stdout]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batches`
[INFO] [stdout]   --> src/main.rs:87:17
[INFO] [stdout]    |
[INFO] [stdout] 87 |             let batches = df.collect().await?;
[INFO] [stdout]    |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batches`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 | / define_tpch_udtf_provider!(
[INFO] [stdout] 128 | |     TpchLineitem,
[INFO] [stdout] 129 | |     tpch_lineitem,
[INFO] [stdout] 130 | |     tpchgen::generators::LineItemGenerator,
[INFO] [stdout] 131 | |     tpchgen_arrow::LineItemArrow,
[INFO] [stdout] 132 | |     1_000_000 // helps Q1/Q6/Q19 on single-core; raise later for multi-thread
[INFO] [stdout] 133 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 | / define_tpch_udtf_provider!(
[INFO] [stdout] 136 | |     TpchOrders,
[INFO] [stdout] 137 | |     tpch_orders,
[INFO] [stdout] 138 | |     tpchgen::generators::OrderGenerator,
[INFO] [stdout] 139 | |     tpchgen_arrow::OrderArrow,
[INFO] [stdout] 140 | |     1_000_000
[INFO] [stdout] 141 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | / define_tpch_udtf_provider!(
[INFO] [stdout] 144 | |     TpchCustomer,
[INFO] [stdout] 145 | |     tpch_customer,
[INFO] [stdout] 146 | |     tpchgen::generators::CustomerGenerator,
[INFO] [stdout] 147 | |     tpchgen_arrow::CustomerArrow,
[INFO] [stdout] 148 | |     300_000
[INFO] [stdout] 149 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 | / define_tpch_udtf_provider!(
[INFO] [stdout] 152 | |     TpchPart,
[INFO] [stdout] 153 | |     tpch_part,
[INFO] [stdout] 154 | |     tpchgen::generators::PartGenerator,
[INFO] [stdout] 155 | |     tpchgen_arrow::PartArrow,
[INFO] [stdout] 156 | |     300_000
[INFO] [stdout] 157 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 | / define_tpch_udtf_provider!(
[INFO] [stdout] 160 | |     TpchPartsupp,
[INFO] [stdout] 161 | |     tpch_partsupp,
[INFO] [stdout] 162 | |     tpchgen::generators::PartSuppGenerator,
[INFO] [stdout] 163 | |     tpchgen_arrow::PartSuppArrow,
[INFO] [stdout] 164 | |     300_000
[INFO] [stdout] 165 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 | / define_tpch_udtf_provider!(
[INFO] [stdout] 168 | |     TpchSupplier,
[INFO] [stdout] 169 | |     tpch_supplier,
[INFO] [stdout] 170 | |     tpchgen::generators::SupplierGenerator,
[INFO] [stdout] 171 | |     tpchgen_arrow::SupplierArrow,
[INFO] [stdout] 172 | |     150_000
[INFO] [stdout] 173 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 | / define_tpch_udtf_provider!(
[INFO] [stdout] 176 | |     TpchNation,
[INFO] [stdout] 177 | |     tpch_nation,
[INFO] [stdout] 178 | |     tpchgen::generators::NationGenerator,
[INFO] [stdout] 179 | |     NationArrow,
[INFO] [stdout] 180 | |     10_000
[INFO] [stdout] 181 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `name` is never used
[INFO] [stdout]    --> src/lib.rs:61:20
[INFO] [stdout]     |
[INFO] [stdout]  60 |           impl $TABLE_FUNCTION_NAME {
[INFO] [stdout]     |           ------------------------- associated function in this implementation
[INFO] [stdout]  61 |               pub fn name() -> &'static str {
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 183 | / define_tpch_udtf_provider!(
[INFO] [stdout] 184 | |     TpchRegion,
[INFO] [stdout] 185 | |     tpch_region,
[INFO] [stdout] 186 | |     tpchgen::generators::RegionGenerator,
[INFO] [stdout] 187 | |     tpchgen_arrow::RegionArrow,
[INFO] [stdout] 188 | |     10_000
[INFO] [stdout] 189 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_tpch_udtf_provider` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `batches`
[INFO] [stdout]   --> src/main.rs:87:17
[INFO] [stdout]    |
[INFO] [stdout] 87 |             let batches = df.collect().await?;
[INFO] [stdout]    |                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_batches`
[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 32s
[INFO] running `Command { std: "docker" "inspect" "31855d90dd84dd591f2fdeab0aa7e507a8f8ec317c6ad06662a56224c2543b79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31855d90dd84dd591f2fdeab0aa7e507a8f8ec317c6ad06662a56224c2543b79", kill_on_drop: false }`
[INFO] [stdout] 31855d90dd84dd591f2fdeab0aa7e507a8f8ec317c6ad06662a56224c2543b79
