Warning: Permanently added '13.220.155.210' (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/9065401 Version: 1.3 PID: 8930 Logging PID: 8931 Task: {'appstream': False, 'background': False, 'build_id': 9065401, 'chroot': None, 'package_name': None, 'project_dirname': 'epel9', 'project_name': 'epel9', 'project_owner': 'ldivizio', 'repos': [], 'sandbox': 'ldivizio/epel9--ldivizio', 'source_json': {'clone_url': 'https://codeberg.org/ldv/epel-pam.git', 'committish': '', 'spec': '', 'srpm_build_method': 'rpkg', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'ldivizio', 'task_id': '9065401'} Running: git clone https://codeberg.org/ldv/epel-pam.git /var/lib/copr-rpmbuild/workspace/workdir-wut3pzb3/epel-pam --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://codeberg.org/ldv/epel-pam.git', '/var/lib/copr-rpmbuild/workspace/workdir-wut3pzb3/epel-pam', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-wut3pzb3/epel-pam'... Generated rpkg config: [rpkg] preprocess_spec = True [git] anon_clone_url = https://codeberg.org/%(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-wut3pzb3/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-wut3pzb3/epel-pam cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-wut3pzb3/epel-pam'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-wut3pzb3/epel-pam rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/pam.spec Wrote: /var/lib/copr-rpmbuild/results/pam-1.7.0-4.src.rpm RPM build warnings: stderr: warning: Downloading https://github.com/linux-pam/linux-pam/releases/download/v1.7.0/Linux-PAM-1.7.0.tar.xz to /var/lib/copr-rpmbuild/results/Linux-PAM-1.7.0.tar.xz warning: Downloading https://github.com/linux-pam/linux-pam/releases/download/v1.7.0/Linux-PAM-1.7.0.tar.xz.asc to /var/lib/copr-rpmbuild/results/Linux-PAM-1.7.0.tar.xz.asc warning: Downloading https://releases.pagure.org/pam-redhat/pam-redhat-1.3.0.tar.xz to /var/lib/copr-rpmbuild/results/pam-redhat-1.3.0.tar.xz warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Downloading https://github.com/linux-pam/linux-pam/releases/download/v1.7.0/Linux-PAM-1.7.0.tar.xz to /var/lib/copr-rpmbuild/results/Linux-PAM-1.7.0.tar.xz Downloading https://github.com/linux-pam/linux-pam/releases/download/v1.7.0/Linux-PAM-1.7.0.tar.xz.asc to /var/lib/copr-rpmbuild/results/Linux-PAM-1.7.0.tar.xz.asc Downloading https://releases.pagure.org/pam-redhat/pam-redhat-1.3.0.tar.xz to /var/lib/copr-rpmbuild/results/pam-redhat-1.3.0.tar.xz %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Output: ['Linux-PAM-1.7.0.tar.xz.asc', 'pam-1.7.0-redhat-modules.patch', 'pam-1.7.0-4.src.rpm', 'pam.spec', 'pamtmp.conf', 'postlogin.5', 'pam-1.5.3-unix-nomsg.patch', 'system-auth.5', 'pam-redhat-1.3.0.tar.xz', 'macros.pam', 'other.pamd', 'gpl-2.0.txt', 'dlopen.sh', 'pam-1.7.0-fop-optional.patch', 'config-util.pamd', 'config-util.5', 'Linux-PAM-1.7.0.tar.xz', 'pam-1.5.1-pam-access-resolve-ip.patch'] Running SRPMResults tool Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/pam.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/tmp10v8acj8: line 39: failed to load macro file /var/lib/copr-rpmbuild/results/macros.pam Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/pam-1.7.0-4.src.rpm Package info: { "name": "pam", "epoch": null, "version": "1.7.0", "release": "4", "exclusivearch": [], "excludearch": [] } SRPMResults finished