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

use failfast so we can see all the broken #384

Merged
merged 1 commit into from
Feb 6, 2022
Merged

use failfast so we can see all the broken #384

merged 1 commit into from
Feb 6, 2022

Conversation

alex
Copy link
Member

@alex alex commented Feb 5, 2022

No description provided.

@alex
Copy link
Member Author

alex commented Feb 6, 2022

Potential fix here: pypa/manylinux#1278

@alex
Copy link
Member Author

alex commented Feb 6, 2022

Nope, that fix was not correct.

@mayeut
Copy link

mayeut commented Feb 6, 2022

@alex,
could not find anything related to a server outage for mirrors.fedoraproject.org which should be the origin for the error seen.
I see this happened twice 2 days ago, are you able to reproduce somewhere else (I can't). Might have been some transient network errors ?
Can you restart the failing workflows to see if this indeed disappeared ?
potential mitigation is probably to disable epel on your end if you don't need it. Something like that should work:

if yum-config-manager --version &> /dev/null; then yum-config-manager --disable epel; fi

@alex
Copy link
Member Author

alex commented Feb 6, 2022

@mayeut Well, this is emberassing, looks like you're right that it was a flake that we over-interpreted.

@reaperhulk reaperhulk merged commit d24059d into main Feb 6, 2022
@reaperhulk reaperhulk deleted the alex-patch-1 branch February 6, 2022 17:37
@mayeut
Copy link

mayeut commented Feb 6, 2022

no worries.
FYI, at first I thought there was a typo in the PR you opened as we're seeing yum install/yum update occasional issues on manylinux2010 which already uses the vault... I was about to open pypa/manylinux#1281 when I saw your PR. I see that cryptography is planning dropping this as well pyca/cryptography#6694

@alex
Copy link
Member Author

alex commented Feb 6, 2022

@mayeut yes pyca/cryptography#6831 documents our plan (the next release will be the last one to support manylinux2010 and the release after that will drop it)

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

Successfully merging this pull request may close these issues.

3 participants