You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
The gh aw CLI extension binary is not installed (/home/runner/.local/share/gh/extensions/gh-aw/gh-aw does not exist). Attempts to auto-install it failed with "Forbidden" from release-assets.githubusercontent.com (network policy blocks GitHub release asset downloads). Without gh aw upgrade or gh aw compile, the nightly workflow upgrade cannot proceed. Docker-in-Docker is also disabled, ruling out container-based workarounds.
Steps attempted:
gh aw version → tried to auto-install, got HTTP 403 from release-assets.githubusercontent.com
GH_TOKEN=dummy gh aw version → confirmed: "failed to run extension: fork/exec /home/runner/.local/share/gh/extensions/gh-aw/gh-aw: no such file or directory"
Searched /usr, /opt/hostedtoolcache, /home/runner for gh-aw binary → not found
Checked /home/runner/work/_temp/gh-aw/ → contains only GitHub Actions support scripts (CJS), not the standalone CLI
GitHub MCP latest-release query filtered (integrity policy) — latest release appears to be v0.80.9 based on filter error message
Current lock file compiler versions: v0.79.6, v0.79.8, v0.80.6 — some are behind latest
Docker daemon unavailable: awf version fails with "Cannot connect to the Docker daemon"
The gh aw upgrade command requires the gh-aw extension binary which must be pre-installed in the runner environment before the agent session begins.
This is a structured incompletion signal (report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw-mcpg/actions/runs/28294384325
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Nightly Workflow Upgrader
Branch: main
Run: https://github.com/github/gh-aw-mcpg/actions/runs/28294384325
Warning
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
The
gh awCLI extension binary is not installed (/home/runner/.local/share/gh/extensions/gh-aw/gh-awdoes not exist). Attempts to auto-install it failed with "Forbidden" from release-assets.githubusercontent.com (network policy blocks GitHub release asset downloads). Withoutgh aw upgradeorgh aw compile, the nightly workflow upgrade cannot proceed. Docker-in-Docker is also disabled, ruling out container-based workarounds.Steps attempted:
gh aw version→ tried to auto-install, got HTTP 403 from release-assets.githubusercontent.comGH_TOKEN=dummy gh aw version→ confirmed: "failed to run extension: fork/exec /home/runner/.local/share/gh/extensions/gh-aw/gh-aw: no such file or directory"awf versionfails with "Cannot connect to the Docker daemon"The
gh aw upgradecommand requires the gh-aw extension binary which must be pre-installed in the runner environment before the agent session begins.This is a structured incompletion signal (
report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.mddebug the agentic workflow nightly-workflow-compiler failure in https://github.com/github/gh-aw-mcpg/actions/runs/28294384325Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: