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

infra flake "Failure talking to yum: [Errno 2] No such file or directory: '/var/cache/yum/x86_64/7/epel/gen/primary_db.sqlite'" #15801

Closed
danwinship opened this issue Aug 16, 2017 · 3 comments
Assignees
Labels
component/internal-tools kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1

Comments

@danwinship
Copy link
Contributor

https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance_gce/6077/consoleFull#-3225954895849c75fe4b0052e114d805c

TASK [Ensure openshift-ansible installer package deps are installed] ***********
...
failed: [ci-prtest-5a37c28-6077-ig-n-0zz5] (item=python-dbus) => {"failed": true, "item": "python-dbus", "msg": "Failure talking to yum: [Errno 2] No such file or directory: '/var/cache/yum/x86_64/7/epel/gen/primary_db.sqlite'"}

some background task doing something with yum behind the installer's back maybe?

@jupierce
Copy link
Contributor

Seems to affect yum in general: https://bugzilla.redhat.com/show_bug.cgi?id=1479533 . The problem is spurious and looks like retrying the operation will help.

@jupierce
Copy link
Contributor

Adding @sdodson since openshift-ansible will need to perform the retry.

@sdodson
Copy link
Member

sdodson commented Aug 24, 2017

Dupe of #14772 and we've removed epel so this particular issue should never happen again but we're still prone to external failures and we're working to add retries to all of the yum tasks as they're prone to failure due to external systems.

@sdodson sdodson closed this as completed Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/internal-tools kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1
Projects
None yet
Development

No branches or pull requests

4 participants