|
| 1 | +# Failure Fingerprint Report |
| 2 | + |
| 3 | +Generated: 2026-05-26T20:38:01.099Z |
| 4 | +Status: WARN |
| 5 | + |
| 6 | +## Summary |
| 7 | + |
| 8 | +Deterministic setup failures: 0 |
| 9 | +Runtime failures: 1 |
| 10 | +Flaky/transient failures: 0 |
| 11 | +Infrastructure failures: 0 |
| 12 | + |
| 13 | +## Observed Failure Fingerprints |
| 14 | + |
| 15 | +| Fingerprint | Category | Rule | Lane | Source | Retry Allowed | Diagnostic | |
| 16 | +| --- | --- | --- | --- | --- | --- | --- | |
| 17 | +| be91dab881d6a076 | runtime failure | runtime-failure | game-runtime | runtime command | Yes | game-runtime command failed: C:\nvm4w\nodejs\node.exe C:\Users\davidq\Documents\GitHub\HTML-JavaScript-Gaming\node_modules\@playwright\test\cli.js test tests/playwright/games/AsteroidsBackgroundAssetResolution.spec.mjs tests/playwright/games/AsteroidsBeatTiming.spec.mjs tests/playwright/games/AsteroidsGameSceneCleanup.spec.mjs tests/playwright/games/AsteroidsShipStateVisuals.spec.mjs --project=playwright --workers=1 --reporter=list | |
| 18 | + |
| 19 | +## Known Deterministic Fingerprint Rules |
| 20 | + |
| 21 | +| Rule | Fingerprint | Source | Classification | Matches | |
| 22 | +| --- | --- | --- | --- | --- | |
| 23 | +| windows-quoting-issues | 723dd9796680da60 | runner preflight | deterministic setup failure | Windows quoting issues | |
| 24 | +| invalid-grep-patterns | b797167c43bfbb0a | runner preflight | deterministic setup failure | Invalid grep patterns | |
| 25 | +| ownership-violations | 056e19c830d32f2b | ownership validation | deterministic setup failure | Ownership violations | |
| 26 | +| lane-compilation-failures | 2c78d5924d8213d9 | lane compilation | deterministic setup failure | Lane compilation failures | |
| 27 | +| unresolved-fixtures-imports | 9694ec5c7f0974ed | fixture/import validation | deterministic setup failure | Unresolved fixtures/imports | |
| 28 | +| invalid-manifest-lane-metadata | 2170af541ee92d01 | manifest validation | deterministic setup failure | Invalid manifest/lane metadata | |
| 29 | +| invalid-dependency-graph | 5b2d112898b630c4 | dependency validation | deterministic setup failure | Invalid dependency graph | |
| 30 | +| misplaced-test-helper-ownership | 48903803d56149b3 | structure audit | deterministic setup failure | Misplaced test/helper ownership | |
| 31 | + |
| 32 | +## Classification Contract |
| 33 | + |
| 34 | +- Deterministic setup failures block runtime before Playwright/browser startup. |
| 35 | +- Runtime failures belong to the targeted lane that executed the failing command. |
| 36 | +- Flaky/transient failures require explicit classification before any targeted retry is allowed. |
| 37 | +- Infrastructure failures are not retried automatically until the infrastructure issue is corrected. |
| 38 | +- Failure fingerprints are based on lane, source, rule, category, command, and diagnostic text. |
0 commit comments