Summary
Failure Details
Runs inspected (most recent 3 failures out of the last 20 completed CI runs):
| Run # |
Run ID |
Conclusion |
Failing job |
Root cause |
| 55155 |
35034674116 |
failure |
Integration: CLI Logs Live Cache (TestLogsCachedJSONLLiveCaching) |
Test assertion failure: "run 34855185106 should occur in exactly one JSONL cache shard" — logs-cache sharding logic wrote/matched a run ID in more than one JSONL cache shard file. |
| 55147 |
35019492212 |
failure |
Check workflow markdown/lock drift |
A .lock.yml file was out of sync with its .md source (make recompile not run/committed before merge — CI enforces lock/markdown drift check). |
| 55146 |
35018455341 |
failure |
Integration Unauthenticated Add (Public Repo) |
Transient network failure: go: google.golang.org/protobuf@v1.36.12: ... stream error: stream ID 693; INTERNAL_ERROR — Go module proxy connectivity blip, not code-related. |
Top failure patterns identified:
- Flaky/transient infra failure (1 of 3): Go module proxy (
proxy.golang.org) HTTP/2 stream error during dependency fetch — classic network flakiness, no code change implicated.
- Lock-file drift regression (1 of 3): a PR merged with an out-of-date generated
.lock.yml, failing the "Check workflow markdown/lock drift" gate. Recurrent risk if make recompile is skipped before commit.
- New/isolated test regression candidate (1 of 3):
TestLogsCachedJSONLLiveCaching failed on a JSONL cache-sharding invariant ("run should occur in exactly one shard"). This did not recur in the other 2 sampled failed runs' job lists (jobs of the same name passed elsewhere), suggesting either a flaky race in the live-cache sharding test or a narrow regression tied to a specific commit — worth a follow-up look if it repeats.
No single pattern repeated across all 3 failures — these look like independent, uncorrelated failures (1 flaky network, 1 process/hygiene gap, 1 possible test flake/regression) rather than one systemic regression.
Open regression/bug issues (labels: bug, regression, top 5):
None of these open issues directly match the 3 failure patterns found above (no existing tracked issue for TestLogsCachedJSONLLiveCaching sharding or the lock-drift gate failure was found).
Generated by 🧭 Daily Regression Audit · copilot · auto · 51.5 AIC · ⌖ 6.6 AIC · ⊞ 7.1K · ◷
Summary
Failure Details
Runs inspected (most recent 3 failures out of the last 20 completed CI runs):
Integration: CLI Logs Live Cache(TestLogsCachedJSONLLiveCaching)Check workflow markdown/lock drift.lock.ymlfile was out of sync with its.mdsource (make recompilenot run/committed before merge — CI enforces lock/markdown drift check).Integration Unauthenticated Add (Public Repo)go: google.golang.org/protobuf@v1.36.12: ... stream error: stream ID 693; INTERNAL_ERROR— Go module proxy connectivity blip, not code-related.Top failure patterns identified:
proxy.golang.org) HTTP/2 stream error during dependency fetch — classic network flakiness, no code change implicated..lock.yml, failing the "Check workflow markdown/lock drift" gate. Recurrent risk ifmake recompileis skipped before commit.TestLogsCachedJSONLLiveCachingfailed on a JSONL cache-sharding invariant ("run should occur in exactly one shard"). This did not recur in the other 2 sampled failed runs' job lists (jobs of the same name passed elsewhere), suggesting either a flaky race in the live-cache sharding test or a narrow regression tied to a specific commit — worth a follow-up look if it repeats.No single pattern repeated across all 3 failures — these look like independent, uncorrelated failures (1 flaky network, 1 process/hygiene gap, 1 possible test flake/regression) rather than one systemic regression.
Open regression/bug issues (
labels: bug, regression, top 5):[deep-report] push_repo_memory silently deletes repo-memory checkout while reporting false successpushSignedCommits fallback pushes stale branch ref after rebasing detached HEAD[WIP] Smoke Project: work in progress[Firewall Test] Escape test failedNone of these open issues directly match the 3 failure patterns found above (no existing tracked issue for
TestLogsCachedJSONLLiveCachingsharding or the lock-drift gate failure was found).