Skip to content

census: re-bless the quiet ratchet my own fix moved three passes ago - #3269

Merged
gHashTag merged 1 commit into
masterfrom
w110b-bless-quiet
Sep 5, 2026
Merged

gHashTag merged 1 commit into
masterfrom
w110b-bless-quiet

Conversation

@gHashTag

@gHashTag gHashTag commented Sep 5, 2026

Copy link
Copy Markdown
Owner

cli-tri.yml has been red on master for several runs. After #3266 fixed the
numbering collisions, the failing step turned out to be a different one —
the census ratchet:

FAIL: quiet moved:
      was: steps in a quiet shape        32
      now: steps in a quiet shape        31

What moved it

My own change, three passes back (#3256). phi-loop-ci.yml's L8 lint ended

grep -rn 'as f64' ffi/src/ ... 2>/dev/null | grep -v ... \
  && echo "L8 FAILED" && exit 1 || echo "L8 PASSED"

which prints L8 PASSED when ffi/src/ is missing. Giving it an explicit
exit 2 took it out of the failure branch passes class. The Admitted gate in
coq-kernel.yml gained its own exit-2 path in the same PR.

Blessed, with the numbers named

census line was now
steps in a quiet shape 32 31
failure branch passes 16 15
a tracked path, present 11 10
named a path but not quiet 123 128

Why this took three passes to notice

The gate is correct and has been saying so since the commit that moved it. It
is not one of the four required contexts, so nothing blocked, and I read the
workflow's first failing step rather than its current one — the numbering
collisions were louder and I stopped there.

Its own failure message cites the measurement that 8 of 39 commits moved a
census and only 4 mentioned it
, and notes that one of the silent four had made
45 of 50 red workflows invisible. That measurement was mine, from an earlier
pass. This commit is the ninth mover, and the fifth to say so.

Refs #3265

`cli-tri.yml` has been red on master for several runs. After the numbering
repair the failing step turned out to be the census ratchet rather than the
numbering one:

  FAIL: quiet moved:
        was: steps in a quiet shape        32
        now: steps in a quiet shape        31

The mover was my own change three passes back. `phi-loop-ci.yml`'s L8 lint
ended `... 2>/dev/null ... | grep -v ... && echo "L8 FAILED" && exit 1 ||
echo "L8 PASSED"`, which prints PASSED when `ffi/src/` is missing; giving it an
explicit exit 2 took it out of the failure-branch-passes class. The Admitted
gate in `coq-kernel.yml` gained its own exit-2 path in the same PR.

Blessed, with the numbers that moved:

  steps in a quiet shape        32 -> 31
  failure branch passes         16 -> 15
  a tracked path, present       11 -> 10
  named a path but not quiet   123 -> 128

The gate is correct and I ignored it for three passes because it is not one of
the four required contexts. Its own failure message cites the measurement that
8 of 39 commits moved a census and only 4 mentioned it -- that measurement was
mine, and this commit is the ninth.

Refs #3265

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-05 09:53:44 UTC

Summary

Status Count
Total Open PRs 14
PRs with Failing Checks 14
PRs with All Checks Green 0
READY 0
FAILING 14
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=ab7505edd6ab != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@gHashTag
gHashTag merged commit e871387 into master Sep 5, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant