githubnext / githubnext/gh-aw-cao
[aw-maintenance:failures-investigator] Failure report: githubnext/gh-aw-workshop — 24h window
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- Avg merge
- 49m
- Merged PRs (30d)
- 837
Description
- **Target repository**: `githubnext/gh-aw-workshop`
- **Window**: last 24 hours (from 2026-09-03T01:13:44Z)
- **Failed agentic runs**: 43
- **Failure buckets**: 1 (P0: 1, P1: 0, P2: 0)
- **Agentic workflows in repository**: 22
### Failure Buckets
| Severity | Workflow | Error signature | Runs | Tracking |
|---|---|---|---|---|
| P0 | All agentic workflows (compiled with `compiler_version: v0.82.13`) | `Blocked compile-agentic version: v0.82.13 is in the blocked versions list. Update gh-aw to the latest version and recompile your workflow.` | 43 | new issue |
### Resolved Buckets
none
Evidence
All 43 failed run IDs in the window fail at the `activation` job, `Check compile-agentic version` step, with the identical error message:
```
##[error]Blocked compile-agentic version: v0.82.13 is in the blocked versions list. Update gh-aw to the latest version and recompile your workflow.
```
Representative failures (5 sampled in detail, all matching):
- `Workshop Author` — https://github.com/githubnext/gh-aw-workshop/actions/runs/33824685848
- `Workshop Builder` — https://github.com/githubnext/gh-aw-workshop/actions/runs/33824666280
- `Workshop Builder` — https://github.com/githubnext/gh-aw-workshop/actions/runs/33819608490
- `Workshop Builder` — https://github.com/githubnext/gh-aw-workshop/actions/runs/33815258690
- `Workshop Builder` — https://github.com/githubnext/gh-aw-workshop/actions/runs/33810480125
All other 38 run IDs in the window (33807856135, 33807178518, 33805019420, 33799237747, 33793552118, 33793370205, 33787391693, 33781459090, 33781347614, 33775479335, 33769646247, 33763805115, 33762559002, 33758242736, 33758164232, 33757614731, 33752304117, 33749621313, 33746859544, 33741486959, 33736034859, 33730580272, 33728000404, 33725905753, 33725873239, 33724705047, 33724058807, 33724040519, 33721271413, 33720539714, 33720323384, 33719294393, 33719017654, 33718975255, 33717528233, 33713514028, 33711393186, 33706265850) are consistent with the same activation-stage failure pattern (the affected workflow lock files all embed `compiler_version: v0.82.13` in their `gh-aw-metadata` header and share the same "Check compile-agentic version" step).
The check step runs `check_version_updates.cjs` against `https://raw.githubusercontent.com/github/gh-aw-actions/main/.github/aw/compat.json`, an upstream-controlled block list. Since `v0.82.13` was added to that block list, **every** agentic workflow run compiled at that version fails during activation before the agent job can even start — a total outage for this repository's agentic automation.
No open `[aw-maintenance:failures-investigator]` tracking issues existed prior to this run.
### Next Steps
1. Recompile all workflows in `githubnext/gh-aw-workshop` with a non-blocked `gh-aw` release (later than v0.82.13) using `gh aw compile`, and commit the regenerated `.lock.yml` files.
2. Update the pinned `github/gh-aw-actions/setup`/`setup-cli` refs used by the lock files to the new version.
3. Verify a subsequent scheduled/dispatched run passes the "Check compile-agentic version" step before considering this resolved.
### Control Plane
- Correlation ID: `33824386621-31`
- Central repository: `githubnext/gh-aw-cao`
- Control plane run URL: https://github.com/githubnext/gh-aw-cao/actions/runs/33824386621
> Generated by [:rotating_light: AW Maintenance / Failures](https://github.com/githubnext/gh-aw-cao/actions/runs/33824835656) · copilot · auto · 29.7 AIC · ⌖ 13.1 AIC · ⊞ 14.9K · [◷](https://github.com/search?q=repo%3Agithubnext%2Fgh-aw-cao+is%3Aissue+%22gh-aw-workflow-call-id%3A+githubnext%2Fgh-aw-cao%2Faw-failures-investigator%22&type=issues)
> - [x] expires on Sep 18, 2026, 1:18 AM UTC
Contributor guide
Research direction
Start with the affected workflow .lock.yml files in githubnext/gh-aw-workshop and the `gh-aw-metadata` headers showing compiler_version v0.82.13. Run `gh aw compile` with a non-blocked release, update the pinned setup/setup-cli references, and commit the regenerated lock files. Verify a scheduled or dispatched run passes the “Check compile-agentic version” step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100