Skip to content

Bump pip to 24.0

Bump pip to 24.0 #72

Re-run triggered April 25, 2024 21:29
Status Failure
Total duration 37s
Artifacts
Matrix: Publish
Matrix: Update DockerHub Descriptions
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Publish (alpine-pypy-3_9, ubuntu-latest)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps gnupg tar xz && FILENAME=\"pypy${PYPY_BASE}-v${PYPY_VERSION}-linux-$(apk --print-arch)-alpine.tar.bz2\" && wget -O pypy.tar.bz2 \"https://pypy.cyberjake.xyz/pypy/${PYPY_BASE}/${FILENAME}\" && wget -O pypy.tar.bz2.sig \"https://pypy.cyberjake.xyz/pypy/${PYPY_BASE}/${FILENAME}.sig\" && export GNUPGHOME=\"$(mktemp -d)\" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\" && gpg --batch --verify pypy.tar.bz2.sig pypy.tar.bz2 && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf \"$GNUPGHOME\" pypy.tar.xz.sig && tar -xjC /usr/local --strip-components=1 -f pypy.tar.bz2 && rm pypy.tar.bz2 && apk del .fetch-deps && apk add --no-cache findutils && find /usr/local -type f -executable -not \\( -path '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\\n' | sort -u | awk 'system(\"[ -e /usr/local/lib/\" $1 \" ] || [ -e /usr/local/bin/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' | xargs -rt apk add --virtual .pypy-rundeps && apk del findutils && pypy --version" did not complete successfully: exit code: 1
Publish (alpine-pypy-2_7, ubuntu-latest)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -ex; wget -O get-pip.py \"${PIP_URL}\" && pypy get-pip.py --disable-pip-version-check --no-cache-dir \"pip==$PYTHON_PIP_VERSION\" setuptools wheel && pip --version && python -m pip install --upgrade pip && rm -f get-pip.py" did not complete successfully: exit code: 1