Fourteen fetches failed silently, and this page said none did.
what we published
Every page carried one line: 163 of 203 failed fetches recovered, 40 refused, 0 silent. A silent failure is one that left no fallback trail at all. Zero is the flattering number, and it is the one we printed.
what the record says
The gate's own render disagrees, and it is the record: rsk gate mvp report
over the X2 ledger counts 217 ladder-eligible first attempts — 163 recovered, 40 refused and
14 silent — and prints all 217 trails underneath, one line each, so the fourteen can be counted by
hand. They were. Every one of the fourteen is the same error class:
| first attempt | what it was | of 217 |
|---|---|---|
failed/unsupported_content_type | a PDF, a Markdown file or an XHTML page the extractor could not read at all — so nothing was fetched, nothing fell back, and nothing said so | 14 silent |
failed/* with a trail | robots, a challenge, a 4xx or a thin page — the ladder walked archive, then requery | 163 recovered 40 refused |
The site quoted the review — three readers writing — rather than the gate, a program rendering the ledger. When those disagree the program wins. The review was corrected on 23 September; both sentences now carry 217 / 163 / 40 / 14.docs/GATE-MVP.md — Summary, "Failed fetches and their fallback trails (S6)", 217 trail lines · docs/X2-REVIEW-2026-09-20.md · issue #1065, the surviving mutant
and it was already filed
The fourteen are not new. Unsupported content types were root cause #10 of that same
reading — the extractor read only text/html and text/plain, so PDFs, Markdown
and XHTML failed invisibly to S6 — and QUAL-READ fixed it on 21 September. The number measures a 19
September run against a defect closed two days later, which is why it should have been printed rather
than rounded to zero.
two smaller things, in the same sweep
- replayThe how-it-works page said 78 of 78 calls served from the ledger and cited the POC gate for it. The gate says 79 of 79; 78 of 78 is the bench line's own replay over a different ledger, and the POC page still carries it as that.docs/GATE-POC.md check 3 · docs/BENCH-POC.md U-4
- ledgersThe how-it-works page said eleven ledgers. That
was the POC's kernel; Memory arrived with B6 and Knowledge with S2a on 17–18 September, and
Ledger::ALLhas held thirteen since. The POC page had it right and the page describing the system as it is did not.crates/kernel-events/src/event.rs —Ledger::ALL[13],Ledger::POC[11]
None of the three changed a measurement. All three were a page disagreeing with the file it
cites, which on this site is the whole failure — if the ledger line is wrong, there is no reason to believe
the ledger.this sweep, as one pull request against main