Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][Python] Wheels for manylinux 2_28 are failing due to GPG problems when downloading packages #39943

Closed
raulcd opened this issue Feb 5, 2024 · 0 comments · Fixed by #39944

Comments

@raulcd
Copy link
Member

raulcd commented Feb 5, 2024

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

@raulcd raulcd self-assigned this Feb 5, 2024
raulcd added a commit to raulcd/arrow that referenced this issue Feb 5, 2024
@kou kou closed this as completed in #39944 Feb 6, 2024
kou pushed a commit that referenced this issue Feb 6, 2024
…downloading packages (#39944)

### Rationale for this change

Old manylinux images seem to have issues with a GPG key in order to download packages.

### What changes are included in this PR?

Update the manylinux image used for the latest one.

### Are these changes tested?

Via archery jobs

### Are there any user-facing changes?

No
* Closes: #39943

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 16.0.0 milestone Feb 6, 2024
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…blems downloading packages (apache#39944)

### Rationale for this change

Old manylinux images seem to have issues with a GPG key in order to download packages.

### What changes are included in this PR?

Update the manylinux image used for the latest one.

### Are these changes tested?

Via archery jobs

### Are there any user-facing changes?

No
* Closes: apache#39943

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Feb 28, 2024
…blems downloading packages (apache#39944)

### Rationale for this change

Old manylinux images seem to have issues with a GPG key in order to download packages.

### What changes are included in this PR?

Update the manylinux image used for the latest one.

### Are these changes tested?

Via archery jobs

### Are there any user-facing changes?

No
* Closes: apache#39943

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
thisisnic pushed a commit to thisisnic/arrow that referenced this issue Mar 8, 2024
…blems downloading packages (apache#39944)

### Rationale for this change

Old manylinux images seem to have issues with a GPG key in order to download packages.

### What changes are included in this PR?

Update the manylinux image used for the latest one.

### Are these changes tested?

Via archery jobs

### Are there any user-facing changes?

No
* Closes: apache#39943

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@raulcd raulcd modified the milestones: 16.0.0, 15.0.2 Mar 12, 2024
raulcd added a commit that referenced this issue Mar 12, 2024
…downloading packages (#39944)

### Rationale for this change

Old manylinux images seem to have issues with a GPG key in order to download packages.

### What changes are included in this PR?

Update the manylinux image used for the latest one.

### Are these changes tested?

Via archery jobs

### Are there any user-facing changes?

No
* Closes: #39943

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment