Skip to content

Build images

Build images #49

Manually triggered May 15, 2025 18:23
Status Failure
Total duration 33m 3s
Artifacts

build-images.yml

on: workflow_dispatch
Matrix: images
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
images (ruby26, debian, macos-hosted, true) / image
Process completed with exit code 1.
images (dotnet6, debian) / image
buildx failed with: ERROR: failed to solve: failed to compute cache key: failed to copy: httpReadSeeker: failed open: unexpected status code https://mcr.microsoft.com/v2/dotnet/sdk/blobs/sha256:1df4174e1641c24bac819a993f5ed3d2ae6facbada6f7a943bed15d22e64851b: 503 Service Unavailable
images (node20, cdxgen-node) / image
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') GOBIN_VERSION='amd64'; ;; 'aarch64') GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc${GCC_VERSION} gcc${GCC_VERSION}-c++ bzip2 git-core wget zip unzip make gawk python311 python311-pip python311-devel nodejs20-devel && update-alternatives --install /usr/bin/python python /usr/bin/python3.11 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 10 && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-${GCC_VERSION} 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 10 && npm install -g npm && npm install -g node-gyp corepack && npx node-gyp install && node -v && npm -v && python --version && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash && source /root/.nvm/nvm.sh && curl -L --output /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && bazel --version && zypper clean -a" did not complete successfully: exit code: 1
images (dotnet9, debian) / image
Process completed with exit code 1.
images (dotnet8, debian) / image
Process completed with exit code 1.
images (python310, opensuse) / image
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') OS_ARCH_SUFFIX=''; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='-aarch64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc13 gcc13-c++ gcc13-fortran python310 python310-devel python310-pip findutils java-24-openjdk-devel bzip2 git-core wget zip unzip make gawk nodejs22 npm22 nodejs22-devel libxml2-devel && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-13 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 10 && mkdir /opt/pypi && python -m pip install --no-cache-dir --upgrade setuptools==77.0.3 pip virtualenv && python -m pip install --no-cache-dir --upgrade poetry pipenv uv --target /opt/pypi && curl -LO \"https://dl.google.com/go/go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz\" && tar -C /usr/local -xzf go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz && rm go${GO_VERSION}.linux-${GOBIN_VERSION}.tar.gz && go telemetry off && npm install -g npm && npm install -g node-gyp corepack && npx node-gyp install && node -v && npm -v && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && bazel --version && zypper clean -a" did not complete successfully: exit code: 1
images (python39, opensuse) / image
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') OS_ARCH_SUFFIX=''; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='-aarch64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc13 gcc13-c++ gcc13-fortran python39 python39-devel python39-pip findutils java-24-openjdk-devel bzip2 git-core wget zip unzip make gawk nodejs22 npm22 nodejs22-devel libxml2-devel && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-13 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10 && mkdir /opt/pypi && python -m pip install --no-cache-dir --upgrade setuptools pip virtualenv && python -m pip install --no-cache-dir --upgrade poetry pipenv uv --target /opt/pypi && npm install -g npm && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && bazel --version && zypper clean -a" did not complete successfully: exit code: 1
images (dotnet8, debian) / image
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 5 MB