Warning: Permanently added '3.85.127.205' (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/10563200 Version: 1.8 PID: 12989 Logging PID: 12991 Task: {'appstream': False, 'background': False, 'build_id': 10563200, 'chroot': None, 'distributions_in_build': ['custom-1'], 'distributions_in_project': ['custom-1'], 'package_name': None, 'project_dirname': 'test1', 'project_name': 'test1', 'project_owner': 'reubeno', 'repos': [], 'sandbox': 'reubeno/test1--reubeno', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/umoci.git', 'committish': 'f43', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'reubeno', 'task_id': '10563200'} Running: git clone https://src.fedoraproject.org/rpms/umoci.git /var/lib/copr-rpmbuild/workspace/workdir-ofnq8z7k/umoci --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/umoci.git', '/var/lib/copr-rpmbuild/workspace/workdir-ofnq8z7k/umoci', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-ofnq8z7k/umoci'... Running: git checkout f43 -- cmd: ['git', 'checkout', 'f43', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-ofnq8z7k/umoci rc: 0 stdout: branch 'f43' set up to track 'origin/f43'. stderr: Switched to a new branch 'f43' Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-ofnq8z7k/umoci rc: 0 stdout: stderr: INFO: Reading stdout from command: git rev-parse --abbrev-ref HEAD INFO: Reading sources specification file: sources INFO: Downloading umoci-0.6.0.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -H 'Accept-Encoding: identity' -o umoci-0.6.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/umoci/umoci-0.6.0.tar.gz/sha512/ed5b06627885b540641c03e01567cf2af8db563e554f8ca47bc0cb0579034c2b767f7b5ba9aacb59b59a524a6e7ee70590b54442994cd6f3a599632bba1b6822/umoci-0.6.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3159k 100 3159k 0 0 19.0M 0 --:--:-- --:--:-- --:--:-- 19.1M INFO: Reading stdout from command: sha512sum umoci-0.6.0.tar.gz INFO: Downloading umoci-0.6.0-vendor.tar.gz INFO: Calling: curl -H Pragma: -H 'Accept-Encoding: identity' -o umoci-0.6.0-vendor.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/umoci/umoci-0.6.0-vendor.tar.gz/sha512/38afd1b4f077b7b77fc41c7125cad28c6c6b82393289e545d2c453dc5bb6aa3cc947a1dae732913376c65f9253f63e3211ec7a4d42e24a1597f8c77374d9f198/umoci-0.6.0-vendor.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2053k 100 2053k 0 0 11.9M 0 --:--:-- --:--:-- --:--:-- 12.0M INFO: Reading stdout from command: sha512sum umoci-0.6.0-vendor.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-ofnq8z7k/umoci rc: 0 stdout: setting SOURCE_DATE_EPOCH=1764288000 Wrote: /var/lib/copr-rpmbuild/results/umoci-0.6.0-1.src.rpm stderr: INFO: Reading stdout from command: git rev-parse --git-dir INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/umoci.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-ofnq8z7k/umoci/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['umoci-0.6.0-1.src.rpm', 'umoci.spec'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for custom-1 Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/umoci.spec 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 425, in __init__ self.tags = self.spec.tags(self.spec.parsed_sections.package).content ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/context_management.py", line 134, in __call__ self.values[key] = next(self.generators[key]) ~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/specfile.py", line 390, in tags with self.sections() as sections: ~~~~~~~~~~~~~^^ File "/usr/lib/python3.14/site-packages/specfile/context_management.py", line 134, in __call__ self.values[key] = next(self.generators[key]) ~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/specfile.py", line 365, in sections sections = Sections.parse(lines, context=self) File "/usr/lib/python3.14/site-packages/specfile/sections.py", line 321, in parse name, options, delimiter, separator, content = split_id(lines[start][1:]) ~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/sections.py", line 293, in split_id Options.tokenize("".join(tokens[2:])), ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/options.py", line 486, in tokenize for node in ValueParser.parse(option_string): ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/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/umoci-0.6.0-1.src.rpm Package info: { "architecture_specific_tags": { "custom-1": { "exclusivearch": [ "aarch64", "armv3l", "armv4b", "armv4l", "armv4tl", "armv5tejl", "armv5tel", "armv5tl", "armv6hl", "armv6l", "armv7hl", "armv7hnl", "armv7l", "armv8hcnl", "armv8hl", "armv8hnl", "armv8l", "ppc64le", "riscv64", "s390x", "x86_64" ] } }, "name": "umoci", "epoch": null, "version": "0.6.0", "release": "1" } SRPMResults finished