Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c212' (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/8260893 Version: 1.1 PID: 8515 Logging PID: 8516 Task: {'appstream': False, 'background': True, 'build_id': 8260893, 'chroot': None, 'package_name': None, 'project_dirname': 'automake-1.17', 'project_name': 'automake-1.17', 'project_owner': 'fberat', 'repos': [], 'sandbox': 'fberat/automake-1.17--fberat', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/xmp-plugin-audacious.git', 'committish': '8ae166f214ea0dacaf7805a3a680e97aaf406af1'}, 'source_type': 10, 'submitter': 'fberat', 'task_id': '8260893'} Running: git clone https://src.fedoraproject.org/rpms/xmp-plugin-audacious.git /var/lib/copr-rpmbuild/workspace/workdir-a5ax93d5/xmp-plugin-audacious --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/xmp-plugin-audacious.git', '/var/lib/copr-rpmbuild/workspace/workdir-a5ax93d5/xmp-plugin-audacious', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-a5ax93d5/xmp-plugin-audacious'... Running: git checkout 8ae166f214ea0dacaf7805a3a680e97aaf406af1 -- cmd: ['git', 'checkout', '8ae166f214ea0dacaf7805a3a680e97aaf406af1', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-a5ax93d5/xmp-plugin-audacious rc: 0 stdout: stderr: Note: switching to '8ae166f214ea0dacaf7805a3a680e97aaf406af1'. 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 8ae166f Clean up snapshot stuff, and build audacious-plugins-xmp package. Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-a5ax93d5/xmp-plugin-audacious 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 xmp-plugin-audacious-c84a596.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o xmp-plugin-audacious-c84a596.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/xmp-plugin-audacious/xmp-plugin-audacious-c84a596.tar.gz/sha512/7fd787888ff4d3b7a658b4c5dff6a1e350b97387623cfc44c2f2a43bf91f0682f2959ad73e0eacb08e22b08cabd0586e34052cff122cc5a9375decb385b49d47/xmp-plugin-audacious-c84a596.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 11461 100 11461 0 0 95395 0 --:--:-- --:--:-- --:--:-- 96310 INFO: Reading stdout from command: sha512sum xmp-plugin-audacious-c84a596.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-a5ax93d5/xmp-plugin-audacious rc: 0 stdout: setting SOURCE_DATE_EPOCH=1721779200 Wrote: /var/lib/copr-rpmbuild/results/xmp-plugin-audacious-4.0.0.3.8-0.1.20240611gitc84a596.src.rpm stderr: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-a5ax93d5/xmp-plugin-audacious/./xmp-plugin-audacious.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-a5ax93d5/xmp-plugin-audacious/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['xmp-plugin-audacious-4.0.0.3.8-0.1.20240611gitc84a596.src.rpm'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/xmp-plugin-audacious.spec Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 226, 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.12/site-packages/copr_rpmbuild/automation/srpm_results.py", line 50, in get_package_info spec = Spec(path, macros) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/copr_rpmbuild/helpers.py", line 404, in __init__ self.spec = Specfile(path, macros=macros) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/specfile.py", line 72, in __init__ self._parser.parse(str(self)) File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 380, in parse self.spec, self.tainted = self._do_parse(content, extra_macros) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 343, in _do_parse return get_rpm_spec(content, rpm.RPMSPEC_ANYARCH), tainted ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/specfile/spec_parser.py", line 228, in get_rpm_spec raise RPMException(stderr=stderr) from e specfile.exceptions.RPMException: Couldn't download https://github.com/mschwendt/xmp-plugin-audacious/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/xmp-plugin-audacious-4.0.0.3.8-0.1.20240611gitc84a596.src.rpm Package info: { "name": "xmp-plugin-audacious", "epoch": null, "version": "4.0.0.3.8", "release": "0.1.20240611gitc84a596", "exclusivearch": [], "excludearch": [] } SRPMResults finished