Skip to content

Release Devnet4 v0.4.27#906

Merged
ch4r10t33r merged 1 commit into
mainfrom
release
May 21, 2026
Merged

Release Devnet4 v0.4.27#906
ch4r10t33r merged 1 commit into
mainfrom
release

Conversation

@zclawz
Copy link
Copy Markdown
Contributor

@zclawz zclawz commented May 21, 2026

Release PR for Devnet4 v0.4.27, following RELEASE.md.

Expected workflow outputs after merge:

  • Git tags: v0.4.27, Devnet4
  • Docker images: blockblaz/zeam:0.4.27, blockblaz/zeam:devnet4, and arch-specific tags/manifests
  • Branch update: devnet4
  • GitHub prerelease: Zeam Devnet4 Release

@zclawz zclawz added 0.4.27 Release version 0.4.27 devnet4 release labels May 21, 2026
Copy link
Copy Markdown
Contributor

@ch4r10t33r ch4r10t33r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zclawz
Copy link
Copy Markdown
Contributor Author

zclawz commented May 21, 2026

CI Failure Analysis — test (macos-latest)

Failed test: SSE events integration test - wait for justification and finalization
File: pkgs/cli/test/integration.zig:789

What happened

The simtest ran for the full 480s timeout and never reached got_node3_sync:

STATUS: got_justification=true got_finalization=true got_node3_sync=false
FAIL (TestUnexpectedResult)
try std.testing.expect(got_node3_sync);

Justification ✅ and finalization ✅ both succeeded — only the node3 sync check timed out. The CI runner retried 3×, all failed the same way.

Ubuntu passed ✅ — this is macOS-only, suggesting a timing/performance issue on the aarch64 macOS runner rather than a code regression.

Likely cause

Flaky simtest: node3 sync is slow on the macOS GitHub Actions runner (aarch64). The 480s timeout is tight enough that occasional runner congestion or latency spikes tip it over. Not a code bug in the release branch.

Recommendation

Re-run the macOS test job. If it passes on re-run, this is confirmed flaky and the release can proceed. If it consistently fails, the sync logic for node3 may need investigation.

@ch4r10t33r ch4r10t33r merged commit b6ea869 into main May 21, 2026
27 of 28 checks passed
@ch4r10t33r ch4r10t33r deleted the release branch May 21, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.4.27 Release version 0.4.27 devnet4 release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants