-
Sub-task
-
Resolution: Won't Do
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
-
CoreOS East - Sprint 284
Build Details
| Field | Value |
|---|---|
| Job | build-node-image |
| Build Number | #2588 |
| Stream | 4.21-10.1 |
| Timestamp | 2026-02-23T09:19:29 |
| Duration | ~50 minutes |
| Jenkins URL | https://jenkins-rhcos--prod-pipeline.apps.int.prod-stable-spoke1-dc-iad2.itup.redhat.com/job/build-node-image/2588/ |
Root Cause Analysis
The build failed during the Build Node Image stage on the aarch64 architecture. The error is a configuration issue where the yum repo file references a non-existent repository.
Error Message
Error: Unknown repo: 'rhel-9.6-fast-datapath'
error: installing packages with dnf: Failed to run dnf install: ExitStatus(unix_wait_status(256))
Analysis
The all.repo file used for the build references rhel-9.6-fast-datapath, but this repository does not exist in the RHEL 10.1 context. This appears to be a misconfiguration in the repo files - likely the ocp-4.21.repo or rhel-10.1.repo files include an incorrect reference to an RHEL 9.6 repository.
This is a bug in the pipeline configuration, not a transient infrastructure flake.
Affected Files
- yumrepos/ocp-4.21.repo
- yumrepos/rhel-10.1.repo
- Source: https://gitlab.cee.redhat.com/coreos/redhat-coreos
Resolution
Investigate and fix the repo configuration in the redhat-coreos repository to remove or correct the rhel-9.6-fast-datapath reference for RHEL 10.1 builds.
Related Builds
This is the 4th consecutive failure for 4.21-10.1 stream today:
- #2588 (this build) - 09:19
- #2585 - 06:51
- #2581 - 04:51
- #2578 - 02:20
All failures likely have the same root cause.