Warning: Permanently added '54.165.247.189' (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/10229774 Version: 1.6 PID: 12418 Logging PID: 12420 Task: {'appstream': False, 'background': True, 'build_id': 10229774, 'chroot': None, 'package_name': 'llvm', 'project_dirname': 'python-in-pulp:pr:fork-tbaeder-rpms-llvm-571', 'project_name': 'python-in-pulp', 'project_owner': '@python', 'repos': [], 'sandbox': '@python/python-in-pulp--https://src.fedoraproject.org/user/tbaeder', 'source_json': {'clone_url': 'https://src.fedoraproject.org/forks/tbaeder/rpms/llvm', 'committish': 'a4fcd33907c51c4a50bb1a184bca8f61799dc481', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'https://src.fedoraproject.org/user/tbaeder', 'task_id': '10229774'} Running: git clone https://src.fedoraproject.org/forks/tbaeder/rpms/llvm /var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/forks/tbaeder/rpms/llvm', '/var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm'... Running: git checkout a4fcd33907c51c4a50bb1a184bca8f61799dc481 -- cmd: ['git', 'checkout', 'a4fcd33907c51c4a50bb1a184bca8f61799dc481', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm rc: 0 stdout: stderr: Note: switching to 'a4fcd33907c51c4a50bb1a184bca8f61799dc481'. 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 a4fcd33 Package clang-ssaf-{format,linker} Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm 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 llvm-project-22.1.1.src.tar.xz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -H 'Accept-Encoding: identity' -o llvm-project-22.1.1.src.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/llvm/llvm-project-22.1.1.src.tar.xz/sha512/dddf09651c0e77caa83284788765016b023a9e239cfe35820bab7be64b68218e86bcf39bb07ee14dcddf7b0974b551344d2bff0e109cc9458b0394a3c940917c/llvm-project-22.1.1.src.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 159M 100 159M 0 0 147M 0 0:00:01 0:00:01 --:--:-- 147M INFO: Reading stdout from command: sha512sum llvm-project-22.1.1.src.tar.xz INFO: Downloading llvm-project-22.1.1.src.tar.xz.sig INFO: Calling: curl -H Pragma: -H 'Accept-Encoding: identity' -o llvm-project-22.1.1.src.tar.xz.sig --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/llvm/llvm-project-22.1.1.src.tar.xz.sig/sha512/592d603d610e121e7466a342bbf6b95c9a5f689268fad778befbf9e5663b53717c50daab9db07288020e3dcc2ec2bf38d611761a9ff6c3ce10a4340cfc2593c7/llvm-project-22.1.1.src.tar.xz.sig % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 119 100 119 0 0 2482 0 --:--:-- --:--:-- --:--:-- 2531 INFO: Reading stdout from command: sha512sum llvm-project-22.1.1.src.tar.xz.sig 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-iiiibb0z/llvm rc: 1 stdout: stderr: INFO: Reading stdout from command: git rev-parse --git-dir INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/llvm.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' error: line 3369: Unclosed %if Traceback (most recent call last): File "/usr/bin/dist-git-client", line 10, in main() ~~~~^^ File "/usr/lib/python3.14/site-packages/dist_git_client.py", line 523, in main srpm(args, config) ~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/dist_git_client.py", line 377, in srpm check_call(command) ~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.14/site-packages/dist_git_client.py", line 51, in check_call subprocess.check_call(cmd) ~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib64/python3.14/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['rpmbuild', '-bs', '/var/lib/copr-rpmbuild/results/llvm.spec', '--define', 'dist %nil', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm/.', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '--define', '_disable_source_fetch 1']' returned non-zero exit status 1. Copr build error: INFO: Reading stdout from command: git rev-parse --git-dir INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/llvm.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' error: line 3369: Unclosed %if Traceback (most recent call last): File "/usr/bin/dist-git-client", line 10, in main() ~~~~^^ File "/usr/lib/python3.14/site-packages/dist_git_client.py", line 523, in main srpm(args, config) ~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/dist_git_client.py", line 377, in srpm check_call(command) ~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.14/site-packages/dist_git_client.py", line 51, in check_call subprocess.check_call(cmd) ~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib64/python3.14/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['rpmbuild', '-bs', '/var/lib/copr-rpmbuild/results/llvm.spec', '--define', 'dist %nil', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-iiiibb0z/llvm/.', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '--define', '_disable_source_fetch 1']' returned non-zero exit status 1.