github-actions[bot]
published Aug 19, 2026, 6:49 PM · updated Aug 19, 2026, 11:18 PM
Workflow Failure
Workflow: Smoke Copilot BYOK
Branch: fix-sbx-local-state-exposure
Run: https://github.com/github/gh-aw-firewall/actions/runs/32287669291
Pull Request: #7530
Warning
Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
#42 [agent stage-1 14/20] COPY gh-cli-proxy-wrapper.sh /usr/local/bin/gh-cli-proxy-wrapper.sh
#42 DONE 0.0s
#43 [agent stage-1 15/20] RUN chmod +x /usr/local/bin/setup-iptables.sh /usr/local/bin/entrypoint.sh /usr/local/bin/pid-logger.sh /usr/local/bin/api-proxy-health-check.sh /usr/local/bin/get-claude-key.sh /usr/local/bin/gh-cli-proxy-wrapper.sh
#43 DONE 0.1s
#44 [agent stage-1 16/20] COPY one-shot-token/one-shot-token.c /tmp/one-shot-token.c
#44 DONE 0.0s
#45 [agent stage-1 17/20] RUN set -eux; force_archive_mirror() { echo "Falling back to archive.ubuntu.com mirror..." >&2; if [ -f /etc/apt/sources.list ]; then sed -i 's|http://azure.archive.ubuntu.com|http://archive.ubuntu.com|g' /etc/apt/sources.list; sed -i 's|http://security.ubuntu.com|http://archive.ubuntu.com|g' /etc/apt/sources.list 2>/dev/null || true; fi; if [ -d /etc/apt/sources.list.d ]; then find /etc/apt/sources.list.d -name '*.sources' -exec sed -i -e 's|http://azure.archive.ubuntu.com|http://archive.ubuntu.com|g' -e 's|http://security.ubuntu.com|http://archive.ubuntu.com|g' {} + 2>/dev/null || true; fi; rm -rf /var/lib/apt/lists/* && apt-get update; }; apt_install_retry() { apt-get install -y --no-install-recommends "$@" && return 0; echo "apt-get install failed (likely mirror fetch timeout), forcing archive.ubuntu.com and retrying..." >&2; force_archive_mirror; apt-get install -y --no-install-recommends "$@"; }; BUILD_PKGS="gcc libc6-dev binutils"; apt-get update && apt_install_retry $BUILD_PKGS && gcc -shared -fPIC -fvisibility=hidden -O2 -Wall -s -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o /usr/local/lib/one-shot-token.so /tmp/one-shot-token.c -ldl -lpthread && strip --strip-unneeded /usr/local/lib/one-shot-token.so && rm /tmp/one-shot-token.c && apt-get remove -y $BUILD_PKGS && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
#45 0.121 + BUILD_PKGS=gcc libc6-dev binutils
#45 0.121 + apt-get update
#45 5.001 Get:1 http://azure.archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
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-firewall/actions/runs/32287669291
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
- Start your agent
- Load the
agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.md - Type
debug the agentic workflow smoke-copilot-byok failure in https://github.com/github/gh-aw-firewall/actions/runs/32287669291
Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:
safe-outputs:
report-failure-as-issue: falseGenerated from Smoke Copilot BYOK · ◷
- expires on Aug 26, 2026, 6:49 PM UTC