Skip to content

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

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

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

Triggered via pull request March 9, 2026 23:03
@aduh95aduh95
synchronize #2415
official-keys
Status Failure
Total duration 42s
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 (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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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 (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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 127
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 1
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 127
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 127
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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)
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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: 127
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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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, 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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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 (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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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 (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 -ex && (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-linux-$ARCH.tar.xz\" && curl -fsSLO --compressed \"https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc\" && gpgv --keyring=\"$GNUPGHOME/pubring.kbx\" --output SHASUMS256.txt < SHASUMS256.txt.asc && rm -rf \"$GNUPGHOME\" && grep \" node-v$NODE_VERSION-linux-$ARCH\\$\" SHASUMS256.txt | sha256sum -c - && 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~3FM8MI.dockerbuild
25.2 KB
sha256:86d8c31e90b25ab804947427a623b75304ab5d7fe62e629b6fd7325b74cd00bf
nodejs~docker-node~5D6PNG.dockerbuild
21.6 KB
sha256:94cfebeb2ac0554985cbbe8cf761a79bb9e44b92bf158a7184427c4443b04be3
nodejs~docker-node~6POICC.dockerbuild
25 KB
sha256:d4c2828638faf01203f89dbc68f16526f6f037c339c82a2fc184f02319a2ebe3
nodejs~docker-node~8CEB4E.dockerbuild
22.4 KB
sha256:b101c64b55ffc1e49ab7e9e80998e303ce7bc2f4525255a702dcbd4e1c139eea
nodejs~docker-node~9X386L.dockerbuild
14.3 KB
sha256:2252ec1f1b9929d08c35156817678b7a13155197367a602d949b25f831e6aa96
nodejs~docker-node~BD8NXW.dockerbuild
23.9 KB
sha256:93235e82879a347ffb0c6f54276718b1c278bd0f1cad08ea375c41a914d033df
nodejs~docker-node~CBQJ4S.dockerbuild
14.7 KB
sha256:e8558ac1d976930699fd22a16513d2d6c4f05c371709cb09fc83474f741ac6f1
nodejs~docker-node~CIJ3MQ.dockerbuild
23.6 KB
sha256:2237fa1eda5c3f368ddc6b19c5dd9855ee8566dec0e26b83f1ebe4a355335a89
nodejs~docker-node~E5ELTR.dockerbuild
14.6 KB
sha256:43e31657832be3f5e85fee4a1b3f145a5ff89ebd3fb2412455d1763b5774763f
nodejs~docker-node~FRXA4S.dockerbuild
14.8 KB
sha256:caa7015039f59ac7cbcdd495515b5266cc19c85040d0dbae6f37dc43b08df734
nodejs~docker-node~FX6BUR.dockerbuild
14.8 KB
sha256:0e21a1d41043456d08de989c7ca7c5aacc205afdffe509e06b82bd22e6d209e0
nodejs~docker-node~I2FM7W.dockerbuild
14.7 KB
sha256:09f757034252b3500385a0c718e6fcf7273c9bf2881f28f248c0acb2536dcfd5
nodejs~docker-node~I8LT2O.dockerbuild
22.2 KB
sha256:94a4561c39eaf29f1afae042c47fd77d12ee1387366f6259d2f595b9fbe514f2
nodejs~docker-node~INH9GM.dockerbuild
25.6 KB
sha256:7c59e7b9a11f752ecb75fcd9f6e7ecc38d4001ed8fa98eeb41e57809d2daa874
nodejs~docker-node~JEZ9T6.dockerbuild
26 KB
sha256:b27f7b32099c6928a3b61b476c16c3597bca246c634cbdc65a94075ca73b676c
nodejs~docker-node~JZPW6Z.dockerbuild
14.9 KB
sha256:9839d39b53067ee3a6b898b61e7f156214e6ee0fb13d34b03927ce60d89dc6b6
nodejs~docker-node~K83GUP.dockerbuild
13.7 KB
sha256:27425ba4fe749ea4c6134b9f67846d7eeea5a10eaa2070c16d9025fbe74df680
nodejs~docker-node~KH50DG.dockerbuild
24 KB
sha256:0606df0c95bab4a2cbc21eb6204872a7d33a11d3265c3a7ede3e3977338f587c
nodejs~docker-node~KUVU9O.dockerbuild
24.8 KB
sha256:1991992e3cd19f37062515472b303dbe8101be9d0ef3a04366efb2c919bce638
nodejs~docker-node~M0HSIF.dockerbuild
24.3 KB
sha256:ba8a69fa090c003fe90616834205160fb919543d861cbb7b642c7b953ef795c2
nodejs~docker-node~MVXHWL.dockerbuild
14.7 KB
sha256:a7282e6c3ad87b3a68e04d5912e7d95b51d76f9ab999549f4bf95b6936cb3bd9
nodejs~docker-node~NAKIHV.dockerbuild
22.3 KB
sha256:846f294c44036372c0ff4bddbe32c89de2bdb6602ea374c64a1937d7f3b5eb85
nodejs~docker-node~O98W3E.dockerbuild
22.4 KB
sha256:4e43904f57c3ffb003500270c566d6336280522cc03c39c1c3ee9473e03140db
nodejs~docker-node~PISWSE.dockerbuild
14.6 KB
sha256:96e107fb0f7e5ba998dfe4cd8530ec993dcb6b87f963fb251f418afc785be91b
nodejs~docker-node~QPK2K9.dockerbuild
23.1 KB
sha256:ccb7d1d6902b8f9d0f6a3071cfaad5ad73259665a4752a37610673b00785e107
nodejs~docker-node~SIUFP3.dockerbuild
24.3 KB
sha256:b2c1fe2c10f5fe7b5cee34dd352b20b76090227a3646ab667f002b613cde8218
nodejs~docker-node~TMXW0R.dockerbuild
24.5 KB
sha256:f00c3f0a697b031576839dd22c86df98fac5b67e24c971711cbb72f99d8f27e4
nodejs~docker-node~W8YPA0.dockerbuild
24.6 KB
sha256:db52c31f928bcd03693ab09b2dc0673acc8d6808c0b10881b00027da11c775dd
nodejs~docker-node~WH4JT4.dockerbuild
23 KB
sha256:781decadc01922dddda9d37a534f2d927374ed30c56a857a705fec1d5407be0c
nodejs~docker-node~X98NFG.dockerbuild
22.3 KB
sha256:acf82da46b6967c977132f5445d69b8caa8babf77545ead0ccfc705989c06321
nodejs~docker-node~Z3690G.dockerbuild
14.7 KB
sha256:4d439b0ab31b00b936c6eb961d25be19873ecd3e8c40e3f72afc94e0548d9507
nodejs~docker-node~Z8J8VA.dockerbuild
14.5 KB
sha256:b305bc16e00ae2b9d906f7727f9486a30a675c82989688513298009cf44a511e