Warning: Permanently added '3.238.136.9' (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/10650828 Version: 1.8 PID: 9305 Logging PID: 9307 Task: {'appstream': False, 'background': True, 'build_id': 10650828, 'chroot': None, 'distributions_in_build': ['centos-stream-10'], 'distributions_in_project': ['centos-stream-10', 'centos-stream-9', 'fedora-44', 'fedora-rawhide'], 'package_name': None, 'project_dirname': 'clang-fedora-centos-testing', 'project_name': 'clang-fedora-centos-testing', 'project_owner': '@fedora-llvm-team', 'repos': [], 'sandbox': '@fedora-llvm-team/clang-fedora-centos-testing--tstellar', 'source_json': {'clone_url': 'https://gitlab.com/redhat/centos-stream/rpms/systemd.git', 'committish': '9525fe0ba5d6a29353f819f7350c724117a85eec', 'distgit': 'centos-stream'}, 'source_type': 10, 'submitter': 'tstellar', 'task_id': '10650828'} Running: git clone https://gitlab.com/redhat/centos-stream/rpms/systemd.git /var/lib/copr-rpmbuild/workspace/workdir-u305k6s_/systemd --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://gitlab.com/redhat/centos-stream/rpms/systemd.git', '/var/lib/copr-rpmbuild/workspace/workdir-u305k6s_/systemd', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-u305k6s_/systemd'... Running: git checkout 9525fe0ba5d6a29353f819f7350c724117a85eec -- cmd: ['git', 'checkout', '9525fe0ba5d6a29353f819f7350c724117a85eec', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-u305k6s_/systemd rc: 0 stdout: stderr: Note: switching to '9525fe0ba5d6a29353f819f7350c724117a85eec'. 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 9525fe0 Do not build efi stub on i686 anymore Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-u305k6s_/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-257.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -H 'Accept-Encoding: identity' -o systemd-257.tar.gz --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://sources.stream.centos.org/sources/rpms/systemd/systemd-257.tar.gz/sha512/b8cd23ed1a5dff1894f33a831413f9805b2b7bafe93046f163aa4c1c8b929365785d0c04a4c758823624a7536d2a47c8fafae659dd41d4440ddace3d88bb1ff7/systemd-257.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 15.43M 100 15.43M 0 0 42.66M 0 0 INFO: Reading stdout from command: sha512sum systemd-257.tar.gz 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-u305k6s_/systemd rc: 0 stdout: setting SOURCE_DATE_EPOCH=1781481600 Wrote: /var/lib/copr-rpmbuild/results/systemd-257-27.src.rpm stderr: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-u305k6s_/systemd/./systemd.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-u305k6s_/systemd/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['systemd-257-27.src.rpm'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for centos-stream-10 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 237, 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 103, in get_package_info spec = Spec(specfile_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 125, in __init__ self._parse(str(self)) ~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/specfile.py", line 209, in _parse self._parser.parse(content, extra_macros) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 394, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 308, 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 239, 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-257-27.src.rpm Package info: { "architecture_specific_tags": { "centos-stream-10": {} }, "name": "systemd", "epoch": null, "version": "257", "release": "27" } SRPMResults finished