Skip to content

Merge branch 'master' of github.com:whyun-docker/node #224

Merge branch 'master' of github.com:whyun-docker/node

Merge branch 'master' of github.com:whyun-docker/node #224

Triggered via push April 7, 2026 07:31
Status Failure
Total duration 59s
Artifacts

debian.yml

on: push
generate-matrix
6s
generate-matrix
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
docker (18.20.8, 18, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"arm64\" ] ; then export ARCH=arm64 ; elif [ \"$TARGETARCH\" = \"arm\" ] ; then export ARCH=armv7l ; else export ARCH=x64 ; fi ; if [ \"$TARGETARCH\" = \"arm64\" ] || [ \"$TARGETARCH\" = \"arm\" ] ; then apt-get update && apt-get install libatomic1 --no-install-recommends -y && rm -rf /var/lib/apt/lists/* ; fi && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.gz\" && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/SHASUMS256.txt\" && grep \" node-v$NODE_VERSION-linux-$ARCH.tar.gz\\$\" SHASUMS256.txt | sha256sum -c - && tar -zxvf \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" -C /usr/local --strip-components=1 && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs && npm config set registry ${NPM_REGISTRY} && npm install -g pnpm && npm cache clean --force && yarn config set registry ${NPM_REGISTRY}" did not complete successfully: exit code: 127
docker (22.22.2, 22, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"arm64\" ] ; then export ARCH=arm64 ; elif [ \"$TARGETARCH\" = \"arm\" ] ; then export ARCH=armv7l ; else export ARCH=x64 ; fi ; if [ \"$TARGETARCH\" = \"arm64\" ] || [ \"$TARGETARCH\" = \"arm\" ] ; then apt-get update && apt-get install libatomic1 --no-install-recommends -y && rm -rf /var/lib/apt/lists/* ; fi && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.gz\" && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/SHASUMS256.txt\" && grep \" node-v$NODE_VERSION-linux-$ARCH.tar.gz\\$\" SHASUMS256.txt | sha256sum -c - && tar -zxvf \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" -C /usr/local --strip-components=1 && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs && npm config set registry ${NPM_REGISTRY} && npm install -g pnpm && npm cache clean --force && yarn config set registry ${NPM_REGISTRY}" did not complete successfully: exit code: 127
docker (20.20.2, 20, false)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"arm64\" ] ; then export ARCH=arm64 ; elif [ \"$TARGETARCH\" = \"arm\" ] ; then export ARCH=armv7l ; else export ARCH=x64 ; fi ; if [ \"$TARGETARCH\" = \"arm64\" ] || [ \"$TARGETARCH\" = \"arm\" ] ; then apt-get update && apt-get install libatomic1 --no-install-recommends -y && rm -rf /var/lib/apt/lists/* ; fi && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.gz\" && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/SHASUMS256.txt\" && grep \" node-v$NODE_VERSION-linux-$ARCH.tar.gz\\$\" SHASUMS256.txt | sha256sum -c - && tar -zxvf \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" -C /usr/local --strip-components=1 && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs && npm config set registry ${NPM_REGISTRY} && npm install -g pnpm && npm cache clean --force && yarn config set registry ${NPM_REGISTRY}" did not complete successfully: exit code: 127
docker (24.14.1, 24, true)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"arm64\" ] ; then export ARCH=arm64 ; elif [ \"$TARGETARCH\" = \"arm\" ] ; then export ARCH=armv7l ; else export ARCH=x64 ; fi ; if [ \"$TARGETARCH\" = \"arm64\" ] || [ \"$TARGETARCH\" = \"arm\" ] ; then apt-get update && apt-get install libatomic1 --no-install-recommends -y && rm -rf /var/lib/apt/lists/* ; fi && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.gz\" && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/SHASUMS256.txt\" && grep \" node-v$NODE_VERSION-linux-$ARCH.tar.gz\\$\" SHASUMS256.txt | sha256sum -c - && tar -zxvf \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" -C /usr/local --strip-components=1 && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs && npm config set registry ${NPM_REGISTRY} && npm install -g pnpm && npm cache clean --force && yarn config set registry ${NPM_REGISTRY}" did not complete successfully: exit code: 127
generate-matrix
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. 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/
docker (18.20.8, 18, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, docker/build-push-action@v3, docker/login-action@v2, docker/metadata-action@v4, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2. 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/
docker (22.22.2, 22, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, docker/build-push-action@v3, docker/login-action@v2, docker/metadata-action@v4, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2. 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/
docker (20.20.2, 20, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, docker/build-push-action@v3, docker/login-action@v2, docker/metadata-action@v4, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2. 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/
docker (24.14.1, 24, true)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, docker/build-push-action@v3, docker/login-action@v2, docker/metadata-action@v4, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2. 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/