Warning: Permanently added '44.208.29.215' (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/8319148 Version: 1.2 PID: 9094 Logging PID: 9095 Task: {'appstream': False, 'background': True, 'build_id': 8319148, 'chroot': None, 'package_name': 'python-rope', 'project_dirname': 'pytest-8.3.1', 'project_name': 'pytest-8.3.1', 'project_owner': 'thrnciar', 'repos': [], 'sandbox': 'thrnciar/pytest-8.3.1--https://src.fedoraproject.org/user/music', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/python-rope', 'committish': '071c784b674e03ac0b43e8a1b89e05fc57f168a6', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'https://src.fedoraproject.org/user/music', 'task_id': '8319148'} Running: git clone https://src.fedoraproject.org/rpms/python-rope /var/lib/copr-rpmbuild/workspace/workdir-aqth0xkm/python-rope --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/python-rope', '/var/lib/copr-rpmbuild/workspace/workdir-aqth0xkm/python-rope', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-aqth0xkm/python-rope'... Running: git checkout 071c784b674e03ac0b43e8a1b89e05fc57f168a6 -- cmd: ['git', 'checkout', '071c784b674e03ac0b43e8a1b89e05fc57f168a6', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-aqth0xkm/python-rope rc: 0 stdout: stderr: Note: switching to '071c784b674e03ac0b43e8a1b89e05fc57f168a6'. 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 071c784 Skip more failing tests on Python 3.13 Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-aqth0xkm/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 14.3M 0 --:--:-- --:--:-- --:--:-- 15.0M INFO: Reading stdout from command: sha512sum rope-1.13.0.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-aqth0xkm/python-rope rc: 0 stdout: setting SOURCE_DATE_EPOCH=1732665600 Wrote: /var/lib/copr-rpmbuild/results/python-rope-1.13.0-6.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-aqth0xkm/python-rope/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Building target platforms: noarch Building for target noarch Output: ['python-rope.spec', 'python-rope-1.13.0-6.src.rpm'] 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.13/site-packages/copr_rpmbuild/automation/srpm_results.py", line 50, in get_package_info spec = Spec(path, macros) File "/usr/lib/python3.13/site-packages/copr_rpmbuild/helpers.py", line 411, in __init__ self.tags = self.spec.tags(self.spec.parsed_sections.package).content ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/context_management.py", line 133, in __call__ self.values[key] = next(self.generators[key]) ~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/specfile.py", line 289, in tags with self.sections() as sections: ~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/specfile/context_management.py", line 133, in __call__ self.values[key] = next(self.generators[key]) ~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/specfile.py", line 264, in sections sections = Sections.parse(lines, context=self) File "/usr/lib/python3.13/site-packages/specfile/sections.py", line 289, in parse name, options, delimiter, separator, content = split_id(lines[start][1:]) ~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/sections.py", line 261, in split_id Options.tokenize("".join(tokens[2:])), ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/options.py", line 480, in tokenize for node in ValueParser.parse(option_string): ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/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-6.src.rpm Package info: { "name": "python-rope", "epoch": null, "version": "1.13.0", "release": "6", "exclusivearch": [], "excludearch": [] } SRPMResults finished