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
⚠️ Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
● Check for lock file and running processes (shell)
│ ls -la /home/runner/work/_temp/gh-aw/aspire/.aspire-bundle-lock 2>&1 || echo
│ "Lock file not found"
│ # Check if there are any aspire processes running
│ ps aux | grep aspire | grep -v grep || echo "No aspire processes found"
└ 9 lines...
I can see that:
1. The lock file exists and was created at 21:40
2. There's currently an aspire sdk dump process running
The lock file is likely from a previous run. Since the process is currently active, let me wait for the current command to finish:
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/microsoft/aspire.dev/actions/runs/26313151573
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Integration Data Updater
Branch: main
Run: https://github.com/microsoft/aspire.dev/actions/runs/26313151573
copilotengine terminated unexpectedly.Last agent output:
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-workflowsprompt from.github/agents/agentic-workflows.agent.mdor https://github.com/github/gh-aw/blob/main/.github/agents/agentic-workflows.agent.mddebug the agentic workflow update-integration-data failure in https://github.com/microsoft/aspire.dev/actions/runs/26313151573Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: