Skip to content

chore: switch to official release-keys repo to verify Node.js artefacts #1107

chore: switch to official release-keys repo to verify Node.js artefacts

chore: switch to official release-keys repo to verify Node.js artefacts #1107

Triggered via pull request March 9, 2026 22:47
@aduh95aduh95
synchronize #2415
official-keys
Status Failure
Total duration 46s
Artifacts 32

build-test.yml

on: pull_request
generate-matrix
8s
generate-matrix
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 errors
build (22.22.1, bookworm-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (20.20.1, bookworm-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (20.20.1, bullseye-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (25.8.0, bullseye-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (24.14.0, bookworm-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (22.22.1, trixie-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (22.22.1, bullseye-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (22.22.1, bullseye)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (24.14.0, bullseye-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (25.8.0, bookworm-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (20.20.1, trixie-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (20.20.1, trixie)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 1
build (25.8.0, trixie-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (22.22.1, bookworm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (25.8.0, bookworm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (20.20.1, bookworm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (24.14.0, trixie-slim)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= OPENSSL_ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; i386) ARCH='x86' OPENSSL_ARCH='linux-elf';; *) echo \"unsupported architecture\"; exit 1 ;; esac && set -ex && apt-get update && apt-get install -y ca-certificates curl wget gpgv dirmngr xz-utils libatomic1 --no-install-recommends && rm -rf /var/lib/apt/lists/* && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name \"$OPENSSL_ARCH\" -exec rm -rf {} \\; && apt-mark auto '.*' > /dev/null && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (25.8.0, trixie)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 1
build (24.14.0, bullseye)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (25.8.0, bullseye)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (20.20.1, bullseye)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (24.14.0, bookworm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 2
build (24.14.0, trixie)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 1
build (22.22.1, trixie)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH= && dpkgArch=\"$(dpkg --print-architecture)\" && case \"${dpkgArch##*-}\" in amd64) ARCH='x64';; ppc64el) ARCH='ppc64le';; s390x) ARCH='s390x';; arm64) ARCH='arm64';; armhf) ARCH='armv7l';; i386) ARCH='x86';; *) echo \"unsupported architecture\"; exit 1 ;; esac && export GNUPGHOME=\"$(mktemp -d)\" && set -exo pipefail && (cd \"$GNUPGHOME\" && curl -fsSLO --compressed \"https://raw.githubusercontent.com/nodejs/release-keys/b362bd15f2ac7ce350d7563fc03e0c625e455e5f/gpg-only-active-keys/pubring.kbx\" && echo \"6676a927d6261a7ab6bb4ddc69614823567426bb9ac77aee484cfb5d66f4a148 pubring.kbx\" | sha256sum -c) && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz\" && curl -fsSL --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" | gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output - | grep \" node-v$NODE_VERSION.tar.xz\\$\" | sha256sum -c - && rm -rf \"$GNUPGHOME\" && tar -xJf \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" -C /usr/local --strip-components=1 --no-same-owner && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.xz\" && ln -s /usr/local/bin/node /usr/local/bin/nodejs && node --version && npm --version && rm -rf /tmp/*" did not complete successfully: exit code: 1

Artifacts

Produced during runtime
Name Size Digest
nodejs~docker-node~070D10.dockerbuild
22.9 KB
sha256:31aead0022ad8887f091d6de52278141f98bce790a4b4c6eef27f1d00b899022
nodejs~docker-node~0OOYVC.dockerbuild
14.7 KB
sha256:a200be5d7087ea5c342eddb63f16cb696d422da516dd5c178983ff7fa712269e
nodejs~docker-node~3PI2MM.dockerbuild
21.9 KB
sha256:e0bd4118fc216e8a48b8f970f724f4f55940841c7975eb24f85e9a19edd87373
nodejs~docker-node~4IZHIQ.dockerbuild
13.4 KB
sha256:eec93364de4ad88a875979f83380139109a40b6c68cf9d484534b3627e3d1275
nodejs~docker-node~4SU42Z.dockerbuild
23.5 KB
sha256:266e29e0dfc904fab756c667ea5f61aaf45bc64d132877fbba8ad27ff9fc0613
nodejs~docker-node~69D9UW.dockerbuild
22.1 KB
sha256:5853866382d86afb35380bdc724263396b9bc3cdde9de00b69d688ad3592bef2
nodejs~docker-node~CR9TZ6.dockerbuild
14.1 KB
sha256:59e837b85cef00b648b4485ee522128999842aa5af3ed1af89f90ddbea221cf7
nodejs~docker-node~D2M1IZ.dockerbuild
14.6 KB
sha256:1ccad5a550e1bb68aa1e83e1395a10c622b0b928aebde40d70e2d42f76a4eec4
nodejs~docker-node~E8D687.dockerbuild
14.3 KB
sha256:8a02456f3342a45d07678dd59b49600735916a372f0d6630fa75ef257819b85d
nodejs~docker-node~FY9EUI.dockerbuild
21.9 KB
sha256:59639d82d743b884df4b3478935185d1dcf6ac13cbedaa46b6ca8b7f84befe2e
nodejs~docker-node~IQOL73.dockerbuild
13.5 KB
sha256:d4406bd2c88a7e5dc583ac91a9e6097624cf224d490fb5a52adf8cecc1e01531
nodejs~docker-node~J3MV3K.dockerbuild
14.7 KB
sha256:c94c0d3c20b8296de6410e7262d89adc28092640e799f7e87c7219e23b8276da
nodejs~docker-node~JV2GIC.dockerbuild
20.6 KB
sha256:7415ce73a755803a08028285b4526c9092e74039079d580e14584313b1da4144
nodejs~docker-node~JY93CQ.dockerbuild
21.9 KB
sha256:6fee1d76dd1d5c49e1d497d4badf4632c8edaf94a79e0341767e0089139825fc
nodejs~docker-node~KI3DLQ.dockerbuild
14.7 KB
sha256:eb8cfa60d3125c9d6b2094a9354ac2f3d73a1926274ada7f427660d00e7cc7cf
nodejs~docker-node~KTR06F.dockerbuild
22.9 KB
sha256:44b022c326cff57fe4fd5f83da641ed928383d607480fa60c6ed977dffaa7e72
nodejs~docker-node~ML9ZSE.dockerbuild
24 KB
sha256:7236e999e4991af73e50a747a41f21d882f6bb6d16f6769c3fa5f58c7dfa8074
nodejs~docker-node~NYR3O0.dockerbuild
14.6 KB
sha256:214975f545b5c691559e1490c1b039eea111f8750f3466154c8f171fda008ada
nodejs~docker-node~O88UD9.dockerbuild
20.9 KB
sha256:990468858a0b02163f68ead0c8e4601449934fbb14b7b239f7b8e8a9184fd1b5
nodejs~docker-node~PTSGPG.dockerbuild
22.1 KB
sha256:a40551e8230cded74b411c6e6029e0cd11b82e3b02809fa5bae0602362809d01
nodejs~docker-node~QEZDRM.dockerbuild
23.9 KB
sha256:6d5d459bf089f7b3077ed19abf008bd183987c5f8f062a98e528174a5f177773
nodejs~docker-node~RAQZ97.dockerbuild
22.8 KB
sha256:e05dbff173081bd8f2fea54d0baa2be3f8be0c9d08909432bc1e3877673296d3
nodejs~docker-node~RYB2LH.dockerbuild
25.3 KB
sha256:0389639b776bd737cbbc12b073317719d4f44547f6079fe6f5ee5d301c77496d
nodejs~docker-node~S2UPPM.dockerbuild
14.3 KB
sha256:1f0cd00ea00d43c81a80e7c8dc321eecf072edaefc3deffb66f34de39670199e
nodejs~docker-node~VLE0KL.dockerbuild
24.4 KB
sha256:bfb15faa85db358aad109c9dbf5d325250cd121feea0860dc39099d8ab45e615
nodejs~docker-node~VTYAL3.dockerbuild
25.6 KB
sha256:fe95c0f215be335abf9dddca5a71f5d59c12b3b7150e03688a1279f6b09514e0
nodejs~docker-node~W0HGWU.dockerbuild
24.6 KB
sha256:e294f21ffcdbe2fa0c07bf5fcab7fb55fe5307997776d1ba525e0c33f5945057
nodejs~docker-node~WSXTIX.dockerbuild
23.8 KB
sha256:6bc22fdf02b2d53e3b24e1d172c7579cdc3d8750586542ecfec1d11244bd7cdc
nodejs~docker-node~XUICOH.dockerbuild
14.3 KB
sha256:f099c99ebc1a4e9ea3c4db0f98de8a3fd4ed71c010bbf14fa0aca0fc71f2ab7e
nodejs~docker-node~YIIYNG.dockerbuild
14.2 KB
sha256:8a7918cf18276cb39708cc856a6c40f244e6934be444fab6a7bb97aecf1a472a
nodejs~docker-node~YL96VM.dockerbuild
21.9 KB
sha256:0764c8c21c6f38542dfa361ff9791c2b50acf548489ce5aa683b367b754d8297
nodejs~docker-node~Z7X46S.dockerbuild
24.6 KB
sha256:e9d52747775674b7d408063837a68c399c4dfde1d3850b86ee2c30629d249f6d