-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
-
CoreOS East - Sprint 284
Build Details
| Field | Value |
|---|---|
| Job | build |
| Build Number | #3426 |
| Stream | 4.13-9.2 |
| Arch | x86_64 |
| Build ID | 413.92.202602231309-0 |
| Timestamp | 2026-02-23T14:07:10 |
| Duration | ~46 minutes |
| Jenkins URL | https://jenkins-rhcos--prod-pipeline.apps.int.prod-stable-spoke1-dc-iad2.itup.redhat.com/job/build/3426/ |
Root Cause Analysis
The build completed successfully but failed during the kernel version verification step. The kernel and kernel-rt versions do not match.
Error Message
java.lang.AssertionError: kernel-rt version: 5.14.0-284.159.1 does not match kernel version: 5.14.0-284.158.1
Analysis
This is a package version mismatch in the RHEL 9.2 repositories:
- kernel: 5.14.0-284.158.1
- kernel-rt: 5.14.0-284.159.1
The kernel-rt package has been updated to a newer version (.159.1) while the regular kernel remains at the older version (.158.1). The pipeline requires these versions to match.
This is likely a transient repository state that will resolve once the kernel package catches up, or it may indicate a release coordination issue.
Resolution
Wait for kernel version to be updated to match kernel-rt, or investigate why the versions are out of sync.