Hello, I wanted to create an OS using the image builder,
But when it was creating an image i got:
Pipeline: build
Stage: org.osbuild.rpm
Output:
/usr/lib/tmpfiles.d/abrt.conf:2: Failed to resolve user 'abrt': No such process
/usr/lib/tmpfiles.d/abrt.conf:9: Failed to resolve user 'abrt': No such process
/usr/lib/tmpfiles.d/akmods.conf:2: Failed to resolve group 'akmods': No such process
/usr/lib/tmpfiles.d/gluster.conf:2: Failed to resolve user 'gluster': No such process
/usr/lib/tmpfiles.d/mysql.conf:24: Failed to resolve user 'mysql': No such process
/usr/lib/tmpfiles.d/openvpn.conf:1: Failed to resolve group 'openvpn': No such process
/usr/lib/tmpfiles.d/openvpn.conf:2: Failed to resolve group 'openvpn': No such process
/usr/lib/tmpfiles.d/rpcbind.conf:2: Failed to resolve user 'rpc': No such process
/usr/lib/tmpfiles.d/tor.conf:1: Failed to resolve user 'toranon': No such process
Failed to open file "/sys/fs/selinux/checkreqprot": Read-only file system
imported gpg key
imported gpg key
imported gpg key
imported gpg key
Signature check failed on sha256:7e635d208b2d3191973fbce9b2ee0a470204fa121270d9aa297ed5c3546f520b, lookup package name in manifest.
Traceback (most recent call last):
File "/run/osbuild/bin/org.osbuild.rpm", line 251, in <module>
r = main(args["tree"], args["inputs"], args["options"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/run/osbuild/bin/org.osbuild.rpm", line 161, in main
subprocess.run([
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['rpmkeys', '--root', '/run/osbuild/tree', '--checksig', 'sha256:7e635d208b2d3191973fbce9b2ee0a470204fa121270d9aa297ed5c3546f520b']' returned non-zero exit status 1.
/usr/lib/tmpfiles.d/abrt.conf:2: Failed to resolve user 'abrt': No such process
/usr/lib/tmpfiles.d/abrt.conf:9: Failed to resolve user 'abrt': No such process
/usr/lib/tmpfiles.d/akmods.conf:2: Failed to resolve group 'akmods': No such process
/usr/lib/tmpfiles.d/gluster.conf:2: Failed to resolve user 'gluster': No such process
/usr/lib/tmpfiles.d/mysql.conf:24: Failed to resolve user 'mysql': No such process
/usr/lib/tmpfiles.d/openvpn.conf:1: Failed to resolve group 'openvpn': No such process
/usr/lib/tmpfiles.d/openvpn.conf:2: Failed to resolve group 'openvpn': No such process
/usr/lib/tmpfiles.d/rpcbind.conf:2: Failed to resolve user 'rpc': No such process
/usr/lib/tmpfiles.d/tor.conf:1: Failed to resolve user 'toranon': No such process
It’s every time i’m building the image, no matter the image type. I also tried in a fresh vm but that produced the same output. If i spin up a fedora 39 worksation vm instead it magically works. Is there a way to fix it?