Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c11b' (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/8509478


Version: 1.2
PID: 8522
Logging PID: 8523
Task:
{'appstream': False,
 'background': True,
 'build_id': 8509478,
 'chroot': None,
 'package_name': 'systemd',
 'project_dirname': 'sdt-devel-no-dtrace:pr:179',
 'project_name': 'sdt-devel-no-dtrace',
 'project_owner': 'lbalhar',
 'repos': [],
 'sandbox': 'lbalhar/sdt-devel-no-dtrace--https://src.fedoraproject.org/user/daandemeyer',
 'source_json': {'clone_url': 'https://src.fedoraproject.org/forks/daandemeyer/rpms/systemd',
                 'committish': '51f09fead194bd36b82079ecb181d9d9c7e38c9f',
                 'distgit': 'fedora'},
 'source_type': 10,
 'submitter': 'https://src.fedoraproject.org/user/daandemeyer',
 'task_id': '8509478'}

Running: git clone https://src.fedoraproject.org/forks/daandemeyer/rpms/systemd /var/lib/copr-rpmbuild/workspace/workdir-rz2jvny3/systemd --depth 500 --no-single-branch --recursive

cmd: ['git', 'clone', 'https://src.fedoraproject.org/forks/daandemeyer/rpms/systemd', '/var/lib/copr-rpmbuild/workspace/workdir-rz2jvny3/systemd', '--depth', '500', '--no-single-branch', '--recursive']
cwd: .
rc: 0
stdout: 
stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-rz2jvny3/systemd'...

Running: git checkout 51f09fead194bd36b82079ecb181d9d9c7e38c9f --

cmd: ['git', 'checkout', '51f09fead194bd36b82079ecb181d9d9c7e38c9f', '--']
cwd: /var/lib/copr-rpmbuild/workspace/workdir-rz2jvny3/systemd
rc: 0
stdout: 
stderr: Note: switching to '51f09fead194bd36b82079ecb181d9d9c7e38c9f'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 51f09fe Run upstream integration test suite with Fedora CI

Running: dist-git-client sources

cmd: ['dist-git-client', 'sources']
cwd: /var/lib/copr-rpmbuild/workspace/workdir-rz2jvny3/systemd
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 systemd-257.2.tar.gz
INFO: Reading stdout from command: curl --help all
INFO: Calling: curl -H Pragma: -o systemd-257.2.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/systemd/systemd-257.2.tar.gz/sha512/4f47fcd9a4148101ee7b85cf5908a04ec9e025dc7a5a2e8e61c05439cfd427851b6d356bb96a0dfae55566bbf6d3c93a13251d220840c09296e94f80bd4a5945/systemd-257.2.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15.4M  100 15.4M    0     0  10.6M      0  0:00:01  0:00:01 --:--:-- 10.6M
INFO: Reading stdout from command: sha512sum systemd-257.2.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-rz2jvny3/systemd
rc: 0
stdout: setting SOURCE_DATE_EPOCH=1736726400
Wrote: /var/lib/copr-rpmbuild/results/systemd-257.2-5.src.rpm
stderr: INFO: Reading stdout from command: git rev-parse --git-dir
INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/results/systemd.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-rz2jvny3/systemd/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1'

Output: ['systemd-257.2-5.src.rpm', 'systemd.spec']
Running SRPMResults tool
Exception appeared during handling spec file: /var/lib/copr-rpmbuild/results/systemd.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: Unable to open /var/lib/copr-rpmbuild/results/triggers.systemd: No such file or directory
Querying NEVRA from SRPM header: /var/lib/copr-rpmbuild/results/systemd-257.2-5.src.rpm
Package info: {
    "name": "systemd",
    "epoch": null,
    "version": "257.2",
    "release": "5",
    "exclusivearch": [],
    "excludearch": []
}
SRPMResults finished