Images CI for "dev-py3.11,dev" from upstream #693 at "refs/heads/dev" #156
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 | gpg --dearmor -o /etc/apt/trusted.gpg.d/adoptium.gpg\necho \"deb 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 source is currently very unstable, add more retries for it\n# https://github.com/adoptium/adoptium-support/issues/554\n# https://github.com/adoptium/installer/issues/766\nset +e\nattempts=5\nwait_times=(1 3 5 10)\nfor attempt in $(seq 1 $attempts); do\n if apt-get install -y \"temurin-${JAVA}-jdk\"; then\n break\n fi\n if [ \"$attempt\" != \"$attempts\" ]; then\n wait_time=${wait_times[$((attempt-1))]}\n echo \"Install attempt #$attempt failed. Waiting ${wait_time} minutes for another attempt...\"\n sleep $((wait_time * 60))\n else\n echo \"All $attempts attempts failed\"\n exit 1\n fi\ndone\nset -e\n\njava -version\njavac -version\nrm -rf /var/lib/apt/lists/*\n" did not complete successfully: exit code: 2
|
The logs for this run have expired and are no longer available.
Loading