-
Bug
-
Resolution: Done
-
Blocker
-
None
-
rhel-9.4
-
None
-
Critical
-
rhel-sst-image-builder
-
ssg_front_door
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
The new image `registry-proxy.engineering.redhat.com/rh-osbs/rhel9-rhel_bootc-image-builder:rhel-9.4` has regression issue. All image types can't be built. This image might encountered the issue I filed before https://github.com/osbuild/bootc-image-builder/issues/285. The osbuild version inside the image is `osbuild-110-1.el9.noarch`. `osbuild-113-1.el9.noarch` might fix this issue, I think.
$ sudo podman run --rm -it --privileged --pull=newer --tls-verify=false --security-opt label=type:unconfined_t -v /home/fedora/bootc-workflow-test/output:/output registry-proxy.engineering.redhat.com/rh-osbs/rhel9-rhel_bootc-image-builder:rhel-9.4 --type qcow2 --target-arch x86_64 --chown 1001:1001 quay.io/rhel-edge/centos-bootc-test:8csa Generating manifest manifest-qcow2.json WARNING: target-arch is experimental and needs an installed 'qemu-user' package DONE Building manifest-qcow2.json Pipeline build: de7e612608b68cb3e0646b5d3f7ada68440235925dc4317c6af3e62f9b06e393 Build root: <host> runner: org.osbuild.rhel82 (org.osbuild.rhel82) org.osbuild.container-deploy: eb3b030999bbe49c6a33b150610792f5fcdb3c84e152cdb63ade5beda8e0ff4d { "exclude": [ "/sysroot" ] } time="2024-04-16T00:10:18Z" level=fatal msg="Invalid source name containers-storage:[overlay@/containers/storage+/run/containers/storage]20dc66fde42829a4f55a1e4a7a1438237d237d92476dc4d344f5e2c44a38309b: open /containers/storage/storage.lock: read-only file system" Error: tmp-container-deploy-40599971718643: image not known Traceback (most recent call last): File "/run/osbuild/bin/org.osbuild.container-deploy", line 82, in main subprocess.run( File "/usr/lib64/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['skopeo', 'copy', 'containers-storage:[overlay@/containers/storage+/run/containers/storage]20dc66fde42829a4f55a1e4a7a1438237d237d92476dc4d344f5e2c44a38309b', 'containers-storage:tmp-container-deploy-40599971718643']' returned non-zero exit status 1.During handling of the above exception, another exception occurred:Traceback (most recent call last): File "/run/osbuild/bin/org.osbuild.container-deploy", line 96, in <module> r = main(args["inputs"], args["tree"], args["options"]) File "/run/osbuild/bin/org.osbuild.container-deploy", line 88, in main subprocess.run(["cp", "-a", f"{img}/.", f"{tree}/"], check=True) File "/usr/lib64/python3.9/contextlib.py", line 532, in __exit__ raise exc_details[1] File "/usr/lib64/python3.9/contextlib.py", line 517, in __exit__ if cb(*exc_details): File "/usr/lib64/python3.9/contextlib.py", line 405, in _exit_wrapper callback(*args, **kwds) File "/usr/lib64/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['podman', 'rmi', 'tmp-container-deploy-40599971718643']' returned non-zero exit status 1.