Yicong-Huang opened a new issue, #5755: URL: https://github.com/apache/texera/issues/5755
### What happened? Root cause: the `Benchmarks PR Comment` workflow is failing while trying to unzip the benchmark artifact. The workflow expects `bench-results-zip/artifact.zip`, but recent failed runs do not have that file at unzip time. Before: benchmark workflow completes -> benchmark artifact is consumed -> https://apache.github.io/texera/dev/bench/ updates with new benchmark data After: benchmark workflow reaches `Unzip artifact` -> `artifact.zip` is missing -> workflow fails -> benchmark page remains stale The benchmark page is still serving data from June 13: | Check | Observed | | --- | --- | | Page | https://apache.github.io/texera/dev/bench/ | | `data.js` `lastUpdate` | `2026-06-13T23:52:00.113Z` | | Page `Last-Modified` header | `Sat, 13 Jun 2026 23:52:35 GMT` | | Affected workflow | https://github.com/apache/texera/actions/workflows/benchmarks-pr-comment.yml | | Example failed run | https://github.com/apache/texera/actions/runs/27672536669 | Expected: `Benchmarks PR Comment` should either find/download the benchmark artifact and update/comment normally, or fail with a clearer reason if the upstream benchmark artifact is unavailable. ### How to reproduce? 1. Open the `Benchmarks PR Comment` workflow: https://github.com/apache/texera/actions/workflows/benchmarks-pr-comment.yml 2. Inspect recent runs on `main`, for example run `#561`: https://github.com/apache/texera/actions/runs/27672536669 3. Open the failed `Unzip artifact` step. 4. Open https://apache.github.io/texera/dev/bench/ and check the backing data timestamp from `https://apache.github.io/texera/dev/bench/data.js`. ### Version/Branch 1.3.0-incubating-SNAPSHOT (main) ### Commit Hash (Optional) N/A ### What browsers are you seeing the problem on? N/A ### Relevant log output ```shell comment Unzip artifact 2026-06-17T07:19:25.6163098Z ##[group]Run mkdir -p bench-results comment Unzip artifact 2026-06-17T07:19:25.6164123Z mkdir -p bench-results comment Unzip artifact 2026-06-17T07:19:25.6165185Z unzip -o bench-results-zip/artifact.zip -d bench-results comment Unzip artifact 2026-06-17T07:19:25.6166281Z ls -la bench-results/ comment Unzip artifact 2026-06-17T07:19:25.6558477Z unzip: cannot find or open bench-results-zip/artifact.zip, bench-results-zip/artifact.zip.zip or bench-results-zip/artifact.zip.ZIP. comment Unzip artifact 2026-06-17T07:19:25.6569630Z ##[error]Process completed with exit code 9. ``` -- 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]
