Observed twice during Beta.1 (2026-09-03):
- dev AutoFlow CI at
73a79000 (run 33715486563): test:coverage:check failed — tests failed with code 139 (SIGSEGV) from tools/check-coverage.ts:42; every other gate in the same run passed. Docs-only commit; no semantic cause.
- B1.3 local qualification at
18778c95: one transient exit-139 SIGSEGV under concurrent load; clean re-run alone passed.
Likely a native-binding crash (rolldown/workerd class) under concurrency in the coverage subprocess. No semantic failure evidenced, but a twice-observed crash is a CI-stability risk worth root-causing (serialize the coverage run, pin native binding versions, or capture a core/stack).
Not a Beta.1 blocker: candidate-SHA CI is green and the failure mode is crash-and-fail-closed, never silent PASS. Part of #1155.
Observed twice during Beta.1 (2026-09-03):
73a79000(run 33715486563):test:coverage:checkfailed —tests failed with code 139(SIGSEGV) fromtools/check-coverage.ts:42; every other gate in the same run passed. Docs-only commit; no semantic cause.18778c95: one transient exit-139 SIGSEGV under concurrent load; clean re-run alone passed.Likely a native-binding crash (rolldown/workerd class) under concurrency in the coverage subprocess. No semantic failure evidenced, but a twice-observed crash is a CI-stability risk worth root-causing (serialize the coverage run, pin native binding versions, or capture a core/stack).
Not a Beta.1 blocker: candidate-SHA CI is green and the failure mode is crash-and-fail-closed, never silent PASS. Part of #1155.