Skip to content

Filed #966: label preflight pagination bug. - #967

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

Filed #966: label preflight pagination bug.#967
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-7a3a6d-20260802072153

Conversation

@opencode-agent

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

Copy link
Copy Markdown
Contributor

Filed issue #966 with the visual-test label.

Root cause: The failure is in .github/workflows/visual-test.yml:55-68 (Ensure visual-test label exists), not in any Vulkan/swapchain/screenshot code. gh label list --json name paginates at 30 entries; the repo has 41 labels, so run-visual-test (position 41) falls off page 1, the script tries to recreate it, gh label create exits 1 with "label already exists", and every later step (Lavapipe setup, screenshot capture, log upload) is skipped. Only weston.log survived. Confirmed independently: gh label list --json name returns 30 entries (no run-visual-test), --limit 100 returns 41 (includes it).

The PPM hypothesis from the prompt is also stale — visual-test.yml:81 already passes -Dscreenshot-path=screenshot.png, and screenshot.zig:262-268 accepts .png. The Zig/Vulkan code paths are never exercised.

Issue: #966

Triggered by scheduled workflow

New%20session%20-%202026-08-02T07%3A21%3A52.941Z
opencode session  |  github run

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

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

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

github run

@github-actions

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