Warning: Permanently added '54.91.244.135' (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/9650565 Version: 1.6 PID: 8824 Logging PID: 8826 Task: {'appstream': False, 'background': True, 'build_id': 9650565, 'chroot': None, 'package_name': 'adf-gillius-fonts', 'project_dirname': 'setuptools-80.9.0:custom:isolated', 'project_name': 'setuptools-80.9.0', 'project_owner': 'churchyard', 'repos': [], 'sandbox': 'churchyard/setuptools-80.9.0--churchyard', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/adf-gillius-fonts.git', 'committish': 'rawhide', 'distgit': 'fedora'}, 'source_type': 10, 'submitter': 'churchyard', 'task_id': '9650565'} Running: git clone https://src.fedoraproject.org/rpms/adf-gillius-fonts.git /var/lib/copr-rpmbuild/workspace/workdir-91pvz001/adf-gillius-fonts --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/adf-gillius-fonts.git', '/var/lib/copr-rpmbuild/workspace/workdir-91pvz001/adf-gillius-fonts', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-91pvz001/adf-gillius-fonts'... Running: git checkout rawhide -- cmd: ['git', 'checkout', 'rawhide', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-91pvz001/adf-gillius-fonts rc: 0 stdout: Your branch is up to date with 'origin/rawhide'. stderr: Already on 'rawhide' Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-91pvz001/adf-gillius-fonts rc: 0 stdout: stderr: INFO: Reading stdout from command: git rev-parse --abbrev-ref HEAD INFO: Reading sources specification file: sources INFO: Downloading Gillius-Collection-20110312.zip INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o Gillius-Collection-20110312.zip --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/adf-gillius-fonts/Gillius-Collection-20110312.zip/sha512/ecfb23306895189a96f3ac944209dc8e3573cc3b6bfead261a80d5dfb7b8e2cb83c58e5dd42e0b3db6ace09076736a948842284d29c13a7c75d6e915fb0a84f7/Gillius-Collection-20110312.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 398k 100 398k 0 0 3259k 0 --:--:-- --:--:-- --:--:-- 3267k INFO: Reading stdout from command: sha512sum Gillius-Collection-20110312.zip INFO: Downloading Gillius-cat.pdf INFO: Calling: curl -H Pragma: -o Gillius-cat.pdf --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/adf-gillius-fonts/Gillius-cat.pdf/sha512/279bee6fc7b8e57bad48b43107ff372333c5dae301ea8bcada5153ef76989dcf12e26a3dbedbb1148cfb8a606d6011a4038d8a78d14fd690b0a14302c43f65d7/Gillius-cat.pdf % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 85444 100 85444 0 0 1076k 0 --:--:-- --:--:-- --:--:-- 1083k INFO: Reading stdout from command: sha512sum Gillius-cat.pdf 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-91pvz001/adf-gillius-fonts rc: 0 stdout: setting SOURCE_DATE_EPOCH=1753228800 Wrote: /var/lib/copr-rpmbuild/results/adf-gillius-fonts-1.009-15.src.rpm stderr: INFO: Reading stdout from command: git rev-parse --git-dir INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/adf-gillius-fonts.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-91pvz001/adf-gillius-fonts/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Building target platforms: noarch Building for target noarch Output: ['adf-gillius-fonts.spec', 'adf-gillius-fonts-1.009-15.src.rpm'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/adf-gillius-fonts.spec Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 233, in get_rpm_spec return rpm.spec(tmp.name, flags) ~~~~~~~~^^^^^^^^^^^^^^^^^ ValueError: can't parse specfile The above exception was the direct cause of the following exception: 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 418, in __init__ self.spec = Specfile(path, macros=macros) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/specfile.py", line 120, in __init__ self._parser.parse(str(self)) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 387, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 350, in _do_parse return get_rpm_spec(content, rpm.RPMSPEC_ANYARCH), tainted ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/spec_parser.py", line 235, in get_rpm_spec raise RPMException(stderr=stderr) from e specfile.exceptions.RPMException: Executing url helper "/usr/bin/curl --proto -all,+https,+ftps --silent --show-error --fail --globoff --location -o /var/lib/copr-rpmbuild/results/%{fontfamily}-cat.pdf http://arkandis.tuxfamily.org/docs/%{fontfamily}-cat.pdf" failed with status 1 Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/adf-gillius-fonts-1.009-15.src.rpm Package info: { "name": "adf-gillius-fonts", "epoch": null, "version": "1.009", "release": "15", "exclusivearch": [], "excludearch": [] } SRPMResults finished