adriangbot commented on PR #11126: URL: https://github.com/apache/arrow-rs/pull/11126#issuecomment-5722324217
Benchmark for [this request](https://github.com/apache/arrow-rs/pull/11126#issuecomment-5722200367) failed before finishing (Kubernetes reason: `BackoffLimitExceeded`). Benchmarks requested: `coalesce_kernels` <details><summary>Runner log (last 40 lines)</summary> ``` 2026-09-17T22:55:47.328668Z INFO runner starting benchmark runner bench_type=ArrowCriterion, pr_url=https://github.com/apache/arrow-rs/pull/11126, benchmarks=coalesce_kernels 2026-09-17T22:55:47.388898Z INFO benchmark_controller::runner::bench_arrow === Cloning PR branch === 2026-09-17T22:55:47.389044Z INFO benchmark_controller::runner::shell running command cmd=git, args=["clone", "--depth=200", "https://github.com/apache/arrow-rs.git", "/workspace/arrow-rs-branch"], cwd="/" 2026-09-17T22:55:52.398827Z INFO benchmark_controller::runner::shell running command cmd=git, args=["fetch", "origin", "refs/pull/11126/head:fix_coalesce_fsl_bench", "main"], cwd="/workspace/arrow-rs-branch" 2026-09-17T22:55:57.400960Z INFO benchmark_controller::runner::shell running command cmd=git, args=["checkout", "fix_coalesce_fsl_bench"], cwd="/workspace/arrow-rs-branch" 2026-09-17T22:56:02.402768Z INFO benchmark_controller::runner::shell running command cmd=git, args=["submodule", "update", "--init"], cwd="/workspace/arrow-rs-branch" 2026-09-17T22:56:07.405468Z INFO benchmark_controller::runner::shell running command cmd=git, args=["merge-base", "HEAD", "origin/main"], cwd="/workspace/arrow-rs-branch" 2026-09-17T22:56:12.407728Z INFO benchmark_controller::runner::shell running command cmd=cargo, args=["update"], cwd="/workspace/arrow-rs-branch" 2026-09-17T22:56:17.410706Z INFO benchmark_controller::runner::bench_arrow === Cloning merge-base === 2026-09-17T22:56:17.410721Z INFO benchmark_controller::runner::shell running command cmd=git, args=["clone", "--depth=200", "https://github.com/apache/arrow-rs.git", "/workspace/arrow-rs-base"], cwd="/" 2026-09-17T22:56:22.412423Z INFO benchmark_controller::runner::shell running command cmd=git, args=["-c", "advice.detachedHead=false", "checkout", "1a6630bc2c198955a9d24b34ca560dcbb9167a7f"], cwd="/workspace/arrow-rs-base" 2026-09-17T22:56:27.414016Z INFO benchmark_controller::runner::shell running command cmd=git, args=["submodule", "update", "--init"], cwd="/workspace/arrow-rs-base" 2026-09-17T22:56:32.415791Z INFO benchmark_controller::runner::shell running command cmd=cargo, args=["update"], cwd="/workspace/arrow-rs-base" 2026-09-17T22:56:37.418016Z INFO benchmark_controller::runner::shell running command cmd=rustc, args=["--version"], cwd="/" 2026-09-17T22:56:42.448692Z INFO benchmark_controller::runner::shell running command cmd=git, args=["rev-parse", "HEAD"], cwd="/workspace/arrow-rs-branch" 2026-09-17T22:56:47.450636Z INFO benchmark_controller::runner::shell running command cmd=git, args=["rev-parse", "HEAD"], cwd="/workspace/arrow-rs-base" 2026-09-17T22:56:52.454266Z INFO benchmark_controller::runner::controller_client post_comment _repo=apache/arrow-rs, _pr_number=11126, job_id=2414 2026-09-17T22:56:53.109171Z INFO benchmark_controller::runner::bench_arrow === Compiling PR branch and merge-base in parallel === 2026-09-17T22:57:27.706953Z INFO benchmark_controller::runner::bench_arrow === Compilation complete === 2026-09-17T22:57:27.706964Z INFO benchmark_controller::runner::bench_arrow === Running benchmark on merge-base === 2026-09-17T22:57:27.706979Z INFO benchmark_controller::runner::shell running command (monitored) cmd=cargo, args=["bench", "--features=arrow,async,test_common,experimental,object_store", "--bench", "coalesce_kernels", "--", "--save-baseline", "main", "fsl.*0.8"], cwd="/workspace/arrow-rs-base" 2026-09-17T22:57:32.713765Z ERROR runner benchmark failed error=cargo bench --features=arrow,async,test_common,experimental,object_store --bench coalesce_kernels -- --save-baseline main fsl.*0.8 exited with code 101 stdout: stderr: Finished `bench` profile [optimized] target(s) in 0.14s Running benches/coalesce_kernels.rs (target/release/deps/coalesce_kernels-eaa4ebe5a02e2c36) thread 'main' (5339) panicked at arrow/benches/coalesce_kernels.rs:1092:68: called `Result::unwrap()` on an `Err` value: InvalidArgumentError("column types must match schema types, expected FixedSizeList(4 x Int32) but found FixedSizeList(4 x non-null Int32) at column index 0") note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace error: bench failed, to rerun pass `-p arrow --bench coalesce_kernels` ``` </details> <details><summary>Kubernetes message</summary> ``` Job has reached the specified backoff limit ``` </details> --- [File an issue](https://github.com/adriangb/datafusion-benchmarking/issues) against this benchmark runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
