Warning: Permanently added '54.236.116.67' (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/10109354 Version: 1.6 PID: 9697 Logging PID: 9699 Task: {'appstream': False, 'background': False, 'build_id': 10109354, 'chroot': None, 'package_name': None, 'project_dirname': 'systemd-scratch', 'project_name': 'systemd-scratch', 'project_owner': 'lsl', 'repos': [], 'sandbox': 'lsl/systemd-scratch--lsl', 'source_json': {'clone_url': 'https://github.com/hdacloud/systemd.git', 'committish': 'c10s-sig-hyperscale-hdacloud', 'spec': '', 'srpm_build_method': 'tito', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'lsl', 'task_id': '10109354'} Running: git clone https://github.com/hdacloud/systemd.git /var/lib/copr-rpmbuild/workspace/workdir-11_zfhae/systemd --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/hdacloud/systemd.git', '/var/lib/copr-rpmbuild/workspace/workdir-11_zfhae/systemd', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-11_zfhae/systemd'... Running: git checkout c10s-sig-hyperscale-hdacloud -- cmd: ['git', 'checkout', 'c10s-sig-hyperscale-hdacloud', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-11_zfhae/systemd rc: 0 stdout: branch 'c10s-sig-hyperscale-hdacloud' set up to track 'origin/c10s-sig-hyperscale-hdacloud'. stderr: Switched to a new branch 'c10s-sig-hyperscale-hdacloud' Running: tito build --srpm --output /var/lib/copr-rpmbuild/results cmd: ['tito', 'build', '--srpm', '--output', '/var/lib/copr-rpmbuild/results'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-11_zfhae/systemd rc: 0 stdout: Creating output directory: /var/lib/copr-rpmbuild/results Checking for tag [systemd-258.3-1.7.hs+hdacloud.el10] in git repo [https://github.com/hdacloud/systemd.git] Building package [systemd-258.3-1.7.hs+hdacloud.el10] Wrote: /var/lib/copr-rpmbuild/results/systemd-258.3.tar.gz warning: Downloading https://github.com/systemd/systemd/pull/40374.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40374.patch warning: Downloading https://github.com/systemd/systemd/pull/39932.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/39932.patch warning: Downloading https://github.com/systemd/systemd/pull/39933.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/39933.patch warning: Downloading https://github.com/systemd/systemd/pull/40088.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40088.patch warning: Downloading https://github.com/systemd/systemd/pull/40299.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40299.patch warning: Downloading https://github.com/systemd/systemd/pull/40300.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40300.patch setting SOURCE_DATE_EPOCH=1770595200 Wrote: /var/lib/copr-rpmbuild/results/systemd-258.3-1.7.src.rpm RPM build warnings: Downloading https://github.com/systemd/systemd/pull/40374.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40374.patch Downloading https://github.com/systemd/systemd/pull/39932.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/39932.patch Downloading https://github.com/systemd/systemd/pull/39933.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/39933.patch Downloading https://github.com/systemd/systemd/pull/40088.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40088.patch Downloading https://github.com/systemd/systemd/pull/40299.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40299.patch Downloading https://github.com/systemd/systemd/pull/40300.patch to /var/lib/copr-rpmbuild/results/rpmbuild-systemdto2fun3a/SOURCES/40300.patch stderr: Output: ['systemd-258.3.tar.gz', 'systemd-258.3-1.7.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.14/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.14/site-packages/copr_rpmbuild/automation/srpm_results.py", line 50, in get_package_info spec = Spec(path, macros) File "/usr/lib/python3.14/site-packages/copr_rpmbuild/helpers.py", line 418, in __init__ self.spec = Specfile(path, macros=macros) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/specfile.py", line 120, in __init__ self._parser.parse(str(self)) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 387, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/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.14/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/triggers.systemd: No such file or directory Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/systemd-258.3-1.7.src.rpm Package info: { "name": "systemd", "epoch": null, "version": "258.3", "release": "1.7", "exclusivearch": [], "excludearch": [] } SRPMResults finished