-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
-
CoreOS East - Sprint 284
Build Details
| Field | Value |
|---|---|
| Job | build-arch |
| Build Numbers | #3538, #3539 |
| Stream | rhel-10.2 |
| Arch | s390x |
| Build ID | 10.2.20260222-0 |
| Timestamp | 2026-02-24T11:45 - 11:52 |
| Duration | ~60-70 seconds (early failure) |
| Jenkins URL | https://jenkins-rhcos--prod-pipeline.apps.int.prod-stable-spoke1-dc-iad2.itup.redhat.com/job/build-arch/3539/ |
Root Cause Analysis
The build failed during package fetching because the locked package versions in the manifest don't match what's available in the rhel-10.2 repos. The repos have been updated with newer package versions.
Error Message
warning: Couldn't find locked package 'shadow\-utils\-2:4.15.0\-10.el10'
Packages matching name and arch \(1\):
shadow\-utils\-2:4.15.0\-8.el10.s390x \(rhel\-10.2\-baseos\)
error: Installing packages: Packages not found: kernel, kernel\-modules\-extra, lvm2, passwd, redhat\-release, redhat\-release\-eula, shadow\-utils, skopeo
Analysis
The manifest lockfile specifies package versions (e.g., shadow-utils-2:4.15.0-10.el10) that no longer exist in the repos. The repos now have different versions (e.g., shadow-utils-2:4.15.0-8.el10.s390x).
Affected packages include:
- kernel
- kernel-modules-extra
- lvm2
- passwd
- redhat-release
- redhat-release-eula
- shadow-utils
- skopeo
- util-linux (locked: 2.40.2-15.el10_1, available: 2.40.2-18.el10)
Resolution
The lockfile needs to be regenerated to match the current package versions in the rhel-10.2 repos.
Notes
These builds (#3538, #3539) were manual replays by rchandar testing the rhel-10.2 s390x stream.