semantics data #371
build-base-images.yml
on: push
debian-dotnet6-image
8m 51s
debian-dotnet8-image
8m 48s
debian-ruby26-image
36m 44s
debian-ruby33-image
16m 19s
debian-ruby34-image
4m 49s
sle-dotnet-image
0s
sle-dotnet7-image
2m 25s
sle-dotnet8-image
1m 43s
sle-dotnet9-image
1m 8s
sle-java-image
6m 24s
sle-java-slim-image
3m 8s
sle-java17-image
6m 44s
sle-java17-slim-image
3m 39s
sle-node20-image
6m 7s
sle-lang-image
5m 55s
opensuse-python310-image
26m 51s
sle-python311-image
7m 19s
sle-python36-image
6m 45s
opensuse-python39-image
28m 29s
opensuse-lang-image
29m 33s
sle-ruby25-image
8m 18s
debian-ruby18-image
1h 37m
debian-dotnet9-image
8m 50s
cdxgen-debian-dotnet6-image
3m 28s
cdxgen-debian-dotnet8-image
3m 33s
cdxgen-debian-dotnet9-image
3m 18s
cdxgen-debian-ruby26-image
2m 49s
cdxgen-debian-ruby33-image
3m 32s
cdxgen-debian-ruby34-image
3m 14s
cdxgen-dotnet-image
0s
cdxgen-dotnet7-image
2m 3s
cdxgen-dotnet8-image
1m 31s
cdxgen-dotnet9-image
1m 27s
cdxgen-java-image
3m 2s
cdxgen-java-slim-image
2m 3s
cdxgen-java17-image
3m 4s
cdxgen-java17-slim-image
2m 27s
cdxgen-node20-image
2m 32s
cdxgen-python-image
6m 55s
cdxgen-python310-image
0s
cdxgen-python311-image
6m 8s
cdxgen-python36-image
5m 57s
cdxgen-python39-image
11m 29s
cdxgen-rolling-image
11m 25s
cdxgen-sle-ruby25-image
1m 16s
Annotations
1 error
opensuse-python310-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 gcc12 gcc12-c++ gcc12-fortran python310 python310-devel python310-pip findutils java-23-openjdk-devel bzip2 git-core wget zip unzip make gawk nodejs22 npm22 nodejs22-devel libxml2-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 setuptools pip virtualenv && python -m pip install --no-cache-dir --upgrade poetry pipenv uv --target /opt/pypi && curl -LO \"https://dl.google.com/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 node-gyp corepack && 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: 139
|