fixup! chore: switch to official release-keys repo to verify Node.js
#1106
build-test.yml
on: push
generate-matrix
7s
Matrix: build
Annotations
24 errors
|
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 (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, 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, 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 (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 (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 (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 (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 (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, 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 (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 (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 (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
|
|
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 (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)
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 (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 (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 (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 (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, 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)
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 (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, 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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nodejs~docker-node~2BWRQA.dockerbuild
|
24.3 KB |
sha256:3da9b7516e5b5ca549a1e3204b1764180e74e42119b250bafbf498a115971a33
|
|
|
nodejs~docker-node~3E0B3B.dockerbuild
|
14 KB |
sha256:46f83a76414e0bfa043ecd3030d5246b9e0924e409f34fcfe5d8ae84eb49107f
|
|
|
nodejs~docker-node~69Z341.dockerbuild
|
21.8 KB |
sha256:fb6f07ebe30cf62a013b08ebb072a2fc77733f1a181265d92b94aa74f9d80848
|
|
|
nodejs~docker-node~6W31CH.dockerbuild
|
24.7 KB |
sha256:5389612f39349c61fc0806f7b28b77b1ab219a9728cfb558c1db6f606e6b7eb7
|
|
|
nodejs~docker-node~8P7RAU.dockerbuild
|
14.3 KB |
sha256:e7fa7f5df21a641184af76c933cf3fd92e1d6a3e81ee0d92d31bb3660201b7de
|
|
|
nodejs~docker-node~FQMK9B.dockerbuild
|
21.6 KB |
sha256:0cd4196ee7da96acd58998634b31cb2ae485834415198089d29b6e49cb72ab29
|
|
|
nodejs~docker-node~H1WSPH.dockerbuild
|
24.8 KB |
sha256:bf4246181d08632c0995036654c7231865799bac1e234999dac31f694a897266
|
|
|
nodejs~docker-node~H3ZSE5.dockerbuild
|
14.6 KB |
sha256:42cbff4a455915e94f23d1ee7138ab05069fa40b1f02ab8dde34af8b1e2987aa
|
|
|
nodejs~docker-node~HV9LCF.dockerbuild
|
13.9 KB |
sha256:3b57ce2ccba34829d13c258bc351ff8998a8870e7bed5d8ea6720a8c631da3e4
|
|
|
nodejs~docker-node~IX8ZKF.dockerbuild
|
22.1 KB |
sha256:23b6f1e95726905f0a2fecb0b6383e282c456837d31ab48355c67ee85421701b
|
|
|
nodejs~docker-node~J0L6CK.dockerbuild
|
25.8 KB |
sha256:0691e530389acf6f537ca36f0f0a42be91b1d84dc19fba9a9aeb45a2dbb99446
|
|
|
nodejs~docker-node~JIRG00.dockerbuild
|
24.5 KB |
sha256:b1bb6c098047ecb6508060e25320d9a0b899f22c32b20137a137b9830068cc38
|
|
|
nodejs~docker-node~KDKJD6.dockerbuild
|
14.4 KB |
sha256:bd12b12d34b750e2bb342755f51fb6dde3161333fddda19bbbfc36997b7658b3
|
|
|
nodejs~docker-node~LT1GVT.dockerbuild
|
20 KB |
sha256:4aacf7a2cdb1e9af585fa1cb56609a8388ef24ea4551df3729be33a605ad1b38
|
|
|
nodejs~docker-node~M4RA2F.dockerbuild
|
20.9 KB |
sha256:edaaea4d409148ee715b5d9f3cb12ba02a3e9aa89bc01cb16163fb22fa605f0e
|
|
|
nodejs~docker-node~NNCL0R.dockerbuild
|
14.1 KB |
sha256:15c777d176e4241b11831232a4ef30f60de785bd7322200c77aca7be8c7aacf9
|
|
|
nodejs~docker-node~NRDXZV.dockerbuild
|
23 KB |
sha256:7c4e45bc8184fec61d828d42fdcc2010ecb4a41b61ebb669f88bfcb7ab9a1a93
|
|
|
nodejs~docker-node~OCL7O1.dockerbuild
|
23.9 KB |
sha256:2338ee64a2ad4e6bf18a8582baa9b60e1dbf1fad168871f3bc84d6ba16d5c9d0
|
|
|
nodejs~docker-node~P77Y0Y.dockerbuild
|
25.6 KB |
sha256:4390c315b32ab32d3ca72be9abf2678f91412cfaaa445ffb4dfba9e79719a494
|
|
|
nodejs~docker-node~P7KKDP.dockerbuild
|
14.2 KB |
sha256:5ea176d72605e2b9213d9d9219efe82af75aa5d60c3ca43c6b74a994f3b976c8
|
|
|
nodejs~docker-node~QHFYX3.dockerbuild
|
24 KB |
sha256:8ef5eb264b0f95f7ceb651bff19b2c36246d1c8eac615c17f171b83131f5ac6f
|
|
|
nodejs~docker-node~R41OZZ.dockerbuild
|
21.7 KB |
sha256:06af93083a2bb20e00b8b6233367b5bd6ee210113fb49f7c780d9275dbe47a73
|
|
|
nodejs~docker-node~S8TIG5.dockerbuild
|
24.4 KB |
sha256:85f485b985e1536d152ed0974c31669bab1308263c2a2fd30623d5c2c5217ee9
|
|
|
nodejs~docker-node~T2BTUP.dockerbuild
|
24.4 KB |
sha256:8cfdd57b8c9b0ddf1da7c67c8b017253b47abf9362f3189f8c385aa642376505
|
|
|
nodejs~docker-node~T2RDSB.dockerbuild
|
13.5 KB |
sha256:8e1bd2a1cef9624af76c547ac2b6f534af3121cb77450378ce84ebb4c5b1f112
|
|
|
nodejs~docker-node~TXLYCS.dockerbuild
|
13.4 KB |
sha256:c95038b2a068f40d56c9ecd65ec96aebe818e485831efd78505149c73a15b17c
|
|
|
nodejs~docker-node~V7I4C4.dockerbuild
|
13.4 KB |
sha256:3ab430ebfb60e33b72342443bea4610d3bae8e596ddef2e441eabe4addbc6436
|
|
|
nodejs~docker-node~VFG6LL.dockerbuild
|
21.8 KB |
sha256:4f6e5ec1abf2b52d145a912ecb4ce2b6bae5e5306cb648bff69a2b68f1c593e4
|
|
|
nodejs~docker-node~YJLKQA.dockerbuild
|
14 KB |
sha256:ab591fae0941e88e9993301cb5731557c5dee19c2d9a9fc98e96c3b1017caa24
|
|
|
nodejs~docker-node~YQ05JY.dockerbuild
|
21.1 KB |
sha256:7ab908d7a087c6aafec0d2a0bfb23cfe8567f689c48e602ff3445258ddaa6edd
|
|
|
nodejs~docker-node~Z50IMW.dockerbuild
|
15 KB |
sha256:58b6c08c658e075ff0ad638ea9f13504b4d6d24f7628a11330444ec868ef8302
|
|
|
nodejs~docker-node~ZEASNP.dockerbuild
|
24.7 KB |
sha256:46399a60918255ff02dc1f78aeb3c82ac58e1e6e87e7b03286f7f7cafdae5b27
|
|