-
Bug
-
Resolution: Won't Do
-
Undefined
-
None
-
4.12.0
-
None
-
None
-
False
-
Description of problem:
Have hit this several times when running tests on the 1.25 k8s bump.
Generally there is a failure re: fedora repos? For example: `Error: Failed to synchronize cache for repo 'fedora'` and `Error: Failed to synchronize cache for repo 'fedora-modular`
Happens during:
```
[1/2] STEP 7/7: RUN ./install.sh
+ yum install -y ostree rpm-ostree yum-utils selinux-policy-targeted xfsprogs
````
It blocks the cluster from installing and tests from running. Unclear on why this is happening but checking it's not just our PR that sees this failure:
[1/2] STEP 7/7: RUN ./install.sh + yum install -y ostree rpm-ostree yum-utils selinux-policy-targeted xfsprogs Fedora Modular 29 - x86_64 1.8 kB/s | 3.3 kB 00:01 Error: Failed to synchronize cache for repo 'fedora-modular' INFO[2022-09-12T21:18:42Z] Ran for 42m28s ERRO[2022-09-12T21:18:42Z] Some steps failed: ERRO[2022-09-12T21:18:42Z] * could not run steps: step machine-os-content failed: the build machine-os-content failed after 2m48s with reason DockerBuildFailed: Dockerfile build strategy has failed. INFO[2022-09-12T21:18:42Z] Reporting job state 'failed' with reason 'executing_graph:step_failed:building_project_image'
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Dockerbuild fails with some issues related to Fedora repos
Expected results:
I expect this to build correctly
Additional info:
unsure if this is the correct place for this bz feel free to move to correct team. thanks!