Skip to content

Try building with ubuntu arm64 for opensuse lang images #486

Try building with ubuntu arm64 for opensuse lang images

Try building with ubuntu arm64 for opensuse lang images #486

Re-run triggered March 6, 2025 18:06
Status Failure
Total duration 30m 0s
Artifacts
debian-dotnet6-image
11m 10s
debian-dotnet6-image
debian-dotnet8-image
15m 58s
debian-dotnet8-image
debian-dotnet9-image
16m 50s
debian-dotnet9-image
debian-ruby26-image
16s
debian-ruby26-image
debian-ruby33-image
15s
debian-ruby33-image
debian-ruby34-image
14s
debian-ruby34-image
debian-swift-image
20s
debian-swift-image
sle-dotnet-image
0s
sle-dotnet-image
sle-dotnet7-image
2m 14s
sle-dotnet7-image
sle-dotnet8-image
1m 54s
sle-dotnet8-image
sle-dotnet9-image
1m 49s
sle-dotnet9-image
sle-java-slim-image
3m 38s
sle-java-slim-image
sle-java17-image
6m 54s
sle-java17-image
sle-java17-slim-image
2m 50s
sle-java17-slim-image
sle-node20-image
5m 55s
sle-node20-image
opensuse-python310-image
29m 28s
opensuse-python310-image
sle-python311-image
7m 46s
sle-python311-image
sle-python36-image
7m 32s
sle-python36-image
opensuse-python39-image
29m 25s
opensuse-python39-image
opensuse-lang-image
29m 44s
opensuse-lang-image
sle-ruby25-image
8m 23s
sle-ruby25-image
debian-ruby18-image
16s
debian-ruby18-image
cdxgen-debian-dotnet6-image
3m 52s
cdxgen-debian-dotnet6-image
cdxgen-debian-dotnet8-image
4m 29s
cdxgen-debian-dotnet8-image
cdxgen-debian-dotnet9-image
4m 0s
cdxgen-debian-dotnet9-image
cdxgen-debian-ruby26-image
17s
cdxgen-debian-ruby26-image
cdxgen-debian-ruby33-image
4m 57s
cdxgen-debian-ruby33-image
cdxgen-debian-ruby34-image
4m 51s
cdxgen-debian-ruby34-image
cdxgen-debian-swift-image
19s
cdxgen-debian-swift-image
cdxgen-dotnet-image
0s
cdxgen-dotnet-image
cdxgen-dotnet7-image
1m 37s
cdxgen-dotnet7-image
cdxgen-dotnet8-image
1m 29s
cdxgen-dotnet8-image
cdxgen-dotnet9-image
1m 25s
cdxgen-dotnet9-image
cdxgen-java-image
3m 27s
cdxgen-java-image
cdxgen-java-slim-image
2m 44s
cdxgen-java-slim-image
cdxgen-java17-image
3m 39s
cdxgen-java17-image
cdxgen-java17-slim-image
2m 35s
cdxgen-java17-slim-image
cdxgen-node20-image
2m 45s
cdxgen-node20-image
cdxgen-python-image
7m 25s
cdxgen-python-image
cdxgen-python310-image
14m 7s
cdxgen-python310-image
cdxgen-python311-image
5m 58s
cdxgen-python311-image
cdxgen-python36-image
4m 40s
cdxgen-python36-image
cdxgen-python39-image
18m 22s
cdxgen-python39-image
cdxgen-rolling-image
0s
cdxgen-rolling-image
cdxgen-sle-ruby25-image
1m 41s
cdxgen-sle-ruby25-image
Fit to window
Zoom out
Zoom in

Annotations

1 error
opensuse-lang-image
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='x64'; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='arm64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive dup && zypper --non-interactive install -l --no-recommends gcc14 gcc14-c++ gcc14-fortran bzip2 python312 python312-devel python312-pip findutils java-23-openjdk-devel libicu-devel git-core wget zip unzip make gawk nodejs22 npm22 rust1.81 cargo1.81 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-14 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.12 10 && curl -s \"https://get.sdkman.io\" | bash && echo -e \"sdkman_auto_answer=true\\nsdkman_selfupdate_feature=false\\nsdkman_auto_env=true\\nsdkman_curl_connect_timeout=20\\nsdkman_curl_max_time=0\" >> $HOME/.sdkman/etc/config && source \"$HOME/.sdkman/bin/sdkman-init.sh\" && sdk install maven $MAVEN_VERSION && sdk install gradle $GRADLE_VERSION && sdk install sbt $SBT_VERSION && sdk offline enable && mv /root/.sdkman/candidates/* /opt/ && rm -rf /root/.sdkman && curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-${OS_ARCH_SUFFIX}.tar.gz && mkdir -p /usr/share/dotnet && tar -xf dotnet.tar.gz -C /usr/share/dotnet && rm dotnet.tar.gz && dotnet --list-sdks && mkdir /opt/pypi && python -m pip install --no-cache-dir --upgrade poetry pipenv blint atom-tools custom-json-diff uv --target /opt/pypi && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && blint --help && 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: 2