-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
False
-
None
-
False
-
Testable
-
-
I have a Zuul Job (mock-build) failing:
https://centos.softwarefactory-project.io/zuul/t/centos/build/b6456443844d4119bb3b8686ec7b716e
Accessing the job, I see the issue:
ERROR: Command failed:
bash --login -c '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/clevis.spec'
However, if I execute such command in a RHEL9 or Centos-Stream-9 machine, it works appropriately. There seems to be no issue in clevis.spec format.
Apart from that, if I generate packages manually (through centpkg or rhpkg), it also works appropriately.
I have also executed the mock-build locally, and it returns no error:
mock -r centos-stream-9-x86_64 --rebuild clevis-21-201.el9.src.rpm ... Finish: rpmbuild clevis-21-201.el9.src.rpm Finish: build phase for clevis-21-201.el9.src.rpm INFO: Done(clevis-21-201.el9.src.rpm) Config(centos-stream-9-x86_64) 2 minutes 7 seconds INFO: Results and/or logs in: /var/lib/mock/centos-stream-9-x86_64/result Finish: run $ echo $? 0
May I ask for some help regarding this? It is blocking this MR:
https://gitlab.com/redhat/centos-stream/rpms/clevis/-/merge_requests/31