Conversation
The note only covered the exit code 134 teardown abort. Simulator jobs also hang until the job's timeout-minutes cancels them, which `gh pr checks` reports as a plain `fail`. Both are reruns, not code problems, so the note now names the second mode and how to tell them apart.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
The note claimed the lint job carries a 10 minute timeout. It sets none; the 10 minute value belongs to the macOS, Catalyst and SPM jobs. Caught by the TLDExtractSwift session checking the same claim against its own workflow.
This was referenced Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdwarned about one CI flake — the exit code 134 abort during simulator teardown — but PR #92 hit a second one:Test: tvOS, Xcode 26hung and was cancelled at 15m21s by the job'stimeout-minutes: 15.Both surface identically in
gh pr checksas a plainfail, and both are reruns rather than code problems. The note now covers the second mode, lists the timeout values (15 for the simulator matrix, 10 for lint/Catalyst/SPM), and records thatgh api repos/futamura/PunycodeSwift/actions/jobs/<job-id>distinguishes them, since a timeout reports"conclusion": "cancelled".Test plan