Warning: Permanently added '44.207.0.177' (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/9302454 Version: 1.3 PID: 10643 Logging PID: 10644 Task: {'appstream': False, 'background': True, 'build_id': 9302454, 'chroot': None, 'package_name': None, 'project_dirname': 'gettext-0.25.1-test', 'project_name': 'gettext-0.25.1-test', 'project_owner': 'matiwari', 'repos': [], 'sandbox': 'matiwari/gettext-0.25.1-test--matiwari', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/awf-gtk2.git', 'committish': 'cf9efcc689872dfbb1c9424489ea5e9f769c4bfb'}, 'source_type': 10, 'submitter': 'matiwari', 'task_id': '9302454'} Running: git clone https://src.fedoraproject.org/rpms/awf-gtk2.git /var/lib/copr-rpmbuild/workspace/workdir-3te8yl0i/awf-gtk2 --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/awf-gtk2.git', '/var/lib/copr-rpmbuild/workspace/workdir-3te8yl0i/awf-gtk2', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-3te8yl0i/awf-gtk2'... Running: git checkout cf9efcc689872dfbb1c9424489ea5e9f769c4bfb -- cmd: ['git', 'checkout', 'cf9efcc689872dfbb1c9424489ea5e9f769c4bfb', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-3te8yl0i/awf-gtk2 rc: 0 stdout: stderr: Note: switching to 'cf9efcc689872dfbb1c9424489ea5e9f769c4bfb'. 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 cf9efcc New upstream release: 3.0.0 Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-3te8yl0i/awf-gtk2 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 awf-gtk2-3.0.0.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o awf-gtk2-3.0.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/awf-gtk2/awf-gtk2-3.0.0.tar.gz/sha512/2e2792c74a85ebb0d9dce8d1eb4282d3589fa71c6fd457fcb0236f5effe4b2a356bf7c737d235fa0e46bc292aee33fb9018f71a3c47c76f897ad15f7fcd346cf/awf-gtk2-3.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 835k 100 835k 0 0 7005k 0 --:--:-- --:--:-- --:--:-- 7017k INFO: Reading stdout from command: sha512sum awf-gtk2-3.0.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-3te8yl0i/awf-gtk2 rc: 0 stdout: setting SOURCE_DATE_EPOCH=1746403200 Wrote: /var/lib/copr-rpmbuild/results/awf-gtk2-3.0.0-1.src.rpm stderr: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-3te8yl0i/awf-gtk2/./awf-gtk2.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-3te8yl0i/awf-gtk2/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['awf-gtk2-3.0.0-1.src.rpm'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/awf-gtk2.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 134, in __call__ self.values[key] = next(self.generators[key]) ~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/specfile.py", line 390, in tags with self.sections() as sections: ~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/specfile/context_management.py", line 134, in __call__ self.values[key] = next(self.generators[key]) ~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/specfile.py", line 365, in sections sections = Sections.parse(lines, context=self) File "/usr/lib/python3.13/site-packages/specfile/sections.py", line 321, in parse name, options, delimiter, separator, content = split_id(lines[start][1:]) ~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/sections.py", line 293, 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/awf-gtk2-3.0.0-1.src.rpm Package info: { "name": "awf-gtk2", "epoch": null, "version": "3.0.0", "release": "1", "exclusivearch": [], "excludearch": [] } SRPMResults finished