Images CI for "dev-py3.10" from upstream #691 at "refs/heads/dev" #135
Annotations
1 error
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux\nexport DEBIAN_FRONTEND=\"noninteractive\"\n\napt-get update\napt-get install -y gnupg ca-certificates curl\ncurl -so- https://packages.adoptium.net/artifactory/api/gpg/key/public | tee /etc/apt/keyrings/adoptium.asc\necho \"deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main\" | tee /etc/apt/sources.list.d/adoptium.list\napt-get update\n\n# The temurin deb source is currently very unstable, using apt-get to install might randomly fail and retry does not work\n# https://github.com/adoptium/adoptium-support/issues/554\n# https://github.com/adoptium/installer/issues/766\nurl=$(apt-get install --print-uris -qq temurin-${JAVA}-jdk | grep \"temurin-${JAVA}-jdk\" | head -n 1 | cut -d \"'\" -f2)\necho \"deb url: $url\"\nset +e\nfor attempt in $(seq 1 10); do\n if curl \"$url\" -o /tmp/temurin.deb; then\n break\n fi\n if [ \"$attempt\" = \"10\" ]; then\n echo \"All attempts failed\"\n exit 1\n fi\n echo \"Download attempt #$attempt failed. Waiting 30 seconds...\"\n sleep 30\n update-ca-certificates\ndone\ndpkg -i /tmp/temurin.deb\nset -e\n\napt-get -y -f install\njava -version\n\nrm -f /tmp/temurin.deb\nrm -rf /var/lib/apt/lists/*\n" did not complete successfully: exit code: 127
|
The logs for this run have expired and are no longer available.
Loading