Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c197' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9244953 Version: 1.3 PID: 2770 Logging PID: 2771 Task: {'appstream': False, 'background': True, 'build_id': 9244953, 'chroot': None, 'package_name': 'pesign', 'project_dirname': 'clang-built-eln', 'project_name': 'clang-built-eln', 'project_owner': '@fedora-llvm-team', 'repos': [], 'sandbox': '@fedora-llvm-team/clang-built-eln--https://src.fedoraproject.org/user/nfrayer', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/pesign', 'committish': '0fec26534d262708d3132b88f37d9e1e9b62f5c7', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'https://src.fedoraproject.org/user/nfrayer', 'task_id': '9244953'} Running: git clone https://src.fedoraproject.org/rpms/pesign /var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/pesign', '/var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign'... Running: git checkout 0fec26534d262708d3132b88f37d9e1e9b62f5c7 -- cmd: ['git', 'checkout', '0fec26534d262708d3132b88f37d9e1e9b62f5c7', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign rc: 0 stdout: stderr: Note: switching to '0fec26534d262708d3132b88f37d9e1e9b62f5c7'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 0fec265 Remove package.cfg Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign rc: 0 stdout: stderr: INFO: Reading stdout from command: git rev-parse --abbrev-ref HEAD INFO: Reading stdout from command: git rev-parse HEAD INFO: Reading sources specification file: sources INFO: Downloading certs.tar.xz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o certs.tar.xz --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/pesign/certs.tar.xz/sha512/ddac535c786d1a23074534323c4ce89f907d4f82b19c5d3a9c814b145fbac1599cd2386cf20c28d22aee7d5c4db441f052bab9ee655de756117a0a0bc99b525f/certs.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 7196 100 7196 0 0 75764 0 --:--:-- --:--:-- --:--:-- 76553 INFO: Reading stdout from command: sha512sum certs.tar.xz INFO: Downloading pesign-116.tar.bz2 INFO: Calling: curl -H Pragma: -o pesign-116.tar.bz2 --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/pesign/pesign-116.tar.bz2/sha512/be3e1083f5e9f889cb8f7c50a8ebe723542fb2f6d1de8de9b04a9f21526ebaa8ab1efc7d4be11bcb0bc9862fa4bc6f78ee35e4d3496dd3b8927170b97795d25c/pesign-116.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 117k 100 117k 0 0 843k 0 --:--:-- --:--:-- --:--:-- 846k INFO: Reading stdout from command: sha512sum pesign-116.tar.bz2 Running: dist-git-client srpm --outputdir /var/lib/copr-rpmbuild/results cmd: ['dist-git-client', 'srpm', '--outputdir', '/var/lib/copr-rpmbuild/results'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign rc: 0 stdout: setting SOURCE_DATE_EPOCH=1739232000 Wrote: /var/lib/copr-rpmbuild/results/pesign-116-8.src.rpm stderr: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign/./pesign.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-nmbi6kh_/pesign/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['pesign-116-8.src.rpm'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/pesign.spec Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 233, in get_rpm_spec return rpm.spec(tmp.name, flags) ~~~~~~~~^^^^^^^^^^^^^^^^^ ValueError: can't parse specfile The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/copr_rpmbuild/automation/srpm_results.py", line 50, in get_package_info spec = Spec(path, macros) File "/usr/lib/python3.13/site-packages/copr_rpmbuild/helpers.py", line 404, in __init__ self.spec = Specfile(path, macros=macros) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/specfile.py", line 120, in __init__ self._parser.parse(str(self)) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 387, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 301, in _do_parse spec = get_rpm_spec(content, rpm.RPMSPEC_ANYARCH | rpm.RPMSPEC_FORCE) File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 235, in get_rpm_spec raise RPMException(stderr=stderr) from e specfile.exceptions.RPMException: Unable to open /var/lib/copr-rpmbuild/results/pesign.patches: No such file or directory Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/pesign-116-8.src.rpm Package info: { "name": "pesign", "epoch": null, "version": "116", "release": "8", "exclusivearch": [ "i386", "i486", "i586", "i686", "pentium3", "pentium4", "athlon", "geode", "x86_64", "ia64", "aarch64", "armv3l", "armv4b", "armv4l", "armv4tl", "armv5tl", "armv5tel", "armv5tejl", "armv6l", "armv6hl", "armv7l", "armv7hl", "armv7hnl", "armv8l", "armv8hl", "armv8hnl", "armv8hcnl", "riscv64" ], "excludearch": [] } SRPMResults finished