Skip to content

Upload Container image #663

Upload Container image

Upload Container image #663

Triggered via schedule February 6, 2025 08:02
Status Failure
Total duration 1h 0m 11s
Artifacts

publish.yml

on: schedule
sle-dotnet-image
2m 58s
sle-dotnet-image
sle-dotnet7-image
2m 50s
sle-dotnet7-image
sle-dotnet8-image
1m 9s
sle-dotnet8-image
sle-dotnet9-image
1m 27s
sle-dotnet9-image
sle-java-slim-image
3m 55s
sle-java-slim-image
sle-java17-image
7m 33s
sle-java17-image
sle-java17-slim-image
4m 1s
sle-java17-slim-image
sle-node20-image
5m 30s
sle-node20-image
opensuse-python310-image
25m 59s
opensuse-python310-image
sle-python311-image
6m 43s
sle-python311-image
opensuse-python313-image
24m 55s
opensuse-python313-image
opensuse-python313-nogil-image
3m 11s
opensuse-python313-nogil-image
sle-python36-image
7m 9s
sle-python36-image
opensuse-python39-image
25m 54s
opensuse-python39-image
opensuse-lang-image
29m 37s
opensuse-lang-image
base-image
2m 15s
base-image
lang-image
1m 24s
lang-image
debian-python311-image
6m 9s
debian-python311-image
debian-swift-image
9m 55s
debian-swift-image
debian-dotnet8-image
4m 55s
debian-dotnet8-image
debian-dotnet9-image
5m 10s
debian-dotnet9-image
sle-llvm-image
0s
sle-llvm-image
cdxgen-deno-image
3m 18s
cdxgen-deno-image
cdxgen-dotnet-image
1m 47s
cdxgen-dotnet-image
cdxgen-dotnet7-image
1m 24s
cdxgen-dotnet7-image
cdxgen-dotnet8-image
1m 18s
cdxgen-dotnet8-image
cdxgen-dotnet9-image
1m 35s
cdxgen-dotnet9-image
cdxgen-java-image
2m 41s
cdxgen-java-image
cdxgen-java-slim-image
2m 15s
cdxgen-java-slim-image
cdxgen-java17-image
2m 30s
cdxgen-java17-image
cdxgen-java17-slim-image
2m 13s
cdxgen-java17-slim-image
cdxgen-node20-image
2m 21s
cdxgen-node20-image
cdxgen-php-image
2m 15s
cdxgen-php-image
cdxgen-python-image
0s
cdxgen-python-image
cdxgen-python310-image
11m 48s
cdxgen-python310-image
cdxgen-python311-image
6m 6s
cdxgen-python311-image
cdxgen-python313-image
11m 21s
cdxgen-python313-image
cdxgen-python313-nogil-image
2m 18s
cdxgen-python313-nogil-image
cdxgen-python36-image
5m 48s
cdxgen-python36-image
cdxgen-python39-image
11m 53s
cdxgen-python39-image
cdxgen-rolling-image
13m 4s
cdxgen-rolling-image
depscan-rolling-image
16m 57s
depscan-rolling-image
Fit to window
Zoom out
Zoom in

Annotations

1 error
sle-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=''; 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 gcc${GCC_VERSION} gcc${GCC_VERSION}-c++ gcc${GCC_VERSION}-fortran bzip2 git-core wget zip unzip make gawk && 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 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_VERSION} 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 java $JAVA_VERSION && sdk install maven $MAVEN_VERSION && sdk offline enable && mv /root/.sdkman/candidates/* /opt/ && rm -rf /root/.sdkman && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash && source /root/.nvm/nvm.sh && nvm install ${NODE_VERSION} && npm install -g node-gyp && npx node-gyp install && node -v && npm -v && 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: 139