Warning: Permanently added '98.81.122.163' (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/8513363


Version: 1.2
PID: 8921
Logging PID: 8922
Task:
{'appstream': False,
 'background': True,
 'build_id': 8513363,
 'chroot': None,
 'package_name': 'iptables',
 'project_dirname': 'clang-built-eln',
 'project_name': 'clang-built-eln',
 'project_owner': '@fedora-llvm-team',
 'repos': [],
 'sandbox': '@fedora-llvm-team/clang-built-eln--https://src.fedoraproject.org/user/zbyszek',
 'source_json': {'clone_url': 'https://src.fedoraproject.org/rpms/iptables',
                 'committish': '43696a4be35ecb64b596d1db368cb736a91316e8',
                 'distgit': 'fedora'},
 'source_type': 10,
 'submitter': 'https://src.fedoraproject.org/user/zbyszek',
 'task_id': '8513363'}

Running: git clone https://src.fedoraproject.org/rpms/iptables /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables --depth 500 --no-single-branch --recursive

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

Running: git checkout 43696a4be35ecb64b596d1db368cb736a91316e8 --

cmd: ['git', 'checkout', '43696a4be35ecb64b596d1db368cb736a91316e8', '--']
cwd: /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables
rc: 0
stdout: 
stderr: Note: switching to '43696a4be35ecb64b596d1db368cb736a91316e8'.

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 43696a4 Keep alternatives symlinks under /usr/sbin

Running: dist-git-client sources

cmd: ['dist-git-client', 'sources']
cwd: /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables
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 iptables-1.8.11.tar.xz
INFO: Reading stdout from command: curl --help all
INFO: Calling: curl -H Pragma: -o iptables-1.8.11.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/iptables/iptables-1.8.11.tar.xz/sha512/4937020bf52d57a45b76e1eba125214a2f4531de52ff1d15185faeef8bea0cd90eb77f99f81baa573944aa122f350a7198cef41d70594e1b65514784addbcc40/iptables-1.8.11.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  634k  100  634k    0     0  22.8M      0 --:--:-- --:--:-- --:--:-- 22.9M
INFO: Reading stdout from command: sha512sum iptables-1.8.11.tar.xz
INFO: Downloading iptables-1.8.11.tar.xz.sig
INFO: Calling: curl -H Pragma: -o iptables-1.8.11.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/iptables/iptables-1.8.11.tar.xz.sig/sha512/8bde9436b6c6c9d97d9b1cadc417035c209e39b49111ea08fe35b714bbf94721ad0b8b2870791d3bf98154f64912109c6bdeb0ee33f954d0d3a8c3582a97f3f2/iptables-1.8.11.tar.xz.sig
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   566  100   566    0     0  32259      0 --:--:-- --:--:-- --:--:-- 33294
INFO: Reading stdout from command: sha512sum iptables-1.8.11.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-7iybbm65/iptables
rc: 1
stdout: 
stderr: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/./iptables.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1'
error: line 68: Unknown tag: %sbin_merge_compat /usr/sbin/iptables
Traceback (most recent call last):
  File "/usr/bin/dist-git-client", line 10, in <module>
    main()
    ~~~~^^
  File "/usr/lib/python3.13/site-packages/dist_git_client.py", line 494, in main
    srpm(args, config)
    ~~~~^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dist_git_client.py", line 348, in srpm
    check_call(command)
    ~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dist_git_client.py", line 50, in check_call
    subprocess.check_call(cmd)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/usr/lib64/python3.13/subprocess.py", line 419, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['rpmbuild', '-bs', '/var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/./iptables.spec', '--define', 'dist %nil', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/.', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '--define', '_disable_source_fetch 1']' returned non-zero exit status 1.

Copr build error: INFO: Checked call: rpmbuild -bs /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/./iptables.spec --define 'dist %nil' --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/.' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' --define '_disable_source_fetch 1'
error: line 68: Unknown tag: %sbin_merge_compat /usr/sbin/iptables
Traceback (most recent call last):
  File "/usr/bin/dist-git-client", line 10, in <module>
    main()
    ~~~~^^
  File "/usr/lib/python3.13/site-packages/dist_git_client.py", line 494, in main
    srpm(args, config)
    ~~~~^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dist_git_client.py", line 348, in srpm
    check_call(command)
    ~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/dist_git_client.py", line 50, in check_call
    subprocess.check_call(cmd)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/usr/lib64/python3.13/subprocess.py", line 419, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['rpmbuild', '-bs', '/var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/./iptables.spec', '--define', 'dist %nil', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-7iybbm65/iptables/.', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '--define', '_disable_source_fetch 1']' returned non-zero exit status 1.