github-actions[bot]
published Aug 19, 2026, 1:31 PM · updated Aug 19, 2026, 11:20 PM
Workflow Failure
Workflow: Issue Duplication Detector
Branch: main
Run: https://github.com/github/gh-aw-firewall/actions/runs/32257276987
Warning
Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
#32 [agent stage-1 4/20] COPY --from=gh-build /tmp/cli-2.97.0/bin/gh /usr/local/bin/gh
#32 DONE 0.1s
#33 [agent stage-1 5/20] RUN gh --version | grep -qE '^gh version 2\.97\.0'
#33 DONE 0.2s
#34 [agent stage-1 6/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_update_retry() { local i; for i in 1 2 3; do rm -rf /var/lib/apt/lists/*; if apt-get update > /tmp/apt-update.log 2>&1; then cat /tmp/apt-update.log; if ! grep -q "Failed to fetch" /tmp/apt-update.log; then return 0; fi; else cat /tmp/apt-update.log; fi; echo "apt-get update attempt $i/3 failed or had fetch failures, retrying in $((i*10))s..." >&2; sleep $((i*10)); done; echo "All apt-get update retries failed, falling back to archive.ubuntu.com..." >&2; force_archive_mirror; }; 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 "$@"; }; PARITY_PKGS="libgdiplus libev-dev libssl-dev php-intl php-gd python3"; apt_update_retry && apt_install_retry $PARITY_PKGS && rm -rf /var/lib/apt/lists/*
#34 0.133 + PARITY_PKGS=libgdiplus libev-dev libssl-dev php-intl php-gd python3
#34 0.133 + apt_update_retry
#34 0.133 + local i
#34 0.133 + rm -rf /var/lib/apt/lists/*
#34 0.135 + apt-get update
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/32257276987
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 issue-duplication-detector failure in https://github.com/github/gh-aw-firewall/actions/runs/32257276987
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 Issue Duplication Detector · ◷
- expires on Aug 26, 2026, 1:31 PM UTC