Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c188' (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/7691293 Version: 0.73 PID: 6681 Logging PID: 6682 Task: {'appstream': False, 'background': True, 'build_id': 7691293, 'chroot': None, 'package_name': 'python-rope', 'project_dirname': 'pytest-8.2.2', 'project_name': 'pytest-8.2.2', 'project_owner': 'thrnciar', 'repos': [], 'sandbox': 'thrnciar/pytest-8.2.2--https://src.fedoraproject.org/user/gui1ty', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/python-rope', 'committish': '54404a2467f7281b4dcacdf817431b9198162705', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'https://src.fedoraproject.org/user/gui1ty', 'task_id': '7691293'} Running: git clone https://src.fedoraproject.org/rpms/python-rope /var/lib/copr-rpmbuild/workspace/workdir-lt7qq3vg/python-rope --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/python-rope', '/var/lib/copr-rpmbuild/workspace/workdir-lt7qq3vg/python-rope', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-lt7qq3vg/python-rope'... Running: git checkout 54404a2467f7281b4dcacdf817431b9198162705 -- cmd: ['git', 'checkout', '54404a2467f7281b4dcacdf817431b9198162705', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-lt7qq3vg/python-rope rc: 0 stdout: stderr: Note: switching to '54404a2467f7281b4dcacdf817431b9198162705'. 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 54404a2 Rebuild for Python 3.13 Running: copr-distgit-client sources cmd: ['copr-distgit-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-lt7qq3vg/python-rope 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 rope-1.13.0.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o rope-1.13.0.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/python-rope/rope-1.13.0.tar.gz/sha512/fae1555570997164d14ae8a6541750544b14c2aefd49e77d45585e47550a3c62c734bdfa28cbdcbcaa4c4d3c7a6a0ecf6ff3c116c47d2888ba71c311fe424157/rope-1.13.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 308k 100 308k 0 0 2786k 0 --:--:-- --:--:-- --:--:-- 2803k INFO: Reading stdout from command: sha512sum rope-1.13.0.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-lt7qq3vg/python-rope rc: 0 stdout: setting SOURCE_DATE_EPOCH=1719619200 Wrote: /var/lib/copr-rpmbuild/results/python-rope-1.13.0-3.src.rpm stderr: INFO: Reading stdout from command: git rev-parse --git-dir INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/python-rope.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-lt7qq3vg/python-rope/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['python-rope-1.13.0-3.src.rpm', 'python-rope.spec'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/python-rope.spec 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 412, in __init__ self.tags = self.spec.tags(self.spec.parsed_sections.package).content ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/context_management.py", line 133, in __call__ self.values[key] = next(self.generators[key]) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/specfile.py", line 269, in tags with self.sections() as sections: ^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/context_management.py", line 133, in __call__ self.values[key] = next(self.generators[key]) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/specfile.py", line 244, in sections sections = Sections.parse(lines, context=self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/sections.py", line 289, in parse name, options, delimiter, separator, content = split_id(lines[start][1:]) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/sections.py", line 261, in split_id Options.tokenize("".join(tokens[2:])), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/options.py", line 476, in tokenize for node in ValueParser.parse(option_string): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/value_parser.py", line 266, in parse raise UnterminatedMacroException specfile.exceptions.UnterminatedMacroException Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/python-rope-1.13.0-3.src.rpm Package info: { "name": "python-rope", "epoch": null, "version": "1.13.0", "release": "3", "exclusivearch": [], "excludearch": [] } SRPMResults finished