Skip to content

gh label pagination breaks visual-test workflow - #974

Open
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-7e1205-20260805072752
Open

gh label pagination breaks visual-test workflow#974
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-7e1205-20260805072752

Conversation

@opencode-agent

@opencode-agent opencode-agent Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Issue created: #973

Diagnosis summary

  • build-output.log was never produced because the game never ran.
  • Actual failure: step 8 Ensure visual-test label exists at .github/workflows/visual-test.yml:55-66 aborted the job.
  • Root cause: gh label list paginates at 30; the repo has 41 labels and run-visual-test is at index 31. The precheck at visual-test.yml:62 reports it missing, the subsequent gh label create errors with label with name "run-visual-test" already exists; use --force ..., and the step exits 1, skipping Lavapipe setup and the screenshot run.
  • No Vulkan/swapchain/screenshot code was ever reached: vulkan_swapchain.zig:127, app.zig:268-276, modules/game-ui/src/screens/home.zig:33-40, and screenshot.zig:24-44 were not executed.
  • This is a recurring regression of issues [Visual Test] Label pagination aborts workflow before screenshot capture #968 and [Visual Test] Label preflight pagination aborts workflow before screenshot capture on run #30887567592 #970 (the visual-test.yml step has not been modified since the only dev commit, 8d205ff).
  • Suggested fix: replace the conditional with two unconditional gh label create ... --force calls (full snippet in the issue body).

Triggered by scheduled workflow

New%20session%20-%202026-08-05T07%3A27%3A51.506Z
opencode session  |  github run

@github-actions github-actions Bot added documentation Improvements or additions to documentation build labels Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

User opencode-agent[bot] does not have write permissions

github run

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

kcov coverage

Line coverage ran for this PR and uploaded a non-blocking report artifact named kcov-report. Codecov upload is configured as non-blocking while the project captures a stable baseline.

@blacksmith-sh

blacksmith-sh Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Found 1 test failure on Blacksmith runners:

Failure

Test View Logs
(TestExpectedEqual)/(TestExpectedEqual) View Logs

Fix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants