Skip to content

Release

Release #137

Manually triggered May 14, 2026 05:34
Status Failure
Total duration 4m 24s
Artifacts 4

release.yml

on: workflow_dispatch
Bump Version
9s
Bump Version
Build Squid Image
1m 25s
Build Squid Image
Build Agent Image
4m 7s
Build Agent Image
Build API Proxy Image
44s
Build API Proxy Image
Build CLI Proxy Image
45s
Build CLI Proxy Image
Build Agent-Act Image
2m 32s
Build Agent-Act Image
Create Release
0s
Create Release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
Build Agent Image
buildx failed with: ERROR: failed to build: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c set -eux; apt_update_retry() { local i; for i in 1 2 3; do rm -rf /var/lib/apt/lists/* && apt-get update 2>&1 | tee /tmp/apt-update.log && if ! grep -q \"Failed to fetch\" /tmp/apt-update.log; then return 0; fi; echo \"apt-get update attempt $i/3 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; 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 's|http://azure.archive.ubuntu.com|http://archive.ubuntu.com|g' {} + 2>/dev/null || true; fi; rm -rf /var/lib/apt/lists/* && apt-get update; }; PKGS=\"iptables curl ca-certificates git gh gnupg dnsutils net-tools netcat-openbsd gosu libcap2-bin\"; apt_update_retry && ( apt-get install -y --no-install-recommends $PKGS || (echo \"apt-get install failed, retrying with fresh package index...\" && apt_update_retry && apt-get install -y --no-install-recommends $PKGS) ) && export PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH\" && if ! command -v node >/dev/null 2>&1 || ! node --version | grep -qE '^v22\\.'; then apt-get remove -y nodejs npm || true && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && node --version | grep -q \"^v22\\.\" || (echo \"ERROR: Node.js 22 not installed correctly\" && exit 1) && npx --version || (echo \"ERROR: npx not found\" && exit 1); fi && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
Build API Proxy Image
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad, docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25, docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef, docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f, docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build CLI Proxy Image
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad, docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25, docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef, docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f, docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Squid Image
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad, docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25, docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef, docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f, docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Agent-Act Image
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad, docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25, docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef, docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Agent Image
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25, docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef, docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f, docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
github-gh-aw-firewall-agent-act_sha256_5140f03ea455212e507cb21edd554e4ff2e4c022a6dbb5dc6db7099f8b790b85.spdx.json
1.77 MB
sha256:81cbfc7c38504321164b9e55b1b0d5d61840f4267587f9ed1f224beeeb614eff
github-gh-aw-firewall-api-proxy_sha256_0952085d30467f79c2a53bcb5ae96506f6391ac3d344d69496c8bc8e0f13ae9b.spdx.json
69.2 KB
sha256:ca7dc531207df56a476cb2fe6d68ea62430cc63f2b8f7539617f31fc02f724ae
github-gh-aw-firewall-cli-proxy_sha256_b18ffeb28397cd47cb40ecf44b8edfd5f0ce8531d9a31b23701ffad22e893e11.spdx.json
143 KB
sha256:577432552080ac8a400b563d2c77ea826a71c10900530c5009787df1e525cb5d
github-gh-aw-firewall-squid_sha256_4e25d7e992a0123b2971388fef0c4228d8ed7e5bcbab2e92dda06e0a3e3c9892.spdx.json
818 KB
sha256:6a3c34c391986598cb2b339fffde84534cfccce5bd2dc12c86253c23fb53cdc2