Warning: Permanently added '3.91.151.151' (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/10215557 Version: 1.6 PID: 12718 Logging PID: 12720 Task: {'appstream': False, 'background': False, 'build_id': 10215557, 'chroot': None, 'package_name': 'zfs-dkms', 'project_dirname': 'fedoratek-stable', 'project_name': 'fedoratek-stable', 'project_owner': 'friel', 'repos': [], 'sandbox': 'friel/fedoratek-stable--friel', 'source_json': {'clone_url': 'https://github.com/aaronfriel/fedoratek.git', 'committish': 'main', 'spec': '', 'srpm_build_method': 'make_srpm', 'subdirectory': 'packaging/zfs', 'type': 'git'}, 'source_type': 8, 'submitter': 'friel', 'task_id': '10215557'} Running: git clone https://github.com/aaronfriel/fedoratek.git /var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4/fedoratek --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/aaronfriel/fedoratek.git', '/var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4/fedoratek', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4/fedoratek'... Running: git checkout main -- cmd: ['git', 'checkout', 'main', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4/fedoratek rc: 0 stdout: Your branch is up to date with 'origin/main'. stderr: Already on 'main' Running: mock --uniqueext 1773291620.630921 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-oj8y637e/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4", "/mnt/workdir-c32zzlt4"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-oj8y637e", "/mnt/safe-resultdir-oj8y637e"))' --chroot 'set -x && cd /mnt/workdir-c32zzlt4/fedoratek/packaging/zfs && echo -e "[safe] directory = /mnt/workdir-c32zzlt4/fedoratek directory = /mnt/workdir-c32zzlt4/fedoratek/*" > ~/.gitconfig && make -f /mnt/workdir-c32zzlt4/fedoratek/.copr/Makefile srpm outdir="/mnt/safe-resultdir-oj8y637e" spec="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs"' cmd: ['mock', '--uniqueext', '1773291620.630921', '-r', '/var/lib/copr-rpmbuild/workspace/safe-resultdir-oj8y637e/mock-source-build.cfg', '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4", "/mnt/workdir-c32zzlt4"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-oj8y637e", "/mnt/safe-resultdir-oj8y637e"))', '--chroot', 'set -x && cd /mnt/workdir-c32zzlt4/fedoratek/packaging/zfs && echo -e "[safe]\ndirectory = /mnt/workdir-c32zzlt4/fedoratek\ndirectory = /mnt/workdir-c32zzlt4/fedoratek/*" > ~/.gitconfig && make -f /mnt/workdir-c32zzlt4/fedoratek/.copr/Makefile srpm outdir="/mnt/safe-resultdir-oj8y637e" spec="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs"'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4/fedoratek/packaging/zfs rc: 0 stdout: + cd /mnt/workdir-c32zzlt4/fedoratek/packaging/zfs + echo -e $'[safe]\ndirectory = /mnt/workdir-c32zzlt4/fedoratek\ndirectory = /mnt/workdir-c32zzlt4/fedoratek/*' + make -f /mnt/workdir-c32zzlt4/fedoratek/.copr/Makefile srpm outdir=/mnt/safe-resultdir-oj8y637e spec=/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs set -euo pipefail; \ subdir="${spec:-$PWD}"; \ case "$subdir" in \ "/mnt/workdir-c32zzlt4/fedoratek"/packaging/bcachefs|\ "/mnt/workdir-c32zzlt4/fedoratek"/packaging/bcachefs/*|\ packaging/bcachefs|\ packaging/bcachefs/*) \ target_makefile="/mnt/workdir-c32zzlt4/fedoratek/packaging/bcachefs/.copr/Makefile" ;; \ "/mnt/workdir-c32zzlt4/fedoratek"/packaging/zfs|\ "/mnt/workdir-c32zzlt4/fedoratek"/packaging/zfs/*|\ packaging/zfs|\ packaging/zfs/*) \ target_makefile="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs/.copr/Makefile" ;; \ *) \ echo "Unsupported spec/subdirectory '$subdir'." >&2; \ echo "Expected packaging/bcachefs or packaging/zfs." >&2; \ exit 2 ;; \ esac; \ exec make -f "$target_makefile" srpm outdir="/mnt/safe-resultdir-oj8y637e" spec="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs" make[1]: Entering directory '/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs' set -euo pipefail; \ out="${outdir:-$(pwd)}"; \ work="$(mktemp -d)"; \ trap 'rm -rf "$work"' EXIT; \ dnf -y install git make autoconf automake libtool rpm-build rpmdevtools >/dev/null; \ git clone --depth 1 --branch "master" "https://github.com/openzfs/zfs.git" "$work/zfs"; \ cd "$work/zfs"; \ ./autogen.sh; \ ./configure --with-config=srpm; \ make -j"$(nproc)" srpm-dkms; \ mkdir -p "$out"; \ cp -v ./*src.rpm "$out"/ Updating and loading repositories: updates 100% | 56.8 KiB/s | 10.3 KiB | 00m00s fedora 100% | 298.3 KiB/s | 15.2 KiB | 00m00s Repositories loaded. Package "make-1:4.4.1-11.fc43.aarch64" is already installed. Package "rpm-build-6.0.1-1.fc43.aarch64" is already installed. Total size of inbound packages is 90 MiB. Need to download 90 MiB. After this operation, 305 MiB extra will be used (install 305 MiB, remove 0 B). [ 1/121] rpmdevtools-0:9.6-13.fc43.noa 100% | 5.8 MiB/s | 94.4 KiB | 00m00s [ 2/121] autoconf-0:2.72-7.fc43.noarch 100% | 45.1 MiB/s | 830.6 KiB | 00m00s [ 3/121] git-0:2.53.0-1.fc43.aarch64 100% | 9.9 MiB/s | 40.7 KiB | 00m00s [ 4/121] libtool-0:2.5.4-8.fc43.aarch6 100% | 121.3 MiB/s | 621.2 KiB | 00m00s [ 5/121] emacs-filesystem-1:30.0-5.fc4 100% | 2.4 MiB/s | 7.5 KiB | 00m00s [ 6/121] automake-0:1.18.1-2.fc43.noar 100% | 24.4 MiB/s | 723.5 KiB | 00m00s [ 7/121] perl-Carp-0:1.54-520.fc43.noa 100% | 7.0 MiB/s | 28.7 KiB | 00m00s [ 8/121] perl-Data-Dumper-0:2.191-521. 100% | 13.4 MiB/s | 55.0 KiB | 00m00s [ 9/121] perl-Exporter-0:5.79-520.fc43 100% | 7.5 MiB/s | 30.9 KiB | 00m00s [ 10/121] gettext-devel-0:0.25.1-2.fc43 100% | 24.9 MiB/s | 280.7 KiB | 00m00s [ 11/121] perl-File-Temp-1:0.231.100-52 100% | 28.8 MiB/s | 59.0 KiB | 00m00s [ 12/121] perl-Getopt-Long-1:2.58-520.f 100% | 31.1 MiB/s | 63.6 KiB | 00m00s [ 13/121] perl-Text-ParseWords-0:3.31-5 100% | 5.3 MiB/s | 16.3 KiB | 00m00s [ 14/121] perl-constant-0:1.33-521.fc43 100% | 7.4 MiB/s | 22.8 KiB | 00m00s [ 15/121] perl-PathTools-0:3.94-520.fc4 100% | 17.0 MiB/s | 87.3 KiB | 00m00s [ 16/121] perl-Thread-Queue-0:3.14-520. 100% | 10.4 MiB/s | 21.3 KiB | 00m00s [ 17/121] perl-threads-1:2.43-520.fc43. 100% | 18.4 MiB/s | 56.6 KiB | 00m00s [ 18/121] perl-File-Path-0:2.18-520.fc4 100% | 6.8 MiB/s | 35.1 KiB | 00m00s [ 19/121] python3-requests-0:2.32.5-2.f 100% | 39.2 MiB/s | 160.4 KiB | 00m00s [ 20/121] python3-progressbar2-0:4.5.0- 100% | 25.0 MiB/s | 153.5 KiB | 00m00s [ 21/121] fakeroot-0:1.37.1-3.fc43.aarc 100% | 12.2 MiB/s | 100.2 KiB | 00m00s [ 22/121] perl-Git-0:2.53.0-1.fc43.noar 100% | 9.2 MiB/s | 37.8 KiB | 00m00s [ 23/121] perl-TermReadKey-0:2.38-26.fc 100% | 6.9 MiB/s | 35.4 KiB | 00m00s [ 24/121] gettext-0:0.25.1-2.fc43.aarch 100% | 90.9 MiB/s | 1.6 MiB | 00m00s [ 25/121] git-core-doc-0:2.53.0-1.fc43. 100% | 86.2 MiB/s | 3.1 MiB | 00m00s [ 26/121] gettext-libs-0:0.25.1-2.fc43. 100% | 84.2 MiB/s | 776.1 KiB | 00m00s [ 27/121] git-core-0:2.53.0-1.fc43.aarc 100% | 97.1 MiB/s | 5.1 MiB | 00m00s [ 28/121] gettext-common-devel-0:0.25.1 100% | 24.5 MiB/s | 601.7 KiB | 00m00s [ 29/121] perl-Scalar-List-Utils-5:1.70 100% | 10.2 MiB/s | 73.0 KiB | 00m00s [ 30/121] perl-parent-1:0.244-520.fc43. 100% | 7.2 MiB/s | 14.8 KiB | 00m00s [ 31/121] perl-threads-shared-0:1.70-52 100% | 14.3 MiB/s | 44.0 KiB | 00m00s [ 32/121] perl-Pod-Usage-4:2.05-520.fc4 100% | 7.9 MiB/s | 40.5 KiB | 00m00s [ 33/121] fakeroot-libs-0:1.37.1-3.fc43 100% | 9.7 MiB/s | 39.7 KiB | 00m00s [ 34/121] python3-six-0:1.17.0-7.fc43.n 100% | 20.4 MiB/s | 41.8 KiB | 00m00s [ 35/121] python3-utils-0:3.9.1-2.fc43. 100% | 19.9 MiB/s | 81.4 KiB | 00m00s [ 36/121] python3-charset-normalizer-0: 100% | 28.6 MiB/s | 117.3 KiB | 00m00s [ 37/121] python3-idna-0:3.10-6.fc43.no 100% | 30.3 MiB/s | 124.1 KiB | 00m00s [ 38/121] perl-Error-1:0.17030-2.fc43.n 100% | 19.6 MiB/s | 40.2 KiB | 00m00s [ 39/121] gettext-runtime-0:0.25.1-2.fc 100% | 37.6 MiB/s | 115.5 KiB | 00m00s [ 40/121] libtextstyle-0:0.25.1-2.fc43. 100% | 14.4 MiB/s | 88.5 KiB | 00m00s [ 41/121] perl-Pod-Perldoc-0:3.28.01-52 100% | 20.6 MiB/s | 84.3 KiB | 00m00s [ 42/121] perl-podlators-1:6.0.2-520.fc 100% | 25.1 MiB/s | 128.3 KiB | 00m00s [ 43/121] gettext-envsubst-0:0.25.1-2.f 100% | 18.2 MiB/s | 37.3 KiB | 00m00s [ 44/121] python3-typing-extensions-0:4 100% | 22.0 MiB/s | 112.4 KiB | 00m00s [ 45/121] perl-HTTP-Tiny-0:0.090-521.fc 100% | 13.8 MiB/s | 56.3 KiB | 00m00s [ 46/121] perl-Encode-4:3.21-520.fc43.a 100% | 86.9 MiB/s | 1.0 MiB | 00m00s [ 47/121] perl-Term-ANSIColor-0:5.01-52 100% | 7.7 MiB/s | 47.6 KiB | 00m00s [ 48/121] perl-Pod-Simple-1:3.47-3.fc43 100% | 23.9 MiB/s | 219.9 KiB | 00m00s [ 49/121] perl-Term-Cap-0:1.18-520.fc43 100% | 5.4 MiB/s | 21.9 KiB | 00m00s [ 50/121] perl-MIME-Base64-0:3.16-520.f 100% | 5.8 MiB/s | 29.9 KiB | 00m00s [ 51/121] perl-Storable-1:3.37-521.fc43 100% | 18.7 MiB/s | 95.8 KiB | 00m00s [ 52/121] perl-IO-Socket-SSL-0:2.095-2. 100% | 37.7 MiB/s | 231.5 KiB | 00m00s [ 53/121] perl-Net-SSLeay-0:1.94-11.fc4 100% | 61.3 MiB/s | 376.8 KiB | 00m00s [ 54/121] perl-Socket-4:2.040-2.fc43.aa 100% | 9.0 MiB/s | 55.0 KiB | 00m00s [ 55/121] perl-Time-Local-2:1.350-520.f 100% | 11.2 MiB/s | 34.4 KiB | 00m00s [ 56/121] perl-Pod-Escapes-1:1.07-520.f 100% | 6.4 MiB/s | 19.8 KiB | 00m00s [ 57/121] perl-Text-Tabs+Wrap-0:2024.00 100% | 7.0 MiB/s | 21.6 KiB | 00m00s [ 58/121] ncurses-0:6.5-7.20250614.fc43 100% | 138.2 MiB/s | 424.5 KiB | 00m00s [ 59/121] python3-0:3.14.3-1.fc43.aarch 100% | 13.8 MiB/s | 28.3 KiB | 00m00s [ 60/121] perl-IO-Socket-IP-0:0.43-521. 100% | 10.3 MiB/s | 42.1 KiB | 00m00s [ 61/121] expat-0:2.7.3-1.fc43.aarch64 100% | 22.7 MiB/s | 116.1 KiB | 00m00s [ 62/121] mpdecimal-0:4.0.1-2.fc43.aarc 100% | 18.7 MiB/s | 95.8 KiB | 00m00s [ 63/121] python3-argcomplete-0:3.6.3-2 100% | 12.1 MiB/s | 99.2 KiB | 00m00s [ 64/121] python-pip-wheel-0:25.1.1-18. 100% | 100.4 MiB/s | 1.2 MiB | 00m00s [ 65/121] python3-urllib3-0:2.6.3-1.fc4 100% | 73.6 MiB/s | 301.4 KiB | 00m00s [ 66/121] python3-rpm-0:6.0.1-1.fc43.aa 100% | 8.6 MiB/s | 70.5 KiB | 00m00s [ 67/121] perl-interpreter-4:5.42.0-521 100% | 11.7 MiB/s | 71.7 KiB | 00m00s [ 68/121] perl-Errno-0:1.38-521.fc43.aa 100% | 3.5 MiB/s | 14.2 KiB | 00m00s [ 69/121] perl-overload-0:1.40-521.fc43 100% | 8.8 MiB/s | 44.9 KiB | 00m00s [ 70/121] python3-libs-0:3.14.3-1.fc43. 100% | 176.9 MiB/s | 9.7 MiB | 00m00s [ 71/121] perl-libs-4:5.42.0-521.fc43.a 100% | 75.7 MiB/s | 2.5 MiB | 00m00s [ 72/121] perl-File-Basename-0:2.86-521 100% | 1.0 MiB/s | 16.5 KiB | 00m00s [ 73/121] perl-POSIX-0:2.23-521.fc43.aa 100% | 13.4 MiB/s | 95.8 KiB | 00m00s [ 74/121] perl-DynaLoader-0:1.57-521.fc 100% | 6.2 MiB/s | 25.3 KiB | 00m00s [ 75/121] perl-vars-0:1.05-521.fc43.noa 100% | 2.0 MiB/s | 12.3 KiB | 00m00s [ 76/121] perl-IO-0:1.55-521.fc43.aarch 100% | 15.9 MiB/s | 81.5 KiB | 00m00s [ 77/121] perl-Fcntl-0:1.20-521.fc43.aa 100% | 4.7 MiB/s | 29.1 KiB | 00m00s [ 78/121] perl-Symbol-0:1.09-521.fc43.n 100% | 2.6 MiB/s | 13.5 KiB | 00m00s [ 79/121] perl-if-0:0.61.000-521.fc43.n 100% | 4.3 MiB/s | 13.3 KiB | 00m00s [ 80/121] perl-IPC-Open3-0:1.24-521.fc4 100% | 11.4 MiB/s | 23.2 KiB | 00m00s [ 81/121] groff-base-0:1.23.0-11.fc43.a 100% | 134.0 MiB/s | 1.1 MiB | 00m00s [ 82/121] perl-AutoLoader-0:5.74-521.fc 100% | 3.3 MiB/s | 20.6 KiB | 00m00s [ 83/121] perl-MIME-Base32-0:1.303-24.f 100% | 9.9 MiB/s | 20.4 KiB | 00m00s [ 84/121] perl-URI-0:5.34-2.fc43.noarch 100% | 20.8 MiB/s | 149.3 KiB | 00m00s [ 85/121] perl-libnet-0:3.15-521.fc43.n 100% | 41.8 MiB/s | 128.3 KiB | 00m00s [ 86/121] perl-Digest-MD5-0:2.59-520.fc 100% | 11.7 MiB/s | 35.8 KiB | 00m00s [ 87/121] perl-base-0:2.27-521.fc43.noa 100% | 7.6 MiB/s | 15.5 KiB | 00m00s [ 88/121] perl-Digest-0:1.20-520.fc43.n 100% | 8.1 MiB/s | 24.8 KiB | 00m00s [ 89/121] perl-Getopt-Std-0:1.14-521.fc 100% | 3.7 MiB/s | 15.0 KiB | 00m00s [ 90/121] perl-Class-Struct-0:0.68-521. 100% | 3.5 MiB/s | 21.4 KiB | 00m00s [ 91/121] perl-B-0:1.89-521.fc43.aarch6 100% | 24.7 MiB/s | 176.8 KiB | 00m00s [ 92/121] m4-0:1.4.21-1.fc43.aarch64 100% | 55.4 MiB/s | 340.1 KiB | 00m00s [ 93/121] perl-File-Compare-0:1.100.800 100% | 3.1 MiB/s | 12.6 KiB | 00m00s [ 94/121] perl-File-Copy-0:2.41-521.fc4 100% | 4.8 MiB/s | 19.5 KiB | 00m00s [ 95/121] perl-File-Find-0:1.44-521.fc4 100% | 8.0 MiB/s | 24.7 KiB | 00m00s [ 96/121] perl-File-stat-0:1.14-521.fc4 100% | 3.2 MiB/s | 16.4 KiB | 00m00s [ 97/121] perl-mro-0:1.29-521.fc43.aarc 100% | 4.0 MiB/s | 28.8 KiB | 00m00s [ 98/121] tzdata-0:2025c-1.fc43.noarch 100% | 53.6 MiB/s | 713.9 KiB | 00m00s [ 99/121] perl-overloading-0:0.02-521.f 100% | 1.5 MiB/s | 12.2 KiB | 00m00s [100/121] perl-locale-0:1.13-521.fc43.n 100% | 3.1 MiB/s | 12.8 KiB | 00m00s [101/121] perl-SelectSaver-0:1.02-521.f 100% | 5.4 MiB/s | 11.1 KiB | 00m00s [102/121] libmpc-0:1.3.1-8.fc43.aarch64 100% | 11.6 MiB/s | 71.1 KiB | 00m00s [103/121] less-0:685-1.fc43.aarch64 100% | 32.3 MiB/s | 198.3 KiB | 00m00s [104/121] openssh-clients-0:10.0p1-6.fc 100% | 89.7 MiB/s | 735.0 KiB | 00m00s [105/121] openssh-0:10.0p1-6.fc43.aarch 100% | 29.7 MiB/s | 334.2 KiB | 00m00s [106/121] libfido2-0:1.16.0-3.fc43.aarc 100% | 15.7 MiB/s | 96.5 KiB | 00m00s [107/121] libcbor-0:0.12.0-6.fc43.aarch 100% | 4.5 MiB/s | 32.6 KiB | 00m00s [108/121] perl-lib-0:0.65-521.fc43.aarc 100% | 2.8 MiB/s | 14.2 KiB | 00m00s [109/121] cpp-0:15.2.1-7.fc43.aarch64 100% | 172.8 MiB/s | 11.8 MiB | 00m00s [110/121] glibc-devel-0:2.42-10.fc43.aa 100% | 22.9 MiB/s | 561.8 KiB | 00m00s [111/121] libasan-0:15.2.1-7.fc43.aarch 100% | 27.5 MiB/s | 506.0 KiB | 00m00s [112/121] libatomic-0:15.2.1-7.fc43.aar 100% | 4.3 MiB/s | 48.7 KiB | 00m00s [113/121] perl-FileHandle-0:2.05-521.fc 100% | 2.9 MiB/s | 14.8 KiB | 00m00s [114/121] libubsan-0:15.2.1-7.fc43.aarc 100% | 22.3 MiB/s | 228.2 KiB | 00m00s [115/121] libedit-0:3.1-57.20251016cvs. 100% | 20.4 MiB/s | 104.3 KiB | 00m00s [116/121] libxcrypt-devel-0:4.5.2-1.fc4 100% | 4.9 MiB/s | 29.9 KiB | 00m00s [117/121] kernel-headers-0:6.19.6-200.f 100% | 121.1 MiB/s | 1.7 MiB | 00m00s [118/121] gcc-plugin-annobin-0:15.2.1-7 100% | 11.9 MiB/s | 60.8 KiB | 00m00s [119/121] annobin-plugin-gcc-0:12.99-1. 100% | 138.9 MiB/s | 995.9 KiB | 00m00s [120/121] gcc-0:15.2.1-7.fc43.aarch64 100% | 234.4 MiB/s | 36.3 MiB | 00m00s [121/121] annobin-docs-0:12.99-1.fc43.n 100% | 2.2 MiB/s | 89.5 KiB | 00m00s -------------------------------------------------------------------------------- [121/121] Total 100% | 209.7 MiB/s | 89.7 MiB | 00m00s Running transaction [ 1/123] Verify package files 100% | 418.0 B/s | 121.0 B | 00m00s [ 2/123] Prepare transaction 100% | 1.3 KiB/s | 121.0 B | 00m00s [ 3/123] Installing libmpc-0:1.3.1-8.f 100% | 75.3 MiB/s | 154.2 KiB | 00m00s [ 4/123] Installing expat-0:2.7.3-1.fc 100% | 18.7 MiB/s | 363.1 KiB | 00m00s [ 5/123] Installing libtextstyle-0:0.2 100% | 195.2 MiB/s | 199.9 KiB | 00m00s [ 6/123] Installing gettext-libs-0:0.2 100% | 285.7 MiB/s | 2.3 MiB | 00m00s [ 7/123] Installing emacs-filesystem-1 100% | 0.0 B/s | 544.0 B | 00m00s [ 8/123] Installing cpp-0:15.2.1-7.fc4 100% | 277.2 MiB/s | 35.5 MiB | 00m00s [ 9/123] Installing annobin-docs-0:12. 100% | 32.6 MiB/s | 100.1 KiB | 00m00s [ 10/123] Installing kernel-headers-0:6 100% | 135.5 MiB/s | 6.9 MiB | 00m00s [ 11/123] Installing glibc-devel-0:2.42 100% | 110.4 MiB/s | 2.3 MiB | 00m00s [ 12/123] Installing libxcrypt-devel-0: 100% | 32.6 MiB/s | 33.4 KiB | 00m00s [ 13/123] Installing libedit-0:3.1-57.2 100% | 137.6 MiB/s | 281.9 KiB | 00m00s [ 14/123] Installing libubsan-0:15.2.1- 100% | 232.6 MiB/s | 476.4 KiB | 00m00s [ 15/123] Installing libatomic-0:15.2.1 100% | 68.0 MiB/s | 69.6 KiB | 00m00s [ 16/123] Installing libasan-0:15.2.1-7 100% | 256.8 MiB/s | 1.5 MiB | 00m00s [ 17/123] Installing gcc-0:15.2.1-7.fc4 100% | 327.8 MiB/s | 99.6 MiB | 00m00s [ 18/123] Installing libcbor-0:0.12.0-6 100% | 136.0 MiB/s | 139.3 KiB | 00m00s [ 19/123] Installing libfido2-0:1.16.0- 100% | 136.8 MiB/s | 280.3 KiB | 00m00s [ 20/123] Installing openssh-0:10.0p1-6 100% | 66.3 MiB/s | 1.4 MiB | 00m00s [ 21/123] Installing openssh-clients-0: 100% | 84.2 MiB/s | 2.7 MiB | 00m00s [ 22/123] Installing less-0:685-1.fc43. 100% | 26.1 MiB/s | 560.7 KiB | 00m00s [ 23/123] Installing git-core-0:2.53.0- 100% | 284.3 MiB/s | 23.9 MiB | 00m00s [ 24/123] Installing git-core-doc-0:2.5 100% | 243.6 MiB/s | 18.8 MiB | 00m00s [ 25/123] Installing tzdata-0:2025c-1.f 100% | 35.7 MiB/s | 1.9 MiB | 00m00s [ 26/123] Installing m4-0:1.4.21-1.fc43 100% | 29.1 MiB/s | 895.2 KiB | 00m00s [ 27/123] Installing groff-base-0:1.23. 100% | 95.4 MiB/s | 4.2 MiB | 00m00s [ 28/123] Installing python-pip-wheel-0 100% | 415.1 MiB/s | 1.2 MiB | 00m00s [ 29/123] Installing mpdecimal-0:4.0.1- 100% | 34.5 MiB/s | 282.7 KiB | 00m00s [ 30/123] Installing python3-libs-0:3.1 100% | 260.1 MiB/s | 45.5 MiB | 00m00s [ 31/123] Installing python3-0:3.14.3-1 100% | 5.0 MiB/s | 86.6 KiB | 00m00s [ 32/123] Installing python3-idna-0:3.1 100% | 180.0 MiB/s | 737.1 KiB | 00m00s [ 33/123] Installing python3-urllib3-0: 100% | 162.4 MiB/s | 1.1 MiB | 00m00s [ 34/123] Installing python3-six-0:1.17 100% | 117.5 MiB/s | 120.3 KiB | 00m00s [ 35/123] Installing python3-charset-no 100% | 17.9 MiB/s | 365.8 KiB | 00m00s [ 36/123] Installing python3-requests-0 100% | 119.4 MiB/s | 488.9 KiB | 00m00s [ 37/123] Installing python3-typing-ext 100% | 264.0 MiB/s | 540.7 KiB | 00m00s [ 38/123] Installing python3-utils-0:3. 100% | 82.6 MiB/s | 253.8 KiB | 00m00s [ 39/123] Installing python3-progressba 100% | 29.0 MiB/s | 623.1 KiB | 00m00s [ 40/123] Installing python3-argcomplet 100% | 15.8 MiB/s | 339.1 KiB | 00m00s [ 41/123] Installing python3-rpm-0:6.0. 100% | 89.5 MiB/s | 183.4 KiB | 00m00s [ 42/123] Installing ncurses-0:6.5-7.20 100% | 44.0 MiB/s | 900.2 KiB | 00m00s [ 43/123] Installing perl-Digest-0:1.20 100% | 36.2 MiB/s | 37.1 KiB | 00m00s [ 44/123] Installing perl-FileHandle-0: 100% | 9.6 MiB/s | 9.8 KiB | 00m00s [ 45/123] Installing perl-B-0:1.89-521. 100% | 178.6 MiB/s | 548.6 KiB | 00m00s [ 46/123] Installing perl-Digest-MD5-0: 100% | 103.2 MiB/s | 105.6 KiB | 00m00s [ 47/123] Installing perl-libnet-0:3.15 100% | 143.9 MiB/s | 294.7 KiB | 00m00s [ 48/123] Installing perl-Data-Dumper-0 100% | 134.3 MiB/s | 137.6 KiB | 00m00s [ 49/123] Installing perl-MIME-Base32-0 100% | 31.4 MiB/s | 32.2 KiB | 00m00s [ 50/123] Installing perl-URI-0:5.34-2. 100% | 55.0 MiB/s | 281.8 KiB | 00m00s [ 51/123] Installing perl-IO-Socket-IP- 100% | 99.8 MiB/s | 102.2 KiB | 00m00s [ 52/123] Installing perl-AutoLoader-0: 100% | 20.5 MiB/s | 21.0 KiB | 00m00s [ 53/123] Installing perl-IO-Socket-SSL 100% | 233.9 MiB/s | 718.6 KiB | 00m00s [ 54/123] Installing perl-locale-0:1.13 100% | 6.4 MiB/s | 6.5 KiB | 00m00s [ 55/123] Installing perl-Net-SSLeay-0: 100% | 179.1 MiB/s | 1.4 MiB | 00m00s [ 56/123] Installing perl-if-0:0.61.000 100% | 0.0 B/s | 6.2 KiB | 00m00s [ 57/123] Installing perl-Pod-Escapes-1 100% | 25.3 MiB/s | 25.9 KiB | 00m00s [ 58/123] Installing perl-File-Path-0:2 100% | 63.0 MiB/s | 64.5 KiB | 00m00s [ 59/123] Installing perl-Text-Tabs+Wra 100% | 23.3 MiB/s | 23.9 KiB | 00m00s [ 60/123] Installing perl-Time-Local-2: 100% | 68.9 MiB/s | 70.6 KiB | 00m00s [ 61/123] Installing perl-HTTP-Tiny-0:0 100% | 152.8 MiB/s | 156.4 KiB | 00m00s [ 62/123] Installing perl-Pod-Simple-1: 100% | 140.3 MiB/s | 574.9 KiB | 00m00s [ 63/123] Installing perl-POSIX-0:2.23- 100% | 256.7 MiB/s | 262.9 KiB | 00m00s [ 64/123] Installing perl-IPC-Open3-0:1 100% | 27.8 MiB/s | 28.5 KiB | 00m00s [ 65/123] Installing perl-File-Temp-1:0 100% | 160.2 MiB/s | 164.1 KiB | 00m00s [ 66/123] Installing perl-Class-Struct- 100% | 0.0 B/s | 25.9 KiB | 00m00s [ 67/123] Installing perl-Term-Cap-0:1. 100% | 29.9 MiB/s | 30.6 KiB | 00m00s [ 68/123] Installing perl-Term-ANSIColo 100% | 96.9 MiB/s | 99.2 KiB | 00m00s [ 69/123] Installing perl-SelectSaver-0 100% | 0.0 B/s | 2.6 KiB | 00m00s [ 70/123] Installing perl-Pod-Perldoc-0 100% | 8.7 MiB/s | 169.2 KiB | 00m00s [ 71/123] Installing perl-podlators-1:6 100% | 17.4 MiB/s | 321.4 KiB | 00m00s [ 72/123] Installing perl-File-stat-0:1 100% | 12.8 MiB/s | 13.1 KiB | 00m00s [ 73/123] Installing perl-Symbol-0:1.09 100% | 0.0 B/s | 7.3 KiB | 00m00s [ 74/123] Installing perl-Socket-4:2.04 100% | 71.4 MiB/s | 146.3 KiB | 00m00s [ 75/123] Installing perl-IO-0:1.55-521 100% | 95.6 MiB/s | 195.7 KiB | 00m00s [ 76/123] Installing perl-Pod-Usage-4:2 100% | 5.0 MiB/s | 87.9 KiB | 00m00s [ 77/123] Installing perl-overloading-0 100% | 5.4 MiB/s | 5.6 KiB | 00m00s [ 78/123] Installing perl-mro-0:1.29-52 100% | 80.7 MiB/s | 82.7 KiB | 00m00s [ 79/123] Installing perl-base-0:2.27-5 100% | 0.0 B/s | 13.0 KiB | 00m00s [ 80/123] Installing perl-Fcntl-0:1.20- 100% | 91.7 MiB/s | 93.9 KiB | 00m00s [ 81/123] Installing perl-Text-ParseWor 100% | 14.2 MiB/s | 14.6 KiB | 00m00s [ 82/123] Installing perl-Getopt-Long-1 100% | 143.8 MiB/s | 147.2 KiB | 00m00s [ 83/123] Installing perl-overload-0:1. 100% | 70.3 MiB/s | 72.0 KiB | 00m00s [ 84/123] Installing perl-Getopt-Std-0: 100% | 0.0 B/s | 11.8 KiB | 00m00s [ 85/123] Installing perl-Storable-1:3. 100% | 239.1 MiB/s | 244.8 KiB | 00m00s [ 86/123] Installing perl-vars-0:1.05-5 100% | 0.0 B/s | 4.3 KiB | 00m00s [ 87/123] Installing perl-File-Basename 100% | 0.0 B/s | 14.6 KiB | 00m00s [ 88/123] Installing perl-Errno-0:1.38- 100% | 0.0 B/s | 8.8 KiB | 00m00s [ 89/123] Installing perl-MIME-Base64-0 100% | 94.0 MiB/s | 96.3 KiB | 00m00s [ 90/123] Installing perl-parent-1:0.24 100% | 0.0 B/s | 11.0 KiB | 00m00s [ 91/123] Installing perl-Scalar-List-U 100% | 76.5 MiB/s | 156.7 KiB | 00m00s [ 92/123] Installing perl-constant-0:1. 100% | 26.7 MiB/s | 27.4 KiB | 00m00s [ 93/123] Installing perl-Carp-0:1.54-5 100% | 46.6 MiB/s | 47.7 KiB | 00m00s [ 94/123] Installing perl-Encode-4:3.21 100% | 156.2 MiB/s | 4.8 MiB | 00m00s [ 95/123] Installing perl-DynaLoader-0: 100% | 31.7 MiB/s | 32.5 KiB | 00m00s [ 96/123] Installing perl-PathTools-0:3 100% | 111.6 MiB/s | 228.6 KiB | 00m00s [ 97/123] Installing perl-Exporter-0:5. 100% | 18.1 MiB/s | 55.6 KiB | 00m00s [ 98/123] Installing perl-libs-4:5.42.0 100% | 209.8 MiB/s | 11.7 MiB | 00m00s [ 99/123] Installing perl-interpreter-4 100% | 9.6 MiB/s | 176.3 KiB | 00m00s [100/123] Installing perl-threads-1:2.4 100% | 67.0 MiB/s | 137.1 KiB | 00m00s [101/123] Installing perl-threads-share 100% | 103.4 MiB/s | 105.9 KiB | 00m00s [102/123] Installing perl-Thread-Queue- 100% | 29.7 MiB/s | 30.4 KiB | 00m00s [103/123] Installing perl-TermReadKey-0 100% | 107.6 MiB/s | 110.2 KiB | 00m00s [104/123] Installing perl-Error-1:0.170 100% | 78.1 MiB/s | 80.0 KiB | 00m00s [105/123] Installing perl-File-Compare- 100% | 0.0 B/s | 6.2 KiB | 00m00s [106/123] Installing perl-File-Copy-0:2 100% | 0.0 B/s | 20.2 KiB | 00m00s [107/123] Installing perl-File-Find-0:1 100% | 41.5 MiB/s | 42.5 KiB | 00m00s [108/123] Installing perl-lib-0:0.65-52 100% | 0.0 B/s | 8.9 KiB | 00m00s [109/123] Installing git-0:2.53.0-1.fc4 100% | 56.4 MiB/s | 57.7 KiB | 00m00s [110/123] Installing perl-Git-0:2.53.0- 100% | 63.8 MiB/s | 65.4 KiB | 00m00s [111/123] Installing gettext-envsubst-0 100% | 5.9 MiB/s | 108.1 KiB | 00m00s [112/123] Installing gettext-runtime-0: 100% | 23.0 MiB/s | 517.5 KiB | 00m00s [113/123] Installing gettext-0:0.25.1-2 100% | 277.8 MiB/s | 13.6 MiB | 00m00s [114/123] Installing fakeroot-libs-0:1. 100% | 138.7 MiB/s | 142.0 KiB | 00m00s [115/123] Installing fakeroot-0:1.37.1- 100% | 7.7 MiB/s | 235.4 KiB | 00m00s [116/123] Installing gettext-common-dev 100% | 578.9 MiB/s | 592.8 KiB | 00m00s [117/123] Installing gettext-devel-0:0. 100% | 53.1 MiB/s | 1.3 MiB | 00m00s [118/123] Installing autoconf-0:2.72-7. 100% | 103.8 MiB/s | 2.8 MiB | 00m00s [119/123] Installing automake-0:1.18.1- 100% | 70.6 MiB/s | 1.8 MiB | 00m00s [120/123] Installing libtool-0:2.5.4-8. 100% | 114.4 MiB/s | 2.7 MiB | 00m00s [121/123] Installing rpmdevtools-0:9.6- 100% | 10.9 MiB/s | 223.8 KiB | 00m00s [122/123] Installing gcc-plugin-annobin 100% | 4.9 MiB/s | 70.8 KiB | 00m00s [123/123] Installing annobin-plugin-gcc 100% | 4.6 MiB/s | 1.0 MiB | 00m00s Complete! Cloning into '/tmp/tmp.EszUsE3Xnh/zfs'... autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I config autoreconf: configure.ac: tracing configure.ac: warning: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION or AM_GNU_GETTEXT_REQUIRE_VERSION autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'. libtoolize: copying file 'config/libtool.m4' libtoolize: copying file 'config/ltoptions.m4' libtoolize: copying file 'config/ltsugar.m4' libtoolize: copying file 'config/ltversion.m4' libtoolize: copying file 'config/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file config/config.rpath Copying file config/build-to-host.m4 Copying file config/gettext.m4 Copying file config/host-cpu-c-abi.m4 Copying file config/iconv.m4 Copying file config/intlmacosx.m4 Copying file config/lib-ld.m4 Copying file config/lib-link.m4 Copying file config/lib-prefix.m4 Copying file config/nls.m4 Copying file config/po.m4 Copying file config/progtest.m4 Creating directory po Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sed Copying file po/quot.sed Copying file po/remove-potcdate.sed autoreconf: running: aclocal --force -I config autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:50: installing 'config/compile' configure.ac:41: installing 'config/config.guess' configure.ac:41: installing 'config/config.sub' configure.ac:44: installing 'config/install-sh' configure.ac:44: installing 'config/missing' Makefile.am:18: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory '.' checking for gawk... gawk checking metadata... META file checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking whether make sets $(MAKE)... yes checking xargs -n works... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ranlib... ranlib checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether ln -s works... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking dependency style of gcc... gcc3 checking whether to build with code coverage support... no checking how to create a pax tar archive... gnutar checking zfs author... OpenZFS checking zfs license... CDDL checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking how to run the C preprocessor... gcc -E checking for egrep -e... (cached) /usr/bin/grep -E checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking zfs config... srpm checking the number of available CPUs... 4 checking whether gcc supports -Wno-clobbered... yes checking whether gcc supports -Winfinite-recursion... yes checking whether gcc supports -Winfinite-recursion... yes checking whether gcc supports -Wno-atomic-alignment... yes checking whether gcc supports -Wimplicit-fallthrough... yes checking whether gcc supports -Wframe-larger-than=... yes checking whether gcc supports -Wno-format-truncation... yes checking whether gcc supports -Wno-format-zero-length... yes checking whether gcc supports -Wno-format-zero-length... yes checking whether gcc supports -Wformat-overflow... yes checking whether gcc supports -fno-omit-frame-pointer... yes checking whether gcc supports -fno-ipa-sra... yes checking whether gcc supports -fno-ipa-sra... yes checking whether to build with -fsanitize=address support... no checking whether to build with -fsanitize=undefined support... no checking whether host toolchain supports SSE2... no checking whether host toolchain supports SSSE3... no checking whether host toolchain supports SSE4_1... no checking whether host toolchain supports AVX... no checking whether host toolchain supports AVX2... no checking whether host toolchain supports AVX512F... no checking whether host toolchain supports AVX512BW... no checking whether host toolchain supports AVX512VL... no checking whether host toolchain supports AES... no checking whether host toolchain supports PCLMULQDQ... no checking whether host toolchain supports MOVBE... no checking whether host toolchain supports VAES... no checking whether host toolchain supports VPCLMULQDQ... no checking whether host toolchain supports SHA512EXT... no checking whether host toolchain supports XSAVE... no checking whether host toolchain supports XSAVEOPT... no checking whether host toolchain supports XSAVES... no checking whether assembler supports .cfi_negate_ra_state... yes checking for system type (linux-gnu)... Linux checking for conflicting environment variables... done checking for python3... python3 checking for python version... 3.14 checking for python platform... linux checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.14/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib64/python3.14/site-packages configure: Disabling pyzfs for kernel/srpm config checking whether to enable pyzfs: ... no checking for sed --in-place... --in-place checking for cppcheck... no checking for shellcheck... no checking for checkbashisms... no checking for parallel... no checking os distribution... fedora checking default package type... rpm checking default init directory... ${prefix}/etc/init.d checking default shell... /bin/sh checking default nfs server init script... nfs checking default init config directory... /etc/sysconfig checking whether initramfs-tools is available... no checking default bash completion directory... /etc/bash_completion.d checking whether rpm is available... yes (6.0.1) checking whether rpmbuild is available... yes (6.0.1) checking whether spec files are available... yes (rpm/generic/*.spec.in) checking whether dpkg is available... no checking whether dpkg-buildpackage is available... no checking whether alien is available... no checking whether assertion support will be enabled... no checking whether debuginfo support will be forced... no checking whether basic kmem accounting is enabled... no checking whether detailed kmem tracking is enabled... no checking whether FreeBSD kernel INVARIANTS checks are enabled... no checking whether objtool error on warning behavior is enabled... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating contrib/debian/rules config.status: creating contrib/debian/changelog config.status: creating Makefile config.status: creating include/Makefile config.status: creating lib/libzfs/libzfs.pc config.status: creating lib/libzfs_core/libzfs_core.pc config.status: creating lib/libzfsbootenv/libzfsbootenv.pc config.status: creating module/Kbuild config.status: creating module/Makefile config.status: creating rpm/generic/zfs-dkms.spec config.status: creating rpm/generic/zfs-kmod.spec config.status: creating rpm/generic/zfs.spec config.status: creating rpm/redhat/zfs-dkms.spec config.status: creating rpm/redhat/zfs-kmod.spec config.status: creating rpm/redhat/zfs.spec config.status: creating tests/zfs-tests/tests/Makefile config.status: creating zfs.release config.status: creating scripts/objtool-wrapper config.status: creating zfs_config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands make[2]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs' make dist-gzip am__post_remove_distdir='@:' make[3]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs' make distdir-am make[4]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs' if test -d "zfs-2.4.99"; then find "zfs-2.4.99" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "zfs-2.4.99" || { sleep 5 && rm -rf "zfs-2.4.99"; }; else :; fi (cd include && make top_distdir=../zfs-2.4.99 distdir=../zfs-2.4.99/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs/include' make distdir-am make[6]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs/include' make[6]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs/include' make[5]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs/include' (cd tests/zfs-tests/tests && make top_distdir=../../../zfs-2.4.99 distdir=../../../zfs-2.4.99/tests/zfs-tests/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs/tests/zfs-tests/tests' make distdir-am make[6]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs/tests/zfs-tests/tests' make[6]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs/tests/zfs-tests/tests' make[5]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs/tests/zfs-tests/tests' (cd module && make top_distdir=../zfs-2.4.99 distdir=../zfs-2.4.99/module \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs/module' cd . && find . -name '*.[chS]' -exec sh -c 'for f; do mkdir -p $distdir/${f%/*}; cp ./$f $distdir/$f; done' _ {} + cp ./Makefile.bsd $distdir/Makefile.bsd make[5]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs/module' make \ top_distdir="zfs-2.4.99" distdir="zfs-2.4.99" \ dist-hook make[5]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs' ./scripts/make_gitrev.sh -D zfs-2.4.99 include/zfs_gitrev.h /usr/bin/sed --in-place 's/\(Release:[[:space:]]*\).*/\11/' zfs-2.4.99/META make[5]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs' test -n "" \ || find "zfs-2.4.99" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /tmp/tmp.EszUsE3Xnh/zfs/config/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "zfs-2.4.99" make[4]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs' tardir=zfs-2.4.99 && tar --format=posix -chf - "$tardir" | eval GZIP= gzip -9 -c >zfs-2.4.99.tar.gz make[3]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs' if test -d "zfs-2.4.99"; then find "zfs-2.4.99" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "zfs-2.4.99" || { sleep 5 && rm -rf "zfs-2.4.99"; }; else :; fi make pkg="zfs-dkms" \ def='--define "build_src_rpm 1" ' srpm-common make[3]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs' make[4]: Entering directory '/tmp/tmp.EszUsE3Xnh/zfs' make[4]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs' Building target platforms: noarch Building for target noarch warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Wrote: /tmp/zfs-build-root-095Uabo1/SRPMS/zfs-dkms-2.4.99-1.src.rpm RPM build warnings: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from make[3]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs' make[2]: Leaving directory '/tmp/tmp.EszUsE3Xnh/zfs' './zfs-dkms-2.4.99-1.src.rpm' -> '/mnt/safe-resultdir-oj8y637e/zfs-dkms-2.4.99-1.src.rpm' make[1]: Leaving directory '/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs' stderr: INFO: mock.py version 6.7 starting (python version = 3.14.2, NVR = mock-6.7-1.fc43), args: /usr/libexec/mock/mock --uniqueext 1773291620.630921 -r /var/lib/copr-rpmbuild/workspace/safe-resultdir-oj8y637e/mock-source-build.cfg '--plugin-option=bind_mount:dirs=(("/var/lib/copr-rpmbuild/workspace/workdir-c32zzlt4", "/mnt/workdir-c32zzlt4"), ("/var/lib/copr-rpmbuild/workspace/safe-resultdir-oj8y637e", "/mnt/safe-resultdir-oj8y637e"))' --chroot 'set -x && cd /mnt/workdir-c32zzlt4/fedoratek/packaging/zfs && echo -e "[safe] directory = /mnt/workdir-c32zzlt4/fedoratek directory = /mnt/workdir-c32zzlt4/fedoratek/*" > ~/.gitconfig && make -f /mnt/workdir-c32zzlt4/fedoratek/.copr/Makefile srpm outdir="/mnt/safe-resultdir-oj8y637e" spec="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs"' Start: init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.7 INFO: Mock Version: 6.7 Start: chroot init INFO: mounting tmpfs at /var/lib/mock/make-srpm-method-1773291620.630921/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (fallback) Start: installing minimal buildroot with dnf5 Finish: installing minimal buildroot with dnf5 Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: add-determinism-0.6.0-3.fc43.aarch64 alternatives-1.33-3.fc43.aarch64 ansible-srpm-macros-1-18.1.fc43.noarch audit-libs-4.1.3-1.fc43.aarch64 bash-5.3.0-2.fc43.aarch64 binutils-2.45.1-4.fc43.aarch64 build-reproducibility-srpm-macros-0.6.0-3.fc43.noarch bzip2-1.0.8-21.fc43.aarch64 bzip2-libs-1.0.8-21.fc43.aarch64 ca-certificates-2025.2.80_v9.0.304-1.2.fc43.noarch coreutils-9.7-8.fc43.aarch64 coreutils-common-9.7-8.fc43.aarch64 cpio-2.15-6.fc43.aarch64 crypto-policies-20251125-1.git63291f8.fc43.noarch curl-8.15.0-5.fc43.aarch64 cyrus-sasl-lib-2.1.28-33.fc43.aarch64 debugedit-5.2-3.fc43.aarch64 diffutils-3.12-3.fc43.aarch64 dnf5-5.2.18.0-2.fc43.aarch64 dwz-0.16-2.fc43.aarch64 ed-1.22.2-1.fc43.aarch64 efi-srpm-macros-6-4.fc43.noarch elfutils-0.194-1.fc43.aarch64 elfutils-debuginfod-client-0.194-1.fc43.aarch64 elfutils-default-yama-scope-0.194-1.fc43.noarch elfutils-libelf-0.194-1.fc43.aarch64 elfutils-libs-0.194-1.fc43.aarch64 fedora-gpg-keys-43-1.noarch fedora-release-43-26.noarch fedora-release-common-43-26.noarch fedora-release-identity-basic-43-26.noarch fedora-repos-43-1.noarch file-5.46-8.fc43.aarch64 file-libs-5.46-8.fc43.aarch64 filesystem-3.18-50.fc43.aarch64 filesystem-srpm-macros-3.18-50.fc43.noarch findutils-4.10.0-6.fc43.aarch64 fmt-11.2.0-3.fc43.aarch64 fonts-srpm-macros-2.0.5-23.fc43.noarch forge-srpm-macros-0.4.0-3.fc43.noarch fpc-srpm-macros-1.3-15.fc43.noarch gap-srpm-macros-2-1.fc43.noarch gawk-5.3.2-2.fc43.aarch64 gdb-minimal-17.1-4.fc43.aarch64 gdbm-libs-1.23-10.fc43.aarch64 ghc-srpm-macros-1.9.2-3.fc43.noarch glib2-2.86.4-1.fc43.aarch64 glibc-2.42-10.fc43.aarch64 glibc-common-2.42-10.fc43.aarch64 glibc-gconv-extra-2.42-10.fc43.aarch64 glibc-minimal-langpack-2.42-10.fc43.aarch64 gmp-6.3.0-4.fc43.aarch64 gnat-srpm-macros-7-1.fc43.noarch gnulib-l10n-20241231-1.fc43.noarch gnupg2-2.4.9-5.fc43.aarch64 gnupg2-dirmngr-2.4.9-5.fc43.aarch64 gnupg2-gpg-agent-2.4.9-5.fc43.aarch64 gnupg2-gpgconf-2.4.9-5.fc43.aarch64 gnupg2-keyboxd-2.4.9-5.fc43.aarch64 gnupg2-verify-2.4.9-5.fc43.aarch64 gnutls-3.8.12-1.fc43.aarch64 go-srpm-macros-3.8.0-1.fc43.noarch gpg-pubkey-c6e7f081cf80e13146676e88829b606631645531-66b6dccf gpgverify-2.2-3.fc43.noarch grep-3.12-2.fc43.aarch64 gzip-1.13-4.fc43.aarch64 ima-evm-utils-libs-1.6.2-6.fc43.aarch64 info-7.2-7.fc43.aarch64 jansson-2.14-3.fc43.aarch64 java-srpm-macros-1-7.fc43.noarch json-c-0.18-7.fc43.aarch64 kernel-srpm-macros-1.0-27.fc43.noarch keyutils-libs-1.6.3-6.fc43.aarch64 krb5-libs-1.22.2-2.fc43.aarch64 libacl-2.3.2-4.fc43.aarch64 libarchive-3.8.4-1.fc43.aarch64 libassuan-2.5.7-4.fc43.aarch64 libattr-2.5.2-6.fc43.aarch64 libblkid-2.41.3-7.fc43.aarch64 libbrotli-1.2.0-1.fc43.aarch64 libcap-2.76-3.fc43.aarch64 libcap-ng-0.9.1-1.fc43.aarch64 libcom_err-1.47.3-2.fc43.aarch64 libcurl-8.15.0-5.fc43.aarch64 libdnf5-5.2.18.0-2.fc43.aarch64 libdnf5-cli-5.2.18.0-2.fc43.aarch64 libeconf-0.7.9-2.fc43.aarch64 libevent-2.1.12-16.fc43.aarch64 libfdisk-2.41.3-7.fc43.aarch64 libffi-3.5.2-1.fc43.aarch64 libfsverity-1.6-3.fc43.aarch64 libgcc-15.2.1-7.fc43.aarch64 libgcrypt-1.11.1-3.fc43.aarch64 libgomp-15.2.1-7.fc43.aarch64 libgpg-error-1.55-2.fc43.aarch64 libidn2-2.3.8-2.fc43.aarch64 libksba-1.6.7-4.fc43.aarch64 liblastlog2-2.41.3-7.fc43.aarch64 libmodulemd-2.15.2-4.fc43.aarch64 libmount-2.41.3-7.fc43.aarch64 libnghttp2-1.66.0-2.fc43.aarch64 libpkgconf-2.3.0-3.fc43.aarch64 libpsl-0.21.5-6.fc43.aarch64 librepo-1.20.0-4.fc43.aarch64 libselinux-3.9-5.fc43.aarch64 libsemanage-3.9-4.fc43.aarch64 libsepol-3.9-2.fc43.aarch64 libsmartcols-2.41.3-7.fc43.aarch64 libsolv-0.7.35-3.fc43.aarch64 libssh-0.11.4-1.fc43.aarch64 libssh-config-0.11.4-1.fc43.noarch libstdc++-15.2.1-7.fc43.aarch64 libtasn1-4.20.0-2.fc43.aarch64 libtool-ltdl-2.5.4-8.fc43.aarch64 libunistring-1.1-10.fc43.aarch64 libusb1-1.0.29-4.fc43.aarch64 libuuid-2.41.3-7.fc43.aarch64 libverto-0.3.2-11.fc43.aarch64 libxcrypt-4.5.2-1.fc43.aarch64 libxml2-2.12.10-5.fc43.aarch64 libyaml-0.2.5-17.fc43.aarch64 libzstd-1.5.7-2.fc43.aarch64 lua-libs-5.4.8-4.fc43.aarch64 lua-srpm-macros-1-16.fc43.noarch lz4-libs-1.10.0-3.fc43.aarch64 make-4.4.1-11.fc43.aarch64 mpfr-4.2.2-2.fc43.aarch64 ncurses-base-6.5-7.20250614.fc43.noarch ncurses-libs-6.5-7.20250614.fc43.aarch64 nettle-3.10.1-2.fc43.aarch64 npth-1.8-3.fc43.aarch64 ocaml-srpm-macros-11-2.fc43.noarch openblas-srpm-macros-2-20.fc43.noarch openldap-2.6.10-4.fc43.aarch64 openssl-libs-3.5.4-2.fc43.aarch64 p11-kit-0.26.2-1.fc43.aarch64 p11-kit-trust-0.26.2-1.fc43.aarch64 package-notes-srpm-macros-0.5-15.fc43.noarch pam-libs-1.7.1-4.fc43.aarch64 patch-2.8-2.fc43.aarch64 pcre2-10.47-1.fc43.aarch64 pcre2-syntax-10.47-1.fc43.noarch perl-srpm-macros-1-60.fc43.noarch pkgconf-2.3.0-3.fc43.aarch64 pkgconf-m4-2.3.0-3.fc43.noarch pkgconf-pkg-config-2.3.0-3.fc43.aarch64 popt-1.19-9.fc43.aarch64 publicsuffix-list-dafsa-20260116-1.fc43.noarch pyproject-srpm-macros-1.18.6-1.fc43.noarch python-srpm-macros-3.14-5.fc43.noarch qt5-srpm-macros-5.15.18-1.fc43.noarch qt6-srpm-macros-6.10.2-1.fc43.noarch readline-8.3-2.fc43.aarch64 redhat-rpm-config-343-11.fc43.noarch rpm-6.0.1-1.fc43.aarch64 rpm-build-6.0.1-1.fc43.aarch64 rpm-build-libs-6.0.1-1.fc43.aarch64 rpm-libs-6.0.1-1.fc43.aarch64 rpm-sequoia-1.10.1-1.fc43.aarch64 rpm-sign-libs-6.0.1-1.fc43.aarch64 rust-srpm-macros-28.4-1.fc43.noarch sdbus-cpp-2.1.0-3.fc43.aarch64 sed-4.9-5.fc43.aarch64 setup-2.15.0-26.fc43.noarch shadow-utils-4.18.0-3.fc43.aarch64 sqlite-libs-3.50.2-2.fc43.aarch64 systemd-libs-258.5-2.fc43.aarch64 systemd-standalone-sysusers-258.5-2.fc43.aarch64 tar-1.35-6.fc43.aarch64 tpm2-tss-4.1.3-8.fc43.aarch64 tree-sitter-srpm-macros-0.4.2-1.fc43.noarch unzip-6.0-67.fc43.aarch64 util-linux-2.41.3-7.fc43.aarch64 util-linux-core-2.41.3-7.fc43.aarch64 which-2.23-3.fc43.aarch64 xxhash-libs-0.8.3-3.fc43.aarch64 xz-5.8.1-4.fc43.aarch64 xz-libs-5.8.1-4.fc43.aarch64 zchunk-libs-1.5.1-3.fc43.aarch64 zig-srpm-macros-1-5.fc43.noarch zip-3.0-44.fc43.aarch64 zlib-ng-compat-2.3.3-1.fc43.aarch64 zstd-1.5.7-2.fc43.aarch64 INFO: Running in chroot: ['set -x && cd /mnt/workdir-c32zzlt4/fedoratek/packaging/zfs && echo -e "[safe]\ndirectory = /mnt/workdir-c32zzlt4/fedoratek\ndirectory = /mnt/workdir-c32zzlt4/fedoratek/*" > ~/.gitconfig && make -f /mnt/workdir-c32zzlt4/fedoratek/.copr/Makefile srpm outdir="/mnt/safe-resultdir-oj8y637e" spec="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs"'] Start: unpacking root cache Finish: unpacking root cache Start: chroot ['set -x && cd /mnt/workdir-c32zzlt4/fedoratek/packaging/zfs && echo -e "[safe]\ndirectory = /mnt/workdir-c32zzlt4/fedoratek\ndirectory = /mnt/workdir-c32zzlt4/fedoratek/*" > ~/.gitconfig && make -f /mnt/workdir-c32zzlt4/fedoratek/.copr/Makefile srpm outdir="/mnt/safe-resultdir-oj8y637e" spec="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs"'] Finish: chroot ['set -x && cd /mnt/workdir-c32zzlt4/fedoratek/packaging/zfs && echo -e "[safe]\ndirectory = /mnt/workdir-c32zzlt4/fedoratek\ndirectory = /mnt/workdir-c32zzlt4/fedoratek/*" > ~/.gitconfig && make -f /mnt/workdir-c32zzlt4/fedoratek/.copr/Makefile srpm outdir="/mnt/safe-resultdir-oj8y637e" spec="/mnt/workdir-c32zzlt4/fedoratek/packaging/zfs"'] Finish: run INFO: unmounting tmpfs. Output: ['zfs-dkms-2.4.99-1.src.rpm', 'mock-source-build.cfg'] Running SRPMResults tool Package info: { "name": "zfs-dkms", "epoch": null, "version": "2.4.99", "release": "1", "exclusivearch": [], "excludearch": [] } SRPMResults finished