raulcd opened a new issue, #39943:
URL: https://github.com/apache/arrow/issues/39943
### 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](https://github.com/ursacomputing/crossbow/actions/runs/7772797333/job/21195671712)
[wheel-manylinux-2-28-cp310-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7772797012/job/21195670925)
[wheel-manylinux-2-28-cp311-amd64](https://github.com/ursacomputing/crossbow/actions/runs/7772796130/job/21195668883)
[wheel-manylinux-2-28-cp311-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7772797546/job/21195686288)
[wheel-manylinux-2-28-cp312-amd64](https://github.com/ursacomputing/crossbow/actions/runs/7772795998/job/21195668593)
[wheel-manylinux-2-28-cp312-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7772796665/job/21195670036)
[wheel-manylinux-2-28-cp38-amd64](https://github.com/ursacomputing/crossbow/actions/runs/7772797509/job/21195686188)
[wheel-manylinux-2-28-cp38-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7772796113/job/21195668798)
[wheel-manylinux-2-28-cp39-amd64](https://github.com/ursacomputing/crossbow/actions/runs/7772797719/job/21195686582)
[wheel-manylinux-2-28-cp39-arm64](https://github.com/ursacomputing/crossbow/actions/runs/7772796006/job/21195668615)
### Component(s)
Continuous Integration, Python
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]