-
Bug
-
Resolution: Done
-
Major
-
openshift-4.21
-
Quality / Stability / Reliability
-
False
-
-
0
-
None
-
None
-
uShift Sprint 277
-
None
-
None
-
None
Description of problem:
Upstream bootc builds fail for optional packages
Version-Release number of selected component (if applicable):
4.21 / main
How reproducible:
100%
Steps to Reproduce:
Upstream CI jobs
Actual results:
bootc-source-optionals container builds fail
Expected results:
bootc-source-optionals container builds must pass
Additional info:
- See this log for example
STEP 7/7: RUN dnf upgrade kernel -y && KERNEL_VER=$(rpm -q --qf "%{VERSION}-%{RELEASE}" kernel); KERNEL_VER_ARCH="${KERNEL_VER}.$(uname -m)"; dnf install -y git make "kernel-devel-${KERNEL_VER}" python3-pyserial && dnf clean all && git clone https://github.com/pmtk/serialsim.git /tmp/serialsim && cd /tmp/serialsim && make KERNEL="${KERNEL_VER_ARCH}" all install && rm -rf /tmp/serialsim Updating Subscription Management repositories. subscription-manager is operating in container mode. CentOS Stream 9 - BaseOS 25 MB/s | 8.8 MB 00:00 CentOS Stream 9 - AppStream 61 MB/s | 25 MB 00:00 CentOS Stream 9 - Extras packages 40 kB/s | 19 kB 00:00 Dependencies resolved. Nothing to do. Complete! Updating Subscription Management repositories. subscription-manager is operating in container mode. Last metadata expiration check: 0:00:02 ago on Mon Sep 15 11:39:57 2025. No match for argument: kernel-devel-5.14.0-614.el9 Error: Unable to find a match: kernel-devel-5.14.0-614.el9 Error: building at STEP "RUN dnf upgrade kernel -y && KERNEL_VER=$(rpm -q --qf "%{VERSION}-%{RELEASE}" kernel); KERNEL_VER_ARCH="${KERNEL_VER}.$(uname -m)"; dnf install -y git make "kernel-devel-${KERNEL_VER}" python3-pyserial && dnf clean all && git clone https://github.com/pmtk/serialsim.git /tmp/serialsim && cd /tmp/serialsim && make KERNEL="${KERNEL_VER_ARCH}" all install && rm -rf /tmp/serialsim": while running runtime: exit status 1 }
- relates to
-
USHIFT-6146 The kernel updates in bootc images cause kernel panic on the first boot
-
- Closed
-
- links to