Warning: Permanently added '54.162.125.162' (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/7617975 Version: 0.73 PID: 7213 Logging PID: 7214 Task: {'appstream': False, 'background': True, 'build_id': 7617975, 'chroot': None, 'package_name': 'systemd', 'project_dirname': 'pytest:pr:136', 'project_name': 'pytest', 'project_owner': 'thrnciar', 'repos': [], 'sandbox': 'thrnciar/pytest--https://src.fedoraproject.org/user/u2fsdgvkx1', 'source_json': {'clone_url': 'https://src.fedoraproject.org/forks/u2fsdgvkx1/rpms/systemd', 'committish': 'ebf352d292924fd989d81e8ca572a70cffeb1b4e', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'https://src.fedoraproject.org/user/u2fsdgvkx1', 'task_id': '7617975'} Running: git clone https://src.fedoraproject.org/forks/u2fsdgvkx1/rpms/systemd /var/lib/copr-rpmbuild/workspace/workdir-2b11o_fq/systemd --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/forks/u2fsdgvkx1/rpms/systemd', '/var/lib/copr-rpmbuild/workspace/workdir-2b11o_fq/systemd', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-2b11o_fq/systemd'... Running: git checkout ebf352d292924fd989d81e8ca572a70cffeb1b4e -- cmd: ['git', 'checkout', 'ebf352d292924fd989d81e8ca572a70cffeb1b4e', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-2b11o_fq/systemd rc: 0 stdout: stderr: Note: switching to 'ebf352d292924fd989d81e8ca572a70cffeb1b4e'. 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 ebf352d disable auto-features when bootstrapping Running: copr-distgit-client sources cmd: ['copr-distgit-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-2b11o_fq/systemd 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 systemd-256.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o systemd-256.tar.gz --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/systemd/systemd-256.tar.gz/sha512/cfb2bff8d9937245e65581253bba9278533b76ae0f0275fdad59471d8c6089bba2bcd3f0655b34f4b8d7d82fa037c4e6fe18c2227e9f93d62494a2a6cb2db4ec/systemd-256.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 14.9M 100 14.9M 0 0 60.4M 0 --:--:-- --:--:-- --:--:-- 60.6M INFO: Reading stdout from command: sha512sum systemd-256.tar.gz Running: copr-distgit-client srpm --outputdir /var/lib/copr-rpmbuild/results cmd: ['copr-distgit-client', 'srpm', '--outputdir', '/var/lib/copr-rpmbuild/results'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-2b11o_fq/systemd rc: 0 stdout: setting SOURCE_DATE_EPOCH=1718496000 Wrote: /var/lib/copr-rpmbuild/results/systemd-256-2.src.rpm stderr: INFO: Reading stdout from command: git rev-parse --git-dir error: patch 1 defined multiple times error: patch 1 defined multiple times error: patch 1 defined multiple times error: patch 1 defined multiple times error: line 252: Invalid version (double separator '-'): dracut-059-16: Conflicts: dracut < dracut-059-16 error: line 252: Invalid version (double separator '-'): dracut-059-16: Conflicts: dracut < dracut-059-16 error: line 252: Invalid version (double separator '-'): dracut-059-16: Conflicts: dracut < dracut-059-16 error: line 252: Invalid version (double separator '-'): dracut-059-16: Conflicts: dracut < dracut-059-16 INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/systemd.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-2b11o_fq/systemd/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['systemd.spec', 'systemd-256-2.src.rpm'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/systemd.spec Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 226, 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.12/site-packages/copr_rpmbuild/automation/srpm_results.py", line 50, in get_package_info spec = Spec(path, macros) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/copr_rpmbuild/helpers.py", line 405, in __init__ self.spec = Specfile(path, macros=macros) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/specfile.py", line 72, in __init__ self._parser.parse(str(self)) File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 380, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 294, in _do_parse spec = get_rpm_spec(content, rpm.RPMSPEC_ANYARCH | rpm.RPMSPEC_FORCE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 228, in get_rpm_spec raise RPMException(stderr=stderr) from e specfile.exceptions.RPMException: Unable to open /var/lib/copr-rpmbuild/results/triggers.systemd: No such file or directory Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/systemd-256-2.src.rpm Package info: { "name": "systemd", "epoch": null, "version": "256", "release": "2", "exclusivearch": [], "excludearch": [] } SRPMResults finished