fix(test): pp066 --v15-red fetches its v1.5 commit on a shallow checkout — every fresh yoga guard-tree died exit 128 - #3108
Closed
noahgift wants to merge 2 commits into
Closed
fix(test): pp066 --v15-red fetches its v1.5 commit on a shallow checkout — every fresh yoga guard-tree died exit 128#3108noahgift wants to merge 2 commits into
noahgift wants to merge 2 commits into
Conversation
…n the checkout is too shallow to hold it — intel passed on leftover history, every fresh yoga checkout died 'invalid object name 42be156' 42be156 is on main (the v1.5 spec's squash-merge, 2026-09-05) but deeper than CI's checkout; the long-lived intel workspaces carried it from earlier fetches, the ephemeral yoga runners never do, so guard-tree's 'PP-066 spec v1.6 defect table and its v1.5 RED proof' step exited 128 there (#3097 on yoga-build3). One object fetched by SHA when absent; the table and its RED proof are unchanged. Pmat-Ticket: PMAT-1098 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
… abbreviated one, so the shallow-checkout fetch fell through Pmat-Ticket: PMAT-1098 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
noahgift
enabled auto-merge
September 10, 2026 22:12
|
§13.11 rung 1 — quorum shadow verdict Shadow mode: this records a verdict and merges nothing. A refusal |
noahgift
added a commit
that referenced
this pull request
Sep 11, 2026
…ckout) — guard-tree fails on every ephemeral runner without it Pmat-Ticket: PMAT-1101
noahgift
added a commit
that referenced
this pull request
Sep 11, 2026
…ckout) — guard-tree fails on every ephemeral runner without it Pmat-Ticket: PMAT-1102
auto-merge was automatically disabled
September 11, 2026 10:56
Pull request was closed
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.
In a fresh shallow checkout, which every yoga ephemeral runner does,
tests/spec/pp066_v16_defects.sh --v15-reddied withfatal: invalid object name '42be1560b'(exit 128) and turned guard-tree red (#3097 on yoga-build3).42be1560bis on main, the v1.5 spec's squash-merge from 2026-09-05, but it is deeper than CI's checkout. Intel's long-lived workspaces passed only on leftover history. The test now fetches that one commit by its full SHA when it's missing; a remote can't resolve an abbreviated one.Proof: a fresh depth-1 clone of this branch passes the
--v15-redarm.🤖 Generated with Claude Code