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

Github Actions Error when building wheel: "GPG check FAILED" #121

Open
MatPoliquin opened this issue Aug 28, 2024 · 1 comment
Open

Github Actions Error when building wheel: "GPG check FAILED" #121

MatPoliquin opened this issue Aug 28, 2024 · 1 comment

Comments

@MatPoliquin
Copy link
Collaborator

MatPoliquin commented Aug 28, 2024

When github actions is building wheels of stable-retro we now get: "Error: GPG check FAILED".

Anyone knows how to fix that issue?

Importing GPG key 0xC21AD6EA: Userid : "AlmaLinux <[email protected]>" Fingerprint: E53C F5EF 91CE B0AD 1812 ECB8 51D6 647E C21A D6EA From : /etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Key imported successfully Import of key(s) didn't help, wrong key(s)? AlmaLinux 8 - AppStream 3.3 MB/s | 3.4 kB 00:00 Importing GPG key 0xC21AD6EA: Userid : "AlmaLinux <[email protected]>" Fingerprint: E53C F5EF 91CE B0AD 1812 ECB8 51D6 647E C21A D6EA From : /etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Key imported successfully Import of key(s) didn't help, wrong key(s)? Public key for openssh-8.0p1-25.el8_10.x86_64.rpm is not installed. Failing package is: openssh-8.0p1-25.el8_10.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for openssh-clients-8.0p1-25.el8_10.x86_64.rpm is not installed. Failing package is: openssh-clients-8.0p1-25.el8_10.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for cmake-3.26.5-2.el8.x86_64.rpm is not installed. Failing package is: cmake-3.26.5-2.el8.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for cmake-data-3.26.5-2.el8.noarch.rpm is not installed. Failing package is: cmake-data-3.26.5-2.el8.noarch GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for cmake-filesystem-3.26.5-2.el8.x86_64.rpm is not installed. Failing package is: cmake-filesystem-3.26.5-2.el8.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for cmake-rpm-macros-3.26.5-2.el8.noarch.rpm is not installed. Failing package is: cmake-rpm-macros-3.26.5-2.el8.noarch GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for git-2.43.5-1.el8_10.x86_64.rpm is not installed. Failing package is: git-2.43.5-1.el8_10.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for git-core-2.43.5-1.el8_10.x86_64.rpm is not installed. Failing package is: git-core-2.43.5-1.el8_10.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for git-core-doc-2.43.5-1.el8_10.noarch.rpm is not installed. Failing package is: git-core-doc-2.43.5-1.el8_10.noarch GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for libuv-1.41.1-2.el8_10.x86_64.rpm is not installed. Failing package is: libuv-1:1.41.1-2.el8_10.x86_64 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux Public key for perl-Git-2.43.5-1.el8_10.noarch.rpm is not installed. Failing package is: perl-Git-2.43.5-1.el8_10.noarch GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'yum clean packages'. Error: GPG check FAILED ::endgroup::Running before_all...

@pseudo-rnd-thoughts
Copy link
Member

I haven't seen this error before but

Dependabot release notes for upload artifact say that v4 requires that both download and update artifact to be v4
#120

Therefore, I suspect the file needs to update both

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@MatPoliquin @pseudo-rnd-thoughts and others