-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
The manylinux 2_28 jobs for the wheels have been failing for the last days due to:
> [ 3/17] RUN dnf install -y git flex curl autoconf zip perl-IPC-Cmd wget:
1.401 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
1.402 Key imported successfully
1.413 Import of key(s) didn't help, wrong key(s)?
1.684 Public key for openssh-8.0p1-19.el8_9.2.x86_64.rpm is not installed. Failing package is: openssh-8.0p1-19.el8_9.2.x86_64
1.684 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
1.684 Public key for openssh-clients-8.0p1-19.el8_9.2.x86_64.rpm is not installed. Failing package is: openssh-clients-8.0p1-19.el8_9.2.x86_64
1.684 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
1.685 The downloaded packages were saved in cache until the next successful transaction.
1.685 You can remove cached packages by executing 'dnf clean packages'.
1.694 Error: GPG check FAILED
------
python-wheel-manylinux.dockerfile:31
--------------------
29 |
30 | # Install basic dependencies
31 | >>> RUN dnf install -y git flex curl autoconf zip perl-IPC-Cmd wget
32 |
33 | # A system Python is required for ninja and vcpkg in this Dockerfile.
--------------------
ERROR: failed to solve: process "/bin/sh -c dnf install -y git flex curl autoconf zip perl-IPC-Cmd wget" did not complete successfully: exit code: 1
See:
wheel-manylinux-2-28-cp310-amd64
wheel-manylinux-2-28-cp310-arm64
wheel-manylinux-2-28-cp311-amd64
wheel-manylinux-2-28-cp311-arm64
wheel-manylinux-2-28-cp312-amd64
wheel-manylinux-2-28-cp312-arm64
wheel-manylinux-2-28-cp38-amd64
wheel-manylinux-2-28-cp38-arm64
wheel-manylinux-2-28-cp39-amd64
wheel-manylinux-2-28-cp39-arm64
Component(s)
Continuous Integration, Python