Warning: Permanently added '54.226.77.184' (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/9530420 Version: 1.4 PID: 11806 Logging PID: 11808 Task: {'appstream': False, 'background': True, 'build_id': 9530420, 'chroot': None, 'package_name': 'corefreq', 'project_dirname': 'corefreq', 'project_name': 'corefreq', 'project_owner': 'sunnyyang', 'repos': [], 'sandbox': 'sunnyyang/corefreq--https://api.github.com/users/sunnyyangyangyang', 'source_json': {'clone_url': 'https://github.com/sunnyyangyangyang/coreFreq-rpm-fedora', 'committish': 'c1e6b86526c568c4d7f943c8472349cbdc80df1c', 'spec': 'corefreq-akmod.spec', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/sunnyyangyangyang', 'task_id': '9530420'} Running: git clone https://github.com/sunnyyangyangyang/coreFreq-rpm-fedora /var/lib/copr-rpmbuild/workspace/workdir-7d0dg9re/coreFreq-rpm-fedora --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/sunnyyangyangyang/coreFreq-rpm-fedora', '/var/lib/copr-rpmbuild/workspace/workdir-7d0dg9re/coreFreq-rpm-fedora', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-7d0dg9re/coreFreq-rpm-fedora'... Running: git checkout c1e6b86526c568c4d7f943c8472349cbdc80df1c -- cmd: ['git', 'checkout', 'c1e6b86526c568c4d7f943c8472349cbdc80df1c', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-7d0dg9re/coreFreq-rpm-fedora rc: 0 stdout: stderr: Note: switching to 'c1e6b86526c568c4d7f943c8472349cbdc80df1c'. 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 c1e6b86 . 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-7d0dg9re/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-7d0dg9re/coreFreq-rpm-fedora/corefreq-akmod.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-7d0dg9re/coreFreq-rpm-fedora/corefreq-akmod.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-7d0dg9re/coreFreq-rpm-fedora rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/corefreq-akmod.spec setting SOURCE_DATE_EPOCH=1756684800 Wrote: /var/lib/copr-rpmbuild/results/corefreq-2.0.8-1.alpha15.src.rpm RPM build warnings: stderr: warning: bogus date in %changelog: Sun Sep 01 2025 Package Maintainer - 2.0.8-1.alpha7 warning: Downloading https://github.com/cyring/CoreFreq/archive/refs/tags/2.0.8.tar.gz#/corefreq-2.0.8.tar.gz to /var/lib/copr-rpmbuild/results/corefreq-2.0.8.tar.gz warning: bogus date in %changelog: Sun Sep 01 2025 Package Maintainer - 2.0.8-1.alpha7 Downloading https://github.com/cyring/CoreFreq/archive/refs/tags/2.0.8.tar.gz#/corefreq-2.0.8.tar.gz to /var/lib/copr-rpmbuild/results/corefreq-2.0.8.tar.gz bogus date in %changelog: Sun Sep 01 2025 Package Maintainer - 2.0.8-1.alpha7 Output: ['corefreq-2.0.8.tar.gz', 'corefreq-kmod.spec', 'corefreq-2.0.8-1.alpha15.src.rpm', 'corefreq-akmod.spec', 'Makefile.akmod', 'corefreqd.service'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/corefreq-kmod.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 301, in _do_parse spec = get_rpm_spec(content, rpm.RPMSPEC_ANYARCH | rpm.RPMSPEC_FORCE) 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: line 25: Unknown tag: %kmod_pkg Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/corefreq-2.0.8-1.alpha15.src.rpm Package info: { "name": "corefreq", "epoch": null, "version": "2.0.8", "release": "1.alpha15", "exclusivearch": [], "excludearch": [] } SRPMResults finished