Skip to content

[regression] Daily CI Regression Audit — 35048318840 #61246

Description

@github-actions

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:

  1. 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.
  2. 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.
  3. 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 · ◷

  • expires on Sep 17, 2026, 6:40 PM UTC-08:00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions