Skip to content

Build failed for v1.15.12 #14

@github-actions

Description

@github-actions

Build Failure: v1.15.12

The automated build for OpenCode v1.15.12 with caching + local patches failed.

Workflow Run: https://github.com/johnnymo87/opencode-patched/actions/runs/26613005360

Possible Causes

  1. Caching patch conflict: The caching patch (fetched from opencode-cached) may not apply to v1.15.12
  2. Prompt-loop cache patch conflict: The local prompt-loop-cache.patch may not apply to v1.15.12
  3. Cache-aligned compaction patch conflict: The local cache-aligned-compaction.patch may not apply to v1.15.12
  4. Vim patch conflict: The local vim.patch may not apply to v1.15.12
  5. Tool fix patch conflict: The local tool-fix.patch may not apply to v1.15.12
  6. MCP reconnect patch conflict: The local mcp-reconnect.patch may not apply to v1.15.12
  7. Eager input streaming patch conflict: The local eager-input-streaming.patch may not apply to v1.15.12
  8. Prefill fix patch conflict: The local prefill-fix.patch may not apply to v1.15.12
  9. Build failure: OpenCode build process may have changed

Action Required

  1. Check the workflow logs above
  2. If caching patch failed, check opencode-cached for updates
  3. If prompt-loop cache patch failed, regenerate from PR #25367:
    gh pr diff 25367 --repo anomalyco/opencode > patches/prompt-loop-cache.patch
    # Review changes, commit and push
  4. If cache-aligned compaction patch failed, regenerate from PR #25100:
    gh pr diff 25100 --repo anomalyco/opencode > patches/cache-aligned-compaction.patch
    # Review changes, commit and push
  5. If vim patch failed, regenerate from PR #12679:
    gh pr diff 12679 --repo anomalyco/opencode > patches/vim.patch
    # Review changes, filter if needed, commit and push
  6. If tool fix patch failed, regenerate from PR #16751:
    gh pr diff 16751 --repo anomalyco/opencode > patches/tool-fix.patch
    # Review changes, commit and push
  7. If MCP reconnect patch failed, review upstream changes to mcp/index.ts and update manually
  8. If prefill fix patch failed, review upstream route/middleware changes and update manually
  9. Re-run: gh workflow run build-release.yml --field version=1.15.12 (or add --field revision=N to re-release the same upstream version with updated patches; the release tag becomes v1.15.12-patched.N)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions