Skip to content

chore(deps): update registry.opensuse.org/opensuse/bci/python docker tag - autoclosed #184

chore(deps): update registry.opensuse.org/opensuse/bci/python docker tag - autoclosed

chore(deps): update registry.opensuse.org/opensuse/bci/python docker tag - autoclosed #184

Triggered via pull request November 11, 2025 20:40
Status Failure
Total duration 52s
Artifacts 4

build-image.yml

on: pull_request
Matrix: image
Fit to window
Zoom out
Zoom in

Annotations

4 errors
image (ci/images/opensuse/Dockerfile.python310, amd64)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') 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 bzip2 findutils gawk gcc13 gcc13-c++ gcc13-fortran git-core java-25-openjdk-devel libxml2-devel make nodejs22 nodejs22-devel npm22 python310 python310-devel python310-pip unzip wget zip && 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 ${PYTHONPATH} && python -m pip install --no-cache-dir --upgrade pip setuptools==77.0.3 virtualenv && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools pipenv poetry uv && curl -LO \"$GOOGLE_URL/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 corepack node-gyp && npx node-gyp install && node -v && npm -v && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 104
image (ci/images/opensuse/Dockerfile.python39, amd64)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') 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 bzip2 findutils gawk gcc13 gcc13-c++ gcc13-fortran git-core java-25-openjdk-devel libxml2-devel make nodejs22 nodejs22-devel npm22 python39 python39-devel python39-pip unzip wget zip && 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.9 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10 && mkdir ${PYTHONPATH} && python -m pip install --no-cache-dir --upgrade pip setuptools virtualenv && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade pipenv poetry uv && npm install -g npm && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 104
image (ci/images/opensuse/Dockerfile.python310, arm64)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') 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 bzip2 findutils gawk gcc13 gcc13-c++ gcc13-fortran git-core java-25-openjdk-devel libxml2-devel make nodejs22 nodejs22-devel npm22 python310 python310-devel python310-pip unzip wget zip && 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 ${PYTHONPATH} && python -m pip install --no-cache-dir --upgrade pip setuptools==77.0.3 virtualenv && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools pipenv poetry uv && curl -LO \"$GOOGLE_URL/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 corepack node-gyp && npx node-gyp install && node -v && npm -v && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 104
image (ci/images/opensuse/Dockerfile.python39, arm64)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') 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 bzip2 findutils gawk gcc13 gcc13-c++ gcc13-fortran git-core java-25-openjdk-devel libxml2-devel make nodejs22 nodejs22-devel npm22 python39 python39-devel python39-pip unzip wget zip && 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.9 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10 && mkdir ${PYTHONPATH} && python -m pip install --no-cache-dir --upgrade pip setuptools virtualenv && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade pipenv poetry uv && npm install -g npm && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 104

Artifacts

Produced during runtime
Name Size Digest
CycloneDX~cdxgen~88Z0H9.dockerbuild Expired
20.4 KB
sha256:0b7e04b5aaeed90e770d58c168d030b10a4e22759b0a1bfa5c350bf712cca093
CycloneDX~cdxgen~B00F0V.dockerbuild Expired
19.7 KB
sha256:15a2ee54624998dda1a19fd15c8824b34753f2cb28533284df0abd3bf305edf8
CycloneDX~cdxgen~OBYQX6.dockerbuild Expired
19.4 KB
sha256:1b322565df564d49cf3f3212112c3d16f96054bd18d819026c2e262afb553749
CycloneDX~cdxgen~W9UKA1.dockerbuild Expired
20.3 KB
sha256:765f515bb07e2c8a203f6fcc4e843ebdddb2f633c4df0a451be074c75140cba7