Skip to content

Filed issue #960; same label-preflight bug. - #961

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

Filed issue #960; same label-preflight bug.#961
opencode-agent[bot] wants to merge 1 commit into
devfrom
opencode/schedule-7c7775-20260730072354

Conversation

@opencode-agent

Copy link
Copy Markdown
Contributor

Filed as issue #960: #960

Diagnosis: build-output.log does not exist in the workspace; only weston.log survives. This means Run menu screenshot capture (.github/workflows/visual-test.yml:73-87) was skipped — Zig/Vulkan/screenshot code never executed. The diagnosis prompt's .ppm theory is stale: the workflow at line 81 already passes -Dscreenshot-path=screenshot.png, and modules/engine-graphics/src/vulkan/screenshot.zig:262-268 accepts it. Root cause is the same as #945#958: Ensure visual-test label exists (line 55-68) calls gh label list --json name (30-entry default page), missing both visual-test and run-visual-test (page 2 of 41+ labels), then gh label create exits 1 with "already exists" and fails the job without continue-on-error. Fix is --paginate (or --limit 100); same shape as still-open PR #957.

Triggered by scheduled workflow

New%20session%20-%202026-07-30T07%3A23%3A53.703Z
opencode session  |  github run

@github-actions github-actions Bot added documentation Improvements or additions to documentation build labels Jul 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

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

github run

@github-actions

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 Jul 30, 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