Build images #532
Annotations
1 error
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
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
CycloneDX~cdxgen~YMPJ77.dockerbuild
Expired
|
19.8 KB |
sha256:8d2aee7aa57e78085fbef4f378392192b181019ea0c066e07b78856471f3cc1e
|
|