Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c14d' (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/9299837 Version: 1.3 PID: 5165 Logging PID: 5166 Task: {'appstream': False, 'background': True, 'build_id': 9299837, 'chroot': None, 'package_name': None, 'project_dirname': 'autoconf.2.72-6', 'project_name': 'autoconf.2.72-6', 'project_owner': 'fberat', 'repos': [], 'sandbox': 'fberat/autoconf.2.72-6--fberat', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/emacs.git', 'committish': '680f81bce4fdc3de5ef0dbb420b0dc6a24e95c87'}, 'source_type': 10, 'submitter': 'fberat', 'task_id': '9299837'} Running: git clone https://src.fedoraproject.org/rpms/emacs.git /var/lib/copr-rpmbuild/workspace/workdir-0_z3u8ra/emacs --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/emacs.git', '/var/lib/copr-rpmbuild/workspace/workdir-0_z3u8ra/emacs', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-0_z3u8ra/emacs'... Running: git checkout 680f81bce4fdc3de5ef0dbb420b0dc6a24e95c87 -- cmd: ['git', 'checkout', '680f81bce4fdc3de5ef0dbb420b0dc6a24e95c87', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-0_z3u8ra/emacs rc: 0 stdout: stderr: Note: switching to '680f81bce4fdc3de5ef0dbb420b0dc6a24e95c87'. 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 680f81b Suggest emacs-nw for emacs within mock. Running: dist-git-client sources cmd: ['dist-git-client', 'sources'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-0_z3u8ra/emacs 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 emacs-30.1.tar.xz INFO: Reading stdout from command: curl --help all INFO: Calling: curl -H Pragma: -o emacs-30.1.tar.xz --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/emacs/emacs-30.1.tar.xz/sha512/511a6a1d2a170a207913692e1349344b70a0b5202b8d1ae27dc7256e589c77ae9e35da16fc2a098bf9f1b8d0f60233f452ed8d6744b70b907f3484c42f2d7d7f/emacs-30.1.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 52.4M 100 52.4M 0 0 53.8M 0 --:--:-- --:--:-- --:--:-- 53.7M INFO: Reading stdout from command: sha512sum emacs-30.1.tar.xz INFO: Downloading emacs-30.1.tar.xz.sig INFO: Calling: curl -H Pragma: -o emacs-30.1.tar.xz.sig --location --connect-timeout 60 --retry 3 --retry-delay 10 --remote-time --show-error --fail --retry-all-errors https://src.fedoraproject.org/repo/pkgs/rpms/emacs/emacs-30.1.tar.xz.sig/sha512/59ef724ff765fb76b9b9cfb8bd3853e001e9e6cefa65e2c49822238c11d619f916284f5b118cefff1bcd6c70f4ebcc1e420754cc225002164b56ced3caa954bd/emacs-30.1.tar.xz.sig % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 520 100 520 0 0 7398 0 --:--:-- --:--:-- --:--:-- 7428 INFO: Reading stdout from command: sha512sum emacs-30.1.tar.xz.sig 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-0_z3u8ra/emacs rc: 0 stdout: setting SOURCE_DATE_EPOCH=1753056000 Wrote: /var/lib/copr-rpmbuild/results/emacs-30.1-32.src.rpm stderr: INFO: Reading stdout from command: git rev-parse --git-dir INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/emacs.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-0_z3u8ra/emacs/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1' Output: ['emacs-30.1-32.src.rpm', 'emacs.spec'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/emacs.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 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: /tmp/tmpjt8ennnb: line 306: failed to load macro file /var/lib/copr-rpmbuild/results/emacs_lisp.attr Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/emacs-30.1-32.src.rpm Package info: { "name": "emacs", "epoch": 1, "version": "30.1", "release": "32", "exclusivearch": [], "excludearch": [] } SRPMResults finished