-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
-
CoreOS East - Sprint 284
Build Details
| Field | Value |
|---|---|
| Job | build-node-image |
| Build Number | #2589 |
| Stream | 4.20-9.6 |
| Arch | ppc64le |
| Timestamp | 2026-02-23T11:19:09 |
| Duration | ~3 minutes |
| Jenkins URL | https://jenkins-rhcos--prod-pipeline.apps.int.prod-stable-spoke1-dc-iad2.itup.redhat.com/job/build-node-image/2589/ |
Root Cause Analysis
The build failed on ppc64le during the node image container build. The container image was successfully built and committed, but podman failed during cleanup when trying to delete the build container.
Error Message
time="2026-02-23T10:23:40Z" level=error msg="error deleting build container \"2ccfacafac34291d35f8ce1e17dbb6550e2b80ec81798f252fcbfee9d5594ef2\": identifier is not a container\n" Error: identifier is not a container
Analysis
This is a transient infrastructure issue with podman on the ppc64le builder. The actual container image build completed successfully (as seen in the logs showing successful commit to registry.ci.openshift.org/coreos/node-staging:4.20-9.6-node-image-ppc64le), but podman returned exit code 125 due to a cleanup failure.
This is a known intermittent issue with podman container cleanup and should succeed on retry.
Resolution
Retry the build - this is a transient infrastructure flake.