Skip to content

Label preflight pagination skips game run. - #965

Open
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-f068f2-20260801071841
Open

Label preflight pagination skips game run.#965
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-f068f2-20260801071841

Conversation

@opencode-agent

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

Copy link
Copy Markdown
Contributor

Filed: #964

Diagnosis: build-output.log was absent because the workflow short-circuited at .github/workflows/visual-test.yml:55-68 (Ensure visual-test label exists). gh label list --json name defaults to a 30-item page, but the repo has 41 labels, so run-visual-test (alphabetical position 41) falls off page 1. The script tries to recreate it, gh label create exits 1 with label with name "run-visual-test" already exists, and the step's lack of continue-on-error skips Setup Lavapipe Vulkan and Run menu screenshot capture — leaving only weston.log.

The prompt's .ppm hypothesis is stale: visual-test.yml:81 already passes -Dscreenshot-path=screenshot.png, and screenshot.zig:262-268 (detectScreenshotFormat) accepts that extension — so the Zig/Vulkan code path is never reached.

This is the same root cause as #916, #931, #935, #942, #944, #945, #946, #947, #949, #950, #952, #954, #956, #958, #960; PR #953 is still the proposed fix.

Triggered by scheduled workflow

New%20session%20-%202026-08-01T07%3A18%3A41.245Z
opencode session  |  github run

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

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

github run

@github-actions

github-actions Bot commented Aug 1, 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 1, 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