Warning: Permanently added '44.212.12.107' (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/8627637 Version: 1.1 PID: 9045 Logging PID: 9046 Task: {'appstream': False, 'background': True, 'build_id': 8627637, 'chroot': 'fedora-42-x86_64', 'package_name': 'Sunshine', 'project_dirname': 'beta', 'project_name': 'beta', 'project_owner': 'lizardbyte', 'repos': [], 'sandbox': 'lizardbyte/beta--44133a99-229c-469f-8e7f-45a43a3a3596', 'source_json': {'builddeps': 'git jq python3', 'chroot': 'fedora-42-x86_64', 'hook_data': True, 'repos': '', 'resultdir': '', 'script': '#! /bin/sh -x\n' '\n' 'set -e\n' 'resultdir="${COPR_RESULTDIR}"\n' 'git clone "https://github.com/${COPR_OWNER}/${COPR_PACKAGE}.git" --depth 1\n' 'cd "${COPR_PACKAGE}"\n' '\n' '# get info from the webhook payload\n' 'if test -z "$REVISION"; then\n' ' # the hook_payload file contains webhook JSON payload (copr creates it for us);\n' ' # it is created only if the build is triggered by Custom webhook.\n' ' if test -f "$resultdir"/hook_payload; then\n' ' git clone https://github.com/praiskup/copr-ci-tooling \\\n' ' "$resultdir/cct" --depth 1\n' ' export PATH="$resultdir/cct:$PATH"\n' '\n' ' echo "---"\n' ' cat "$resultdir"/hook_payload\n' ' echo "---"\n' '\n' ' # use jq to get the pr_id from the hook_payload\n' ' PR=$(jq -r \'.pr_id // empty\' "$resultdir"/hook_payload)\n' ' if [ -z "$PR" ]; then\n' ' BRANCH="master"\n' ' else\n' ' BRANCH="pr/${PR}"\n' ' fi\n' '\n' ' copr-travis-checkout "$resultdir"/hook_payload\n' ' fi\n' 'else\n' ' git checkout "$REVISION"\n' 'fi\n' '\n' '# initialize the submodules\n' 'git submodule update --init --recursive\n' '\n' '# get the tag of this commit IF it has one\n' 'TAG=$(git tag --points-at HEAD | head -n1)\n' 'if [ -z "$TAG" ]; then\n' ' TAG="0.0.$PR"\n' 'fi\n' 'TAG=$(echo "$TAG" | sed \'s/^v//\') # remove v prefix from the tag\n' 'echo "TAG=$TAG"\n' '\n' '# get the commit\n' 'COMMIT=$(git rev-parse HEAD)\n' 'echo "COMMIT=$COMMIT"\n' '\n' '# move spec file to the correct location\n' 'directories=(\n' ' "."\n' ' "./packaging/linux/fedora"\n' ')\n' 'for dir in "${directories[@]}"; do\n' ' if [ -f "${dir}/${COPR_PACKAGE}.spec" ]; then\n' ' mv "${dir}/${COPR_PACKAGE}.spec" "${resultdir}"\n' ' break\n' ' fi\n' 'done\n' '\n' '# fail if the spec file is not in the resultdir\n' 'if [ ! -f "${resultdir}/${COPR_PACKAGE}.spec" ]; then\n' ' echo "ERROR: ${COPR_PACKAGE}.spec not found"\n' ' exit 1\n' 'fi\n' '\n' '# use sed to replace these values in the spec file\n' 'sed -i "s|%global build_version 0|%global build_version ${TAG}|" "${resultdir}"/*.spec\n' 'sed -i "s|%global branch 0|%global branch ${BRANCH}|" "${resultdir}"/*.spec\n' 'sed -i "s|%global commit 0|%global commit ${COMMIT}|" "${resultdir}"/*.spec\n' '\n' '# create a tarball of the source code\n' 'tar -czf "${resultdir}/tarball.tar.gz" .\n', 'tmp': 'tmphytoovsw'}, 'source_type': 9, 'submitter': None, 'task_id': '8627637'} Running (timeout=5400): unbuffer copr-sources-custom --workdir /workdir --mock-config /var/lib/copr-rpmbuild/results/mock-config.cfg --script /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/script --builddeps 'git jq python3' --hook-payload-file /var/lib/copr-rpmbuild/results/hook_payload --env COPR_OWNER=lizardbyte --env COPR_PROJECT=beta --env COPR_PACKAGE=Sunshine INFO:__main__:Working in '/workdir' INFO:__main__:Results should be created in '/workdir' INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --init INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --init Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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 Start: clean chroot Finish: clean chroot Mock Version: 6.0 INFO: Mock Version: 6.0 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Guessed host environment type: unknown INFO: Using container image: registry.fedoraproject.org/fedora:42 INFO: Pulling image: registry.fedoraproject.org/fedora:42 INFO: Tagging container image as mock-bootstrap-fbbdd4bb-ca12-4ba2-aa05-68927dc6484d INFO: Checking that f2f1866c844ec8a691f933f6291e4ab39e95f164fe4eaa2f0ff95124d9894c63 image matches host's architecture INFO: Copy content of container f2f1866c844ec8a691f933f6291e4ab39e95f164fe4eaa2f0ff95124d9894c63 to /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root INFO: mounting f2f1866c844ec8a691f933f6291e4ab39e95f164fe4eaa2f0ff95124d9894c63 with podman image mount INFO: image f2f1866c844ec8a691f933f6291e4ab39e95f164fe4eaa2f0ff95124d9894c63 as /var/lib/containers/storage/overlay/a3d28dc8cd12c4eef4d9e95172e508b054280e090234d6590b9be8aa9ea1774f/merged INFO: umounting image f2f1866c844ec8a691f933f6291e4ab39e95f164fe4eaa2f0ff95124d9894c63 (/var/lib/containers/storage/overlay/a3d28dc8cd12c4eef4d9e95172e508b054280e090234d6590b9be8aa9ea1774f/merged) with podman image umount INFO: Removing image mock-bootstrap-fbbdd4bb-ca12-4ba2-aa05-68927dc6484d INFO: Package manager dnf5 detected and used (fallback) INFO: Not updating bootstrap chroot, bootstrap_image_ready=True Start(bootstrap): creating root cache Finish(bootstrap): creating root cache Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Start: installing minimal buildroot with dnf5 Updating and loading repositories: updates 100% | 102.8 KiB/s | 30.1 KiB | 00m00s fedora 100% | 39.4 MiB/s | 35.2 MiB | 00m01s Repositories loaded. Package Arch Version Repository Size Installing group/module packages: bash x86_64 5.2.37-1.fc42 fedora 8.2 MiB bzip2 x86_64 1.0.8-20.fc42 fedora 99.3 KiB coreutils x86_64 9.6-1.fc42 fedora 5.5 MiB cpio x86_64 2.15-2.fc41 fedora 1.1 MiB diffutils x86_64 3.10-9.fc42 fedora 1.6 MiB fedora-release-common noarch 42-0.17 fedora 19.8 KiB findutils x86_64 1:4.10.0-5.fc42 fedora 1.9 MiB gawk x86_64 5.3.1-1.fc42 fedora 1.7 MiB glibc-minimal-langpack x86_64 2.40.9000-35.fc42 fedora 0.0 B grep x86_64 3.11-10.fc42 fedora 1.0 MiB gzip x86_64 1.13-3.fc42 fedora 392.9 KiB info x86_64 7.2-3.fc42 fedora 357.9 KiB patch x86_64 2.7.6-26.fc42 fedora 258.7 KiB redhat-rpm-config noarch 342-2.fc42 fedora 186.8 KiB rpm-build x86_64 4.20.0-8.fc42 fedora 165.2 KiB sed x86_64 4.9-4.fc42 fedora 857.3 KiB shadow-utils x86_64 2:4.17.0-4.fc42 fedora 4.0 MiB tar x86_64 2:1.35-5.fc42 fedora 3.0 MiB unzip x86_64 6.0-66.fc42 fedora 390.3 KiB util-linux x86_64 2.40.4-5.fc42 fedora 3.4 MiB which x86_64 2.23-1.fc42 fedora 83.4 KiB xz x86_64 1:5.6.3-3.fc42 fedora 1.2 MiB Installing dependencies: add-determinism x86_64 0.5.0-2.fc42 fedora 2.5 MiB alternatives x86_64 1.31-3.fc42 fedora 66.2 KiB ansible-srpm-macros noarch 1-17.1.fc42 fedora 35.7 KiB audit-libs x86_64 4.0.3-2.fc42 fedora 351.3 KiB authselect x86_64 1.5.0-9.fc42 fedora 156.0 KiB authselect-libs x86_64 1.5.0-9.fc42 fedora 820.0 KiB basesystem noarch 11-22.fc42 fedora 0.0 B binutils x86_64 2.44-1.fc42 fedora 25.9 MiB build-reproducibility-srpm-macros noarch 0.5.0-2.fc42 fedora 735.0 B bzip2-libs x86_64 1.0.8-20.fc42 fedora 84.6 KiB ca-certificates noarch 2024.2.69_v8.0.401-5.fc42 fedora 2.6 MiB coreutils-common x86_64 9.6-1.fc42 fedora 11.1 MiB cracklib x86_64 2.9.11-7.fc42 fedora 242.4 KiB crypto-policies noarch 20250124-1.git4d262e7.fc42 fedora 137.4 KiB curl x86_64 8.11.1-4.fc42 fedora 450.6 KiB cyrus-sasl-lib x86_64 2.1.28-30.fc42 fedora 2.3 MiB dbus x86_64 1:1.16.0-3.fc42 fedora 0.0 B dbus-broker x86_64 36-5.fc42 fedora 395.1 KiB dbus-common noarch 1:1.16.0-3.fc42 fedora 11.2 KiB debugedit x86_64 5.1-4.fc42 fedora 200.4 KiB dwz x86_64 0.15-9.fc42 fedora 291.0 KiB ed x86_64 1.21-2.fc42 fedora 146.5 KiB efi-srpm-macros noarch 6-2.fc42 fedora 40.1 KiB elfutils x86_64 0.192-8.fc42 fedora 2.7 MiB elfutils-debuginfod-client x86_64 0.192-8.fc42 fedora 83.9 KiB elfutils-default-yama-scope noarch 0.192-8.fc42 fedora 1.8 KiB elfutils-libelf x86_64 0.192-8.fc42 fedora 1.2 MiB elfutils-libs x86_64 0.192-8.fc42 fedora 675.0 KiB expat x86_64 2.6.4-2.fc42 fedora 292.8 KiB fedora-gpg-keys noarch 42-0.5 fedora 128.2 KiB fedora-release noarch 42-0.17 fedora 0.0 B fedora-release-identity-basic noarch 42-0.17 fedora 701.0 B fedora-repos noarch 42-0.5 fedora 4.9 KiB file x86_64 5.46-1.fc42 fedora 100.2 KiB file-libs x86_64 5.46-1.fc42 fedora 11.9 MiB filesystem x86_64 3.18-36.fc42 fedora 112.0 B filesystem-srpm-macros noarch 3.18-36.fc42 fedora 38.2 KiB fonts-srpm-macros noarch 1:2.0.5-21.fc42 fedora 55.8 KiB forge-srpm-macros noarch 0.4.0-2.fc42 fedora 38.9 KiB fpc-srpm-macros noarch 1.3-14.fc42 fedora 144.0 B gdb-minimal x86_64 15.2-7.fc42 fedora 13.0 MiB gdbm x86_64 1:1.23-9.fc42 fedora 460.3 KiB gdbm-libs x86_64 1:1.23-9.fc42 fedora 129.9 KiB ghc-srpm-macros noarch 1.9.2-2.fc42 fedora 779.0 B glibc x86_64 2.40.9000-35.fc42 fedora 6.6 MiB glibc-common x86_64 2.40.9000-35.fc42 fedora 1.0 MiB glibc-gconv-extra x86_64 2.40.9000-35.fc42 fedora 7.2 MiB gmp x86_64 1:6.3.0-2.fc41 fedora 811.4 KiB gnat-srpm-macros noarch 6-7.fc42 fedora 1.0 KiB go-srpm-macros noarch 3.6.0-6.fc42 fedora 60.8 KiB jansson x86_64 2.14-2.fc42 fedora 93.1 KiB json-c x86_64 0.18-2.fc42 fedora 86.7 KiB kernel-srpm-macros noarch 1.0-25.fc42 fedora 1.9 KiB keyutils-libs x86_64 1.6.3-5.fc42 fedora 58.3 KiB krb5-libs x86_64 1.21.3-5.fc42 fedora 2.3 MiB libacl x86_64 2.3.2-3.fc42 fedora 38.3 KiB libarchive x86_64 3.7.7-2.fc42 fedora 938.6 KiB libattr x86_64 2.5.2-5.fc42 fedora 27.1 KiB libblkid x86_64 2.40.4-5.fc42 fedora 262.4 KiB libbrotli x86_64 1.1.0-6.fc42 fedora 841.3 KiB libcap x86_64 2.73-2.fc42 fedora 207.1 KiB libcap-ng x86_64 0.8.5-4.fc42 fedora 72.9 KiB libcom_err x86_64 1.47.2-3.fc42 fedora 67.1 KiB libcurl x86_64 8.11.1-4.fc42 fedora 842.1 KiB libeconf x86_64 0.7.5-2.fc42 fedora 68.5 KiB libevent x86_64 2.1.12-15.fc42 fedora 903.1 KiB libfdisk x86_64 2.40.4-5.fc42 fedora 372.3 KiB libffi x86_64 3.4.6-5.fc42 fedora 82.3 KiB libgcc x86_64 15.0.1-0.7.fc42 fedora 266.6 KiB libgomp x86_64 15.0.1-0.7.fc42 fedora 535.8 KiB libidn2 x86_64 2.3.7-3.fc42 fedora 329.0 KiB libmount x86_64 2.40.4-5.fc42 fedora 356.3 KiB libnghttp2 x86_64 1.64.0-3.fc42 fedora 170.4 KiB libnsl2 x86_64 2.0.1-3.fc42 fedora 57.9 KiB libpkgconf x86_64 2.3.0-2.fc42 fedora 78.1 KiB libpsl x86_64 0.21.5-5.fc42 fedora 76.4 KiB libpwquality x86_64 1.4.5-12.fc42 fedora 409.3 KiB libseccomp x86_64 2.5.5-2.fc41 fedora 173.3 KiB libselinux x86_64 3.8-1.fc42 fedora 193.1 KiB libsemanage x86_64 3.8-1.fc42 fedora 308.4 KiB libsepol x86_64 3.8-1.fc42 fedora 826.0 KiB libsmartcols x86_64 2.40.4-5.fc42 fedora 180.4 KiB libssh x86_64 0.11.1-4.fc42 fedora 565.5 KiB libssh-config noarch 0.11.1-4.fc42 fedora 277.0 B libstdc++ x86_64 15.0.1-0.7.fc42 fedora 2.8 MiB libtasn1 x86_64 4.19.0-11.fc42 fedora 175.6 KiB libtirpc x86_64 1.3.6-1.rc3.fc42.2 fedora 199.0 KiB libtool-ltdl x86_64 2.5.4-4.fc42 fedora 70.1 KiB libunistring x86_64 1.1-9.fc42 fedora 1.7 MiB libuuid x86_64 2.40.4-5.fc42 fedora 37.3 KiB libverto x86_64 0.3.2-10.fc42 fedora 25.4 KiB libxcrypt x86_64 4.4.38-4.fc42 fedora 268.0 KiB libxml2 x86_64 2.12.9-2.fc42 fedora 1.7 MiB libzstd x86_64 1.5.6-3.fc42 fedora 795.8 KiB lua-libs x86_64 5.4.7-2.fc42 fedora 280.9 KiB lua-srpm-macros noarch 1-15.fc42 fedora 1.3 KiB lz4-libs x86_64 1.10.0-2.fc42 fedora 157.4 KiB mpfr x86_64 4.2.1-6.fc42 fedora 831.9 KiB ncurses-base noarch 6.5-5.20250125.fc42 fedora 326.8 KiB ncurses-libs x86_64 6.5-5.20250125.fc42 fedora 946.3 KiB ocaml-srpm-macros noarch 10-4.fc42 fedora 1.9 KiB openblas-srpm-macros noarch 2-19.fc42 fedora 112.0 B openldap x86_64 2.6.9-3.fc42 fedora 655.1 KiB openssl-libs x86_64 1:3.2.2-14.fc42 fedora 7.8 MiB p11-kit x86_64 0.25.5-5.fc42 fedora 2.2 MiB p11-kit-trust x86_64 0.25.5-5.fc42 fedora 395.5 KiB package-notes-srpm-macros noarch 0.5-13.fc42 fedora 1.6 KiB pam x86_64 1.7.0-4.fc42 fedora 1.6 MiB pam-libs x86_64 1.7.0-4.fc42 fedora 126.7 KiB pcre2 x86_64 10.44-1.fc42.2 fedora 649.3 KiB pcre2-syntax noarch 10.44-1.fc42.2 fedora 251.6 KiB perl-srpm-macros noarch 1-57.fc42 fedora 861.0 B pkgconf x86_64 2.3.0-2.fc42 fedora 88.5 KiB pkgconf-m4 noarch 2.3.0-2.fc42 fedora 14.4 KiB pkgconf-pkg-config x86_64 2.3.0-2.fc42 fedora 989.0 B popt x86_64 1.19-8.fc42 fedora 132.8 KiB publicsuffix-list-dafsa noarch 20250116-1.fc42 fedora 68.5 KiB pyproject-srpm-macros noarch 1.16.4-2.fc42 fedora 1.9 KiB python-srpm-macros noarch 3.13-4.fc42 fedora 51.0 KiB qt5-srpm-macros noarch 5.15.15-1.fc42 fedora 500.0 B qt6-srpm-macros noarch 6.8.2-1.fc42 fedora 456.0 B readline x86_64 8.2-12.fc42 fedora 485.0 KiB rpm x86_64 4.20.0-8.fc42 fedora 3.0 MiB rpm-build-libs x86_64 4.20.0-8.fc42 fedora 202.6 KiB rpm-libs x86_64 4.20.0-8.fc42 fedora 721.8 KiB rpm-sequoia x86_64 1.7.0-4.fc42 fedora 2.4 MiB rust-srpm-macros noarch 26.3-4.fc42 fedora 4.8 KiB setup noarch 2.15.0-10.fc42 fedora 720.7 KiB sqlite-libs x86_64 3.47.2-2.fc42 fedora 1.5 MiB systemd x86_64 257.2-17.fc42 fedora 17.4 MiB systemd-libs x86_64 257.2-17.fc42 fedora 2.2 MiB systemd-pam x86_64 257.2-17.fc42 fedora 1.1 MiB systemd-rpm-macros noarch 257.2-17.fc42 fedora 10.7 KiB tree-sitter-srpm-macros noarch 0.1.0-8.fc42 fedora 6.5 KiB util-linux-core x86_64 2.40.4-5.fc42 fedora 1.4 MiB xxhash-libs x86_64 0.8.3-2.fc42 fedora 90.2 KiB xz-libs x86_64 1:5.6.3-3.fc42 fedora 218.3 KiB zig-srpm-macros noarch 1-4.fc42 fedora 1.1 KiB zip x86_64 3.0-43.fc42 fedora 698.5 KiB zlib-ng-compat x86_64 2.2.3-2.fc42 fedora 137.6 KiB zstd x86_64 1.5.6-3.fc42 fedora 1.7 MiB Installing groups: Buildsystem building group Transaction Summary: Installing: 163 packages Total size of inbound packages is 60 MiB. Need to download 60 MiB. After this operation, 199 MiB extra will be used (install 199 MiB, remove 0 B). [ 1/163] bzip2-0:1.0.8-20.fc42.x86_64 100% | 4.2 MiB/s | 52.1 KiB | 00m00s [ 2/163] coreutils-0:9.6-1.fc42.x86_64 100% | 57.6 MiB/s | 1.2 MiB | 00m00s [ 3/163] bash-0:5.2.37-1.fc42.x86_64 100% | 78.6 MiB/s | 1.8 MiB | 00m00s [ 4/163] cpio-0:2.15-2.fc41.x86_64 100% | 25.9 MiB/s | 291.8 KiB | 00m00s [ 5/163] diffutils-0:3.10-9.fc42.x86_6 100% | 56.4 MiB/s | 404.6 KiB | 00m00s [ 6/163] fedora-release-common-0:42-0. 100% | 5.9 MiB/s | 24.3 KiB | 00m00s [ 7/163] findutils-1:4.10.0-5.fc42.x86 100% | 76.9 MiB/s | 551.5 KiB | 00m00s [ 8/163] glibc-minimal-langpack-0:2.40 100% | 20.8 MiB/s | 127.9 KiB | 00m00s [ 9/163] grep-0:3.11-10.fc42.x86_64 100% | 48.8 MiB/s | 300.1 KiB | 00m00s [ 10/163] gzip-0:1.13-3.fc42.x86_64 100% | 41.6 MiB/s | 170.4 KiB | 00m00s [ 11/163] info-0:7.2-3.fc42.x86_64 100% | 25.6 MiB/s | 183.8 KiB | 00m00s [ 12/163] patch-0:2.7.6-26.fc42.x86_64 100% | 17.9 MiB/s | 128.4 KiB | 00m00s [ 13/163] redhat-rpm-config-0:342-2.fc4 100% | 13.3 MiB/s | 81.6 KiB | 00m00s [ 14/163] rpm-build-0:4.20.0-8.fc42.x86 100% | 13.4 MiB/s | 82.0 KiB | 00m00s [ 15/163] sed-0:4.9-4.fc42.x86_64 100% | 51.6 MiB/s | 317.3 KiB | 00m00s [ 16/163] shadow-utils-2:4.17.0-4.fc42. 100% | 131.0 MiB/s | 1.3 MiB | 00m00s [ 17/163] unzip-0:6.0-66.fc42.x86_64 100% | 25.8 MiB/s | 184.6 KiB | 00m00s [ 18/163] tar-2:1.35-5.fc42.x86_64 100% | 93.6 MiB/s | 862.5 KiB | 00m00s [ 19/163] which-0:2.23-1.fc42.x86_64 100% | 8.1 MiB/s | 41.7 KiB | 00m00s [ 20/163] xz-1:5.6.3-3.fc42.x86_64 100% | 66.3 MiB/s | 475.0 KiB | 00m00s [ 21/163] gawk-0:5.3.1-1.fc42.x86_64 100% | 89.9 MiB/s | 1.1 MiB | 00m00s [ 22/163] util-linux-0:2.40.4-5.fc42.x8 100% | 88.8 MiB/s | 1.2 MiB | 00m00s [ 23/163] filesystem-0:3.18-36.fc42.x86 100% | 102.4 MiB/s | 1.3 MiB | 00m00s [ 24/163] ncurses-libs-0:6.5-5.20250125 100% | 46.7 MiB/s | 335.0 KiB | 00m00s [ 25/163] glibc-0:2.40.9000-35.fc42.x86 100% | 151.5 MiB/s | 2.3 MiB | 00m00s [ 26/163] bzip2-libs-0:1.0.8-20.fc42.x8 100% | 4.7 MiB/s | 43.6 KiB | 00m00s [ 27/163] libacl-0:2.3.2-3.fc42.x86_64 100% | 3.7 MiB/s | 23.0 KiB | 00m00s [ 28/163] coreutils-common-0:9.6-1.fc42 100% | 141.3 MiB/s | 2.1 MiB | 00m00s [ 29/163] gmp-1:6.3.0-2.fc41.x86_64 100% | 31.1 MiB/s | 318.0 KiB | 00m00s [ 30/163] libattr-0:2.5.2-5.fc42.x86_64 100% | 5.6 MiB/s | 17.1 KiB | 00m00s [ 31/163] libcap-0:2.73-2.fc42.x86_64 100% | 16.5 MiB/s | 84.3 KiB | 00m00s [ 32/163] libselinux-0:3.8-1.fc42.x86_6 100% | 19.0 MiB/s | 97.1 KiB | 00m00s [ 33/163] fedora-repos-0:42-0.5.noarch 100% | 3.1 MiB/s | 9.4 KiB | 00m00s [ 34/163] systemd-libs-0:257.2-17.fc42. 100% | 88.9 MiB/s | 819.3 KiB | 00m00s [ 35/163] openssl-libs-1:3.2.2-14.fc42. 100% | 146.7 MiB/s | 2.3 MiB | 00m00s [ 36/163] glibc-common-0:2.40.9000-35.f 100% | 40.6 MiB/s | 415.4 KiB | 00m00s [ 37/163] pcre2-0:10.44-1.fc42.2.x86_64 100% | 47.5 MiB/s | 243.4 KiB | 00m00s [ 38/163] ed-0:1.21-2.fc42.x86_64 100% | 16.0 MiB/s | 82.0 KiB | 00m00s [ 39/163] ansible-srpm-macros-0:1-17.1. 100% | 6.6 MiB/s | 20.3 KiB | 00m00s [ 40/163] build-reproducibility-srpm-ma 100% | 3.8 MiB/s | 11.6 KiB | 00m00s [ 41/163] efi-srpm-macros-0:6-2.fc42.no 100% | 7.3 MiB/s | 22.5 KiB | 00m00s [ 42/163] file-0:5.46-1.fc42.x86_64 100% | 15.9 MiB/s | 48.7 KiB | 00m00s [ 43/163] dwz-0:0.15-9.fc42.x86_64 100% | 18.9 MiB/s | 135.7 KiB | 00m00s [ 44/163] filesystem-srpm-macros-0:3.18 100% | 8.3 MiB/s | 25.6 KiB | 00m00s [ 45/163] fonts-srpm-macros-1:2.0.5-21. 100% | 4.4 MiB/s | 27.1 KiB | 00m00s [ 46/163] fpc-srpm-macros-0:1.3-14.fc42 100% | 2.6 MiB/s | 8.0 KiB | 00m00s [ 47/163] forge-srpm-macros-0:0.4.0-2.f 100% | 3.2 MiB/s | 19.9 KiB | 00m00s [ 48/163] ghc-srpm-macros-0:1.9.2-2.fc4 100% | 4.5 MiB/s | 9.2 KiB | 00m00s [ 49/163] gnat-srpm-macros-0:6-7.fc42.n 100% | 2.8 MiB/s | 8.6 KiB | 00m00s [ 50/163] go-srpm-macros-0:3.6.0-6.fc42 100% | 13.5 MiB/s | 27.7 KiB | 00m00s [ 51/163] kernel-srpm-macros-0:1.0-25.f 100% | 4.8 MiB/s | 9.9 KiB | 00m00s [ 52/163] lua-srpm-macros-0:1-15.fc42.n 100% | 2.9 MiB/s | 8.9 KiB | 00m00s [ 53/163] ocaml-srpm-macros-0:10-4.fc42 100% | 4.5 MiB/s | 9.2 KiB | 00m00s [ 54/163] openblas-srpm-macros-0:2-19.f 100% | 3.8 MiB/s | 7.8 KiB | 00m00s [ 55/163] package-notes-srpm-macros-0:0 100% | 4.5 MiB/s | 9.3 KiB | 00m00s [ 56/163] perl-srpm-macros-0:1-57.fc42. 100% | 4.2 MiB/s | 8.5 KiB | 00m00s [ 57/163] pyproject-srpm-macros-0:1.16. 100% | 6.9 MiB/s | 14.0 KiB | 00m00s [ 58/163] python-srpm-macros-0:3.13-4.f 100% | 11.2 MiB/s | 23.0 KiB | 00m00s [ 59/163] qt6-srpm-macros-0:6.8.2-1.fc4 100% | 4.5 MiB/s | 9.2 KiB | 00m00s [ 60/163] qt5-srpm-macros-0:5.15.15-1.f 100% | 4.3 MiB/s | 8.9 KiB | 00m00s [ 61/163] rpm-0:4.20.0-8.fc42.x86_64 100% | 106.6 MiB/s | 545.8 KiB | 00m00s [ 62/163] tree-sitter-srpm-macros-0:0.1 100% | 2.7 MiB/s | 11.2 KiB | 00m00s [ 63/163] rust-srpm-macros-0:26.3-4.fc4 100% | 2.9 MiB/s | 11.7 KiB | 00m00s [ 64/163] zig-srpm-macros-0:1-4.fc42.no 100% | 4.0 MiB/s | 8.2 KiB | 00m00s [ 65/163] zip-0:3.0-43.fc42.x86_64 100% | 64.3 MiB/s | 263.5 KiB | 00m00s [ 66/163] debugedit-0:5.1-4.fc42.x86_64 100% | 15.4 MiB/s | 78.9 KiB | 00m00s [ 67/163] elfutils-0:0.192-8.fc42.x86_6 100% | 89.7 MiB/s | 551.0 KiB | 00m00s [ 68/163] elfutils-libelf-0:0.192-8.fc4 100% | 40.6 MiB/s | 208.1 KiB | 00m00s [ 69/163] libarchive-0:3.7.7-2.fc42.x86 100% | 81.4 MiB/s | 416.9 KiB | 00m00s [ 70/163] popt-0:1.19-8.fc42.x86_64 100% | 12.9 MiB/s | 65.9 KiB | 00m00s [ 71/163] readline-0:8.2-12.fc42.x86_64 100% | 42.0 MiB/s | 215.2 KiB | 00m00s [ 72/163] rpm-build-libs-0:4.20.0-8.fc4 100% | 19.3 MiB/s | 98.6 KiB | 00m00s [ 73/163] rpm-libs-0:4.20.0-8.fc42.x86_ 100% | 61.3 MiB/s | 313.7 KiB | 00m00s [ 74/163] zstd-0:1.5.6-3.fc42.x86_64 100% | 78.1 MiB/s | 479.6 KiB | 00m00s [ 75/163] audit-libs-0:4.0.3-2.fc42.x86 100% | 30.6 MiB/s | 125.3 KiB | 00m00s [ 76/163] libeconf-0:0.7.5-2.fc42.x86_6 100% | 6.8 MiB/s | 35.1 KiB | 00m00s [ 77/163] libsemanage-0:3.8-1.fc42.x86_ 100% | 30.2 MiB/s | 123.6 KiB | 00m00s [ 78/163] pam-libs-0:1.7.0-4.fc42.x86_6 100% | 19.0 MiB/s | 58.3 KiB | 00m00s [ 79/163] libxcrypt-0:4.4.38-4.fc42.x86 100% | 19.4 MiB/s | 119.2 KiB | 00m00s [ 80/163] setup-0:2.15.0-10.fc42.noarch 100% | 30.5 MiB/s | 156.1 KiB | 00m00s [ 81/163] xz-libs-1:5.6.3-3.fc42.x86_64 100% | 27.7 MiB/s | 113.4 KiB | 00m00s [ 82/163] mpfr-0:4.2.1-6.fc42.x86_64 100% | 56.7 MiB/s | 348.5 KiB | 00m00s [ 83/163] libcap-ng-0:0.8.5-4.fc42.x86_ 100% | 7.9 MiB/s | 32.2 KiB | 00m00s [ 84/163] libblkid-0:2.40.4-5.fc42.x86_ 100% | 19.9 MiB/s | 122.3 KiB | 00m00s [ 85/163] libfdisk-0:2.40.4-5.fc42.x86_ 100% | 22.1 MiB/s | 158.2 KiB | 00m00s [ 86/163] libmount-0:2.40.4-5.fc42.x86_ 100% | 21.6 MiB/s | 155.0 KiB | 00m00s [ 87/163] libsmartcols-0:2.40.4-5.fc42. 100% | 15.8 MiB/s | 81.0 KiB | 00m00s [ 88/163] libuuid-0:2.40.4-5.fc42.x86_6 100% | 8.2 MiB/s | 25.1 KiB | 00m00s [ 89/163] zlib-ng-compat-0:2.2.3-2.fc42 100% | 15.4 MiB/s | 78.9 KiB | 00m00s [ 90/163] util-linux-core-0:2.40.4-5.fc 100% | 73.8 MiB/s | 529.0 KiB | 00m00s [ 91/163] glibc-gconv-extra-0:2.40.9000 100% | 119.3 MiB/s | 1.7 MiB | 00m00s [ 92/163] basesystem-0:11-22.fc42.noarc 100% | 729.0 KiB/s | 7.3 KiB | 00m00s [ 93/163] libgcc-0:15.0.1-0.7.fc42.x86_ 100% | 11.1 MiB/s | 113.9 KiB | 00m00s [ 94/163] ncurses-base-0:6.5-5.20250125 100% | 21.5 MiB/s | 88.1 KiB | 00m00s [ 95/163] libsepol-0:3.8-1.fc42.x86_64 100% | 68.1 MiB/s | 348.9 KiB | 00m00s [ 96/163] ca-certificates-0:2024.2.69_v 100% | 132.4 MiB/s | 949.0 KiB | 00m00s [ 97/163] crypto-policies-0:20250124-1. 100% | 16.0 MiB/s | 98.3 KiB | 00m00s [ 98/163] fedora-gpg-keys-0:42-0.5.noar 100% | 26.5 MiB/s | 135.7 KiB | 00m00s [ 99/163] pcre2-syntax-0:10.44-1.fc42.2 100% | 36.6 MiB/s | 149.8 KiB | 00m00s [100/163] add-determinism-0:0.5.0-2.fc4 100% | 99.2 MiB/s | 914.6 KiB | 00m00s [101/163] file-libs-0:5.46-1.fc42.x86_6 100% | 82.9 MiB/s | 849.4 KiB | 00m00s [102/163] curl-0:8.11.1-4.fc42.x86_64 100% | 24.1 MiB/s | 222.4 KiB | 00m00s [103/163] elfutils-debuginfod-client-0: 100% | 15.1 MiB/s | 46.5 KiB | 00m00s [104/163] elfutils-libs-0:0.192-8.fc42. 100% | 51.9 MiB/s | 265.9 KiB | 00m00s [105/163] libstdc++-0:15.0.1-0.7.fc42.x 100% | 96.9 MiB/s | 892.7 KiB | 00m00s [106/163] libzstd-0:1.5.6-3.fc42.x86_64 100% | 50.6 MiB/s | 311.1 KiB | 00m00s [107/163] libxml2-0:2.12.9-2.fc42.x86_6 100% | 97.1 MiB/s | 696.0 KiB | 00m00s [108/163] libgomp-0:15.0.1-0.7.fc42.x86 100% | 85.0 MiB/s | 348.3 KiB | 00m00s [109/163] lz4-libs-0:1.10.0-2.fc42.x86_ 100% | 15.2 MiB/s | 78.1 KiB | 00m00s [110/163] lua-libs-0:5.4.7-2.fc42.x86_6 100% | 26.0 MiB/s | 133.0 KiB | 00m00s [111/163] rpm-sequoia-0:1.7.0-4.fc42.x8 100% | 111.2 MiB/s | 911.3 KiB | 00m00s [112/163] sqlite-libs-0:3.47.2-2.fc42.x 100% | 79.7 MiB/s | 734.8 KiB | 00m00s [113/163] elfutils-default-yama-scope-0 100% | 1.8 MiB/s | 12.6 KiB | 00m00s [114/163] json-c-0:0.18-2.fc42.x86_64 100% | 14.6 MiB/s | 44.9 KiB | 00m00s [115/163] systemd-rpm-macros-0:257.2-17 100% | 11.4 MiB/s | 34.9 KiB | 00m00s [116/163] dbus-1:1.16.0-3.fc42.x86_64 100% | 1.3 MiB/s | 7.8 KiB | 00m00s [117/163] libseccomp-0:2.5.5-2.fc41.x86 100% | 8.6 MiB/s | 70.2 KiB | 00m00s [118/163] systemd-pam-0:257.2-17.fc42.x 100% | 50.9 MiB/s | 417.0 KiB | 00m00s [119/163] dbus-broker-0:36-5.fc42.x86_6 100% | 24.3 MiB/s | 174.1 KiB | 00m00s [120/163] dbus-common-1:1.16.0-3.fc42.n 100% | 2.8 MiB/s | 14.5 KiB | 00m00s [121/163] systemd-0:257.2-17.fc42.x86_6 100% | 190.7 MiB/s | 5.9 MiB | 00m00s [122/163] expat-0:2.6.4-2.fc42.x86_64 100% | 10.2 MiB/s | 114.7 KiB | 00m00s [123/163] alternatives-0:1.31-3.fc42.x8 100% | 4.0 MiB/s | 40.9 KiB | 00m00s [124/163] jansson-0:2.14-2.fc42.x86_64 100% | 4.5 MiB/s | 45.7 KiB | 00m00s [125/163] binutils-0:2.44-1.fc42.x86_64 100% | 200.4 MiB/s | 5.8 MiB | 00m00s [126/163] pkgconf-pkg-config-0:2.3.0-2. 100% | 992.5 KiB/s | 9.9 KiB | 00m00s [127/163] pkgconf-0:2.3.0-2.fc42.x86_64 100% | 4.4 MiB/s | 44.9 KiB | 00m00s [128/163] pkgconf-m4-0:2.3.0-2.fc42.noa 100% | 7.0 MiB/s | 14.2 KiB | 00m00s [129/163] libpkgconf-0:2.3.0-2.fc42.x86 100% | 12.5 MiB/s | 38.4 KiB | 00m00s [130/163] libffi-0:3.4.6-5.fc42.x86_64 100% | 9.7 MiB/s | 39.9 KiB | 00m00s [131/163] p11-kit-0:0.25.5-5.fc42.x86_6 100% | 96.0 MiB/s | 491.7 KiB | 00m00s [132/163] libtasn1-0:4.19.0-11.fc42.x86 100% | 18.2 MiB/s | 74.5 KiB | 00m00s [133/163] p11-kit-trust-0:0.25.5-5.fc42 100% | 32.4 MiB/s | 132.6 KiB | 00m00s [134/163] authselect-libs-0:1.5.0-9.fc4 100% | 42.2 MiB/s | 216.1 KiB | 00m00s [135/163] pam-0:1.7.0-4.fc42.x86_64 100% | 90.4 MiB/s | 555.7 KiB | 00m00s [136/163] authselect-0:1.5.0-9.fc42.x86 100% | 23.5 MiB/s | 144.6 KiB | 00m00s [137/163] gdbm-libs-1:1.23-9.fc42.x86_6 100% | 11.1 MiB/s | 57.0 KiB | 00m00s [138/163] libnsl2-0:2.0.1-3.fc42.x86_64 100% | 5.8 MiB/s | 29.5 KiB | 00m00s [139/163] libpwquality-0:1.4.5-12.fc42. 100% | 23.1 MiB/s | 118.5 KiB | 00m00s [140/163] libtirpc-0:1.3.6-1.rc3.fc42.2 100% | 18.7 MiB/s | 95.5 KiB | 00m00s [141/163] cracklib-0:2.9.11-7.fc42.x86_ 100% | 22.4 MiB/s | 91.6 KiB | 00m00s [142/163] libcom_err-0:1.47.2-3.fc42.x8 100% | 8.8 MiB/s | 26.9 KiB | 00m00s [143/163] krb5-libs-0:1.21.3-5.fc42.x86 100% | 106.7 MiB/s | 764.7 KiB | 00m00s [144/163] keyutils-libs-0:1.6.3-5.fc42. 100% | 4.4 MiB/s | 31.5 KiB | 00m00s [145/163] libverto-0:0.3.2-10.fc42.x86_ 100% | 5.1 MiB/s | 20.8 KiB | 00m00s [146/163] gdbm-1:1.23-9.fc42.x86_64 100% | 36.8 MiB/s | 150.8 KiB | 00m00s [147/163] fedora-release-0:42-0.17.noar 100% | 6.6 MiB/s | 13.5 KiB | 00m00s [148/163] fedora-release-identity-basic 100% | 3.5 MiB/s | 14.3 KiB | 00m00s [149/163] xxhash-libs-0:0.8.3-2.fc42.x8 100% | 5.5 MiB/s | 39.1 KiB | 00m00s [150/163] libcurl-0:8.11.1-4.fc42.x86_6 100% | 52.6 MiB/s | 376.9 KiB | 00m00s [151/163] gdb-minimal-0:15.2-7.fc42.x86 100% | 181.6 MiB/s | 4.4 MiB | 00m00s [152/163] libbrotli-0:1.1.0-6.fc42.x86_ 100% | 22.1 MiB/s | 339.8 KiB | 00m00s [153/163] libidn2-0:2.3.7-3.fc42.x86_64 100% | 11.5 MiB/s | 118.0 KiB | 00m00s [154/163] libnghttp2-0:1.64.0-3.fc42.x8 100% | 10.8 MiB/s | 77.7 KiB | 00m00s [155/163] libpsl-0:0.21.5-5.fc42.x86_64 100% | 10.4 MiB/s | 64.0 KiB | 00m00s [156/163] libssh-0:0.11.1-4.fc42.x86_64 100% | 28.5 MiB/s | 233.3 KiB | 00m00s [157/163] openldap-0:2.6.9-3.fc42.x86_6 100% | 42.3 MiB/s | 260.2 KiB | 00m00s [158/163] libunistring-0:1.1-9.fc42.x86 100% | 66.2 MiB/s | 542.5 KiB | 00m00s [159/163] publicsuffix-list-dafsa-0:202 100% | 9.6 MiB/s | 58.8 KiB | 00m00s [160/163] libssh-config-0:0.11.1-4.fc42 100% | 2.2 MiB/s | 9.0 KiB | 00m00s [161/163] libtool-ltdl-0:2.5.4-4.fc42.x 100% | 8.8 MiB/s | 36.2 KiB | 00m00s [162/163] libevent-0:2.1.12-15.fc42.x86 100% | 36.3 MiB/s | 260.2 KiB | 00m00s [163/163] cyrus-sasl-lib-0:2.1.28-30.fc 100% | 96.9 MiB/s | 793.5 KiB | 00m00s -------------------------------------------------------------------------------- [163/163] Total 100% | 89.0 MiB/s | 60.1 MiB | 00m01s Running transaction Importing OpenPGP key 0x105EF944: UserID : "Fedora (42) " Fingerprint: B0F4950458F69E1150C6C5EDC8AC4916105EF944 From : file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-42-primary The key was successfully imported. [ 1/165] Verify package files 100% | 795.0 B/s | 163.0 B | 00m00s [ 2/165] Prepare transaction 100% | 3.6 KiB/s | 163.0 B | 00m00s [ 3/165] Installing libgcc-0:15.0.1-0. 100% | 262.0 MiB/s | 268.3 KiB | 00m00s [ 4/165] Installing libssh-config-0:0. 100% | 0.0 B/s | 816.0 B | 00m00s [ 5/165] Installing publicsuffix-list- 100% | 0.0 B/s | 69.2 KiB | 00m00s [ 6/165] Installing fedora-release-ide 100% | 0.0 B/s | 960.0 B | 00m00s [ 7/165] Installing fedora-gpg-keys-0: 100% | 42.7 MiB/s | 174.8 KiB | 00m00s [ 8/165] Installing fedora-repos-0:42- 100% | 0.0 B/s | 5.7 KiB | 00m00s [ 9/165] Installing fedora-release-com 100% | 23.5 MiB/s | 24.1 KiB | 00m00s [ 10/165] Installing fedora-release-0:4 100% | 10.1 KiB/s | 124.0 B | 00m00s >>> Running unknown scriptlet: setup-0:2.15.0-10.fc42.noarch >>> Finished unknown scriptlet: setup-0:2.15.0-10.fc42.noarch >>> Scriptlet output: >>> Creating group 'adm' with GID 4. >>> Creating group 'audio' with GID 63. >>> Creating group 'bin' with GID 1. >>> Creating group 'cdrom' with GID 11. >>> Creating group 'daemon' with GID 2. >>> Creating group 'dialout' with GID 18. >>> Creating group 'disk' with GID 6. >>> Creating group 'floppy' with GID 19. >>> Creating group 'ftp' with GID 50. >>> Creating group 'games' with GID 20. >>> Creating group 'input' with GID 104. >>> Creating group 'kmem' with GID 9. >>> Creating group 'kvm' with GID 36. >>> Creating group 'lock' with GID 54. >>> Creating group 'lp' with GID 7. >>> Creating group 'mail' with GID 12. >>> Creating group 'man' with GID 15. >>> Creating group 'mem' with GID 8. >>> Creating group 'nobody' with GID 65534. >>> Creating group 'render' with GID 105. >>> Creating group 'root' with GID 0. >>> Creating group 'sgx' with GID 106. >>> Creating group 'sys' with GID 3. >>> Creating group 'tape' with GID 33. >>> Creating group 'tty' with GID 5. >>> Creating group 'users' with GID 100. >>> Creating group 'utmp' with GID 22. >>> Creating group 'video' with GID 39. >>> Creating group 'wheel' with GID 10. >>> >>> Running unknown scriptlet: setup-0:2.15.0-10.fc42.noarch >>> Finished unknown scriptlet: setup-0:2.15.0-10.fc42.noarch >>> Scriptlet output: >>> Creating user 'adm' (adm) with UID 3 and GID 4. >>> Creating user 'bin' (bin) with UID 1 and GID 1. >>> Creating user 'daemon' (daemon) with UID 2 and GID 2. >>> Creating user 'ftp' (FTP User) with UID 14 and GID 50. >>> Creating user 'games' (games) with UID 12 and GID 20. >>> Creating user 'halt' (halt) with UID 7 and GID 0. >>> Creating user 'lp' (lp) with UID 4 and GID 7. >>> Creating user 'mail' (mail) with UID 8 and GID 12. >>> Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534. >>> Creating user 'operator' (operator) with UID 11 and GID 0. >>> Creating user 'root' (Super User) with UID 0 and GID 0. >>> Creating user 'shutdown' (shutdown) with UID 6 and GID 0. >>> Creating user 'sync' (sync) with UID 5 and GID 0. >>> [ 11/165] Installing setup-0:2.15.0-10. 100% | 47.3 MiB/s | 726.5 KiB | 00m00s [ 12/165] Installing filesystem-0:3.18- 100% | 2.6 MiB/s | 212.4 KiB | 00m00s [ 13/165] Installing basesystem-0:11-22 100% | 0.0 B/s | 124.0 B | 00m00s [ 14/165] Installing pkgconf-m4-0:2.3.0 100% | 0.0 B/s | 14.8 KiB | 00m00s [ 15/165] Installing pcre2-syntax-0:10. 100% | 248.1 MiB/s | 254.1 KiB | 00m00s [ 16/165] Installing ncurses-base-0:6.5 100% | 86.0 MiB/s | 352.2 KiB | 00m00s [ 17/165] Installing glibc-minimal-lang 100% | 0.0 B/s | 124.0 B | 00m00s [ 18/165] Installing ncurses-libs-0:6.5 100% | 232.6 MiB/s | 952.8 KiB | 00m00s [ 19/165] Installing glibc-0:2.40.9000- 100% | 195.7 MiB/s | 6.7 MiB | 00m00s [ 20/165] Installing bash-0:5.2.37-1.fc 100% | 263.5 MiB/s | 8.2 MiB | 00m00s [ 21/165] Installing glibc-common-0:2.4 100% | 56.7 MiB/s | 1.0 MiB | 00m00s [ 22/165] Installing glibc-gconv-extra- 100% | 252.1 MiB/s | 7.3 MiB | 00m00s [ 23/165] Installing zlib-ng-compat-0:2 100% | 135.2 MiB/s | 138.4 KiB | 00m00s [ 24/165] Installing bzip2-libs-0:1.0.8 100% | 0.0 B/s | 85.7 KiB | 00m00s [ 25/165] Installing xz-libs-1:5.6.3-3. 100% | 214.3 MiB/s | 219.4 KiB | 00m00s [ 26/165] Installing popt-0:1.19-8.fc42 100% | 68.1 MiB/s | 139.4 KiB | 00m00s [ 27/165] Installing readline-0:8.2-12. 100% | 237.9 MiB/s | 487.1 KiB | 00m00s [ 28/165] Installing libxcrypt-0:4.4.38 100% | 264.3 MiB/s | 270.7 KiB | 00m00s [ 29/165] Installing libuuid-0:2.40.4-5 100% | 0.0 B/s | 38.3 KiB | 00m00s [ 30/165] Installing libblkid-0:2.40.4- 100% | 257.2 MiB/s | 263.4 KiB | 00m00s [ 31/165] Installing gmp-1:6.3.0-2.fc41 100% | 397.3 MiB/s | 813.7 KiB | 00m00s [ 32/165] Installing libstdc++-0:15.0.1 100% | 402.9 MiB/s | 2.8 MiB | 00m00s [ 33/165] Installing libzstd-0:1.5.6-3. 100% | 389.2 MiB/s | 797.0 KiB | 00m00s [ 34/165] Installing elfutils-libelf-0: 100% | 390.1 MiB/s | 1.2 MiB | 00m00s [ 35/165] Installing libattr-0:2.5.2-5. 100% | 0.0 B/s | 28.1 KiB | 00m00s [ 36/165] Installing libacl-0:2.3.2-3.f 100% | 0.0 B/s | 39.2 KiB | 00m00s [ 37/165] Installing libeconf-0:0.7.5-2 100% | 68.5 MiB/s | 70.1 KiB | 00m00s [ 38/165] Installing libcap-ng-0:0.8.5- 100% | 73.1 MiB/s | 74.8 KiB | 00m00s [ 39/165] Installing audit-libs-0:4.0.3 100% | 345.1 MiB/s | 353.4 KiB | 00m00s [ 40/165] Installing pam-libs-0:1.7.0-4 100% | 126.1 MiB/s | 129.1 KiB | 00m00s [ 41/165] Installing libcap-0:2.73-2.fc 100% | 15.9 MiB/s | 212.1 KiB | 00m00s [ 42/165] Installing systemd-libs-0:257 100% | 373.9 MiB/s | 2.2 MiB | 00m00s [ 43/165] Installing gdbm-libs-1:1.23-9 100% | 128.5 MiB/s | 131.6 KiB | 00m00s [ 44/165] Installing dwz-0:0.15-9.fc42. 100% | 22.0 MiB/s | 292.4 KiB | 00m00s [ 45/165] Installing mpfr-0:4.2.1-6.fc4 100% | 271.3 MiB/s | 833.6 KiB | 00m00s [ 46/165] Installing gawk-0:5.3.1-1.fc4 100% | 99.7 MiB/s | 1.7 MiB | 00m00s [ 47/165] Installing libfdisk-0:2.40.4- 100% | 364.6 MiB/s | 373.3 KiB | 00m00s [ 48/165] Installing unzip-0:6.0-66.fc4 100% | 27.5 MiB/s | 393.8 KiB | 00m00s [ 49/165] Installing file-libs-0:5.46-1 100% | 741.1 MiB/s | 11.9 MiB | 00m00s [ 50/165] Installing file-0:5.46-1.fc42 100% | 5.5 MiB/s | 101.7 KiB | 00m00s [ 51/165] Installing crypto-policies-0: 100% | 32.0 MiB/s | 163.7 KiB | 00m00s [ 52/165] Installing pcre2-0:10.44-1.fc 100% | 317.7 MiB/s | 650.7 KiB | 00m00s [ 53/165] Installing grep-0:3.11-10.fc4 100% | 55.7 MiB/s | 1.0 MiB | 00m00s [ 54/165] Installing xz-1:5.6.3-3.fc42. 100% | 76.8 MiB/s | 1.2 MiB | 00m00s [ 55/165] Installing libsmartcols-0:2.4 100% | 177.3 MiB/s | 181.5 KiB | 00m00s [ 56/165] Installing libsepol-0:3.8-1.f 100% | 269.2 MiB/s | 827.0 KiB | 00m00s [ 57/165] Installing libselinux-0:3.8-1 100% | 189.8 MiB/s | 194.3 KiB | 00m00s [ 58/165] Installing sed-0:4.9-4.fc42.x 100% | 52.8 MiB/s | 865.5 KiB | 00m00s [ 59/165] Installing findutils-1:4.10.0 100% | 110.2 MiB/s | 1.9 MiB | 00m00s [ 60/165] Installing libmount-0:2.40.4- 100% | 174.5 MiB/s | 357.4 KiB | 00m00s [ 61/165] Installing util-linux-core-0: 100% | 79.2 MiB/s | 1.4 MiB | 00m00s [ 62/165] Installing lz4-libs-0:1.10.0- 100% | 154.7 MiB/s | 158.5 KiB | 00m00s [ 63/165] Installing lua-libs-0:5.4.7-2 100% | 275.5 MiB/s | 282.1 KiB | 00m00s [ 64/165] Installing alternatives-0:1.3 100% | 5.5 MiB/s | 67.7 KiB | 00m00s [ 65/165] Installing libffi-0:3.4.6-5.f 100% | 81.7 MiB/s | 83.7 KiB | 00m00s [ 66/165] Installing libtasn1-0:4.19.0- 100% | 173.2 MiB/s | 177.4 KiB | 00m00s [ 67/165] Installing p11-kit-0:0.25.5-5 100% | 109.2 MiB/s | 2.2 MiB | 00m00s [ 68/165] Installing libcom_err-0:1.47. 100% | 0.0 B/s | 68.2 KiB | 00m00s [ 69/165] Installing libunistring-0:1.1 100% | 345.3 MiB/s | 1.7 MiB | 00m00s [ 70/165] Installing libidn2-0:2.3.7-3. 100% | 163.6 MiB/s | 335.0 KiB | 00m00s [ 71/165] Installing libpsl-0:0.21.5-5. 100% | 75.7 MiB/s | 77.5 KiB | 00m00s [ 72/165] Installing p11-kit-trust-0:0. 100% | 20.4 MiB/s | 397.2 KiB | 00m00s [ 73/165] Installing zstd-0:1.5.6-3.fc4 100% | 99.7 MiB/s | 1.7 MiB | 00m00s [ 74/165] Installing tar-2:1.35-5.fc42. 100% | 148.1 MiB/s | 3.0 MiB | 00m00s [ 75/165] Installing libsemanage-0:3.8- 100% | 151.5 MiB/s | 310.2 KiB | 00m00s [ 76/165] Installing shadow-utils-2:4.1 100% | 138.6 MiB/s | 4.0 MiB | 00m00s [ 77/165] Installing zip-0:3.0-43.fc42. 100% | 49.0 MiB/s | 702.4 KiB | 00m00s [ 78/165] Installing gdbm-1:1.23-9.fc42 100% | 32.4 MiB/s | 465.2 KiB | 00m00s [ 79/165] Installing cyrus-sasl-lib-0:2 100% | 128.0 MiB/s | 2.3 MiB | 00m00s [ 80/165] Installing libxml2-0:2.12.9-2 100% | 100.5 MiB/s | 1.7 MiB | 00m00s [ 81/165] Installing bzip2-0:1.0.8-20.f 100% | 8.5 MiB/s | 103.8 KiB | 00m00s [ 82/165] Installing add-determinism-0: 100% | 136.5 MiB/s | 2.5 MiB | 00m00s [ 83/165] Installing build-reproducibil 100% | 0.0 B/s | 1.0 KiB | 00m00s [ 84/165] Installing sqlite-libs-0:3.47 100% | 376.1 MiB/s | 1.5 MiB | 00m00s [ 85/165] Installing ed-0:1.21-2.fc42.x 100% | 11.2 MiB/s | 148.8 KiB | 00m00s [ 86/165] Installing patch-0:2.7.6-26.f 100% | 19.5 MiB/s | 260.2 KiB | 00m00s [ 87/165] Installing filesystem-srpm-ma 100% | 0.0 B/s | 38.9 KiB | 00m00s [ 88/165] Installing elfutils-default-y 100% | 408.6 KiB/s | 2.0 KiB | 00m00s [ 89/165] Installing elfutils-libs-0:0. 100% | 73.4 MiB/s | 676.7 KiB | 00m00s >>> Running unknown scriptlet: dbus-common-1:1.16.0-3.fc42.noarch >>> Finished unknown scriptlet: dbus-common-1:1.16.0-3.fc42.noarch >>> Scriptlet output: >>> Creating group 'dbus' with GID 81. >>> Creating user 'dbus' (System Message Bus) with UID 81 and GID 81. >>> [ 90/165] Installing dbus-common-1:1.16 100% | 2.6 MiB/s | 13.6 KiB | 00m00s [ 91/165] Installing cpio-0:2.15-2.fc41 100% | 64.7 MiB/s | 1.1 MiB | 00m00s [ 92/165] Installing diffutils-0:3.10-9 100% | 93.5 MiB/s | 1.6 MiB | 00m00s [ 93/165] Installing libgomp-0:15.0.1-0 100% | 262.3 MiB/s | 537.2 KiB | 00m00s [ 94/165] Installing json-c-0:0.18-2.fc 100% | 85.9 MiB/s | 88.0 KiB | 00m00s [ 95/165] Installing libseccomp-0:2.5.5 100% | 171.1 MiB/s | 175.2 KiB | 00m00s [ 96/165] Installing expat-0:2.6.4-2.fc 100% | 15.2 MiB/s | 294.9 KiB | 00m00s [ 97/165] Installing dbus-broker-0:36-5 100% | 19.4 MiB/s | 397.6 KiB | 00m00s [ 98/165] Installing dbus-1:1.16.0-3.fc 100% | 0.0 B/s | 124.0 B | 00m00s [ 99/165] Installing jansson-0:2.14-2.f 100% | 92.2 MiB/s | 94.4 KiB | 00m00s [100/165] Installing libpkgconf-0:2.3.0 100% | 77.4 MiB/s | 79.2 KiB | 00m00s [101/165] Installing pkgconf-0:2.3.0-2. 100% | 6.8 MiB/s | 91.0 KiB | 00m00s [102/165] Installing pkgconf-pkg-config 100% | 147.8 KiB/s | 1.8 KiB | 00m00s [103/165] Installing keyutils-libs-0:1. 100% | 58.3 MiB/s | 59.7 KiB | 00m00s [104/165] Installing libverto-0:0.3.2-1 100% | 26.6 MiB/s | 27.2 KiB | 00m00s [105/165] Installing xxhash-libs-0:0.8. 100% | 89.4 MiB/s | 91.6 KiB | 00m00s [106/165] Installing libbrotli-0:1.1.0- 100% | 274.6 MiB/s | 843.6 KiB | 00m00s [107/165] Installing libnghttp2-0:1.64. 100% | 167.5 MiB/s | 171.5 KiB | 00m00s [108/165] Installing libtool-ltdl-0:2.5 100% | 69.6 MiB/s | 71.2 KiB | 00m00s [109/165] Installing rust-srpm-macros-0 100% | 0.0 B/s | 5.6 KiB | 00m00s [110/165] Installing qt6-srpm-macros-0: 100% | 0.0 B/s | 732.0 B | 00m00s [111/165] Installing qt5-srpm-macros-0: 100% | 0.0 B/s | 776.0 B | 00m00s [112/165] Installing perl-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s [113/165] Installing package-notes-srpm 100% | 0.0 B/s | 2.0 KiB | 00m00s [114/165] Installing openblas-srpm-macr 100% | 0.0 B/s | 392.0 B | 00m00s [115/165] Installing ocaml-srpm-macros- 100% | 0.0 B/s | 2.2 KiB | 00m00s [116/165] Installing kernel-srpm-macros 100% | 0.0 B/s | 2.3 KiB | 00m00s [117/165] Installing gnat-srpm-macros-0 100% | 0.0 B/s | 1.3 KiB | 00m00s [118/165] Installing ghc-srpm-macros-0: 100% | 0.0 B/s | 1.0 KiB | 00m00s [119/165] Installing fpc-srpm-macros-0: 100% | 0.0 B/s | 420.0 B | 00m00s [120/165] Installing ansible-srpm-macro 100% | 35.4 MiB/s | 36.2 KiB | 00m00s [121/165] Installing coreutils-common-0 100% | 398.3 MiB/s | 11.2 MiB | 00m00s [122/165] Installing openssl-libs-1:3.2 100% | 435.3 MiB/s | 7.8 MiB | 00m00s [123/165] Installing coreutils-0:9.6-1. 100% | 168.1 MiB/s | 5.5 MiB | 00m00s [124/165] Installing ca-certificates-0: 100% | 2.0 MiB/s | 2.4 MiB | 00m01s [125/165] Installing krb5-libs-0:1.21.3 100% | 287.5 MiB/s | 2.3 MiB | 00m00s [126/165] Installing libarchive-0:3.7.7 100% | 306.2 MiB/s | 940.6 KiB | 00m00s [127/165] Installing libtirpc-0:1.3.6-1 100% | 196.0 MiB/s | 200.7 KiB | 00m00s [128/165] Installing gzip-0:1.13-3.fc42 100% | 25.9 MiB/s | 398.4 KiB | 00m00s [129/165] Installing authselect-libs-0: 100% | 163.1 MiB/s | 835.0 KiB | 00m00s [130/165] Installing cracklib-0:2.9.11- 100% | 15.5 MiB/s | 253.7 KiB | 00m00s [131/165] Installing libpwquality-0:1.4 100% | 25.7 MiB/s | 421.6 KiB | 00m00s [132/165] Installing libnsl2-0:2.0.1-3. 100% | 57.6 MiB/s | 59.0 KiB | 00m00s [133/165] Installing pam-0:1.7.0-4.fc42 100% | 70.6 MiB/s | 1.7 MiB | 00m00s [134/165] Installing util-linux-0:2.40. 100% | 101.8 MiB/s | 3.5 MiB | 00m00s [135/165] Installing systemd-pam-0:257. 100% | 61.8 MiB/s | 1.1 MiB | 00m00s >>> Running unknown scriptlet: systemd-0:257.2-17.fc42.x86_64 >>> Finished unknown scriptlet: systemd-0:257.2-17.fc42.x86_64 >>> Scriptlet output: >>> Creating group 'systemd-journal' with GID 190. >>> >>> Running unknown scriptlet: systemd-0:257.2-17.fc42.x86_64 >>> Finished unknown scriptlet: systemd-0:257.2-17.fc42.x86_64 >>> Scriptlet output: >>> Creating group 'systemd-oom' with GID 999. >>> Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and >>> [136/165] Installing systemd-0:257.2-17 100% | 115.3 MiB/s | 17.5 MiB | 00m00s [137/165] Installing libssh-0:0.11.1-4. 100% | 277.1 MiB/s | 567.5 KiB | 00m00s [138/165] Installing rpm-sequoia-0:1.7. 100% | 344.9 MiB/s | 2.4 MiB | 00m00s [139/165] Installing rpm-libs-0:4.20.0- 100% | 235.4 MiB/s | 723.3 KiB | 00m00s [140/165] Installing rpm-build-libs-0:4 100% | 198.7 MiB/s | 203.4 KiB | 00m00s [141/165] Installing libevent-0:2.1.12- 100% | 295.2 MiB/s | 906.9 KiB | 00m00s [142/165] Installing openldap-0:2.6.9-3 100% | 214.5 MiB/s | 658.9 KiB | 00m00s [143/165] Installing libcurl-0:8.11.1-4 100% | 274.5 MiB/s | 843.2 KiB | 00m00s [144/165] Installing elfutils-debuginfo 100% | 6.0 MiB/s | 86.2 KiB | 00m00s [145/165] Installing elfutils-0:0.192-8 100% | 134.4 MiB/s | 2.7 MiB | 00m00s [146/165] Installing binutils-0:2.44-1. 100% | 327.9 MiB/s | 25.9 MiB | 00m00s [147/165] Installing gdb-minimal-0:15.2 100% | 289.9 MiB/s | 13.0 MiB | 00m00s [148/165] Installing debugedit-0:5.1-4. 100% | 15.3 MiB/s | 203.1 KiB | 00m00s [149/165] Installing curl-0:8.11.1-4.fc 100% | 21.1 MiB/s | 453.1 KiB | 00m00s [150/165] Installing rpm-0:4.20.0-8.fc4 100% | 95.7 MiB/s | 2.5 MiB | 00m00s [151/165] Installing efi-srpm-macros-0: 100% | 0.0 B/s | 41.1 KiB | 00m00s [152/165] Installing lua-srpm-macros-0: 100% | 0.0 B/s | 1.9 KiB | 00m00s [153/165] Installing tree-sitter-srpm-m 100% | 0.0 B/s | 7.4 KiB | 00m00s [154/165] Installing zig-srpm-macros-0: 100% | 0.0 B/s | 1.7 KiB | 00m00s [155/165] Installing fonts-srpm-macros- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s [156/165] Installing forge-srpm-macros- 100% | 0.0 B/s | 40.3 KiB | 00m00s [157/165] Installing go-srpm-macros-0:3 100% | 60.5 MiB/s | 62.0 KiB | 00m00s [158/165] Installing python-srpm-macros 100% | 50.9 MiB/s | 52.2 KiB | 00m00s [159/165] Installing redhat-rpm-config- 100% | 94.5 MiB/s | 193.5 KiB | 00m00s [160/165] Installing rpm-build-0:4.20.0 100% | 12.1 MiB/s | 173.7 KiB | 00m00s [161/165] Installing pyproject-srpm-mac 100% | 0.0 B/s | 2.5 KiB | 00m00s [162/165] Installing authselect-0:1.5.0 100% | 11.2 MiB/s | 160.4 KiB | 00m00s [163/165] Installing which-0:2.23-1.fc4 100% | 6.4 MiB/s | 85.6 KiB | 00m00s [164/165] Installing info-0:7.2-3.fc42. 100% | 25.0 MiB/s | 358.3 KiB | 00m00s [165/165] Installing systemd-rpm-macros 100% | 6.9 KiB/s | 11.3 KiB | 00m02s Complete! Finish: installing minimal buildroot with dnf5 Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: add-determinism-0.5.0-2.fc42.x86_64 alternatives-1.31-3.fc42.x86_64 ansible-srpm-macros-1-17.1.fc42.noarch audit-libs-4.0.3-2.fc42.x86_64 authselect-1.5.0-9.fc42.x86_64 authselect-libs-1.5.0-9.fc42.x86_64 basesystem-11-22.fc42.noarch bash-5.2.37-1.fc42.x86_64 binutils-2.44-1.fc42.x86_64 build-reproducibility-srpm-macros-0.5.0-2.fc42.noarch bzip2-1.0.8-20.fc42.x86_64 bzip2-libs-1.0.8-20.fc42.x86_64 ca-certificates-2024.2.69_v8.0.401-5.fc42.noarch coreutils-9.6-1.fc42.x86_64 coreutils-common-9.6-1.fc42.x86_64 cpio-2.15-2.fc41.x86_64 cracklib-2.9.11-7.fc42.x86_64 crypto-policies-20250124-1.git4d262e7.fc42.noarch curl-8.11.1-4.fc42.x86_64 cyrus-sasl-lib-2.1.28-30.fc42.x86_64 dbus-1.16.0-3.fc42.x86_64 dbus-broker-36-5.fc42.x86_64 dbus-common-1.16.0-3.fc42.noarch debugedit-5.1-4.fc42.x86_64 diffutils-3.10-9.fc42.x86_64 dwz-0.15-9.fc42.x86_64 ed-1.21-2.fc42.x86_64 efi-srpm-macros-6-2.fc42.noarch elfutils-0.192-8.fc42.x86_64 elfutils-debuginfod-client-0.192-8.fc42.x86_64 elfutils-default-yama-scope-0.192-8.fc42.noarch elfutils-libelf-0.192-8.fc42.x86_64 elfutils-libs-0.192-8.fc42.x86_64 expat-2.6.4-2.fc42.x86_64 fedora-gpg-keys-42-0.5.noarch fedora-release-42-0.17.noarch fedora-release-common-42-0.17.noarch fedora-release-identity-basic-42-0.17.noarch fedora-repos-42-0.5.noarch file-5.46-1.fc42.x86_64 file-libs-5.46-1.fc42.x86_64 filesystem-3.18-36.fc42.x86_64 filesystem-srpm-macros-3.18-36.fc42.noarch findutils-4.10.0-5.fc42.x86_64 fonts-srpm-macros-2.0.5-21.fc42.noarch forge-srpm-macros-0.4.0-2.fc42.noarch fpc-srpm-macros-1.3-14.fc42.noarch gawk-5.3.1-1.fc42.x86_64 gdb-minimal-15.2-7.fc42.x86_64 gdbm-1.23-9.fc42.x86_64 gdbm-libs-1.23-9.fc42.x86_64 ghc-srpm-macros-1.9.2-2.fc42.noarch glibc-2.40.9000-35.fc42.x86_64 glibc-common-2.40.9000-35.fc42.x86_64 glibc-gconv-extra-2.40.9000-35.fc42.x86_64 glibc-minimal-langpack-2.40.9000-35.fc42.x86_64 gmp-6.3.0-2.fc41.x86_64 gnat-srpm-macros-6-7.fc42.noarch go-srpm-macros-3.6.0-6.fc42.noarch gpg-pubkey-105ef944-65ca83d1 grep-3.11-10.fc42.x86_64 gzip-1.13-3.fc42.x86_64 info-7.2-3.fc42.x86_64 jansson-2.14-2.fc42.x86_64 json-c-0.18-2.fc42.x86_64 kernel-srpm-macros-1.0-25.fc42.noarch keyutils-libs-1.6.3-5.fc42.x86_64 krb5-libs-1.21.3-5.fc42.x86_64 libacl-2.3.2-3.fc42.x86_64 libarchive-3.7.7-2.fc42.x86_64 libattr-2.5.2-5.fc42.x86_64 libblkid-2.40.4-5.fc42.x86_64 libbrotli-1.1.0-6.fc42.x86_64 libcap-2.73-2.fc42.x86_64 libcap-ng-0.8.5-4.fc42.x86_64 libcom_err-1.47.2-3.fc42.x86_64 libcurl-8.11.1-4.fc42.x86_64 libeconf-0.7.5-2.fc42.x86_64 libevent-2.1.12-15.fc42.x86_64 libfdisk-2.40.4-5.fc42.x86_64 libffi-3.4.6-5.fc42.x86_64 libgcc-15.0.1-0.7.fc42.x86_64 libgomp-15.0.1-0.7.fc42.x86_64 libidn2-2.3.7-3.fc42.x86_64 libmount-2.40.4-5.fc42.x86_64 libnghttp2-1.64.0-3.fc42.x86_64 libnsl2-2.0.1-3.fc42.x86_64 libpkgconf-2.3.0-2.fc42.x86_64 libpsl-0.21.5-5.fc42.x86_64 libpwquality-1.4.5-12.fc42.x86_64 libseccomp-2.5.5-2.fc41.x86_64 libselinux-3.8-1.fc42.x86_64 libsemanage-3.8-1.fc42.x86_64 libsepol-3.8-1.fc42.x86_64 libsmartcols-2.40.4-5.fc42.x86_64 libssh-0.11.1-4.fc42.x86_64 libssh-config-0.11.1-4.fc42.noarch libstdc++-15.0.1-0.7.fc42.x86_64 libtasn1-4.19.0-11.fc42.x86_64 libtirpc-1.3.6-1.rc3.fc42.2.x86_64 libtool-ltdl-2.5.4-4.fc42.x86_64 libunistring-1.1-9.fc42.x86_64 libuuid-2.40.4-5.fc42.x86_64 libverto-0.3.2-10.fc42.x86_64 libxcrypt-4.4.38-4.fc42.x86_64 libxml2-2.12.9-2.fc42.x86_64 libzstd-1.5.6-3.fc42.x86_64 lua-libs-5.4.7-2.fc42.x86_64 lua-srpm-macros-1-15.fc42.noarch lz4-libs-1.10.0-2.fc42.x86_64 mpfr-4.2.1-6.fc42.x86_64 ncurses-base-6.5-5.20250125.fc42.noarch ncurses-libs-6.5-5.20250125.fc42.x86_64 ocaml-srpm-macros-10-4.fc42.noarch openblas-srpm-macros-2-19.fc42.noarch openldap-2.6.9-3.fc42.x86_64 openssl-libs-3.2.2-14.fc42.x86_64 p11-kit-0.25.5-5.fc42.x86_64 p11-kit-trust-0.25.5-5.fc42.x86_64 package-notes-srpm-macros-0.5-13.fc42.noarch pam-1.7.0-4.fc42.x86_64 pam-libs-1.7.0-4.fc42.x86_64 patch-2.7.6-26.fc42.x86_64 pcre2-10.44-1.fc42.2.x86_64 pcre2-syntax-10.44-1.fc42.2.noarch perl-srpm-macros-1-57.fc42.noarch pkgconf-2.3.0-2.fc42.x86_64 pkgconf-m4-2.3.0-2.fc42.noarch pkgconf-pkg-config-2.3.0-2.fc42.x86_64 popt-1.19-8.fc42.x86_64 publicsuffix-list-dafsa-20250116-1.fc42.noarch pyproject-srpm-macros-1.16.4-2.fc42.noarch python-srpm-macros-3.13-4.fc42.noarch qt5-srpm-macros-5.15.15-1.fc42.noarch qt6-srpm-macros-6.8.2-1.fc42.noarch readline-8.2-12.fc42.x86_64 redhat-rpm-config-342-2.fc42.noarch rpm-4.20.0-8.fc42.x86_64 rpm-build-4.20.0-8.fc42.x86_64 rpm-build-libs-4.20.0-8.fc42.x86_64 rpm-libs-4.20.0-8.fc42.x86_64 rpm-sequoia-1.7.0-4.fc42.x86_64 rust-srpm-macros-26.3-4.fc42.noarch sed-4.9-4.fc42.x86_64 setup-2.15.0-10.fc42.noarch shadow-utils-4.17.0-4.fc42.x86_64 sqlite-libs-3.47.2-2.fc42.x86_64 systemd-257.2-17.fc42.x86_64 systemd-libs-257.2-17.fc42.x86_64 systemd-pam-257.2-17.fc42.x86_64 systemd-rpm-macros-257.2-17.fc42.noarch tar-1.35-5.fc42.x86_64 tree-sitter-srpm-macros-0.1.0-8.fc42.noarch unzip-6.0-66.fc42.x86_64 util-linux-2.40.4-5.fc42.x86_64 util-linux-core-2.40.4-5.fc42.x86_64 which-2.23-1.fc42.x86_64 xxhash-libs-0.8.3-2.fc42.x86_64 xz-5.6.3-3.fc42.x86_64 xz-libs-5.6.3-3.fc42.x86_64 zig-srpm-macros-1-4.fc42.noarch zip-3.0-43.fc42.x86_64 zlib-ng-compat-2.2.3-2.fc42.x86_64 zstd-1.5.6-3.fc42.x86_64 Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install git jq python3 INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install git jq python3 Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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.0 INFO: Mock Version: 6.0 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Finish: chroot init INFO: installing package(s): git jq python3 Updating and loading repositories: fedora 100% | 84.5 KiB/s | 23.3 KiB | 00m00s updates 100% | 104.8 KiB/s | 28.5 KiB | 00m00s Repositories loaded. Package Arch Version Repository Size Installing: git x86_64 2.48.1-2.fc42 fedora 85.3 KiB jq x86_64 1.7.1-8.fc41 fedora 430.7 KiB python3 x86_64 3.13.2-1.fc42 fedora 27.6 KiB Installing dependencies: git-core x86_64 2.48.1-2.fc42 fedora 22.7 MiB git-core-doc noarch 2.48.1-2.fc42 fedora 17.4 MiB groff-base x86_64 1.23.0-8.fc42 fedora 3.9 MiB less x86_64 668-2.fc42 fedora 405.8 KiB libb2 x86_64 0.98.1-13.fc42 fedora 46.1 KiB libcbor x86_64 0.11.0-3.fc42 fedora 77.8 KiB libedit x86_64 3.1-55.20250104cvs.fc42 fedora 244.1 KiB libfido2 x86_64 1.15.0-3.fc42 fedora 242.1 KiB mpdecimal x86_64 2.5.1-17.fc42 fedora 200.8 KiB ncurses x86_64 6.5-5.20250125.fc42 fedora 608.1 KiB oniguruma x86_64 6.9.10-2.fc42 fedora 763.1 KiB openssh x86_64 9.9p1-7.fc42 fedora 1.4 MiB openssh-clients x86_64 9.9p1-7.fc42 fedora 2.7 MiB perl-AutoLoader noarch 5.74-515.fc42 fedora 20.5 KiB perl-B x86_64 1.89-515.fc42 fedora 498.0 KiB perl-Carp noarch 1.54-512.fc42 fedora 46.6 KiB perl-Class-Struct noarch 0.68-515.fc42 fedora 25.4 KiB perl-Data-Dumper x86_64 2.189-513.fc42 fedora 115.6 KiB perl-Digest noarch 1.20-512.fc42 fedora 35.3 KiB perl-Digest-MD5 x86_64 2.59-6.fc42 fedora 59.7 KiB perl-DynaLoader x86_64 1.56-515.fc42 fedora 32.1 KiB perl-Encode x86_64 4:3.21-512.fc42 fedora 4.7 MiB perl-Errno x86_64 1.38-515.fc42 fedora 8.3 KiB perl-Error noarch 1:0.17029-17.fc42 fedora 77.3 KiB perl-Exporter noarch 5.78-512.fc42 fedora 54.3 KiB perl-Fcntl x86_64 1.18-515.fc42 fedora 48.9 KiB perl-File-Basename noarch 2.86-515.fc42 fedora 14.0 KiB perl-File-Find noarch 1.44-515.fc42 fedora 41.9 KiB perl-File-Path noarch 2.18-512.fc42 fedora 63.5 KiB perl-File-Temp noarch 1:0.231.100-512.fc42 fedora 162.3 KiB perl-File-stat noarch 1.14-515.fc42 fedora 12.5 KiB perl-FileHandle noarch 2.05-515.fc42 fedora 9.3 KiB perl-Getopt-Long noarch 1:2.58-3.fc42 fedora 144.5 KiB perl-Getopt-Std noarch 1.14-515.fc42 fedora 11.2 KiB perl-Git noarch 2.48.1-2.fc42 fedora 64.0 KiB perl-HTTP-Tiny noarch 0.090-2.fc42 fedora 154.4 KiB perl-IO x86_64 1.55-515.fc42 fedora 147.0 KiB perl-IO-Socket-IP noarch 0.43-2.fc42 fedora 100.3 KiB perl-IO-Socket-SSL noarch 2.089-2.fc42 fedora 703.3 KiB perl-IPC-Open3 noarch 1.22-515.fc42 fedora 22.5 KiB perl-MIME-Base32 noarch 1.303-23.fc42 fedora 30.7 KiB perl-MIME-Base64 x86_64 3.16-512.fc42 fedora 42.0 KiB perl-Net-SSLeay x86_64 1.94-8.fc42 fedora 1.3 MiB perl-POSIX x86_64 2.20-515.fc42 fedora 231.0 KiB perl-PathTools x86_64 3.91-513.fc42 fedora 180.0 KiB perl-Pod-Escapes noarch 1:1.07-512.fc42 fedora 24.9 KiB perl-Pod-Perldoc noarch 3.28.01-513.fc42 fedora 163.7 KiB perl-Pod-Simple noarch 1:3.45-512.fc42 fedora 560.8 KiB perl-Pod-Usage noarch 4:2.03-512.fc42 fedora 84.8 KiB perl-Scalar-List-Utils x86_64 5:1.68-2.fc42 fedora 144.8 KiB perl-SelectSaver noarch 1.02-515.fc42 fedora 2.2 KiB perl-Socket x86_64 4:2.038-512.fc42 fedora 119.9 KiB perl-Storable x86_64 1:3.32-512.fc42 fedora 232.3 KiB perl-Symbol noarch 1.09-515.fc42 fedora 6.8 KiB perl-Term-ANSIColor noarch 5.01-513.fc42 fedora 97.5 KiB perl-Term-Cap noarch 1.18-512.fc42 fedora 29.3 KiB perl-TermReadKey x86_64 2.38-24.fc42 fedora 64.0 KiB perl-Text-ParseWords noarch 3.31-512.fc42 fedora 13.6 KiB perl-Text-Tabs+Wrap noarch 2024.001-512.fc42 fedora 22.6 KiB perl-Time-Local noarch 2:1.350-512.fc42 fedora 68.9 KiB perl-URI noarch 5.31-2.fc42 fedora 257.0 KiB perl-base noarch 2.27-515.fc42 fedora 12.5 KiB perl-constant noarch 1.33-513.fc42 fedora 26.2 KiB perl-if noarch 0.61.000-515.fc42 fedora 5.8 KiB perl-interpreter x86_64 4:5.40.1-515.fc42 fedora 118.1 KiB perl-lib x86_64 0.65-515.fc42 fedora 8.5 KiB perl-libnet noarch 3.15-513.fc42 fedora 289.4 KiB perl-libs x86_64 4:5.40.1-515.fc42 fedora 9.8 MiB perl-locale noarch 1.12-515.fc42 fedora 6.5 KiB perl-mro x86_64 1.29-515.fc42 fedora 41.5 KiB perl-overload noarch 1.37-515.fc42 fedora 71.5 KiB perl-overloading noarch 0.02-515.fc42 fedora 4.8 KiB perl-parent noarch 1:0.244-2.fc42 fedora 10.3 KiB perl-podlators noarch 1:6.0.2-3.fc42 fedora 317.5 KiB perl-vars noarch 1.05-515.fc42 fedora 3.9 KiB python-pip-wheel noarch 24.3.1-2.fc42 fedora 1.2 MiB python3-libs x86_64 3.13.2-1.fc42 fedora 39.9 MiB tzdata noarch 2024b-2.fc42 fedora 1.6 MiB Transaction Summary: Installing: 81 packages Total size of inbound packages is 29 MiB. Need to download 29 MiB. After this operation, 116 MiB extra will be used (install 116 MiB, remove 0 B). [ 1/81] git-0:2.48.1-2.fc42.x86_64 100% | 4.6 MiB/s | 51.8 KiB | 00m00s [ 2/81] python3-0:3.13.2-1.fc42.x86_64 100% | 2.3 MiB/s | 28.3 KiB | 00m00s [ 3/81] jq-0:1.7.1-8.fc41.x86_64 100% | 8.5 MiB/s | 200.8 KiB | 00m00s [ 4/81] git-core-doc-0:2.48.1-2.fc42.no 100% | 176.3 MiB/s | 3.0 MiB | 00m00s [ 5/81] perl-File-Basename-0:2.86-515.f 100% | 2.1 MiB/s | 17.2 KiB | 00m00s [ 6/81] git-core-0:2.48.1-2.fc42.x86_64 100% | 195.6 MiB/s | 4.9 MiB | 00m00s [ 7/81] perl-File-Find-0:1.44-515.fc42. 100% | 4.1 MiB/s | 25.4 KiB | 00m00s [ 8/81] perl-Getopt-Long-1:2.58-3.fc42. 100% | 12.4 MiB/s | 63.7 KiB | 00m00s [ 9/81] perl-IPC-Open3-0:1.22-515.fc42. 100% | 10.7 MiB/s | 21.8 KiB | 00m00s [10/81] perl-Git-0:2.48.1-2.fc42.noarch 100% | 9.4 MiB/s | 38.5 KiB | 00m00s [11/81] perl-PathTools-0:3.91-513.fc42. 100% | 17.1 MiB/s | 87.3 KiB | 00m00s [12/81] perl-TermReadKey-0:2.38-24.fc42 100% | 17.3 MiB/s | 35.4 KiB | 00m00s [13/81] perl-interpreter-4:5.40.1-515.f 100% | 23.5 MiB/s | 72.2 KiB | 00m00s [14/81] perl-lib-0:0.65-515.fc42.x86_64 100% | 4.9 MiB/s | 15.0 KiB | 00m00s [15/81] less-0:668-2.fc42.x86_64 100% | 37.1 MiB/s | 190.0 KiB | 00m00s [16/81] oniguruma-0:6.9.10-2.fc42.x86_6 100% | 15.2 MiB/s | 217.4 KiB | 00m00s [17/81] openssh-clients-0:9.9p1-7.fc42. 100% | 107.6 MiB/s | 771.4 KiB | 00m00s [18/81] perl-Carp-0:1.54-512.fc42.noarc 100% | 5.6 MiB/s | 28.9 KiB | 00m00s [19/81] perl-Exporter-0:5.78-512.fc42.n 100% | 7.6 MiB/s | 31.0 KiB | 00m00s [20/81] perl-Pod-Usage-4:2.03-512.fc42. 100% | 13.0 MiB/s | 40.0 KiB | 00m00s [21/81] perl-Text-ParseWords-0:3.31-512 100% | 5.4 MiB/s | 16.5 KiB | 00m00s [22/81] perl-base-0:2.27-515.fc42.noarc 100% | 7.9 MiB/s | 16.2 KiB | 00m00s [23/81] perl-constant-0:1.33-513.fc42.n 100% | 11.2 MiB/s | 23.0 KiB | 00m00s [24/81] perl-Error-1:0.17029-17.fc42.no 100% | 39.6 MiB/s | 40.6 KiB | 00m00s [25/81] perl-overload-0:1.37-515.fc42.n 100% | 14.8 MiB/s | 45.5 KiB | 00m00s [26/81] perl-Fcntl-0:1.18-515.fc42.x86_ 100% | 14.6 MiB/s | 29.8 KiB | 00m00s [27/81] perl-IO-0:1.55-515.fc42.x86_64 100% | 39.9 MiB/s | 81.7 KiB | 00m00s [28/81] python3-libs-0:3.13.2-1.fc42.x8 100% | 235.4 MiB/s | 9.2 MiB | 00m00s [29/81] perl-Symbol-0:1.09-515.fc42.noa 100% | 1.5 MiB/s | 14.2 KiB | 00m00s [30/81] perl-POSIX-0:2.20-515.fc42.x86_ 100% | 8.7 MiB/s | 97.7 KiB | 00m00s [31/81] perl-Errno-0:1.38-515.fc42.x86_ 100% | 7.3 MiB/s | 14.9 KiB | 00m00s [32/81] perl-Scalar-List-Utils-5:1.68-2 100% | 24.3 MiB/s | 74.7 KiB | 00m00s [33/81] perl-DynaLoader-0:1.56-515.fc42 100% | 12.7 MiB/s | 26.0 KiB | 00m00s [34/81] perl-vars-0:1.05-515.fc42.noarc 100% | 6.3 MiB/s | 13.0 KiB | 00m00s [35/81] libb2-0:0.98.1-13.fc42.x86_64 100% | 8.3 MiB/s | 25.4 KiB | 00m00s [36/81] mpdecimal-0:2.5.1-17.fc42.x86_6 100% | 29.4 MiB/s | 90.4 KiB | 00m00s [37/81] perl-libs-4:5.40.1-515.fc42.x86 100% | 212.4 MiB/s | 2.3 MiB | 00m00s [38/81] tzdata-0:2024b-2.fc42.noarch 100% | 116.1 MiB/s | 713.0 KiB | 00m00s [39/81] python-pip-wheel-0:24.3.1-2.fc4 100% | 133.8 MiB/s | 1.2 MiB | 00m00s [40/81] libedit-0:3.1-55.20250104cvs.fc 100% | 20.6 MiB/s | 105.3 KiB | 00m00s [41/81] libfido2-0:1.15.0-3.fc42.x86_64 100% | 32.0 MiB/s | 98.4 KiB | 00m00s [42/81] openssh-0:9.9p1-7.fc42.x86_64 100% | 115.7 MiB/s | 355.5 KiB | 00m00s [43/81] perl-Pod-Perldoc-0:3.28.01-513. 100% | 20.9 MiB/s | 85.8 KiB | 00m00s [44/81] perl-mro-0:1.29-515.fc42.x86_64 100% | 29.2 MiB/s | 29.9 KiB | 00m00s [45/81] perl-podlators-1:6.0.2-3.fc42.n 100% | 41.9 MiB/s | 128.6 KiB | 00m00s [46/81] perl-overloading-0:0.02-515.fc4 100% | 12.6 MiB/s | 12.9 KiB | 00m00s [47/81] perl-File-stat-0:1.14-515.fc42. 100% | 16.7 MiB/s | 17.1 KiB | 00m00s [48/81] perl-SelectSaver-0:1.02-515.fc4 100% | 11.5 MiB/s | 11.7 KiB | 00m00s [49/81] perl-locale-0:1.12-515.fc42.noa 100% | 13.3 MiB/s | 13.6 KiB | 00m00s [50/81] perl-Socket-4:2.038-512.fc42.x8 100% | 26.7 MiB/s | 54.8 KiB | 00m00s [51/81] libcbor-0:0.11.0-3.fc42.x86_64 100% | 32.5 MiB/s | 33.3 KiB | 00m00s [52/81] perl-File-Temp-1:0.231.100-512. 100% | 28.9 MiB/s | 59.2 KiB | 00m00s [53/81] perl-HTTP-Tiny-0:0.090-2.fc42.n 100% | 27.6 MiB/s | 56.5 KiB | 00m00s [54/81] groff-base-0:1.23.0-8.fc42.x86_ 100% | 184.1 MiB/s | 1.1 MiB | 00m00s [55/81] perl-parent-1:0.244-2.fc42.noar 100% | 7.4 MiB/s | 15.2 KiB | 00m00s [56/81] perl-Pod-Simple-1:3.45-512.fc42 100% | 53.5 MiB/s | 219.0 KiB | 00m00s [57/81] perl-Term-ANSIColor-0:5.01-513. 100% | 15.5 MiB/s | 47.7 KiB | 00m00s [58/81] perl-Term-Cap-0:1.18-512.fc42.n 100% | 7.2 MiB/s | 22.2 KiB | 00m00s [59/81] perl-Class-Struct-0:0.68-515.fc 100% | 5.4 MiB/s | 22.1 KiB | 00m00s [60/81] perl-File-Path-0:2.18-512.fc42. 100% | 34.4 MiB/s | 35.2 KiB | 00m00s [61/81] perl-IO-Socket-SSL-0:2.089-2.fc 100% | 112.4 MiB/s | 230.2 KiB | 00m00s [62/81] perl-MIME-Base64-0:3.16-512.fc4 100% | 29.2 MiB/s | 29.9 KiB | 00m00s [63/81] perl-Net-SSLeay-0:1.94-8.fc42.x 100% | 122.4 MiB/s | 376.0 KiB | 00m00s [64/81] perl-Time-Local-2:1.350-512.fc4 100% | 16.8 MiB/s | 34.5 KiB | 00m00s [65/81] perl-Pod-Escapes-1:1.07-512.fc4 100% | 9.7 MiB/s | 19.8 KiB | 00m00s [66/81] perl-Text-Tabs+Wrap-0:2024.001- 100% | 21.3 MiB/s | 21.8 KiB | 00m00s [67/81] perl-if-0:0.61.000-515.fc42.noa 100% | 13.7 MiB/s | 14.0 KiB | 00m00s [68/81] ncurses-0:6.5-5.20250125.fc42.x 100% | 138.2 MiB/s | 424.5 KiB | 00m00s [69/81] perl-IO-Socket-IP-0:0.43-2.fc42 100% | 13.8 MiB/s | 42.4 KiB | 00m00s [70/81] perl-URI-0:5.31-2.fc42.noarch 100% | 45.8 MiB/s | 140.7 KiB | 00m00s [71/81] perl-AutoLoader-0:5.74-515.fc42 100% | 10.4 MiB/s | 21.2 KiB | 00m00s [72/81] perl-Data-Dumper-0:2.189-513.fc 100% | 27.7 MiB/s | 56.7 KiB | 00m00s [73/81] perl-MIME-Base32-0:1.303-23.fc4 100% | 10.0 MiB/s | 20.5 KiB | 00m00s [74/81] perl-libnet-0:3.15-513.fc42.noa 100% | 62.7 MiB/s | 128.4 KiB | 00m00s [75/81] perl-Digest-MD5-0:2.59-6.fc42.x 100% | 17.6 MiB/s | 36.0 KiB | 00m00s [76/81] perl-B-0:1.89-515.fc42.x86_64 100% | 86.4 MiB/s | 177.0 KiB | 00m00s [77/81] perl-FileHandle-0:2.05-515.fc42 100% | 15.1 MiB/s | 15.5 KiB | 00m00s [78/81] perl-Digest-0:1.20-512.fc42.noa 100% | 24.3 MiB/s | 24.9 KiB | 00m00s [79/81] perl-Getopt-Std-0:1.14-515.fc42 100% | 15.3 MiB/s | 15.7 KiB | 00m00s [80/81] perl-Encode-4:3.21-512.fc42.x86 100% | 175.4 MiB/s | 1.1 MiB | 00m00s [81/81] perl-Storable-1:3.32-512.fc42.x 100% | 19.5 MiB/s | 99.6 KiB | 00m00s -------------------------------------------------------------------------------- [81/81] Total 100% | 68.4 MiB/s | 29.2 MiB | 00m00s Running transaction [ 1/83] Verify package files 100% | 870.0 B/s | 81.0 B | 00m00s [ 2/83] Prepare transaction 100% | 1.8 KiB/s | 81.0 B | 00m00s [ 3/83] Installing ncurses-0:6.5-5.2025 100% | 25.0 MiB/s | 614.7 KiB | 00m00s [ 4/83] Installing groff-base-0:1.23.0- 100% | 118.0 MiB/s | 3.9 MiB | 00m00s [ 5/83] Installing perl-Digest-0:1.20-5 100% | 36.2 MiB/s | 37.1 KiB | 00m00s [ 6/83] Installing perl-B-0:1.89-515.fc 100% | 244.8 MiB/s | 501.3 KiB | 00m00s [ 7/83] Installing perl-FileHandle-0:2. 100% | 0.0 B/s | 9.8 KiB | 00m00s [ 8/83] Installing perl-Digest-MD5-0:2. 100% | 60.1 MiB/s | 61.6 KiB | 00m00s [ 9/83] Installing perl-MIME-Base32-0:1 100% | 31.4 MiB/s | 32.2 KiB | 00m00s [10/83] Installing perl-Data-Dumper-0:2 100% | 114.7 MiB/s | 117.5 KiB | 00m00s [11/83] Installing perl-libnet-0:3.15-5 100% | 287.8 MiB/s | 294.7 KiB | 00m00s [12/83] Installing perl-IO-Socket-IP-0: 100% | 99.8 MiB/s | 102.2 KiB | 00m00s [13/83] Installing perl-AutoLoader-0:5. 100% | 0.0 B/s | 20.9 KiB | 00m00s [14/83] Installing perl-URI-0:5.31-2.fc 100% | 87.8 MiB/s | 269.6 KiB | 00m00s [15/83] Installing perl-locale-0:1.12-5 100% | 0.0 B/s | 6.9 KiB | 00m00s [16/83] Installing perl-File-Path-0:2.1 100% | 0.0 B/s | 64.5 KiB | 00m00s [17/83] Installing perl-Time-Local-2:1. 100% | 68.9 MiB/s | 70.6 KiB | 00m00s [18/83] Installing perl-Pod-Escapes-1:1 100% | 0.0 B/s | 25.9 KiB | 00m00s [19/83] Installing perl-Text-Tabs+Wrap- 100% | 0.0 B/s | 23.9 KiB | 00m00s [20/83] Installing perl-if-0:0.61.000-5 100% | 0.0 B/s | 6.2 KiB | 00m00s [21/83] Installing perl-Net-SSLeay-0:1. 100% | 271.7 MiB/s | 1.4 MiB | 00m00s [22/83] Installing perl-IO-Socket-SSL-0 100% | 345.4 MiB/s | 707.4 KiB | 00m00s [23/83] Installing perl-POSIX-0:2.20-51 100% | 226.7 MiB/s | 232.2 KiB | 00m00s [24/83] Installing perl-Term-ANSIColor- 100% | 96.9 MiB/s | 99.2 KiB | 00m00s [25/83] Installing perl-Term-Cap-0:1.18 100% | 0.0 B/s | 30.6 KiB | 00m00s [26/83] Installing perl-IPC-Open3-0:1.2 100% | 0.0 B/s | 23.3 KiB | 00m00s [27/83] Installing perl-Class-Struct-0: 100% | 0.0 B/s | 25.9 KiB | 00m00s [28/83] Installing perl-File-Temp-1:0.2 100% | 160.2 MiB/s | 164.1 KiB | 00m00s [29/83] Installing perl-Pod-Simple-1:3. 100% | 278.5 MiB/s | 570.4 KiB | 00m00s [30/83] Installing perl-HTTP-Tiny-0:0.0 100% | 152.8 MiB/s | 156.4 KiB | 00m00s [31/83] Installing perl-Symbol-0:1.09-5 100% | 0.0 B/s | 7.2 KiB | 00m00s [32/83] Installing perl-SelectSaver-0:1 100% | 0.0 B/s | 2.6 KiB | 00m00s [33/83] Installing perl-Socket-4:2.038- 100% | 119.1 MiB/s | 122.0 KiB | 00m00s [34/83] Installing perl-File-stat-0:1.1 100% | 0.0 B/s | 13.1 KiB | 00m00s [35/83] Installing perl-podlators-1:6.0 100% | 22.4 MiB/s | 321.4 KiB | 00m00s [36/83] Installing perl-Pod-Perldoc-0:3 100% | 12.7 MiB/s | 169.2 KiB | 00m00s [37/83] Installing perl-Text-ParseWords 100% | 0.0 B/s | 14.6 KiB | 00m00s [38/83] Installing perl-base-0:2.27-515 100% | 0.0 B/s | 12.9 KiB | 00m00s [39/83] Installing perl-Fcntl-0:1.18-51 100% | 0.0 B/s | 50.0 KiB | 00m00s [40/83] Installing perl-mro-0:1.29-515. 100% | 0.0 B/s | 42.6 KiB | 00m00s [41/83] Installing perl-overloading-0:0 100% | 0.0 B/s | 5.5 KiB | 00m00s [42/83] Installing perl-IO-0:1.55-515.f 100% | 147.6 MiB/s | 151.1 KiB | 00m00s [43/83] Installing perl-Pod-Usage-4:2.0 100% | 6.5 MiB/s | 86.3 KiB | 00m00s [44/83] Installing perl-constant-0:1.33 100% | 0.0 B/s | 27.4 KiB | 00m00s [45/83] Installing perl-Errno-0:1.38-51 100% | 0.0 B/s | 8.7 KiB | 00m00s [46/83] Installing perl-Scalar-List-Uti 100% | 145.1 MiB/s | 148.5 KiB | 00m00s [47/83] Installing perl-vars-0:1.05-515 100% | 0.0 B/s | 4.3 KiB | 00m00s [48/83] Installing perl-overload-0:1.37 100% | 0.0 B/s | 71.9 KiB | 00m00s [49/83] Installing perl-parent-1:0.244- 100% | 0.0 B/s | 11.0 KiB | 00m00s [50/83] Installing perl-MIME-Base64-0:3 100% | 43.2 MiB/s | 44.3 KiB | 00m00s [51/83] Installing perl-Getopt-Std-0:1. 100% | 0.0 B/s | 11.7 KiB | 00m00s [52/83] Installing perl-Storable-1:3.32 100% | 228.4 MiB/s | 233.9 KiB | 00m00s [53/83] Installing perl-Getopt-Long-1:2 100% | 143.8 MiB/s | 147.2 KiB | 00m00s [54/83] Installing perl-File-Basename-0 100% | 0.0 B/s | 14.6 KiB | 00m00s [55/83] Installing perl-Carp-0:1.54-512 100% | 0.0 B/s | 47.7 KiB | 00m00s [56/83] Installing perl-Exporter-0:5.78 100% | 0.0 B/s | 55.6 KiB | 00m00s [57/83] Installing perl-PathTools-0:3.9 100% | 180.2 MiB/s | 184.5 KiB | 00m00s [58/83] Installing perl-DynaLoader-0:1. 100% | 0.0 B/s | 32.5 KiB | 00m00s [59/83] Installing perl-Encode-4:3.21-5 100% | 180.5 MiB/s | 4.7 MiB | 00m00s [60/83] Installing perl-libs-4:5.40.1-5 100% | 275.2 MiB/s | 9.9 MiB | 00m00s [61/83] Installing perl-interpreter-4:5 100% | 9.0 MiB/s | 119.8 KiB | 00m00s [62/83] Installing perl-File-Find-0:1.4 100% | 0.0 B/s | 42.5 KiB | 00m00s [63/83] Installing perl-TermReadKey-0:2 100% | 64.6 MiB/s | 66.2 KiB | 00m00s [64/83] Installing perl-lib-0:0.65-515. 100% | 0.0 B/s | 8.9 KiB | 00m00s [65/83] Installing perl-Error-1:0.17029 100% | 78.6 MiB/s | 80.5 KiB | 00m00s [66/83] Installing libcbor-0:0.11.0-3.f 100% | 77.3 MiB/s | 79.2 KiB | 00m00s [67/83] Installing libfido2-0:1.15.0-3. 100% | 237.9 MiB/s | 243.6 KiB | 00m00s [68/83] Installing openssh-0:9.9p1-7.fc 100% | 86.3 MiB/s | 1.4 MiB | 00m00s [69/83] Installing libedit-0:3.1-55.202 100% | 240.0 MiB/s | 245.8 KiB | 00m00s [70/83] Installing openssh-clients-0:9. 100% | 73.1 MiB/s | 2.7 MiB | 00m00s [71/83] Installing tzdata-0:2024b-2.fc4 100% | 60.8 MiB/s | 1.9 MiB | 00m00s [72/83] Installing python-pip-wheel-0:2 100% | 622.1 MiB/s | 1.2 MiB | 00m00s [73/83] Installing mpdecimal-0:2.5.1-17 100% | 197.2 MiB/s | 201.9 KiB | 00m00s [74/83] Installing libb2-0:0.98.1-13.fc 100% | 9.2 MiB/s | 47.2 KiB | 00m00s [75/83] Installing python3-libs-0:3.13. 100% | 330.2 MiB/s | 40.3 MiB | 00m00s [76/83] Installing less-0:668-2.fc42.x8 100% | 25.0 MiB/s | 409.1 KiB | 00m00s [77/83] Installing git-core-0:2.48.1-2. 100% | 350.4 MiB/s | 22.8 MiB | 00m00s [78/83] Installing git-core-doc-0:2.48. 100% | 366.8 MiB/s | 17.6 MiB | 00m00s [79/83] Installing perl-Git-0:2.48.1-2. 100% | 63.5 MiB/s | 65.0 KiB | 00m00s [80/83] Installing git-0:2.48.1-2.fc42. 100% | 85.4 MiB/s | 87.5 KiB | 00m00s [81/83] Installing oniguruma-0:6.9.10-2 100% | 373.6 MiB/s | 765.2 KiB | 00m00s [82/83] Installing jq-0:1.7.1-8.fc41.x8 100% | 28.2 MiB/s | 433.1 KiB | 00m00s [83/83] Installing python3-0:3.13.2-1.f 100% | 599.9 KiB/s | 29.4 KiB | 00m00s Complete! INFO: Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/script /script INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/script /script Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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.0 INFO: Mock Version: 6.0 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Finish: chroot init INFO: copying /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/script to /var/lib/mock/copr-custom-fedora-42-x86_64/root/script Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;' INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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.0 INFO: Mock Version: 6.0 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Finish: chroot init INFO: Running in chroot: ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] Start: chroot ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] + chmod a+x /script + rm -rf /workdir + mkdir -p /workdir + chown mockbuild /workdir Finish: chroot ['set -ex; chmod a+x /script; rm -rf /workdir; mkdir -p /workdir; chown mockbuild /workdir;'] Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/results/hook_payload /workdir/hook_payload INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/results/hook_payload /workdir/hook_payload Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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.0 INFO: Mock Version: 6.0 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Finish: chroot init INFO: copying /var/lib/copr-rpmbuild/results/hook_payload to /var/lib/mock/copr-custom-fedora-42-x86_64/root/workdir/hook_payload Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --shell 'chmod a+r /workdir/hook_payload' INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --shell 'chmod a+r /workdir/hook_payload' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Finish: chroot init Start: shell ]11;?Finish: shell Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'su - mockbuild -c '"'"'set -xe ; cd /workdir ; COPR_OWNER=lizardbyte COPR_PROJECT=beta COPR_PACKAGE=Sunshine COPR_RESULTDIR=/workdir /script'"'"'' INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --chroot 'su - mockbuild -c '"'"'set -xe ; cd /workdir ; COPR_OWNER=lizardbyte COPR_PROJECT=beta COPR_PACKAGE=Sunshine COPR_RESULTDIR=/workdir /script'"'"'' Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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.0 INFO: Mock Version: 6.0 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Finish: chroot init INFO: Running in chroot: ["su - mockbuild -c 'set -xe ; cd /workdir ; COPR_OWNER=lizardbyte COPR_PROJECT=beta COPR_PACKAGE=Sunshine COPR_RESULTDIR=/workdir /script'"] Start: chroot ["su - mockbuild -c 'set -xe ; cd /workdir ; COPR_OWNER=lizardbyte COPR_PROJECT=beta COPR_PACKAGE=Sunshine COPR_RESULTDIR=/workdir /script'"] + cd /workdir + COPR_OWNER=lizardbyte + COPR_PROJECT=beta + COPR_PACKAGE=Sunshine + COPR_RESULTDIR=/workdir + /script + set -e + resultdir=/workdir + git clone https://github.com/lizardbyte/Sunshine.git --depth 1 Cloning into 'Sunshine'... + cd Sunshine + test -z '' + test -f /workdir/hook_payload + git clone https://github.com/praiskup/copr-ci-tooling /workdir/cct --depth 1 Cloning into '/workdir/cct'... + export PATH=/workdir/cct:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin + PATH=/workdir/cct:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin + echo --- + cat /workdir/hook_payload --- { "type": "PUSH", "git_hash": "d777b724216da2a41ab271d258768212fd71e7ce" }--- + echo --- ++ jq -r '.pr_id // empty' /workdir/hook_payload + PR= + '[' -z '' ']' + BRANCH=master + copr-travis-checkout /workdir/hook_payload Note: switching to 'd777b724216da2a41ab271d258768212fd71e7ce'. 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 d777b72 build(deps): bump vite from 4.5.2 to 4.5.9 (#3645) + git submodule update --init --recursive Submodule 'packaging/linux/flatpak/deps/flatpak-builder-tools' (https://github.com/flatpak/flatpak-builder-tools.git) registered for path 'packaging/linux/flatpak/deps/flatpak-builder-tools' Submodule 'packaging/linux/flatpak/deps/shared-modules' (https://github.com/flathub/shared-modules.git) registered for path 'packaging/linux/flatpak/deps/shared-modules' Submodule 'third-party/Simple-Web-Server' (https://gitlab.com/eidheim/Simple-Web-Server.git) registered for path 'third-party/Simple-Web-Server' Submodule 'third-party/TPCircularBuffer' (https://github.com/michaeltyson/TPCircularBuffer.git) registered for path 'third-party/TPCircularBuffer' Submodule 'third-party/ViGEmClient' (https://github.com/LizardByte/Virtual-Gamepad-Emulation-Client.git) registered for path 'third-party/ViGEmClient' Submodule 'third-party/build-deps' (https://github.com/LizardByte/build-deps.git) registered for path 'third-party/build-deps' Submodule 'third-party/doxyconfig' (https://github.com/LizardByte/doxyconfig.git) registered for path 'third-party/doxyconfig' Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' Submodule 'third-party/inputtino' (https://github.com/games-on-whales/inputtino.git) registered for path 'third-party/inputtino' Submodule 'third-party/libdisplaydevice' (https://github.com/LizardByte/libdisplaydevice.git) registered for path 'third-party/libdisplaydevice' Submodule 'third-party/moonlight-common-c' (https://github.com/moonlight-stream/moonlight-common-c.git) registered for path 'third-party/moonlight-common-c' Submodule 'third-party/nanors' (https://github.com/sleepybishop/nanors.git) registered for path 'third-party/nanors' Submodule 'third-party/nv-codec-headers' (https://github.com/FFmpeg/nv-codec-headers.git) registered for path 'third-party/nv-codec-headers' Submodule 'third-party/nvapi-open-source-sdk' (https://github.com/LizardByte/nvapi-open-source-sdk.git) registered for path 'third-party/nvapi-open-source-sdk' Submodule 'third-party/tray' (https://github.com/LizardByte/tray.git) registered for path 'third-party/tray' Submodule 'third-party/wayland-protocols' (https://gitlab.freedesktop.org/wayland/wayland-protocols.git) registered for path 'third-party/wayland-protocols' Submodule 'third-party/wlr-protocols' (https://gitlab.freedesktop.org/wlroots/wlr-protocols.git) registered for path 'third-party/wlr-protocols' Cloning into '/workdir/Sunshine/packaging/linux/flatpak/deps/flatpak-builder-tools'... Cloning into '/workdir/Sunshine/packaging/linux/flatpak/deps/shared-modules'... Cloning into '/workdir/Sunshine/third-party/Simple-Web-Server'... Cloning into '/workdir/Sunshine/third-party/TPCircularBuffer'... Cloning into '/workdir/Sunshine/third-party/ViGEmClient'... Cloning into '/workdir/Sunshine/third-party/build-deps'... Cloning into '/workdir/Sunshine/third-party/doxyconfig'... Cloning into '/workdir/Sunshine/third-party/googletest'... Cloning into '/workdir/Sunshine/third-party/inputtino'... Cloning into '/workdir/Sunshine/third-party/libdisplaydevice'... Cloning into '/workdir/Sunshine/third-party/moonlight-common-c'... Cloning into '/workdir/Sunshine/third-party/nanors'... Cloning into '/workdir/Sunshine/third-party/nv-codec-headers'... Cloning into '/workdir/Sunshine/third-party/nvapi-open-source-sdk'... Cloning into '/workdir/Sunshine/third-party/tray'... Cloning into '/workdir/Sunshine/third-party/wayland-protocols'... Cloning into '/workdir/Sunshine/third-party/wlr-protocols'... Submodule path 'packaging/linux/flatpak/deps/flatpak-builder-tools': checked out 'a1eb29c5f3038413ffafd4fea34e62c361c109ad' Submodule path 'packaging/linux/flatpak/deps/shared-modules': checked out '26def5f1d263653f9b9f93399ca9c6f2118964f5' Submodule path 'third-party/Simple-Web-Server': checked out '4abe3491582b56c0b18fc35278aad33b2db29cdc' Submodule path 'third-party/TPCircularBuffer': checked out '8833b3a73fab6530cc51e2063a85cced01714cfb' Submodule path 'third-party/ViGEmClient': checked out '8d71f6740ffff4671cdadbca255ce528e3cd3fef' Submodule path 'third-party/build-deps': checked out '249a31384468c3b01e06a58a1a39b12a292f2f86' Submodule path 'third-party/doxyconfig': checked out '4501c7b191170cd2adcc12336821b65449186d85' Submodule 'doxygen-awesome-css' (https://github.com/jothepro/doxygen-awesome-css.git) registered for path 'third-party/doxyconfig/doxygen-awesome-css' Cloning into '/workdir/Sunshine/third-party/doxyconfig/doxygen-awesome-css'... Submodule path 'third-party/doxyconfig/doxygen-awesome-css': checked out '98dd024a650e71d8afd1215c27134aa779bdbbd7' Submodule path 'third-party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' Submodule path 'third-party/inputtino': checked out '8065aeb46e5e5980e700d9c1f1be3c4f7ec29630' Submodule path 'third-party/libdisplaydevice': checked out '591387c58465376540fc9f505e938860e08fd47e' Submodule 'third-party/doxyconfig' (https://github.com/LizardByte/doxyconfig.git) registered for path 'third-party/libdisplaydevice/third-party/doxyconfig' Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/libdisplaydevice/third-party/googletest' Cloning into '/workdir/Sunshine/third-party/libdisplaydevice/third-party/doxyconfig'... Cloning into '/workdir/Sunshine/third-party/libdisplaydevice/third-party/googletest'... Submodule path 'third-party/libdisplaydevice/third-party/doxyconfig': checked out '4501c7b191170cd2adcc12336821b65449186d85' Submodule 'doxygen-awesome-css' (https://github.com/jothepro/doxygen-awesome-css.git) registered for path 'third-party/libdisplaydevice/third-party/doxyconfig/doxygen-awesome-css' Cloning into '/workdir/Sunshine/third-party/libdisplaydevice/third-party/doxyconfig/doxygen-awesome-css'... Submodule path 'third-party/libdisplaydevice/third-party/doxyconfig/doxygen-awesome-css': checked out '98dd024a650e71d8afd1215c27134aa779bdbbd7' Submodule path 'third-party/libdisplaydevice/third-party/googletest': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' Submodule path 'third-party/moonlight-common-c': checked out 'd3d3e6cf015cd032ce02718246b52aabd1e12294' Submodule 'enet' (https://github.com/cgutman/enet.git) registered for path 'third-party/moonlight-common-c/enet' Cloning into '/workdir/Sunshine/third-party/moonlight-common-c/enet'... Submodule path 'third-party/moonlight-common-c/enet': checked out '44c85e16279553d9c052e572bcbfcd745fb74abf' Submodule path 'third-party/nanors': checked out '19f07b513e924e471cadd141943c1ec4adc8d0e0' Submodule path 'third-party/nv-codec-headers': checked out '22441b505d9d9afc1e3002290820909846c24bdc' Submodule path 'third-party/nvapi-open-source-sdk': checked out 'cce4e90b629f712ae6eebafac97739bd1196cdef' Submodule path 'third-party/tray': checked out 'd45306e686c90a18f5792a1541783d7bc8555bc6' Submodule 'third-party/doxyconfig' (https://github.com/LizardByte/doxyconfig.git) registered for path 'third-party/tray/third-party/doxyconfig' Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/tray/third-party/googletest' Cloning into '/workdir/Sunshine/third-party/tray/third-party/doxyconfig'... Cloning into '/workdir/Sunshine/third-party/tray/third-party/googletest'... Submodule path 'third-party/tray/third-party/doxyconfig': checked out '4501c7b191170cd2adcc12336821b65449186d85' Submodule 'doxygen-awesome-css' (https://github.com/jothepro/doxygen-awesome-css.git) registered for path 'third-party/tray/third-party/doxyconfig/doxygen-awesome-css' Cloning into '/workdir/Sunshine/third-party/tray/third-party/doxyconfig/doxygen-awesome-css'... Submodule path 'third-party/tray/third-party/doxyconfig/doxygen-awesome-css': checked out '98dd024a650e71d8afd1215c27134aa779bdbbd7' Submodule path 'third-party/tray/third-party/googletest': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' Submodule path 'third-party/wayland-protocols': checked out 'c7b582cb71ec145026a547dcd8abb9dfeba40541' Submodule path 'third-party/wlr-protocols': checked out 'ffb89ac790096f6e6272822c8d5df7d0cc6fcdfa' ++ git tag --points-at HEAD ++ head -n1 + TAG=v2025.207.233852 + '[' -z v2025.207.233852 ']' ++ echo v2025.207.233852 ++ sed 's/^v//' + TAG=2025.207.233852 TAG=2025.207.233852 + echo TAG=2025.207.233852 ++ git rev-parse HEAD + COMMIT=d777b724216da2a41ab271d258768212fd71e7ce COMMIT=d777b724216da2a41ab271d258768212fd71e7ce + echo COMMIT=d777b724216da2a41ab271d258768212fd71e7ce + directories=("." "./packaging/linux/fedora") + for dir in "${directories[@]}" + '[' -f ./Sunshine.spec ']' + for dir in "${directories[@]}" + '[' -f ./packaging/linux/fedora/Sunshine.spec ']' + mv ./packaging/linux/fedora/Sunshine.spec /workdir + break + '[' '!' -f /workdir/Sunshine.spec ']' + sed -i 's|%global build_version 0|%global build_version 2025.207.233852|' /workdir/Sunshine.spec + sed -i 's|%global branch 0|%global branch master|' /workdir/Sunshine.spec + sed -i 's|%global commit 0|%global commit d777b724216da2a41ab271d258768212fd71e7ce|' /workdir/Sunshine.spec + tar -czf /workdir/tarball.tar.gz . Finish: chroot ["su - mockbuild -c 'set -xe ; cd /workdir ; COPR_OWNER=lizardbyte COPR_PROJECT=beta COPR_PACKAGE=Sunshine COPR_RESULTDIR=/workdir /script'"] Finish: run Running: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--copyout', '/workdir', '/var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir'] cwd: . rc: 0 stdout: stderr: INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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.0 INFO: Mock Version: 6.0 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64-bootstrap/root. INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-42-x86_64/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 (direct choice) Finish: chroot init INFO: copying /var/lib/mock/copr-custom-fedora-42-x86_64/root/workdir to /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir Finish: run Running: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --scrub all cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--scrub', 'all'] cwd: . rc: 0 stdout: stderr: INFO: mock.py version 6.0 starting (python version = 3.13.0, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --scrub all Start(bootstrap): init plugins INFO: tmpfs initialized INFO: selinux enabled INFO: chroot_scan: initialized INFO: compress_logs: initialized Finish(bootstrap): init plugins 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 Start: scrub ['all'] INFO: scrubbing everything for mock-config INFO: unmounting tmpfs. INFO: unmounting tmpfs. Finish: scrub ['all'] Finish: run Running: rpmbuild -bs --define '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir' --define '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir' --define '_builddir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir' --define '_specdir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir/Sunshine.spec cmd: ['rpmbuild', '-bs', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir', '--define', '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir', '--define', '_builddir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir', '--define', '_specdir /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '/var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir/Sunshine.spec'] cwd: . rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/Sunshine-2025.207.233852-1.src.rpm RPM build warnings: stderr: warning: /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir/Sunshine.spec line 88: autopatch: no matching patches in range warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from /var/lib/copr-rpmbuild/workspace/workdir-e04ek08j/srcdir/Sunshine.spec line 88: autopatch: no matching patches in range %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from Output: ['hook_payload', 'Sunshine-2025.207.233852-1.src.rpm', 'mock-config.cfg'] Running SRPMResults tool Package info: { "name": "Sunshine", "epoch": null, "version": "2025.207.233852", "release": "1", "exclusivearch": [], "excludearch": [] } SRPMResults finished