Build images #587
Annotations
4 errors
|
images (dotnet9, debian, macos-hosted) / image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$DEBIAN_REPO\" ]; then if [ -f /etc/apt/sources.list ]; then sed -i \"s|http://deb.debian.org/debian|$DEBIAN_REPO/debian|g\" /etc/apt/sources.list; sed -i \"s|http://security.debian.org/debian-security|$DEBIAN_REPO/debian-security|g\" /etc/apt/sources.list; fi; if [ -f /etc/apt/sources.list.d/debian.sources ]; then sed -i \"s|http://deb.debian.org|$DEBIAN_REPO|g\" /etc/apt/sources.list.d/debian.sources; fi fi; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NUGET_REPO\" ]; then dotnet nuget remove source \"nuget.org\"; dotnet nuget add source \"$NUGET_REPO/index.json\" --name \"nexus\" --allow-insecure-connections; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; apt-get update && apt-get install -qq -y --no-install-recommends autoconf-archive autotools-dev bash bzip2 curl gawk gettext git-core intltool libadwaita-1-dev make unzip zip && apt-get install -qq -y build-essential locales mono-devel mono-xbuild nuget python3 python3-dev python3-pip && chmod +x /tmp/install.sh && /tmp/install.sh && rm /tmp/install.sh && pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools blint && node -v && npm -v && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf $HOME/.npmrc $HOME/.pip /var/lib/apt/lists/* && mv /usr/lib/nuget/nuget.exe /usr/lib/nuget/NuGet.exe && dotnet --list-sdks && ARCH_NAME=\"$(dpkg --print-architecture)\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') dotnet workload install android wasm-tools wasm-tools-net6 wasm-tools-net7 ;; 'aarch64' | 'arm64') dotnet workload install wasm-tools ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac; dotnet workload list && nuget help && if [ -n \"$NUGET_REPO\" ]; then dotnet nuget remove source \"nexus\"; dotnet nuget add source \"https://api.nuget.org/v3/index.json\" --name \"nuget.org\"; fi; if [ -n \"$DEBIAN_REPO\" ]; then if [ -f /etc/apt/sources.list ]; then sed -i \"s|$DEBIAN_REPO/debian-security|http://security.debian.org/debian-security|g\" /etc/apt/sources.list; sed -i \"s|$DEBIAN_REPO/debian|http://deb.debian.org/debian|g\" /etc/apt/sources.list; fi; if [ -f /etc/apt/sources.list.d/debian.sources ]; then sed -i \"s|$DEBIAN_REPO|http://deb.debian.org|g\" /etc/apt/sources.list.d/debian.sources; fi fi" did not complete successfully: exit code: 132
|
|
images (python310, opensuse, macos-hosted, cdxgen-python310) / image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') 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 bzip2 findutils gawk gcc13 gcc13-c++ gcc13-fortran git-core java-24-openjdk-devel libxml2-devel make nodejs22 nodejs22-devel npm22 python310 python310-devel python310-pip unzip wget zip && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-13 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 ${PYTHONPATH} && python -m pip install --no-cache-dir --upgrade pip setuptools==77.0.3 virtualenv && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools pipenv poetry uv && curl -LO \"$GOOGLE_URL/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 corepack node-gyp && npx node-gyp install && node -v && npm -v && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 104
|
|
images (dotnet8, debian, macos-hosted) / image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$DEBIAN_REPO\" ]; then if [ -f /etc/apt/sources.list ]; then sed -i \"s|http://deb.debian.org/debian|$DEBIAN_REPO/debian|g\" /etc/apt/sources.list; sed -i \"s|http://security.debian.org/debian-security|$DEBIAN_REPO/debian-security|g\" /etc/apt/sources.list; fi; if [ -f /etc/apt/sources.list.d/debian.sources ]; then sed -i \"s|http://deb.debian.org|$DEBIAN_REPO|g\" /etc/apt/sources.list.d/debian.sources; fi fi; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NUGET_REPO\" ]; then dotnet nuget remove source \"nuget.org\"; dotnet nuget add source \"$NUGET_REPO/index.json\" --name \"nexus\"; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; apt-get update && apt-get install -qq -y --no-install-recommends autoconf-archive autotools-dev bash bzip2 curl gawk gcc gettext git-core g++ intltool libadwaita-1-dev make unzip zip && apt-get install -qq -y build-essential locales mono-devel mono-xbuild nuget python3 python3-dev python3-pip && chmod +x /tmp/install.sh && /tmp/install.sh && rm /tmp/install.sh && pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools blint && node -v && npm -v && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf $HOME/.npmrc $HOME/.pip /var/lib/apt/lists/* && mv /usr/lib/nuget/nuget.exe /usr/lib/nuget/NuGet.exe && dotnet --list-sdks && ARCH_NAME=\"$(dpkg --print-architecture)\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') dotnet workload install android wasm-tools wasm-tools-net6 wasm-tools-net7 ;; 'aarch64' | 'arm64') dotnet workload install wasm-tools ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac; dotnet workload list && nuget help && if [ -n \"$NUGET_REPO\" ]; then dotnet nuget remove source \"nexus\"; dotnet nuget add source \"https://api.nuget.org/v3/index.json\" --name \"nuget.org\"; fi; if [ -n \"$DEBIAN_REPO\" ]; then if [ -f /etc/apt/sources.list ]; then sed -i \"s|$DEBIAN_REPO/debian-security|http://security.debian.org/debian-security|g\" /etc/apt/sources.list; sed -i \"s|$DEBIAN_REPO/debian|http://deb.debian.org/debian|g\" /etc/apt/sources.list; fi; if [ -f /etc/apt/sources.list.d/debian.sources ]; then sed -i \"s|$DEBIAN_REPO|http://deb.debian.org|g\" /etc/apt/sources.list.d/debian.sources; fi fi" did not complete successfully: exit code: 1
|
|
images (python39, opensuse, macos-hosted, cdxgen-python39) / image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') 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 bzip2 findutils gawk gcc13 gcc13-c++ gcc13-fortran git-core java-24-openjdk-devel libxml2-devel make nodejs22 nodejs22-devel npm22 python39 python39-devel python39-pip unzip wget zip && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-13 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10 && mkdir ${PYTHONPATH} && python -m pip install --no-cache-dir --upgrade pip setuptools virtualenv && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade pipenv poetry uv && npm install -g npm && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 104
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
CycloneDX~cdxgen~167ZGY.dockerbuild
Expired
|
120 KB |
sha256:b2056b15ba6cc0fa8ec28ab6698ac1a0346c2e6daac8567d3b70dd5bf05a5310
|
|
|
CycloneDX~cdxgen~20BMGR.dockerbuild
Expired
|
21.6 KB |
sha256:a57ca3db548d61b810b923be50989893601a9ce20f6e2a6fc47e7b95abb69071
|
|
|
CycloneDX~cdxgen~3H7HBI.dockerbuild
Expired
|
64.7 KB |
sha256:ac598525f40cb9efda780180e6623b0b918d250ddffdd3853d7b48e14c1cc409
|
|
|
CycloneDX~cdxgen~67OVYY.dockerbuild
Expired
|
57.7 KB |
sha256:6bb0592515851cc1d2835d842e74c8008337e564a062b112d7d03ff6ea212be7
|
|
|
CycloneDX~cdxgen~9826LX.dockerbuild
Expired
|
21.8 KB |
sha256:2488266ee50a1c47bdbbb0245515866569dae926892520ede4f99c75ef0ba7f3
|
|
|
CycloneDX~cdxgen~A5L9WD.dockerbuild
Expired
|
22.3 KB |
sha256:456f571e1b8142625fb3b4a2e2f421de94ec71e5963edf646cfece1b5f36614e
|
|
|
CycloneDX~cdxgen~BWKPIL.dockerbuild
Expired
|
143 KB |
sha256:91e02db1b8b1c0c1e6c2225ec40de05601ebff545046ec2ce8c7c2f5789f4b24
|
|
|
CycloneDX~cdxgen~H7DZCW.dockerbuild
Expired
|
54.8 KB |
sha256:8d77944c8cab770530773589179148463d8cae7d9c8d785bb140163ffeabfa7d
|
|
|
CycloneDX~cdxgen~LQ9PPJ.dockerbuild
Expired
|
23 KB |
sha256:c193f7a7e88c1b2a28ca350d368704a1183410e577a2418751f7b49fc1fda301
|
|
|
CycloneDX~cdxgen~RM61GW.dockerbuild
Expired
|
192 KB |
sha256:59cb4a14c6a117e9b66a65ae4e9b0a79872cebcafd6a3bd4a1f6ab703342bc08
|
|