Conversation
… — the classifier existed and this lane did not call it
Silicon Nightly is red. Its failing step is named
SIMD and numeric paths (x86_64, widest vectors)
which, on an ML framework, reads as arch-specific numerical incorrectness. It is not.
3511 tests passed; the job died afterwards on:
error: could not parse/generate dep info at:
.../target/release/deps/arrow_ipc-b83c0a68418506db.d
A dep-info file vanished while cargo was writing it. That is a HOST fault, it is
already classified, and it is already fixture-tested in this repository: #3241 built
scripts/cargo_step.sh for precisely this, after mdBook CI reported the same error as
"a book that does not build". Its case table carries the row
W2 dep-info ENOENT is ENV
MEASURED COVERAGE OF THAT CLASSIFIER, main @ a0634f7:
cargo invocation lines across all workflows 75
routed through cargo_step.sh 5 (book.yml, and only book.yml)
So the instrument covers 7% of the surface, and the lane that just died is in the
other 93%. `scripts/cargo_classify.sh` has said ENV-or-CODE since #2712/#2822 and six
check_*.sh guards source it; a cargo command running as a BARE workflow step has no
arm at all. That is the shape #3241's own header describes, fixed for one lane rather
than for the class.
This routes both legs of silicon-nightly — x86_64-cpu and aarch64-cuda-sm121, four
cargo invocations — through it, and adds the self-test caller to each job first,
because a classifier nothing proves is the same theater as no classifier (book.yml's
pattern, and what check_guards_are_wired.sh requires of any script shipping a
--self-test).
IT DOES NOT MAKE THE LANE GREEN, and must not. cargo_step.sh's own contract: "ENV
still exits NON-ZERO -- a gate that goes green on 'we could not measure' is the defect
it exists to name." What changes is the CLAIM: a host fault stops reading as a SIMD
defect, so nobody spends a morning on AVX-512 correctness because a file disappeared.
A defect I introduced and caught before pushing, worth recording because the fix
looked right: the first pass used a naive string replace, and the SECOND replacement
matched the continuation line INSIDE the wrapper the first had just created —
double-wrapping the x86_64 leg while leaving aarch64 raw. Redone by line position.
The job-name derivation was wrong too, labelling the x86_64 steps `coverage:` (a real
sibling job in this file), corrected after checking which job each line actually sits
in rather than trusting the first answer.
Guards: check_workflow_cargo_packages.sh 0, check_workflow_env_defined.sh 0,
cargo_step.sh --self-test 0. YAML parses, 4 jobs.
The other four red nightlies are separate causes: guards-nightly (#3285),
examples-nightly (#3288), Coverage Nightly, CUDA Nightly (PP-26).
ont-delta: none — a CI classification fix; it adds no entity, shape, verdict reason or
resolves target of its own.
Pmat-Ticket: PMAT-3236
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
§13.11 rung 1 — quorum shadow verdict Shadow mode: this records a verdict and merges nothing. A refusal |
Third time tonight. My insertion helper rejoins entry blocks with an added newline, re-serialising the entry ABOVE the insertion without any field changing — PMAT-980 (#2874). The remedy is the one check_roadmap_diff_additive.sh names. Pmat-Ticket: PMAT-3236 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Superseded by #3295, which carries this change unmodified along with eight other Not abandoned and not rejected: the commits are merged into Why: a successful |
Merged
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.
Silicon Nightly is red. Its failing step is named
which, on an ML framework, reads as arch-specific numerical incorrectness. It is not.
3511 tests passed; the job died afterwards on:
A dep-info file vanished while cargo was writing it. That is a host fault, it is already
classified, and it is already fixture-tested in this repository — #3241 built
scripts/cargo_step.shfor exactly this, after mdBook CI reported the same error as "a bookthat does not build". Its case table carries the row
W2 dep-info ENOENT is ENV.Measured coverage of that classifier (main @
a0634f7b3)The instrument covers 7% of the surface, and the lane that just died is in the other 93%.
scripts/cargo_classify.shhas said ENV-or-CODE since #2712/#2822 and sixcheck_*.shguardssource it — but a cargo command running as a bare workflow step has no arm at all. That is
the shape #3241's own header describes, fixed for one lane rather than for the class.
What this changes
Both legs of
silicon-nightly—x86_64-cpuandaarch64-cuda-sm121, four cargo invocations— route through the classifier, with the self-test caller added to each job first: a
classifier nothing proves is the same theater as no classifier (book.yml's pattern, and what
check_guards_are_wired.shrequires of any script shipping a--self-test).It does not make the lane green, and must not. From
cargo_step.sh's own contract:What changes is the claim: a host fault stops reading as a SIMD defect, so nobody spends a
morning on AVX-512 correctness because a file disappeared.
A defect I introduced and caught before pushing
Worth recording because the fix looked right. The first pass used a naive string replace, and
the second replacement matched the continuation line inside the wrapper the first had just
created — double-wrapping the x86_64 leg while leaving aarch64 raw. Redone by line position.
The job-name derivation was wrong too, labelling the x86_64 steps
coverage:(a real siblingjob in this file). Corrected after checking which job each line actually sits in rather than
trusting the first answer.
Guards:
check_workflow_cargo_packages.sh0,check_workflow_env_defined.sh0,cargo_step.sh --self-test0. YAML parses, 4 jobs.The other four red nightlies are separate causes:
guards-nightly(#3285),examples-nightly(#3288),
Coverage Nightly,CUDA Nightly(PP-26).no-close: the underlying class is #2822 (open, 0.68.0) —
target/**/deps/*.dfilesvanishing mid-build with ENOENT on a shared runner work dir, the same signature and the
same crates (crossterm, arrow_*). This PR does NOT fix that; it stops silicon-nightly
reporting it as a SIMD failure, which is the #2775 / #3240 misattribution class. #2822
stays open for the root cause. The remaining red nightlies need their own triage.
An earlier revision said "no filed issue" — that was a triage miss.
ont-delta: none — a CI classification fix; it adds no entity, shape, verdict reason or resolves
target of its own.
🤖 Generated with Claude Code