Skip to content

Upload Container image #136

Upload Container image

Upload Container image #136

Triggered via schedule May 16, 2024 08:01
Status Failure
Total duration 1h 9m 31s
Artifacts

publish.yml

on: schedule
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=''; 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 gcc14 gcc14-c++ gcc14-fortran python312 python312-devel python312-pip git-core wget zip unzip make gawk && 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 && curl -s \"https://get.sdkman.io\" | bash && source \"$HOME/.sdkman/bin/sdkman-init.sh\" && 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 && 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.39.7/install.sh | bash && source /root/.nvm/nvm.sh && nvm install 22.1.0 && node -v && npm -v && gcc --version && zypper clean -a" did not complete successfully: exit code: 127