[aw] Auth Doctor Updater failed

Auth Doctor Updater · issue · closed

Filter2mode:review mode:live
All recorded Export JSON
github-actions[bot]

published Aug 19, 2026, 6:22 PM · updated Aug 19, 2026, 11:18 PM

Workflow Failure

Workflow: Auth Doctor Updater
Branch: main
Run: https://github.com/github/gh-aw-firewall/actions/runs/32284580837

Warning

Engine Failure: The copilot engine terminated unexpectedly.

Last agent output:

#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.131 + BUILD_PKGS=gcc libc6-dev binutils
#45 0.131 + apt-get update
#45 2.197 Get:1 http://azure.archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
#45 2.449 Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
#45 2.576 Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
#45 2.722 Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
#45 2.915 Get:5 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
#45 3.347 Get:6 http://azure.archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
#45 3.581 Get:7 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]

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/32284580837
Manually invoke the agent

Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.

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: false

Generated from Auth Doctor Updater ·

  • expires on Aug 26, 2026, 6:22 PM UTC