Warning: Permanently added '3.95.169.245' (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/7625600 Version: 0.73 PID: 6995 Logging PID: 6996 Task: {'appstream': False, 'background': True, 'build_id': 7625600, 'chroot': None, 'package_name': 'systemd', 'project_dirname': 'python-pluggy', 'project_name': 'python-pluggy', 'project_owner': 'thrnciar', 'repos': [], 'sandbox': 'thrnciar/python-pluggy--https://src.fedoraproject.org/user/zbyszek', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/systemd', 'committish': 'a76669ee222fc4374f14f7e2a6e9a28c5ad87c0e', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'https://src.fedoraproject.org/user/zbyszek', 'task_id': '7625600'} Running: git clone https://src.fedoraproject.org/rpms/systemd /var/lib/copr-rpmbuild/workspace/workdir-k4o2rj7c/systemd --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/systemd', '/var/lib/copr-rpmbuild/workspace/workdir-k4o2rj7c/systemd', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-k4o2rj7c/systemd'... Running: git checkout a76669ee222fc4374f14f7e2a6e9a28c5ad87c0e -- cmd: ['git', 'checkout', 'a76669ee222fc4374f14f7e2a6e9a28c5ad87c0e', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-k4o2rj7c/systemd rc: 0 stdout: stderr: Note: switching to 'a76669ee222fc4374f14f7e2a6e9a28c5ad87c0e'. 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 a76669e Remove tmpfiles snippet for /home and /srv Running: copr-distgit-client sources cmd: ['copr-distgit-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-k4o2rj7c/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.1.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o systemd-256.1.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.1.tar.gz/sha512/5441f634f43b726c13fe57d1ba0030f1b91427d7c2d4f4f32e4add8ff93aeb5139e9337422653df3b897c241e0a8760dafcd441dc622d1e2c1230bbe27dd1a1c/systemd-256.1.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 80.5M 0 --:--:-- --:--:-- --:--:-- 80.6M INFO: Reading stdout from command: sha512sum systemd-256.1.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-k4o2rj7c/systemd rc: 0 stdout: setting SOURCE_DATE_EPOCH=1718668800 Wrote: /var/lib/copr-rpmbuild/results/systemd-256.1-3.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-k4o2rj7c/systemd/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['systemd.spec', 'systemd-256.1-3.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.1-3.src.rpm Package info: { "name": "systemd", "epoch": null, "version": "256.1", "release": "3", "exclusivearch": [], "excludearch": [] } SRPMResults finished