Bug 1787196
Summary: | EL6 smoke tests are failing | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Yaniv Kaul <ykaul> |
Component: | project-infrastructure | Assignee: | bugs <bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | mainline | CC: | bugs, dkhandel, gluster-infra, mscherer, ndevos, pasik |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-02-19 06:57:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Yaniv Kaul
2020-01-01 10:58:17 UTC
Should we consider to drop this job as a part of smoke testing? I don't think we need it any longer. I'm fine with it - but I'm not sure if we've decided to drop EL6 support upstream? (I know we did downstream). Niels - are you still building for CentOS 6? (In reply to Yaniv Kaul from comment #2) > I'm fine with it - but I'm not sure if we've decided to drop EL6 support > upstream? (I know we did downstream). > Niels - are you still building for CentOS 6? We are still building the client-side parts for CentOS 6, server parts are for CentOS 7 (and soon CentOS 8). The error that is hit looks like there is/was some mirror providing incorrect contents. The cached contents might be broken, and because it is considered newer than what is available on other mirrors, it does not get refreshed. Deleting the caches for mock might solve the issues (or maybe there is some timeout after which caches always get refreshed?). I did tried to debug yesterday afternoon. Rebooting didn't change much (in case of some strange in memory cache), removing the chroot several time didn't work either. And running the command by hand did work, so I suspect there is a cache somewhere that I did miss on the mock side. That builder is not using the internal proxy, so that can be ruled out afaik. In the mean time, deepshika did remove the builderfrom rotation, I should have done that but I needed it to test the job each time, and forgot when i left out for the night. ok so on closer mock --help reading, I did notice that --clean and --scrub are different commands, so I ran : "mock --scrub all -r epel-6-x86_64" and I am testing now on https://build.gluster.org/job/devrpm-el6/18944/console And that's look like a success. So TIL, --clean is different from --scrub. Guess that explain the state of my kitchen. I did start to look at the script we run, but I am not sure if we should scrub each time, since this consume more ressources on build. If the error come again too often, we might need to fix that, but in the mean time, let's keep it this way. |