Warning: Permanently added '54.242.138.249' (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/10862683 Version: 1.9 PID: 10459 Logging PID: 10461 Task: {'appstream': False, 'background': True, 'build_id': 10862683, 'chroot': None, 'distributions_in_build': ['fedora-43', 'fedora-44', 'fedora-rawhide'], 'distributions_in_project': ['fedora-43', 'fedora-44', 'fedora-rawhide'], 'package_name': 'hhd-git', 'project_dirname': 'hhd', 'project_name': 'hhd', 'project_owner': 'hhd-dev', 'repos': [], 'sandbox': 'hhd-dev/hhd--https://api.github.com/users/antheas', 'source_json': {'clone_url': 'https://github.com/hhd-dev/hhd', 'committish': '63ba122fd6adce35d7f3aee6ebaf78a583f97242', 'spec': 'hhd-git.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/antheas', 'task_id': '10862683'} Running: git clone https://github.com/hhd-dev/hhd /var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/hhd --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/hhd-dev/hhd', '/var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/hhd', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/hhd'... Running: git checkout 63ba122fd6adce35d7f3aee6ebaf78a583f97242 -- cmd: ['git', 'checkout', '63ba122fd6adce35d7f3aee6ebaf78a583f97242', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/hhd rc: 0 stdout: stderr: Note: switching to '63ba122fd6adce35d7f3aee6ebaf78a583f97242'. 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 63ba122f disable intercept true for now, seems to mess with the device Generated rpkg config: [rpkg] preprocess_spec = True [git] anon_clone_url = https://github.com/%(repo_path)s [lookaside] download_url = https://${git_props:remote_netloc}/repo/pkgs/%(repo_path)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s Writing config into /var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/hhd/hhd-git.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/hhd/hhd-git.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-chczmzpn/hhd rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/hhd-git.spec Wrote: /var/lib/copr-rpmbuild/results/hhd-4.1.12+git.65.g63ba122fd6ad-1.src.rpm RPM build warnings: stderr: warning: Downloading https://github.com/hhd-dev/hhd/archive/63ba122fd6adce35d7f3aee6ebaf78a583f97242/hhd-63ba122fd6adce35d7f3aee6ebaf78a583f97242.tar.gz to /var/lib/copr-rpmbuild/results/hhd-63ba122fd6adce35d7f3aee6ebaf78a583f97242.tar.gz Building target platforms: noarch Building for target noarch warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Downloading https://github.com/hhd-dev/hhd/archive/63ba122fd6adce35d7f3aee6ebaf78a583f97242/hhd-63ba122fd6adce35d7f3aee6ebaf78a583f97242.tar.gz to /var/lib/copr-rpmbuild/results/hhd-63ba122fd6adce35d7f3aee6ebaf78a583f97242.tar.gz %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Output: ['hhd-git.spec', 'hhd-4.1.12+git.65.g63ba122fd6ad-1.src.rpm', 'hhd-63ba122fd6adce35d7f3aee6ebaf78a583f97242.tar.gz'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for fedora-43 Extracting arch-specific tags for fedora-44 Extracting arch-specific tags for fedora-rawhide Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/hhd-git.spec Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 237, 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.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 486, in __init__ self.spec = Specfile(file=fd, macros=macros) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/specfile.py", line 125, in __init__ self._parse(str(self)) ~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/specfile.py", line 209, in _parse self._parser.parse(content, extra_macros) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 394, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 308, in _do_parse spec = get_rpm_spec(content, rpm.RPMSPEC_ANYARCH | rpm.RPMSPEC_FORCE) File "/usr/lib/python3.14/site-packages/specfile/spec_parser.py", line 239, in get_rpm_spec raise RPMException(stderr=stderr) from e specfile.exceptions.RPMException: line 8: Illegal sequence ".." in: Version: 0.0.0+git..g Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/hhd-4.1.12+git.65.g63ba122fd6ad-1.src.rpm Package info: { "architecture_specific_tags": { "fedora-43": { "buildarch": [ "noarch" ] }, "fedora-44": { "buildarch": [ "noarch" ] }, "fedora-rawhide": { "buildarch": [ "noarch" ] } }, "name": "hhd", "epoch": null, "version": "4.1.12+git.65.g63ba122fd6ad", "release": "1" } SRPMResults finished