adriangbot commented on PR #11139: URL: https://github.com/apache/arrow-rs/pull/11139#issuecomment-5743724021
Benchmark for [this request](https://github.com/apache/arrow-rs/pull/11139#issuecomment-5743669228) failed before finishing (Kubernetes reason: `BackoffLimitExceeded`). Benchmarks requested: `coalesce_kernels` <details><summary>Runner log (last 40 lines)</summary> ``` 2026-09-19T16:56:31.694454Z INFO runner starting benchmark runner bench_type=ArrowCriterion, pr_url=https://github.com/apache/arrow-rs/pull/11139, benchmarks=coalesce_kernels 2026-09-19T16:56:31.755834Z INFO benchmark_controller::runner::bench_arrow === Cloning PR branch === 2026-09-19T16:56:31.755938Z 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-19T16:56:36.767979Z INFO benchmark_controller::runner::shell running command cmd=git, args=["fetch", "origin", "refs/pull/11139/head:rich-T-kid/coalesce-boolean-v2", "main"], cwd="/workspace/arrow-rs-branch" 2026-09-19T16:56:41.770501Z INFO benchmark_controller::runner::shell running command cmd=git, args=["checkout", "rich-T-kid/coalesce-boolean-v2"], cwd="/workspace/arrow-rs-branch" 2026-09-19T16:56:46.772688Z INFO benchmark_controller::runner::shell running command cmd=git, args=["submodule", "update", "--init"], cwd="/workspace/arrow-rs-branch" 2026-09-19T16:56:51.775168Z INFO benchmark_controller::runner::shell running command cmd=git, args=["merge-base", "HEAD", "origin/main"], cwd="/workspace/arrow-rs-branch" 2026-09-19T16:56:56.776942Z INFO benchmark_controller::runner::shell running command cmd=cargo, args=["update"], cwd="/workspace/arrow-rs-branch" 2026-09-19T16:57:01.779488Z INFO benchmark_controller::runner::bench_arrow === Cloning merge-base === 2026-09-19T16:57:01.779505Z 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-19T16:57:06.781525Z INFO benchmark_controller::runner::shell running command cmd=git, args=["-c", "advice.detachedHead=false", "checkout", "af18bac75927072bdaf6c07f323ff65e3b365144"], cwd="/workspace/arrow-rs-base" 2026-09-19T16:57:11.783561Z INFO benchmark_controller::runner::shell running command cmd=git, args=["submodule", "update", "--init"], cwd="/workspace/arrow-rs-base" 2026-09-19T16:57:16.784909Z INFO benchmark_controller::runner::shell running command cmd=cargo, args=["update"], cwd="/workspace/arrow-rs-base" 2026-09-19T16:57:21.787348Z INFO benchmark_controller::runner::shell running command cmd=rustc, args=["--version"], cwd="/" 2026-09-19T16:57:26.817907Z INFO benchmark_controller::runner::shell running command cmd=git, args=["rev-parse", "HEAD"], cwd="/workspace/arrow-rs-branch" 2026-09-19T16:57:31.820137Z INFO benchmark_controller::runner::shell running command cmd=git, args=["rev-parse", "HEAD"], cwd="/workspace/arrow-rs-base" 2026-09-19T16:57:36.822828Z INFO benchmark_controller::runner::controller_client post_comment _repo=apache/arrow-rs, _pr_number=11139, job_id=2496 2026-09-19T16:57:37.534861Z INFO benchmark_controller::runner::bench_arrow === Compiling PR branch and merge-base in parallel === 2026-09-19T16:58:12.808169Z INFO benchmark_controller::runner::bench_arrow === Compilation complete === 2026-09-19T16:58:12.808181Z INFO benchmark_controller::runner::bench_arrow === Running benchmark on merge-base === 2026-09-19T16:58:12.808198Z 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", "bool"], cwd="/workspace/arrow-rs-base" 2026-09-19T17:01:13.046763Z INFO benchmark_controller::runner::bench_arrow === Running benchmark on PR branch === 2026-09-19T17:01:13.046781Z 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", "rich-T-kid_coalesce-boolean-v2", "bool"], cwd="/workspace/arrow-rs-branch" 2026-09-19T17:01:18.054488Z ERROR runner benchmark failed error=cargo bench --features=arrow,async,test_common,experimental,object_store --bench coalesce_kernels -- --save-baseline rich-T-kid_coalesce-boolean-v2 bool exited with code 101 stdout: stderr: Finished `bench` profile [optimized] target(s) in 0.15s Running benches/coalesce_kernels.rs (target/release/deps/coalesce_kernels-585212f6b3edbceb) Benchmarking filter: single_boolean, 8192, nulls: 0, selectivity: 0.001 Benchmarking filter: single_boolean, 8192, nulls: 0, selectivity: 0.001: Warming up for 3.0000 s thread 'main' (5473) panicked at arrow/benches/coalesce_kernels.rs:818:14: called `Result::unwrap()` on an `Err` value: InvalidArgumentError("Internal Error: InProgressBooleanArray: source not set") 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]
