Warning: Permanently added '3.89.136.16' (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/8441190 Version: 1.2 PID: 10056 Logging PID: 10057 Task: {'appstream': False, 'background': True, 'build_id': 8441190, 'chroot': None, 'package_name': None, 'project_dirname': 'mpb.30', 'project_name': 'mpb.30', 'project_owner': 'vondruch', 'repos': [], 'sandbox': 'vondruch/mpb.30--vondruch', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/vagrant.git', 'committish': '5f0fa4cc2bebcc8fc3b5fb9033b67c7efca9195f'}, 'source_type': 10, 'submitter': 'vondruch', 'task_id': '8441190'} Running: git clone https://src.fedoraproject.org/rpms/vagrant.git /var/lib/copr-rpmbuild/workspace/workdir-mx1fx3a5/vagrant --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/vagrant.git', '/var/lib/copr-rpmbuild/workspace/workdir-mx1fx3a5/vagrant', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-mx1fx3a5/vagrant'... Running: git checkout 5f0fa4cc2bebcc8fc3b5fb9033b67c7efca9195f -- cmd: ['git', 'checkout', '5f0fa4cc2bebcc8fc3b5fb9033b67c7efca9195f', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-mx1fx3a5/vagrant rc: 0 stdout: stderr: Note: switching to '5f0fa4cc2bebcc8fc3b5fb9033b67c7efca9195f'. 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 5f0fa4c Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-mx1fx3a5/vagrant 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 v2.3.4.tar.gz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o v2.3.4.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/vagrant/v2.3.4.tar.gz/sha512/0d47e57c3c190743b4d0484ba1e48e3aad73ced3b356f0a4e54b66649eab2bd5d3fc57a06c62b4cc7d6c8e4617ef18a283c03d01553cc575c0884e464a27b501/v2.3.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3178k 100 3178k 0 0 88.9M 0 --:--:-- --:--:-- --:--:-- 91.3M INFO: Reading stdout from command: sha512sum v2.3.4.tar.gz INFO: Downloading vagrant-spec-a88825f4cb254b703d0f9235667223f02ad5c600.tar.gz INFO: Calling: curl -H Pragma: -o vagrant-spec-a88825f4cb254b703d0f9235667223f02ad5c600.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/vagrant/vagrant-spec-a88825f4cb254b703d0f9235667223f02ad5c600.tar.gz/sha512/50e4e2c9e69ccb0309876d204d8d66f606188e1d11853071a74819fe75126ed65fa3d02a31bdf2f8e29679a81d12fa2daed806eba034532c8150fe53d749fb84/vagrant-spec-a88825f4cb254b703d0f9235667223f02ad5c600.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 62229 100 62229 0 0 2402k 0 --:--:-- --:--:-- --:--:-- 2430k INFO: Reading stdout from command: sha512sum vagrant-spec-a88825f4cb254b703d0f9235667223f02ad5c600.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-mx1fx3a5/vagrant rc: 0 stdout: setting SOURCE_DATE_EPOCH=1721433600 Wrote: /var/lib/copr-rpmbuild/results/vagrant-2.3.4-6.src.rpm stderr: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-mx1fx3a5/vagrant/./vagrant.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-mx1fx3a5/vagrant/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Building target platforms: noarch Building for target noarch Output: ['vagrant-2.3.4-6.src.rpm'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/vagrant.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 404, in __init__ self.spec = Specfile(path, macros=macros) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/specfile/specfile.py", line 80, 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: /tmp/tmpl0cfkyzv: line 46: failed to load macro file /var/lib/copr-rpmbuild/results/macros.vagrant Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/vagrant-2.3.4-6.src.rpm Package info: { "name": "vagrant", "epoch": null, "version": "2.3.4", "release": "6", "exclusivearch": [], "excludearch": [] } SRPMResults finished