Warning: Permanently added '98.92.172.234' (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/10901229 Version: 1.9 PID: 10522 Logging PID: 10524 Task: {'appstream': False, 'background': True, 'build_id': 10901229, 'chroot': None, 'distributions_in_build': ['fedora-43'], 'distributions_in_project': ['fedora-43'], 'package_name': 'emacs', 'project_dirname': 'emacs-latest', 'project_name': 'emacs-latest', 'project_owner': 'xuhdev', 'repos': [], 'sandbox': 'xuhdev/emacs-latest--https://src.fedoraproject.org/user/mavit', 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/emacs', 'committish': '61d0acc2acb09605ee742bd696c257f6aa212606', 'spec': '', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://src.fedoraproject.org/user/mavit', 'task_id': '10901229'} Running: git clone https://src.fedoraproject.org/rpms/emacs /var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/emacs --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://src.fedoraproject.org/rpms/emacs', '/var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/emacs', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/emacs'... Running: git checkout 61d0acc2acb09605ee742bd696c257f6aa212606 -- cmd: ['git', 'checkout', '61d0acc2acb09605ee742bd696c257f6aa212606', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/emacs rc: 0 stdout: stderr: Note: switching to '61d0acc2acb09605ee742bd696c257f6aa212606'. 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 61d0acc Fix CVE-2026-77219: Integer overflow in PBM/PPM/PGM image loader (rhbz#2523273) Generated rpkg config: [rpkg] preprocess_spec = True [git] anon_clone_url = https://src.fedoraproject.org/%(repo_path)s [lookaside] download_url = https://src.fedoraproject.org/repo/pkgs/%(ns1)s/%(name)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s Writing config into /var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/emacs cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/emacs'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-42ujk17t/emacs rc: 0 stdout: Downloading emacs-30.2.tar.xz from rpms/emacs at src.fedoraproject.org: Downloading emacs-30.2.tar.xz.sig from rpms/emacs at src.fedoraproject.org: Wrote: /var/lib/copr-rpmbuild/results/emacs.spec setting SOURCE_DATE_EPOCH=1787616000 Wrote: /var/lib/copr-rpmbuild/results/emacs-30.2-1.src.rpm stderr: Output: ['emacs-30.2.tar.xz', '12BB9B400EE3F77282864D18272B5C54E015416A', 'emacs-system-crypto-policies.patch', 'emacs-pgtk-on-x-error-message.patch', '0001-Fix-undefined-behavior-in-pbm_load.patch', 'emacs.spec', 'default.el', '0001-Don-t-specify-StartupWMClass-in-emacs.desktop.patch', 'emacs-desktop.sh', 'dotemacs.el', 'emacs-30.2.tar.xz.sig', '0002-Fall-back-to-the-terminal-from-pure-GTK-when-no-disp.patch', 'emacs_lisp.attr', 'emacs-spellchecker.patch', '0001-src-image.c-svg_load_image-Fix-off-by-one-mistake-bu.patch', 'emacs_lisp.rec', 'emacs-30.2-1.src.rpm', 'emacs-libdir-vs-systemd.patch', 'CEA1DE21AB108493CC9C65742E82323B8F4353EE', '0001-Mitigate-arbitrary-code-execution-vulnerability.patch', 'site-start.el', '17E90D521672C04631B1183EE78DAE0F3115E06B', '0001-Pong-and-Tetris-are-excluded.patch'] Running SRPMResults tool Using distributions_in_build for this build. Extracting arch-specific tags for fedora-43 Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/emacs.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: /tmp/tmp92fbxybk: line 303: 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.2-1.src.rpm Package info: { "architecture_specific_tags": { "fedora-43": {} }, "name": "emacs", "epoch": 1, "version": "30.2", "release": "1" } SRPMResults finished