Upload Container image #515
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/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 gcc12 gcc12-c++ gcc12-fortran python310 python310-devel python310-pip findutils java-23-openjdk-devel bzip2 git-core wget zip unzip make gawk nodejs20 npm20 nodejs20-devel gdal-devel libxml2-devel libxslt-devel && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-12 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-12 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 pip virtualenv && python -m pip install --no-cache-dir --upgrade poetry pipenv --target /opt/pypi && npm install -g npm && npm install -g node-gyp && 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: 104
|
The logs for this run have expired and are no longer available.
Loading