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: unset DEBUGINFOD_URLS #5757

Closed

Conversation

justin-stephenson
Copy link
Contributor

Fedora 35 adds support to automatically fetch debuginfo, this
causes slowness in valgrind and leads to timeouts/systemd-oomd
invoked on the CI make check valgrind step.

https://fedoraproject.org/wiki/Changes/DebuginfodByDefault

@pbrezina
Copy link
Member

Perhaps it would be better to move it here? https://github.com/SSSD/sssd/blob/master/contrib/ci/run#L188

DEBUGINFOD_URLS="" make ...

@justin-stephenson
Copy link
Contributor Author

Perhaps it would be better to move it here? https://github.com/SSSD/sssd/blob/master/contrib/ci/run#L188

DEBUGINFOD_URLS="" make ...

Updated.

Fedora 35 adds support to automatically fetch debuginfo, this
causes slowness in valgrind and leads to timeouts/systemd-oomd
invoked on the CI make check valgrind step.

https://fedoraproject.org/wiki/Changes/DebuginfodByDefault
@justin-stephenson
Copy link
Contributor Author

This PR fixed the make check valgrind timeout, but now rawhide mock build fails with:

...
<snip>
...
Public key for tzdata-2021a-2.fc35.noarch.rpm is not installed. Failing package is: tzdata-2021a-2.fc35.noarch
 GPG Keys are configured as: file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-34-primary
Public key for xz-libs-5.2.5-7.fc35.x86_64.rpm is not installed. Failing package is: xz-libs-5.2.5-7.fc35.x86_64
 GPG Keys are configured as: file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-34-primary
Public key for zchunk-libs-1.1.15-2.fc35.x86_64.rpm is not installed. Failing package is: zchunk-libs-1.1.15-2.fc35.x86_64
 GPG Keys are configured as: file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-34-primary
Public key for zlib-1.2.11-30.fc35.x86_64.rpm is not installed. Failing package is: zlib-1.2.11-30.fc35.x86_64
 GPG Keys are configured as: file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-35-primary, file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-34-primary
Error: GPG check FAILED

@pbrezina
Copy link
Member

We need to update the box since f35 branched of rawhide.

@pbrezina pbrezina self-assigned this Aug 30, 2021
@pbrezina
Copy link
Member

Ack. Test failures are unrelated and it unblocked Fedora 35 and rawhide.

@pbrezina
Copy link
Member

Pushed PR: #5757

  • master
    • 9f58bef - CI: unset DEBUGINFOD_URLS

@pbrezina pbrezina added Pushed and removed Accepted Ready to push Ready to push labels Aug 30, 2021
@pbrezina pbrezina closed this Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants