Warning: Permanently added '98.94.37.42' (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/9786692 Version: 1.6 PID: 23166 Logging PID: 23168 Task: {'appstream': False, 'background': False, 'build_id': 9786692, 'chroot': 'fedora-43-x86_64', 'package_name': None, 'project_dirname': 'NetworkManager-libreswan-next', 'project_name': 'NetworkManager-libreswan-next', 'project_owner': 'networkmanager', 'repos': [], 'sandbox': 'networkmanager/NetworkManager-libreswan-next--networkmanager', 'source_json': {'builddeps': 'git-core rpm-build curl which sed make tar libtool autoconf automake wget file ' 'findutils gcc gettext-devel glib2-devel gtk3-devel gtk4-devel libnma-gtk4-devel ' 'libnl3-devel intltool libtool libsecret-devel libnma-devel NetworkManager-libnm-devel ' 'pkgconfig autoconf automake make', 'chroot': 'fedora-43-x86_64', 'repos': '', 'resultdir': '', 'script': '#!/bin/bash\n' '# Enable command tracing (set -x) and immediate exit on error (set -e)\n' 'set -xe \n' '\n' '# --- Configuration ---\n' 'REPO_URL="https://gitlab.gnome.org/GNOME/NetworkManager-libreswan.git"\n' 'SPEC_URL="https://src.fedoraproject.org/rpms/NetworkManager-libreswan/raw/main/f/NetworkManager-libreswan.spec"\n' 'SPEC_FILE="NetworkManager-libreswan.spec"\n' '\n' '# --- Workspace Setup ---\n' 'echo "--- STEP: Setting up build workspace ---"\n' '# We must use the current directory (/workdir) provided by COPR.\n' '# DO NOT use mktemp or trap.\n' 'WORK_DIR=$(pwd) \n' 'echo "INFO: Working directory is: $WORK_DIR"\n' '\n' '# --- 1. Clone Repository ---\n' 'echo "--- STEP: Cloning repository and changing directory ---"\n' '# Clone into a subdirectory within /workdir\n' 'REPO_CLONE_PATH="$WORK_DIR/repo"\n' 'git clone $REPO_URL "$REPO_CLONE_PATH"\n' 'cd "$REPO_CLONE_PATH"\n' '\n' '# --- 2. Get Custom Versioning Info ---\n' 'echo "--- STEP: Calculating custom versioning ---"\n' '# Base version (e.g., 1.2.28)\n' 'GIT_DESCRIBE=$(git describe --tags --long 2>/dev/null || echo "0.0.0-0-g$(git rev-parse ' '--short HEAD)")\n' 'VERSION=$(echo "$GIT_DESCRIBE" | sed -r \'s/([0-9]+\\.[0-9]+\\.[0-9]+).*/\\1/\')\n' '# Commit count (e.g., 763)\n' 'COMMIT_COUNT=$(git rev-list --count HEAD)\n' '# Short commit ID (e.g., dd28708)\n' 'SHORT_COMMIT=$(git rev-parse --short HEAD)\n' '\n' '# Define the custom Release format: .copr.\n' 'RELEASE_FORMAT="$COMMIT_COUNT.copr.$SHORT_COMMIT"\n' 'RELEASE_NAME="NetworkManager-libreswan-$VERSION"\n' 'echo "Calculated Version: $VERSION, Release: $RELEASE_FORMAT, Tarball: ' '$RELEASE_NAME.tar.gz"\n' '\n' '# --- 3. Create Source Tarball (Output to /workdir) ---\n' 'echo "--- STEP: Creating source tarball in /workdir ---"\n' '# Output tarball directly to the parent directory (/workdir)\n' 'git archive --format=tar.gz --prefix=$RELEASE_NAME/ HEAD -o "../$RELEASE_NAME.tar.gz"\n' '\n' '# --- 4. Download Spec File (Output to /workdir) ---\n' 'echo "--- STEP: Downloading spec file to /workdir ---"\n' '# Output spec file directly to the parent directory (/workdir)\n' 'curl -sSL "$SPEC_URL" -o "../$SPEC_FILE"\n' '\n' '# --- 5. Patch Spec File (in /workdir) ---\n' 'echo "--- STEP: Patching spec file in /workdir ---"\n' '# Define the path to the spec file, which is now in the parent dir\n' 'SPEC_PATH_TARGET="../$SPEC_FILE" \n' '\n' '# 5a. FIX: Change the extension from .tar.xz to .tar.gz\n' 'sed -i \'s/\\.tar\\.xz/\\.tar\\.gz/g\' "$SPEC_PATH_TARGET"\n' '\n' '# 5b. FIX: Update Source0 to match the exact tarball name we created\n' '# This is critical for Mock to find the source\n' 'sed -i "s,^Source0:.*,Source0: $RELEASE_NAME.tar.gz," "$SPEC_PATH_TARGET"\n' '\n' '# 5c. Patch Version and Release\n' 'sed -i "s/^Version:.*/Version: $VERSION/" "$SPEC_PATH_TARGET"\n' 'sed -i "s/^Release:.*/Release: $RELEASE_FORMAT%{?dist}/" "$SPEC_PATH_TARGET"\n' '\n' '# 5d. CRITICAL FIX: Add autogen.sh to %prep section to generate ./configure\n' "# This command inserts './autogen.sh' on a new line right after the '%autosetup -p1' " 'line.\n' 'sed -i \'/^%autosetup -p1/a ./autogen.sh\' "$SPEC_PATH_TARGET"\n' '\n' 'echo "INFO: Spec file patched."\n' '\n' '# --- 6. Go back to /workdir and list files ---\n' 'cd ..\n' 'echo "--- STEP: Listing final files in /workdir ---"\n' 'ls -l\n' '# Mock should now find the spec file and the tar.gz file here.\n' '\n' 'echo "--- Custom build script completed. ---"\n'}, 'source_type': 9, 'submitter': 'networkmanager', 'task_id': '9786692'} 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-xinnlcy8/script --builddeps 'git-core rpm-build curl which sed make tar libtool autoconf automake wget file findutils gcc gettext-devel glib2-devel gtk3-devel gtk4-devel libnma-gtk4-devel libnl3-devel intltool libtool libsecret-devel libnma-devel NetworkManager-libnm-devel pkgconfig autoconf automake make' --env COPR_OWNER=networkmanager --env COPR_PROJECT=NetworkManager-libreswan-next --env 'COPR_PACKAGE='"'"''"'"'' 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.5 starting (python version = 3.13.7, NVR = mock-6.5-1.fc42), 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.5 INFO: Mock Version: 6.5 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-43-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:43 INFO: Pulling image: registry.fedoraproject.org/fedora:43 INFO: Tagging container image as mock-bootstrap-158fdd2f-e9f5-4465-9bb9-e9aeec2951d8 INFO: Checking that a9005aba99b11597d1540895839a1b78121a6b5c9e89cc91a19c1b9ff26441ac image matches host's architecture INFO: Copy content of container a9005aba99b11597d1540895839a1b78121a6b5c9e89cc91a19c1b9ff26441ac to /var/lib/mock/copr-custom-fedora-43-x86_64-bootstrap/root INFO: mounting a9005aba99b11597d1540895839a1b78121a6b5c9e89cc91a19c1b9ff26441ac with podman image mount INFO: image a9005aba99b11597d1540895839a1b78121a6b5c9e89cc91a19c1b9ff26441ac as /var/lib/containers/storage/overlay/f37e4c50fba3ab8c9c8ef21d81469788012c54e4fdfb96bde4ec74d74dbeb656/merged INFO: umounting image a9005aba99b11597d1540895839a1b78121a6b5c9e89cc91a19c1b9ff26441ac (/var/lib/containers/storage/overlay/f37e4c50fba3ab8c9c8ef21d81469788012c54e4fdfb96bde4ec74d74dbeb656/merged) with podman image umount INFO: Removing image mock-bootstrap-158fdd2f-e9f5-4465-9bb9-e9aeec2951d8 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-43-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: fedora 100% | 34.2 MiB/s | 36.2 MiB | 00m01s updates 100% | 5.3 MiB/s | 5.8 MiB | 00m01s Repositories loaded. Package Arch Version Repository Size Installing group/module packages: bash x86_64 5.3.0-2.fc43 fedora 8.4 MiB bzip2 x86_64 1.0.8-21.fc43 fedora 95.3 KiB coreutils x86_64 9.7-6.fc43 fedora 5.4 MiB cpio x86_64 2.15-6.fc43 fedora 1.1 MiB diffutils x86_64 3.12-3.fc43 fedora 1.6 MiB fedora-release-common noarch 43-25 fedora 20.6 KiB findutils x86_64 1:4.10.0-6.fc43 fedora 1.8 MiB gawk x86_64 5.3.2-2.fc43 fedora 1.8 MiB glibc-minimal-langpack x86_64 2.42-4.fc43 fedora 0.0 B grep x86_64 3.12-2.fc43 fedora 1.0 MiB gzip x86_64 1.13-4.fc43 fedora 388.8 KiB info x86_64 7.2-6.fc43 fedora 353.9 KiB patch x86_64 2.8-2.fc43 fedora 222.8 KiB redhat-rpm-config noarch 343-11.fc43 fedora 182.9 KiB rpm-build x86_64 6.0.0-1.fc43 fedora 287.4 KiB sed x86_64 4.9-5.fc43 fedora 857.3 KiB shadow-utils x86_64 2:4.18.0-3.fc43 fedora 3.9 MiB tar x86_64 2:1.35-6.fc43 fedora 2.9 MiB unzip x86_64 6.0-67.fc43 fedora 386.3 KiB util-linux x86_64 2.41.1-17.fc43 fedora 3.5 MiB which x86_64 2.23-3.fc43 fedora 83.5 KiB xz x86_64 1:5.8.1-2.fc43 fedora 1.3 MiB Installing dependencies: add-determinism x86_64 0.6.0-2.fc43 fedora 2.4 MiB alternatives x86_64 1.33-3.fc43 updates 62.2 KiB ansible-srpm-macros noarch 1-18.1.fc43 fedora 35.7 KiB audit-libs x86_64 4.1.2-2.fc43 updates 378.8 KiB binutils x86_64 2.45-1.fc43 fedora 26.5 MiB build-reproducibility-srpm-macros noarch 0.6.0-2.fc43 fedora 735.0 B bzip2-libs x86_64 1.0.8-21.fc43 fedora 80.6 KiB ca-certificates noarch 2025.2.80_v9.0.304-1.1.fc43 fedora 2.7 MiB coreutils-common x86_64 9.7-6.fc43 fedora 11.3 MiB crypto-policies noarch 20250714-5.gitcd6043a.fc43 fedora 146.9 KiB curl x86_64 8.15.0-2.fc43 fedora 473.6 KiB cyrus-sasl-lib x86_64 2.1.28-33.fc43 fedora 2.3 MiB debugedit x86_64 5.2-3.fc43 fedora 214.0 KiB dwz x86_64 0.16-2.fc43 fedora 287.1 KiB ed x86_64 1.22.2-1.fc43 fedora 148.1 KiB efi-srpm-macros noarch 6-4.fc43 fedora 40.1 KiB elfutils x86_64 0.194-1.fc43 updates 2.9 MiB elfutils-debuginfod-client x86_64 0.194-1.fc43 updates 84.0 KiB elfutils-default-yama-scope noarch 0.194-1.fc43 updates 1.8 KiB elfutils-libelf x86_64 0.194-1.fc43 updates 1.1 MiB elfutils-libs x86_64 0.194-1.fc43 updates 687.5 KiB fedora-gpg-keys noarch 43-1 fedora 131.2 KiB fedora-release noarch 43-25 fedora 0.0 B fedora-release-identity-basic noarch 43-25 fedora 631.0 B fedora-repos noarch 43-1 fedora 4.9 KiB file x86_64 5.46-8.fc43 fedora 100.2 KiB file-libs x86_64 5.46-8.fc43 fedora 11.9 MiB filesystem x86_64 3.18-50.fc43 fedora 112.0 B filesystem-srpm-macros noarch 3.18-50.fc43 fedora 38.2 KiB fonts-srpm-macros noarch 1:2.0.5-23.fc43 fedora 55.8 KiB forge-srpm-macros noarch 0.4.0-3.fc43 fedora 38.9 KiB fpc-srpm-macros noarch 1.3-15.fc43 fedora 144.0 B gap-srpm-macros noarch 2-1.fc43 fedora 2.1 KiB gdb-minimal x86_64 16.3-6.fc43 fedora 13.3 MiB gdbm-libs x86_64 1:1.23-10.fc43 fedora 129.9 KiB ghc-srpm-macros noarch 1.9.2-3.fc43 fedora 779.0 B glibc x86_64 2.42-4.fc43 fedora 6.7 MiB glibc-common x86_64 2.42-4.fc43 fedora 1.0 MiB glibc-gconv-extra x86_64 2.42-4.fc43 fedora 7.2 MiB gmp x86_64 1:6.3.0-4.fc43 fedora 811.2 KiB gnat-srpm-macros noarch 6-8.fc43 fedora 1.0 KiB gnulib-l10n noarch 20241231-1.fc43 fedora 655.0 KiB gnupg2 x86_64 2.4.8-4.fc43 fedora 6.5 MiB gnupg2-dirmngr x86_64 2.4.8-4.fc43 fedora 618.4 KiB gnupg2-gpg-agent x86_64 2.4.8-4.fc43 fedora 671.4 KiB gnupg2-gpgconf x86_64 2.4.8-4.fc43 fedora 250.0 KiB gnupg2-keyboxd x86_64 2.4.8-4.fc43 fedora 201.4 KiB gnupg2-verify x86_64 2.4.8-4.fc43 fedora 348.5 KiB gnutls x86_64 3.8.10-3.fc43 fedora 3.8 MiB go-srpm-macros noarch 3.8.0-1.fc43 fedora 61.9 KiB gpgverify noarch 2.2-3.fc43 fedora 8.7 KiB ima-evm-utils-libs x86_64 1.6.2-6.fc43 fedora 60.7 KiB jansson x86_64 2.14-3.fc43 fedora 89.1 KiB java-srpm-macros noarch 1-7.fc43 fedora 870.0 B json-c x86_64 0.18-7.fc43 fedora 82.7 KiB kernel-srpm-macros noarch 1.0-27.fc43 fedora 1.9 KiB keyutils-libs x86_64 1.6.3-6.fc43 fedora 54.3 KiB krb5-libs x86_64 1.21.3-7.fc43 fedora 2.3 MiB libacl x86_64 2.3.2-4.fc43 fedora 35.9 KiB libarchive x86_64 3.8.1-3.fc43 fedora 951.1 KiB libassuan x86_64 2.5.7-4.fc43 fedora 163.8 KiB libattr x86_64 2.5.2-6.fc43 fedora 24.4 KiB libblkid x86_64 2.41.1-17.fc43 fedora 262.4 KiB libbrotli x86_64 1.1.0-10.fc43 fedora 833.3 KiB libcap x86_64 2.76-3.fc43 fedora 209.1 KiB libcap-ng x86_64 0.8.5-8.fc43 fedora 68.9 KiB libcom_err x86_64 1.47.3-2.fc43 fedora 63.1 KiB libcurl x86_64 8.15.0-2.fc43 fedora 903.2 KiB libeconf x86_64 0.7.9-2.fc43 fedora 64.9 KiB libevent x86_64 2.1.12-16.fc43 fedora 883.1 KiB libfdisk x86_64 2.41.1-17.fc43 fedora 380.4 KiB libffi x86_64 3.5.1-2.fc43 fedora 83.6 KiB libfsverity x86_64 1.6-3.fc43 fedora 28.5 KiB libgcc x86_64 15.2.1-3.fc43 updates 266.6 KiB libgcrypt x86_64 1.11.1-2.fc43 fedora 1.6 MiB libgomp x86_64 15.2.1-3.fc43 updates 541.6 KiB libgpg-error x86_64 1.55-2.fc43 fedora 915.3 KiB libidn2 x86_64 2.3.8-2.fc43 fedora 552.5 KiB libksba x86_64 1.6.7-4.fc43 fedora 398.5 KiB liblastlog2 x86_64 2.41.1-17.fc43 fedora 33.9 KiB libmount x86_64 2.41.1-17.fc43 fedora 372.7 KiB libnghttp2 x86_64 1.66.0-2.fc43 fedora 162.2 KiB libpkgconf x86_64 2.3.0-3.fc43 fedora 78.1 KiB libpsl x86_64 0.21.5-6.fc43 fedora 76.4 KiB libselinux x86_64 3.9-5.fc43 fedora 193.1 KiB libsemanage x86_64 3.9-4.fc43 fedora 308.5 KiB libsepol x86_64 3.9-2.fc43 fedora 822.0 KiB libsmartcols x86_64 2.41.1-17.fc43 fedora 180.5 KiB libssh x86_64 0.11.3-1.fc43 fedora 567.1 KiB libssh-config noarch 0.11.3-1.fc43 fedora 277.0 B libstdc++ x86_64 15.2.1-3.fc43 updates 2.8 MiB libtasn1 x86_64 4.20.0-2.fc43 fedora 176.3 KiB libtool-ltdl x86_64 2.5.4-7.fc43 fedora 70.1 KiB libunistring x86_64 1.1-10.fc43 fedora 1.7 MiB libusb1 x86_64 1.0.29-4.fc43 fedora 171.3 KiB libuuid x86_64 2.41.1-17.fc43 fedora 37.4 KiB libverto x86_64 0.3.2-11.fc43 fedora 25.4 KiB libxcrypt x86_64 4.5.1-1.fc43 updates 285.1 KiB libxml2 x86_64 2.12.10-5.fc43 fedora 1.7 MiB libzstd x86_64 1.5.7-2.fc43 fedora 799.9 KiB lua-libs x86_64 5.4.8-2.fc43 fedora 280.8 KiB lua-srpm-macros noarch 1-16.fc43 fedora 1.3 KiB lz4-libs x86_64 1.10.0-3.fc43 fedora 161.4 KiB mpfr x86_64 4.2.2-2.fc43 fedora 832.8 KiB ncurses-base noarch 6.5-7.20250614.fc43 fedora 328.1 KiB ncurses-libs x86_64 6.5-7.20250614.fc43 fedora 946.3 KiB nettle x86_64 3.10.1-2.fc43 fedora 790.6 KiB npth x86_64 1.8-3.fc43 fedora 49.6 KiB ocaml-srpm-macros noarch 11-2.fc43 fedora 1.9 KiB openblas-srpm-macros noarch 2-20.fc43 fedora 112.0 B openldap x86_64 2.6.10-4.fc43 fedora 659.9 KiB openssl-libs x86_64 1:3.5.4-1.fc43 updates 8.9 MiB p11-kit x86_64 0.25.8-1.fc43 fedora 2.3 MiB p11-kit-trust x86_64 0.25.8-1.fc43 fedora 446.5 KiB package-notes-srpm-macros noarch 0.5-14.fc43 fedora 1.6 KiB pam-libs x86_64 1.7.1-3.fc43 fedora 126.8 KiB pcre2 x86_64 10.46-1.fc43 fedora 697.7 KiB pcre2-syntax noarch 10.46-1.fc43 fedora 275.3 KiB perl-srpm-macros noarch 1-60.fc43 fedora 861.0 B pkgconf x86_64 2.3.0-3.fc43 fedora 88.5 KiB pkgconf-m4 noarch 2.3.0-3.fc43 fedora 14.4 KiB pkgconf-pkg-config x86_64 2.3.0-3.fc43 fedora 989.0 B popt x86_64 1.19-9.fc43 fedora 132.8 KiB publicsuffix-list-dafsa noarch 20250616-2.fc43 fedora 69.1 KiB pyproject-srpm-macros noarch 1.18.4-1.fc43 fedora 1.9 KiB python-srpm-macros noarch 3.14-5.fc43 fedora 51.5 KiB qt5-srpm-macros noarch 5.15.18-1.fc43 updates 500.0 B qt6-srpm-macros noarch 6.10.0-1.fc43 updates 464.0 B readline x86_64 8.3-2.fc43 fedora 511.7 KiB rpm x86_64 6.0.0-1.fc43 fedora 3.1 MiB rpm-build-libs x86_64 6.0.0-1.fc43 fedora 268.4 KiB rpm-libs x86_64 6.0.0-1.fc43 fedora 933.7 KiB rpm-sequoia x86_64 1.9.0-2.fc43 fedora 2.5 MiB rpm-sign-libs x86_64 6.0.0-1.fc43 fedora 39.7 KiB rust-srpm-macros noarch 26.4-1.fc43 fedora 4.8 KiB setup noarch 2.15.0-26.fc43 fedora 725.0 KiB sqlite-libs x86_64 3.50.2-2.fc43 fedora 1.5 MiB systemd-libs x86_64 258.1-1.fc43 updates 2.3 MiB systemd-standalone-sysusers x86_64 258.1-1.fc43 updates 293.5 KiB tpm2-tss x86_64 4.1.3-8.fc43 fedora 1.6 MiB tree-sitter-srpm-macros noarch 0.4.2-1.fc43 fedora 8.3 KiB util-linux-core x86_64 2.41.1-17.fc43 fedora 1.5 MiB xxhash-libs x86_64 0.8.3-3.fc43 fedora 90.2 KiB xz-libs x86_64 1:5.8.1-2.fc43 fedora 217.8 KiB zig-srpm-macros noarch 1-5.fc43 fedora 1.1 KiB zip x86_64 3.0-44.fc43 fedora 694.5 KiB zlib-ng-compat x86_64 2.2.5-2.fc43 fedora 137.6 KiB zstd x86_64 1.5.7-2.fc43 fedora 1.7 MiB Installing groups: Buildsystem building group Transaction Summary: Installing: 170 packages Total size of inbound packages is 59 MiB. Need to download 59 MiB. After this operation, 199 MiB extra will be used (install 199 MiB, remove 0 B). [ 1/170] bzip2-0:1.0.8-21.fc43.x86_64 100% | 875.0 KiB/s | 51.6 KiB | 00m00s [ 2/170] cpio-0:2.15-6.fc43.x86_64 100% | 8.0 MiB/s | 293.1 KiB | 00m00s [ 3/170] coreutils-0:9.7-6.fc43.x86_64 100% | 11.0 MiB/s | 1.1 MiB | 00m00s [ 4/170] bash-0:5.3.0-2.fc43.x86_64 100% | 16.1 MiB/s | 1.9 MiB | 00m00s [ 5/170] fedora-release-common-0:43-25 100% | 1.6 MiB/s | 24.6 KiB | 00m00s [ 6/170] diffutils-0:3.12-3.fc43.x86_6 100% | 13.2 MiB/s | 392.3 KiB | 00m00s [ 7/170] glibc-minimal-langpack-0:2.42 100% | 2.5 MiB/s | 38.3 KiB | 00m00s [ 8/170] findutils-1:4.10.0-6.fc43.x86 100% | 24.4 MiB/s | 550.0 KiB | 00m00s [ 9/170] grep-0:3.12-2.fc43.x86_64 100% | 15.4 MiB/s | 299.1 KiB | 00m00s [ 10/170] gzip-0:1.13-4.fc43.x86_64 100% | 11.1 MiB/s | 170.1 KiB | 00m00s [ 11/170] info-0:7.2-6.fc43.x86_64 100% | 11.9 MiB/s | 182.9 KiB | 00m00s [ 12/170] patch-0:2.8-2.fc43.x86_64 100% | 6.9 MiB/s | 113.8 KiB | 00m00s [ 13/170] redhat-rpm-config-0:343-11.fc 100% | 5.2 MiB/s | 79.1 KiB | 00m00s [ 14/170] rpm-build-0:6.0.0-1.fc43.x86_ 100% | 9.0 MiB/s | 138.0 KiB | 00m00s [ 15/170] sed-0:4.9-5.fc43.x86_64 100% | 18.2 MiB/s | 317.1 KiB | 00m00s [ 16/170] tar-2:1.35-6.fc43.x86_64 100% | 44.0 MiB/s | 856.4 KiB | 00m00s [ 17/170] shadow-utils-2:4.18.0-3.fc43. 100% | 51.3 MiB/s | 1.3 MiB | 00m00s [ 18/170] unzip-0:6.0-67.fc43.x86_64 100% | 12.0 MiB/s | 183.7 KiB | 00m00s [ 19/170] which-0:2.23-3.fc43.x86_64 100% | 2.7 MiB/s | 41.7 KiB | 00m00s [ 20/170] xz-1:5.8.1-2.fc43.x86_64 100% | 31.1 MiB/s | 572.5 KiB | 00m00s [ 21/170] gawk-0:5.3.2-2.fc43.x86_64 100% | 38.8 MiB/s | 1.1 MiB | 00m00s [ 22/170] util-linux-0:2.41.1-17.fc43.x 100% | 59.5 MiB/s | 1.2 MiB | 00m00s [ 23/170] filesystem-0:3.18-50.fc43.x86 100% | 53.3 MiB/s | 1.3 MiB | 00m00s [ 24/170] ncurses-libs-0:6.5-7.20250614 100% | 19.1 MiB/s | 332.7 KiB | 00m00s [ 25/170] bzip2-libs-0:1.0.8-21.fc43.x8 100% | 2.8 MiB/s | 43.1 KiB | 00m00s [ 26/170] glibc-0:2.42-4.fc43.x86_64 100% | 76.0 MiB/s | 2.2 MiB | 00m00s [ 27/170] gmp-1:6.3.0-4.fc43.x86_64 100% | 18.3 MiB/s | 319.3 KiB | 00m00s [ 28/170] libacl-0:2.3.2-4.fc43.x86_64 100% | 1.6 MiB/s | 24.3 KiB | 00m00s [ 29/170] coreutils-common-0:9.7-6.fc43 100% | 72.4 MiB/s | 2.1 MiB | 00m00s [ 30/170] libattr-0:2.5.2-6.fc43.x86_64 100% | 1.2 MiB/s | 17.9 KiB | 00m00s [ 31/170] libcap-0:2.76-3.fc43.x86_64 100% | 5.7 MiB/s | 86.9 KiB | 00m00s [ 32/170] libselinux-0:3.9-5.fc43.x86_6 100% | 6.4 MiB/s | 97.7 KiB | 00m00s [ 33/170] fedora-repos-0:43-1.noarch 100% | 608.0 KiB/s | 9.1 KiB | 00m00s [ 34/170] glibc-common-0:2.42-4.fc43.x8 100% | 19.8 MiB/s | 325.2 KiB | 00m00s [ 35/170] pcre2-0:10.46-1.fc43.x86_64 100% | 16.0 MiB/s | 262.2 KiB | 00m00s [ 36/170] ed-0:1.22.2-1.fc43.x86_64 100% | 5.4 MiB/s | 83.7 KiB | 00m00s [ 37/170] ansible-srpm-macros-0:1-18.1. 100% | 1.3 MiB/s | 19.9 KiB | 00m00s [ 38/170] build-reproducibility-srpm-ma 100% | 788.2 KiB/s | 11.8 KiB | 00m00s [ 39/170] dwz-0:0.16-2.fc43.x86_64 100% | 8.3 MiB/s | 135.5 KiB | 00m00s [ 40/170] efi-srpm-macros-0:6-4.fc43.no 100% | 1.5 MiB/s | 22.4 KiB | 00m00s [ 41/170] file-0:5.46-8.fc43.x86_64 100% | 3.2 MiB/s | 48.8 KiB | 00m00s [ 42/170] filesystem-srpm-macros-0:3.18 100% | 1.7 MiB/s | 26.4 KiB | 00m00s [ 43/170] fonts-srpm-macros-1:2.0.5-23. 100% | 1.9 MiB/s | 27.2 KiB | 00m00s [ 44/170] forge-srpm-macros-0:0.4.0-3.f 100% | 1.3 MiB/s | 20.1 KiB | 00m00s [ 45/170] gap-srpm-macros-0:2-1.fc43.no 100% | 597.9 KiB/s | 9.0 KiB | 00m00s [ 46/170] fpc-srpm-macros-0:1.3-15.fc43 100% | 526.1 KiB/s | 7.9 KiB | 00m00s [ 47/170] ghc-srpm-macros-0:1.9.2-3.fc4 100% | 583.1 KiB/s | 8.7 KiB | 00m00s [ 48/170] gnat-srpm-macros-0:6-8.fc43.n 100% | 530.4 KiB/s | 8.5 KiB | 00m00s [ 49/170] go-srpm-macros-0:3.8.0-1.fc43 100% | 1.7 MiB/s | 28.3 KiB | 00m00s [ 50/170] java-srpm-macros-0:1-7.fc43.n 100% | 529.6 KiB/s | 7.9 KiB | 00m00s [ 51/170] lua-srpm-macros-0:1-16.fc43.n 100% | 583.8 KiB/s | 8.8 KiB | 00m00s [ 52/170] kernel-srpm-macros-0:1.0-27.f 100% | 594.7 KiB/s | 8.9 KiB | 00m00s [ 53/170] ocaml-srpm-macros-0:11-2.fc43 100% | 617.4 KiB/s | 9.3 KiB | 00m00s [ 54/170] openblas-srpm-macros-0:2-20.f 100% | 506.3 KiB/s | 7.6 KiB | 00m00s [ 55/170] package-notes-srpm-macros-0:0 100% | 599.0 KiB/s | 9.0 KiB | 00m00s [ 56/170] perl-srpm-macros-0:1-60.fc43. 100% | 552.6 KiB/s | 8.3 KiB | 00m00s [ 57/170] pyproject-srpm-macros-0:1.18. 100% | 913.0 KiB/s | 13.7 KiB | 00m00s [ 58/170] python-srpm-macros-0:3.14-5.f 100% | 1.3 MiB/s | 23.4 KiB | 00m00s [ 59/170] rpm-0:6.0.0-1.fc43.x86_64 100% | 33.1 MiB/s | 576.3 KiB | 00m00s [ 60/170] rust-srpm-macros-0:26.4-1.fc4 100% | 741.1 KiB/s | 11.1 KiB | 00m00s [ 61/170] tree-sitter-srpm-macros-0:0.4 100% | 890.0 KiB/s | 13.4 KiB | 00m00s [ 62/170] zig-srpm-macros-0:1-5.fc43.no 100% | 562.3 KiB/s | 8.4 KiB | 00m00s [ 63/170] zip-0:3.0-44.fc43.x86_64 100% | 15.0 MiB/s | 261.6 KiB | 00m00s [ 64/170] debugedit-0:5.2-3.fc43.x86_64 100% | 5.6 MiB/s | 85.6 KiB | 00m00s [ 65/170] libarchive-0:3.8.1-3.fc43.x86 100% | 24.2 MiB/s | 421.1 KiB | 00m00s [ 66/170] popt-0:1.19-9.fc43.x86_64 100% | 4.3 MiB/s | 65.7 KiB | 00m00s [ 67/170] readline-0:8.3-2.fc43.x86_64 100% | 13.7 MiB/s | 224.6 KiB | 00m00s [ 68/170] rpm-build-libs-0:6.0.0-1.fc43 100% | 7.8 MiB/s | 127.9 KiB | 00m00s [ 69/170] rpm-libs-0:6.0.0-1.fc43.x86_6 100% | 23.0 MiB/s | 400.2 KiB | 00m00s [ 70/170] zstd-0:1.5.7-2.fc43.x86_64 100% | 27.9 MiB/s | 485.9 KiB | 00m00s [ 71/170] libeconf-0:0.7.9-2.fc43.x86_6 100% | 2.3 MiB/s | 35.2 KiB | 00m00s [ 72/170] libsemanage-0:3.9-4.fc43.x86_ 100% | 7.5 MiB/s | 123.5 KiB | 00m00s [ 73/170] pam-libs-0:1.7.1-3.fc43.x86_6 100% | 3.7 MiB/s | 57.5 KiB | 00m00s [ 74/170] setup-0:2.15.0-26.fc43.noarch 100% | 10.2 MiB/s | 157.3 KiB | 00m00s [ 75/170] xz-libs-1:5.8.1-2.fc43.x86_64 100% | 6.9 MiB/s | 112.9 KiB | 00m00s [ 76/170] mpfr-0:4.2.2-2.fc43.x86_64 100% | 21.2 MiB/s | 347.0 KiB | 00m00s [ 77/170] libblkid-0:2.41.1-17.fc43.x86 100% | 8.0 MiB/s | 123.1 KiB | 00m00s [ 78/170] libcap-ng-0:0.8.5-8.fc43.x86_ 100% | 2.0 MiB/s | 32.1 KiB | 00m00s [ 79/170] libfdisk-0:2.41.1-17.fc43.x86 100% | 9.8 MiB/s | 161.3 KiB | 00m00s [ 80/170] liblastlog2-0:2.41.1-17.fc43. 100% | 1.5 MiB/s | 23.2 KiB | 00m00s [ 81/170] libmount-0:2.41.1-17.fc43.x86 100% | 9.9 MiB/s | 162.5 KiB | 00m00s [ 82/170] libsmartcols-0:2.41.1-17.fc43 100% | 5.5 MiB/s | 84.0 KiB | 00m00s [ 83/170] libuuid-0:2.41.1-17.fc43.x86_ 100% | 1.7 MiB/s | 26.2 KiB | 00m00s [ 84/170] zlib-ng-compat-0:2.2.5-2.fc43 100% | 5.2 MiB/s | 79.2 KiB | 00m00s [ 85/170] util-linux-core-0:2.41.1-17.f 100% | 29.9 MiB/s | 550.9 KiB | 00m00s [ 86/170] glibc-gconv-extra-0:2.42-4.fc 100% | 68.9 MiB/s | 1.6 MiB | 00m00s [ 87/170] ncurses-base-0:6.5-7.20250614 100% | 5.7 MiB/s | 88.2 KiB | 00m00s [ 88/170] gnulib-l10n-0:20241231-1.fc43 100% | 9.2 MiB/s | 150.2 KiB | 00m00s [ 89/170] libsepol-0:3.9-2.fc43.x86_64 100% | 19.8 MiB/s | 345.4 KiB | 00m00s [ 90/170] fedora-gpg-keys-0:43-1.noarch 100% | 8.5 MiB/s | 138.9 KiB | 00m00s [ 91/170] pcre2-syntax-0:10.46-1.fc43.n 100% | 10.6 MiB/s | 162.2 KiB | 00m00s [ 92/170] add-determinism-0:0.6.0-2.fc4 100% | 47.3 MiB/s | 919.3 KiB | 00m00s [ 93/170] file-libs-0:5.46-8.fc43.x86_6 100% | 43.7 MiB/s | 850.3 KiB | 00m00s [ 94/170] curl-0:8.15.0-2.fc43.x86_64 100% | 11.4 MiB/s | 233.7 KiB | 00m00s [ 95/170] libxml2-0:2.12.10-5.fc43.x86_ 100% | 33.8 MiB/s | 692.7 KiB | 00m00s [ 96/170] lz4-libs-0:1.10.0-3.fc43.x86_ 100% | 4.0 MiB/s | 78.0 KiB | 00m00s [ 97/170] libzstd-0:1.5.7-2.fc43.x86_64 100% | 14.0 MiB/s | 314.6 KiB | 00m00s [ 98/170] lua-libs-0:5.4.8-2.fc43.x86_6 100% | 8.0 MiB/s | 131.7 KiB | 00m00s [ 99/170] rpm-sign-libs-0:6.0.0-1.fc43. 100% | 1.8 MiB/s | 28.2 KiB | 00m00s [100/170] rpm-sequoia-0:1.9.0-2.fc43.x8 100% | 48.0 MiB/s | 933.3 KiB | 00m00s [101/170] sqlite-libs-0:3.50.2-2.fc43.x 100% | 37.1 MiB/s | 760.5 KiB | 00m00s [102/170] ima-evm-utils-libs-0:1.6.2-6. 100% | 1.9 MiB/s | 29.3 KiB | 00m00s [103/170] gnupg2-0:2.4.8-4.fc43.x86_64 100% | 68.5 MiB/s | 1.6 MiB | 00m00s [104/170] libfsverity-0:1.6-3.fc43.x86_ 100% | 1.2 MiB/s | 18.6 KiB | 00m00s [105/170] gpgverify-0:2.2-3.fc43.noarch 100% | 740.2 KiB/s | 11.1 KiB | 00m00s [106/170] gnupg2-dirmngr-0:2.4.8-4.fc43 100% | 15.8 MiB/s | 274.6 KiB | 00m00s [107/170] gnupg2-gpg-agent-0:2.4.8-4.fc 100% | 16.7 MiB/s | 272.9 KiB | 00m00s [108/170] gnupg2-gpgconf-0:2.4.8-4.fc43 100% | 7.5 MiB/s | 115.0 KiB | 00m00s [109/170] gnupg2-keyboxd-0:2.4.8-4.fc43 100% | 6.2 MiB/s | 94.7 KiB | 00m00s [110/170] gnupg2-verify-0:2.4.8-4.fc43. 100% | 10.4 MiB/s | 171.2 KiB | 00m00s [111/170] libassuan-0:2.5.7-4.fc43.x86_ 100% | 4.4 MiB/s | 67.4 KiB | 00m00s [112/170] libgcrypt-0:1.11.1-2.fc43.x86 100% | 32.3 MiB/s | 595.8 KiB | 00m00s [113/170] libgpg-error-0:1.55-2.fc43.x8 100% | 14.9 MiB/s | 244.3 KiB | 00m00s [114/170] npth-0:1.8-3.fc43.x86_64 100% | 1.7 MiB/s | 25.7 KiB | 00m00s [115/170] tpm2-tss-0:4.1.3-8.fc43.x86_6 100% | 24.5 MiB/s | 425.9 KiB | 00m00s [116/170] libksba-0:1.6.7-4.fc43.x86_64 100% | 10.4 MiB/s | 160.4 KiB | 00m00s [117/170] gnutls-0:3.8.10-3.fc43.x86_64 100% | 61.0 MiB/s | 1.4 MiB | 00m00s [118/170] openldap-0:2.6.10-4.fc43.x86_ 100% | 15.8 MiB/s | 259.6 KiB | 00m00s [119/170] json-c-0:0.18-7.fc43.x86_64 100% | 2.9 MiB/s | 45.0 KiB | 00m00s [120/170] libusb1-0:1.0.29-4.fc43.x86_6 100% | 5.2 MiB/s | 79.9 KiB | 00m00s [121/170] crypto-policies-0:20250714-5. 100% | 6.4 MiB/s | 98.5 KiB | 00m00s [122/170] libidn2-0:2.3.8-2.fc43.x86_64 100% | 10.7 MiB/s | 174.9 KiB | 00m00s [123/170] libtasn1-0:4.20.0-2.fc43.x86_ 100% | 4.8 MiB/s | 74.5 KiB | 00m00s [124/170] libunistring-0:1.1-10.fc43.x8 100% | 29.5 MiB/s | 542.9 KiB | 00m00s [125/170] nettle-0:3.10.1-2.fc43.x86_64 100% | 24.4 MiB/s | 424.2 KiB | 00m00s [126/170] p11-kit-0:0.25.8-1.fc43.x86_6 100% | 27.3 MiB/s | 503.8 KiB | 00m00s [127/170] cyrus-sasl-lib-0:2.1.28-33.fc 100% | 40.5 MiB/s | 787.9 KiB | 00m00s [128/170] libevent-0:2.1.12-16.fc43.x86 100% | 15.7 MiB/s | 257.8 KiB | 00m00s [129/170] libtool-ltdl-0:2.5.4-7.fc43.x 100% | 2.4 MiB/s | 36.2 KiB | 00m00s [130/170] libffi-0:3.5.1-2.fc43.x86_64 100% | 2.7 MiB/s | 40.9 KiB | 00m00s [131/170] gdbm-libs-1:1.23-10.fc43.x86_ 100% | 3.7 MiB/s | 56.8 KiB | 00m00s [132/170] libgcc-0:15.2.1-3.fc43.x86_64 100% | 997.2 KiB/s | 133.6 KiB | 00m00s [133/170] libxcrypt-0:4.5.1-1.fc43.x86_ 100% | 967.8 KiB/s | 127.7 KiB | 00m00s [134/170] audit-libs-0:4.1.2-2.fc43.x86 100% | 2.8 MiB/s | 138.4 KiB | 00m00s [135/170] libstdc++-0:15.2.1-3.fc43.x86 100% | 3.2 MiB/s | 920.8 KiB | 00m00s [136/170] systemd-libs-0:258.1-1.fc43.x 100% | 4.6 MiB/s | 820.6 KiB | 00m00s [137/170] ca-certificates-0:2025.2.80_v 100% | 39.7 MiB/s | 975.4 KiB | 00m00s [138/170] elfutils-libelf-0:0.194-1.fc4 100% | 4.2 MiB/s | 205.2 KiB | 00m00s [139/170] elfutils-libs-0:0.194-1.fc43. 100% | 5.4 MiB/s | 271.5 KiB | 00m00s [140/170] elfutils-debuginfod-client-0: 100% | 1.4 MiB/s | 46.9 KiB | 00m00s [141/170] elfutils-0:0.194-1.fc43.x86_6 100% | 6.9 MiB/s | 575.6 KiB | 00m00s [142/170] libgomp-0:15.2.1-3.fc43.x86_6 100% | 7.5 MiB/s | 374.1 KiB | 00m00s [143/170] jansson-0:2.14-3.fc43.x86_64 100% | 2.9 MiB/s | 45.3 KiB | 00m00s [144/170] pkgconf-pkg-config-0:2.3.0-3. 100% | 640.6 KiB/s | 9.6 KiB | 00m00s [145/170] pkgconf-0:2.3.0-3.fc43.x86_64 100% | 2.9 MiB/s | 44.6 KiB | 00m00s [146/170] binutils-0:2.45-1.fc43.x86_64 100% | 103.0 MiB/s | 5.9 MiB | 00m00s [147/170] pkgconf-m4-0:2.3.0-3.fc43.noa 100% | 927.4 KiB/s | 13.9 KiB | 00m00s [148/170] libpkgconf-0:2.3.0-3.fc43.x86 100% | 2.5 MiB/s | 37.9 KiB | 00m00s [149/170] qt5-srpm-macros-0:5.15.18-1.f 100% | 260.7 KiB/s | 8.6 KiB | 00m00s [150/170] qt6-srpm-macros-0:6.10.0-1.fc 100% | 292.4 KiB/s | 9.4 KiB | 00m00s [151/170] p11-kit-trust-0:0.25.8-1.fc43 100% | 8.0 MiB/s | 139.6 KiB | 00m00s [152/170] alternatives-0:1.33-3.fc43.x8 100% | 1.2 MiB/s | 40.6 KiB | 00m00s [153/170] elfutils-default-yama-scope-0 100% | 386.7 KiB/s | 12.4 KiB | 00m00s [154/170] fedora-release-0:43-25.noarch 100% | 749.6 KiB/s | 13.5 KiB | 00m00s [155/170] systemd-standalone-sysusers-0 100% | 4.3 MiB/s | 144.4 KiB | 00m00s [156/170] xxhash-libs-0:0.8.3-3.fc43.x8 100% | 2.3 MiB/s | 38.5 KiB | 00m00s [157/170] gdb-minimal-0:16.3-6.fc43.x86 100% | 89.9 MiB/s | 4.4 MiB | 00m00s [158/170] openssl-libs-1:3.5.4-1.fc43.x 100% | 5.7 MiB/s | 2.6 MiB | 00m00s [159/170] fedora-release-identity-basic 100% | 891.0 KiB/s | 14.3 KiB | 00m00s [160/170] libcurl-0:8.15.0-2.fc43.x86_6 100% | 18.8 MiB/s | 404.3 KiB | 00m00s [161/170] libbrotli-0:1.1.0-10.fc43.x86 100% | 14.4 MiB/s | 339.1 KiB | 00m00s [162/170] krb5-libs-0:1.21.3-7.fc43.x86 100% | 30.9 MiB/s | 758.9 KiB | 00m00s [163/170] libnghttp2-0:1.66.0-2.fc43.x8 100% | 4.7 MiB/s | 72.5 KiB | 00m00s [164/170] libpsl-0:0.21.5-6.fc43.x86_64 100% | 4.2 MiB/s | 65.0 KiB | 00m00s [165/170] libssh-0:0.11.3-1.fc43.x86_64 100% | 14.2 MiB/s | 232.8 KiB | 00m00s [166/170] keyutils-libs-0:1.6.3-6.fc43. 100% | 2.0 MiB/s | 31.4 KiB | 00m00s [167/170] libcom_err-0:1.47.3-2.fc43.x8 100% | 1.7 MiB/s | 26.8 KiB | 00m00s [168/170] libverto-0:0.3.2-11.fc43.x86_ 100% | 1.3 MiB/s | 20.7 KiB | 00m00s [169/170] publicsuffix-list-dafsa-0:202 100% | 3.9 MiB/s | 59.2 KiB | 00m00s [170/170] libssh-config-0:0.11.3-1.fc43 100% | 607.4 KiB/s | 9.1 KiB | 00m00s -------------------------------------------------------------------------------- [170/170] Total 100% | 37.7 MiB/s | 59.1 MiB | 00m02s Running transaction Importing OpenPGP key 0x31645531: UserID : "Fedora (43) " Fingerprint: C6E7F081CF80E13146676E88829B606631645531 From : file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-43-primary The key was successfully imported. [ 1/172] Verify package files 100% | 825.0 B/s | 170.0 B | 00m00s [ 2/172] Prepare transaction 100% | 4.4 KiB/s | 170.0 B | 00m00s [ 3/172] Installing libgcc-0:15.2.1-3. 100% | 262.0 MiB/s | 268.3 KiB | 00m00s [ 4/172] Installing libssh-config-0:0. 100% | 0.0 B/s | 816.0 B | 00m00s [ 5/172] Installing publicsuffix-list- 100% | 0.0 B/s | 69.8 KiB | 00m00s [ 6/172] Installing fedora-release-ide 100% | 0.0 B/s | 888.0 B | 00m00s [ 7/172] Installing fedora-gpg-keys-0: 100% | 58.3 MiB/s | 179.0 KiB | 00m00s [ 8/172] Installing fedora-repos-0:43- 100% | 0.0 B/s | 5.7 KiB | 00m00s [ 9/172] Installing fedora-release-com 100% | 24.3 MiB/s | 24.9 KiB | 00m00s [ 10/172] Installing fedora-release-0:4 100% | 17.3 KiB/s | 124.0 B | 00m00s >>> Running sysusers scriptlet: setup-0:2.15.0-26.fc43.noarch >>> Finished sysusers scriptlet: setup-0:2.15.0-26.fc43.noarch >>> Scriptlet output: >>> Creating group 'adm' with GID 4. >>> Creating group 'audio' with GID 63. >>> Creating group 'cdrom' with GID 11. >>> Creating group 'clock' with GID 103. >>> 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. >>> Creating user 'adm' (adm) with UID 3 and GID 4. >>> Creating group 'bin' with GID 1. >>> Creating user 'bin' (bin) with UID 1 and GID 1. >>> Creating group 'daemon' with GID 2. >>> 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 100. >>> 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/172] Installing setup-0:2.15.0-26. 100% | 54.9 MiB/s | 730.6 KiB | 00m00s [ 12/172] Installing filesystem-0:3.18- 100% | 3.1 MiB/s | 212.8 KiB | 00m00s [ 13/172] Installing qt6-srpm-macros-0: 100% | 0.0 B/s | 740.0 B | 00m00s [ 14/172] Installing qt5-srpm-macros-0: 100% | 0.0 B/s | 776.0 B | 00m00s [ 15/172] Installing pkgconf-m4-0:2.3.0 100% | 0.0 B/s | 14.8 KiB | 00m00s [ 16/172] Installing pcre2-syntax-0:10. 100% | 271.2 MiB/s | 277.8 KiB | 00m00s [ 17/172] Installing gnulib-l10n-0:2024 100% | 215.5 MiB/s | 661.9 KiB | 00m00s [ 18/172] Installing coreutils-common-0 100% | 434.3 MiB/s | 11.3 MiB | 00m00s [ 19/172] Installing ncurses-base-0:6.5 100% | 115.1 MiB/s | 353.5 KiB | 00m00s [ 20/172] Installing bash-0:5.3.0-2.fc4 100% | 301.1 MiB/s | 8.4 MiB | 00m00s [ 21/172] Installing glibc-common-0:2.4 100% | 68.0 MiB/s | 1.0 MiB | 00m00s [ 22/172] Installing glibc-gconv-extra- 100% | 317.8 MiB/s | 7.3 MiB | 00m00s [ 23/172] Installing glibc-0:2.42-4.fc4 100% | 203.1 MiB/s | 6.7 MiB | 00m00s [ 24/172] Installing ncurses-libs-0:6.5 100% | 310.1 MiB/s | 952.8 KiB | 00m00s [ 25/172] Installing glibc-minimal-lang 100% | 0.0 B/s | 124.0 B | 00m00s [ 26/172] Installing zlib-ng-compat-0:2 100% | 0.0 B/s | 138.4 KiB | 00m00s [ 27/172] Installing bzip2-libs-0:1.0.8 100% | 0.0 B/s | 81.7 KiB | 00m00s [ 28/172] Installing libgpg-error-0:1.5 100% | 69.2 MiB/s | 921.1 KiB | 00m00s [ 29/172] Installing libstdc++-0:15.2.1 100% | 474.0 MiB/s | 2.8 MiB | 00m00s [ 30/172] Installing xz-libs-1:5.8.1-2. 100% | 213.8 MiB/s | 218.9 KiB | 00m00s [ 31/172] Installing libassuan-0:2.5.7- 100% | 161.7 MiB/s | 165.6 KiB | 00m00s [ 32/172] Installing libgcrypt-0:1.11.1 100% | 393.8 MiB/s | 1.6 MiB | 00m00s [ 33/172] Installing readline-0:8.3-2.f 100% | 501.8 MiB/s | 513.9 KiB | 00m00s [ 34/172] Installing gmp-1:6.3.0-4.fc43 100% | 397.2 MiB/s | 813.5 KiB | 00m00s [ 35/172] Installing libuuid-0:2.41.1-1 100% | 0.0 B/s | 38.5 KiB | 00m00s [ 36/172] Installing popt-0:1.19-9.fc43 100% | 68.1 MiB/s | 139.4 KiB | 00m00s [ 37/172] Installing npth-0:1.8-3.fc43. 100% | 0.0 B/s | 50.7 KiB | 00m00s [ 38/172] Installing libblkid-0:2.41.1- 100% | 257.2 MiB/s | 263.4 KiB | 00m00s [ 39/172] Installing libzstd-0:1.5.7-2. 100% | 391.2 MiB/s | 801.1 KiB | 00m00s [ 40/172] Installing elfutils-libelf-0: 100% | 373.7 MiB/s | 1.1 MiB | 00m00s [ 41/172] Installing sqlite-libs-0:3.50 100% | 379.1 MiB/s | 1.5 MiB | 00m00s [ 42/172] Installing libxcrypt-0:4.5.1- 100% | 281.0 MiB/s | 287.8 KiB | 00m00s [ 43/172] Installing gnupg2-gpgconf-0:2 100% | 22.4 MiB/s | 252.0 KiB | 00m00s [ 44/172] Installing libattr-0:2.5.2-6. 100% | 0.0 B/s | 25.4 KiB | 00m00s [ 45/172] Installing libacl-0:2.3.2-4.f 100% | 0.0 B/s | 36.8 KiB | 00m00s [ 46/172] Installing libtasn1-0:4.20.0- 100% | 173.9 MiB/s | 178.1 KiB | 00m00s [ 47/172] Installing libunistring-0:1.1 100% | 431.7 MiB/s | 1.7 MiB | 00m00s [ 48/172] Installing libidn2-0:2.3.8-2. 100% | 68.2 MiB/s | 558.7 KiB | 00m00s [ 49/172] Installing crypto-policies-0: 100% | 42.0 MiB/s | 172.0 KiB | 00m00s [ 50/172] Installing dwz-0:0.16-2.fc43. 100% | 23.5 MiB/s | 288.5 KiB | 00m00s [ 51/172] Installing gnupg2-verify-0:2. 100% | 31.1 MiB/s | 349.9 KiB | 00m00s [ 52/172] Installing mpfr-0:4.2.2-2.fc4 100% | 407.4 MiB/s | 834.4 KiB | 00m00s [ 53/172] Installing gawk-0:5.3.2-2.fc4 100% | 113.5 MiB/s | 1.8 MiB | 00m00s [ 54/172] Installing libksba-0:1.6.7-4. 100% | 391.7 MiB/s | 401.1 KiB | 00m00s [ 55/172] Installing unzip-0:6.0-67.fc4 100% | 34.6 MiB/s | 389.8 KiB | 00m00s [ 56/172] Installing file-libs-0:5.46-8 100% | 741.1 MiB/s | 11.9 MiB | 00m00s [ 57/172] Installing file-0:5.46-8.fc43 100% | 9.0 MiB/s | 101.7 KiB | 00m00s [ 58/172] Installing pcre2-0:10.46-1.fc 100% | 341.4 MiB/s | 699.1 KiB | 00m00s [ 59/172] Installing grep-0:3.12-2.fc43 100% | 71.6 MiB/s | 1.0 MiB | 00m00s [ 60/172] Installing xz-1:5.8.1-2.fc43. 100% | 88.8 MiB/s | 1.3 MiB | 00m00s [ 61/172] Installing libeconf-0:0.7.9-2 100% | 65.0 MiB/s | 66.5 KiB | 00m00s [ 62/172] Installing libcap-ng-0:0.8.5- 100% | 69.2 MiB/s | 70.8 KiB | 00m00s [ 63/172] Installing audit-libs-0:4.1.2 100% | 372.6 MiB/s | 381.5 KiB | 00m00s [ 64/172] Installing pam-libs-0:1.7.1-3 100% | 126.0 MiB/s | 129.0 KiB | 00m00s [ 65/172] Installing libcap-0:2.76-3.fc 100% | 19.0 MiB/s | 214.3 KiB | 00m00s [ 66/172] Installing systemd-libs-0:258 100% | 386.8 MiB/s | 2.3 MiB | 00m00s [ 67/172] Installing libsmartcols-0:2.4 100% | 177.3 MiB/s | 181.6 KiB | 00m00s [ 68/172] Installing libsepol-0:3.9-2.f 100% | 401.8 MiB/s | 822.9 KiB | 00m00s [ 69/172] Installing libselinux-0:3.9-5 100% | 189.8 MiB/s | 194.4 KiB | 00m00s [ 70/172] Installing findutils-1:4.10.0 100% | 123.9 MiB/s | 1.9 MiB | 00m00s [ 71/172] Installing sed-0:4.9-5.fc43.x 100% | 65.0 MiB/s | 865.5 KiB | 00m00s [ 72/172] Installing libmount-0:2.41.1- 100% | 364.9 MiB/s | 373.7 KiB | 00m00s [ 73/172] Installing lz4-libs-0:1.10.0- 100% | 158.6 MiB/s | 162.5 KiB | 00m00s [ 74/172] Installing lua-libs-0:5.4.8-2 100% | 275.3 MiB/s | 281.9 KiB | 00m00s [ 75/172] Installing json-c-0:0.18-7.fc 100% | 0.0 B/s | 84.0 KiB | 00m00s [ 76/172] Installing libffi-0:3.5.1-2.f 100% | 83.0 MiB/s | 85.0 KiB | 00m00s [ 77/172] Installing p11-kit-0:0.25.8-1 100% | 134.8 MiB/s | 2.3 MiB | 00m00s [ 78/172] Installing alternatives-0:1.3 100% | 6.2 MiB/s | 63.8 KiB | 00m00s [ 79/172] Installing p11-kit-trust-0:0. 100% | 24.3 MiB/s | 448.2 KiB | 00m00s [ 80/172] Installing openssl-libs-1:3.5 100% | 424.4 MiB/s | 8.9 MiB | 00m00s [ 81/172] Installing coreutils-0:9.7-6. 100% | 188.0 MiB/s | 5.5 MiB | 00m00s [ 82/172] Installing ca-certificates-0: 100% | 2.2 MiB/s | 2.5 MiB | 00m01s [ 83/172] Installing gzip-0:1.13-4.fc43 100% | 29.6 MiB/s | 394.4 KiB | 00m00s [ 84/172] Installing rpm-sequoia-0:1.9. 100% | 413.1 MiB/s | 2.5 MiB | 00m00s [ 85/172] Installing libfsverity-0:1.6- 100% | 0.0 B/s | 29.5 KiB | 00m00s [ 86/172] Installing libevent-0:2.1.12- 100% | 433.0 MiB/s | 886.8 KiB | 00m00s [ 87/172] Installing zstd-0:1.5.7-2.fc4 100% | 122.1 MiB/s | 1.7 MiB | 00m00s [ 88/172] Installing util-linux-core-0: 100% | 92.5 MiB/s | 1.5 MiB | 00m00s [ 89/172] Installing tar-2:1.35-6.fc43. 100% | 174.0 MiB/s | 3.0 MiB | 00m00s [ 90/172] Installing libsemanage-0:3.9- 100% | 303.0 MiB/s | 310.2 KiB | 00m00s [ 91/172] Installing systemd-standalone 100% | 26.1 MiB/s | 294.1 KiB | 00m00s [ 92/172] Installing rpm-libs-0:6.0.0-1 100% | 304.4 MiB/s | 935.2 KiB | 00m00s [ 93/172] Installing libusb1-0:1.0.29-4 100% | 24.1 MiB/s | 172.9 KiB | 00m00s >>> Running sysusers scriptlet: tpm2-tss-0:4.1.3-8.fc43.x86_64 >>> Finished sysusers scriptlet: tpm2-tss-0:4.1.3-8.fc43.x86_64 >>> Scriptlet output: >>> Creating group 'tss' with GID 59. >>> Creating user 'tss' (Account used for TPM access) with UID 59 and GID 59. >>> [ 94/172] Installing tpm2-tss-0:4.1.3-8 100% | 314.4 MiB/s | 1.6 MiB | 00m00s [ 95/172] Installing ima-evm-utils-libs 100% | 60.5 MiB/s | 62.0 KiB | 00m00s [ 96/172] Installing gnupg2-gpg-agent-0 100% | 34.7 MiB/s | 675.4 KiB | 00m00s [ 97/172] Installing zip-0:3.0-44.fc43. 100% | 52.5 MiB/s | 698.4 KiB | 00m00s [ 98/172] Installing gnupg2-keyboxd-0:2 100% | 39.6 MiB/s | 202.7 KiB | 00m00s [ 99/172] Installing libpsl-0:0.21.5-6. 100% | 75.7 MiB/s | 77.5 KiB | 00m00s [100/172] Installing liblastlog2-0:2.41 100% | 8.8 MiB/s | 35.9 KiB | 00m00s [101/172] Installing libfdisk-0:2.41.1- 100% | 372.5 MiB/s | 381.4 KiB | 00m00s [102/172] Installing nettle-0:3.10.1-2. 100% | 387.5 MiB/s | 793.7 KiB | 00m00s [103/172] Installing gnutls-0:3.8.10-3. 100% | 383.9 MiB/s | 3.8 MiB | 00m00s [104/172] Installing libxml2-0:2.12.10- 100% | 106.5 MiB/s | 1.7 MiB | 00m00s [105/172] Installing libarchive-0:3.8.1 100% | 310.2 MiB/s | 953.1 KiB | 00m00s [106/172] Installing bzip2-0:1.0.8-21.f 100% | 8.9 MiB/s | 99.8 KiB | 00m00s [107/172] Installing add-determinism-0: 100% | 152.7 MiB/s | 2.4 MiB | 00m00s [108/172] Installing build-reproducibil 100% | 0.0 B/s | 1.0 KiB | 00m00s [109/172] Installing cpio-0:2.15-6.fc43 100% | 78.5 MiB/s | 1.1 MiB | 00m00s [110/172] Installing diffutils-0:3.12-3 100% | 104.1 MiB/s | 1.6 MiB | 00m00s [111/172] Installing ed-0:1.22.2-1.fc43 100% | 13.3 MiB/s | 150.4 KiB | 00m00s [112/172] Installing patch-0:2.8-2.fc43 100% | 19.9 MiB/s | 224.3 KiB | 00m00s [113/172] Installing libtool-ltdl-0:2.5 100% | 0.0 B/s | 71.2 KiB | 00m00s [114/172] Installing gdbm-libs-1:1.23-1 100% | 128.5 MiB/s | 131.6 KiB | 00m00s [115/172] Installing cyrus-sasl-lib-0:2 100% | 143.5 MiB/s | 2.3 MiB | 00m00s [116/172] Installing openldap-0:2.6.10- 100% | 324.1 MiB/s | 663.7 KiB | 00m00s [117/172] Installing gnupg2-dirmngr-0:2 100% | 33.7 MiB/s | 621.1 KiB | 00m00s [118/172] Installing gnupg2-0:2.4.8-4.f 100% | 252.0 MiB/s | 6.6 MiB | 00m00s [119/172] Installing rpm-sign-libs-0:6. 100% | 0.0 B/s | 40.6 KiB | 00m00s [120/172] Installing gpgverify-0:2.2-3. 100% | 0.0 B/s | 9.4 KiB | 00m00s [121/172] Installing libgomp-0:15.2.1-3 100% | 265.1 MiB/s | 543.0 KiB | 00m00s [122/172] Installing jansson-0:2.14-3.f 100% | 88.3 MiB/s | 90.5 KiB | 00m00s [123/172] Installing libpkgconf-0:2.3.0 100% | 77.4 MiB/s | 79.2 KiB | 00m00s [124/172] Installing pkgconf-0:2.3.0-3. 100% | 8.1 MiB/s | 91.0 KiB | 00m00s [125/172] Installing pkgconf-pkg-config 100% | 177.3 KiB/s | 1.8 KiB | 00m00s [126/172] Installing xxhash-libs-0:0.8. 100% | 89.4 MiB/s | 91.6 KiB | 00m00s [127/172] Installing libbrotli-0:1.1.0- 100% | 272.0 MiB/s | 835.6 KiB | 00m00s [128/172] Installing libnghttp2-0:1.66. 100% | 159.5 MiB/s | 163.3 KiB | 00m00s [129/172] Installing keyutils-libs-0:1. 100% | 0.0 B/s | 55.7 KiB | 00m00s [130/172] Installing libcom_err-0:1.47. 100% | 0.0 B/s | 64.2 KiB | 00m00s [131/172] Installing libverto-0:0.3.2-1 100% | 26.6 MiB/s | 27.2 KiB | 00m00s [132/172] Installing krb5-libs-0:1.21.3 100% | 327.4 MiB/s | 2.3 MiB | 00m00s [133/172] Installing libssh-0:0.11.3-1. 100% | 277.9 MiB/s | 569.2 KiB | 00m00s [134/172] Installing libcurl-0:8.15.0-2 100% | 294.4 MiB/s | 904.3 KiB | 00m00s [135/172] Installing curl-0:8.15.0-2.fc 100% | 23.3 MiB/s | 476.3 KiB | 00m00s [136/172] Installing rpm-0:6.0.0-1.fc43 100% | 88.8 MiB/s | 2.6 MiB | 00m00s [137/172] Installing efi-srpm-macros-0: 100% | 40.2 MiB/s | 41.1 KiB | 00m00s [138/172] Installing java-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s [139/172] Installing lua-srpm-macros-0: 100% | 0.0 B/s | 1.9 KiB | 00m00s [140/172] Installing tree-sitter-srpm-m 100% | 0.0 B/s | 9.3 KiB | 00m00s [141/172] Installing zig-srpm-macros-0: 100% | 0.0 B/s | 1.7 KiB | 00m00s [142/172] Installing filesystem-srpm-ma 100% | 0.0 B/s | 38.9 KiB | 00m00s [143/172] Installing elfutils-default-y 100% | 510.7 KiB/s | 2.0 KiB | 00m00s [144/172] Installing elfutils-libs-0:0. 100% | 336.6 MiB/s | 689.3 KiB | 00m00s [145/172] Installing elfutils-debuginfo 100% | 7.0 MiB/s | 86.3 KiB | 00m00s [146/172] Installing elfutils-0:0.194-1 100% | 162.8 MiB/s | 2.9 MiB | 00m00s [147/172] Installing binutils-0:2.45-1. 100% | 363.6 MiB/s | 26.5 MiB | 00m00s [148/172] Installing gdb-minimal-0:16.3 100% | 308.3 MiB/s | 13.3 MiB | 00m00s [149/172] Installing debugedit-0:5.2-3. 100% | 17.7 MiB/s | 217.3 KiB | 00m00s [150/172] Installing rpm-build-libs-0:6 100% | 262.9 MiB/s | 269.2 KiB | 00m00s [151/172] Installing rust-srpm-macros-0 100% | 0.0 B/s | 5.6 KiB | 00m00s [152/172] Installing perl-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s [153/172] Installing package-notes-srpm 100% | 0.0 B/s | 2.0 KiB | 00m00s [154/172] Installing openblas-srpm-macr 100% | 0.0 B/s | 392.0 B | 00m00s [155/172] Installing ocaml-srpm-macros- 100% | 0.0 B/s | 2.1 KiB | 00m00s [156/172] Installing kernel-srpm-macros 100% | 0.0 B/s | 2.3 KiB | 00m00s [157/172] Installing gnat-srpm-macros-0 100% | 0.0 B/s | 1.3 KiB | 00m00s [158/172] Installing ghc-srpm-macros-0: 100% | 0.0 B/s | 1.0 KiB | 00m00s [159/172] Installing gap-srpm-macros-0: 100% | 0.0 B/s | 2.7 KiB | 00m00s [160/172] Installing fpc-srpm-macros-0: 100% | 0.0 B/s | 420.0 B | 00m00s [161/172] Installing ansible-srpm-macro 100% | 0.0 B/s | 36.2 KiB | 00m00s [162/172] Installing rpm-build-0:6.0.0- 100% | 22.3 MiB/s | 296.5 KiB | 00m00s [163/172] Installing pyproject-srpm-mac 100% | 0.0 B/s | 2.5 KiB | 00m00s [164/172] Installing redhat-rpm-config- 100% | 184.7 MiB/s | 189.1 KiB | 00m00s [165/172] Installing forge-srpm-macros- 100% | 0.0 B/s | 40.3 KiB | 00m00s [166/172] Installing fonts-srpm-macros- 100% | 0.0 B/s | 57.0 KiB | 00m00s [167/172] Installing go-srpm-macros-0:3 100% | 0.0 B/s | 63.0 KiB | 00m00s [168/172] Installing python-srpm-macros 100% | 25.8 MiB/s | 52.8 KiB | 00m00s [169/172] Installing util-linux-0:2.41. 100% | 115.2 MiB/s | 3.6 MiB | 00m00s [170/172] Installing shadow-utils-2:4.1 100% | 152.7 MiB/s | 4.0 MiB | 00m00s [171/172] Installing which-0:2.23-3.fc4 100% | 7.6 MiB/s | 85.7 KiB | 00m00s [172/172] Installing info-0:7.2-6.fc43. 100% | 236.7 KiB/s | 354.3 KiB | 00m01s 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.6.0-2.fc43.x86_64 alternatives-1.33-3.fc43.x86_64 ansible-srpm-macros-1-18.1.fc43.noarch audit-libs-4.1.2-2.fc43.x86_64 bash-5.3.0-2.fc43.x86_64 binutils-2.45-1.fc43.x86_64 build-reproducibility-srpm-macros-0.6.0-2.fc43.noarch bzip2-1.0.8-21.fc43.x86_64 bzip2-libs-1.0.8-21.fc43.x86_64 ca-certificates-2025.2.80_v9.0.304-1.1.fc43.noarch coreutils-9.7-6.fc43.x86_64 coreutils-common-9.7-6.fc43.x86_64 cpio-2.15-6.fc43.x86_64 crypto-policies-20250714-5.gitcd6043a.fc43.noarch curl-8.15.0-2.fc43.x86_64 cyrus-sasl-lib-2.1.28-33.fc43.x86_64 debugedit-5.2-3.fc43.x86_64 diffutils-3.12-3.fc43.x86_64 dwz-0.16-2.fc43.x86_64 ed-1.22.2-1.fc43.x86_64 efi-srpm-macros-6-4.fc43.noarch elfutils-0.194-1.fc43.x86_64 elfutils-debuginfod-client-0.194-1.fc43.x86_64 elfutils-default-yama-scope-0.194-1.fc43.noarch elfutils-libelf-0.194-1.fc43.x86_64 elfutils-libs-0.194-1.fc43.x86_64 fedora-gpg-keys-43-1.noarch fedora-release-43-25.noarch fedora-release-common-43-25.noarch fedora-release-identity-basic-43-25.noarch fedora-repos-43-1.noarch file-5.46-8.fc43.x86_64 file-libs-5.46-8.fc43.x86_64 filesystem-3.18-50.fc43.x86_64 filesystem-srpm-macros-3.18-50.fc43.noarch findutils-4.10.0-6.fc43.x86_64 fonts-srpm-macros-2.0.5-23.fc43.noarch forge-srpm-macros-0.4.0-3.fc43.noarch fpc-srpm-macros-1.3-15.fc43.noarch gap-srpm-macros-2-1.fc43.noarch gawk-5.3.2-2.fc43.x86_64 gdb-minimal-16.3-6.fc43.x86_64 gdbm-libs-1.23-10.fc43.x86_64 ghc-srpm-macros-1.9.2-3.fc43.noarch glibc-2.42-4.fc43.x86_64 glibc-common-2.42-4.fc43.x86_64 glibc-gconv-extra-2.42-4.fc43.x86_64 glibc-minimal-langpack-2.42-4.fc43.x86_64 gmp-6.3.0-4.fc43.x86_64 gnat-srpm-macros-6-8.fc43.noarch gnulib-l10n-20241231-1.fc43.noarch gnupg2-2.4.8-4.fc43.x86_64 gnupg2-dirmngr-2.4.8-4.fc43.x86_64 gnupg2-gpg-agent-2.4.8-4.fc43.x86_64 gnupg2-gpgconf-2.4.8-4.fc43.x86_64 gnupg2-keyboxd-2.4.8-4.fc43.x86_64 gnupg2-verify-2.4.8-4.fc43.x86_64 gnutls-3.8.10-3.fc43.x86_64 go-srpm-macros-3.8.0-1.fc43.noarch gpg-pubkey-c6e7f081cf80e13146676e88829b606631645531-66b6dccf gpgverify-2.2-3.fc43.noarch grep-3.12-2.fc43.x86_64 gzip-1.13-4.fc43.x86_64 ima-evm-utils-libs-1.6.2-6.fc43.x86_64 info-7.2-6.fc43.x86_64 jansson-2.14-3.fc43.x86_64 java-srpm-macros-1-7.fc43.noarch json-c-0.18-7.fc43.x86_64 kernel-srpm-macros-1.0-27.fc43.noarch keyutils-libs-1.6.3-6.fc43.x86_64 krb5-libs-1.21.3-7.fc43.x86_64 libacl-2.3.2-4.fc43.x86_64 libarchive-3.8.1-3.fc43.x86_64 libassuan-2.5.7-4.fc43.x86_64 libattr-2.5.2-6.fc43.x86_64 libblkid-2.41.1-17.fc43.x86_64 libbrotli-1.1.0-10.fc43.x86_64 libcap-2.76-3.fc43.x86_64 libcap-ng-0.8.5-8.fc43.x86_64 libcom_err-1.47.3-2.fc43.x86_64 libcurl-8.15.0-2.fc43.x86_64 libeconf-0.7.9-2.fc43.x86_64 libevent-2.1.12-16.fc43.x86_64 libfdisk-2.41.1-17.fc43.x86_64 libffi-3.5.1-2.fc43.x86_64 libfsverity-1.6-3.fc43.x86_64 libgcc-15.2.1-3.fc43.x86_64 libgcrypt-1.11.1-2.fc43.x86_64 libgomp-15.2.1-3.fc43.x86_64 libgpg-error-1.55-2.fc43.x86_64 libidn2-2.3.8-2.fc43.x86_64 libksba-1.6.7-4.fc43.x86_64 liblastlog2-2.41.1-17.fc43.x86_64 libmount-2.41.1-17.fc43.x86_64 libnghttp2-1.66.0-2.fc43.x86_64 libpkgconf-2.3.0-3.fc43.x86_64 libpsl-0.21.5-6.fc43.x86_64 libselinux-3.9-5.fc43.x86_64 libsemanage-3.9-4.fc43.x86_64 libsepol-3.9-2.fc43.x86_64 libsmartcols-2.41.1-17.fc43.x86_64 libssh-0.11.3-1.fc43.x86_64 libssh-config-0.11.3-1.fc43.noarch libstdc++-15.2.1-3.fc43.x86_64 libtasn1-4.20.0-2.fc43.x86_64 libtool-ltdl-2.5.4-7.fc43.x86_64 libunistring-1.1-10.fc43.x86_64 libusb1-1.0.29-4.fc43.x86_64 libuuid-2.41.1-17.fc43.x86_64 libverto-0.3.2-11.fc43.x86_64 libxcrypt-4.5.1-1.fc43.x86_64 libxml2-2.12.10-5.fc43.x86_64 libzstd-1.5.7-2.fc43.x86_64 lua-libs-5.4.8-2.fc43.x86_64 lua-srpm-macros-1-16.fc43.noarch lz4-libs-1.10.0-3.fc43.x86_64 mpfr-4.2.2-2.fc43.x86_64 ncurses-base-6.5-7.20250614.fc43.noarch ncurses-libs-6.5-7.20250614.fc43.x86_64 nettle-3.10.1-2.fc43.x86_64 npth-1.8-3.fc43.x86_64 ocaml-srpm-macros-11-2.fc43.noarch openblas-srpm-macros-2-20.fc43.noarch openldap-2.6.10-4.fc43.x86_64 openssl-libs-3.5.4-1.fc43.x86_64 p11-kit-0.25.8-1.fc43.x86_64 p11-kit-trust-0.25.8-1.fc43.x86_64 package-notes-srpm-macros-0.5-14.fc43.noarch pam-libs-1.7.1-3.fc43.x86_64 patch-2.8-2.fc43.x86_64 pcre2-10.46-1.fc43.x86_64 pcre2-syntax-10.46-1.fc43.noarch perl-srpm-macros-1-60.fc43.noarch pkgconf-2.3.0-3.fc43.x86_64 pkgconf-m4-2.3.0-3.fc43.noarch pkgconf-pkg-config-2.3.0-3.fc43.x86_64 popt-1.19-9.fc43.x86_64 publicsuffix-list-dafsa-20250616-2.fc43.noarch pyproject-srpm-macros-1.18.4-1.fc43.noarch python-srpm-macros-3.14-5.fc43.noarch qt5-srpm-macros-5.15.18-1.fc43.noarch qt6-srpm-macros-6.10.0-1.fc43.noarch readline-8.3-2.fc43.x86_64 redhat-rpm-config-343-11.fc43.noarch rpm-6.0.0-1.fc43.x86_64 rpm-build-6.0.0-1.fc43.x86_64 rpm-build-libs-6.0.0-1.fc43.x86_64 rpm-libs-6.0.0-1.fc43.x86_64 rpm-sequoia-1.9.0-2.fc43.x86_64 rpm-sign-libs-6.0.0-1.fc43.x86_64 rust-srpm-macros-26.4-1.fc43.noarch sed-4.9-5.fc43.x86_64 setup-2.15.0-26.fc43.noarch shadow-utils-4.18.0-3.fc43.x86_64 sqlite-libs-3.50.2-2.fc43.x86_64 systemd-libs-258.1-1.fc43.x86_64 systemd-standalone-sysusers-258.1-1.fc43.x86_64 tar-1.35-6.fc43.x86_64 tpm2-tss-4.1.3-8.fc43.x86_64 tree-sitter-srpm-macros-0.4.2-1.fc43.noarch unzip-6.0-67.fc43.x86_64 util-linux-2.41.1-17.fc43.x86_64 util-linux-core-2.41.1-17.fc43.x86_64 which-2.23-3.fc43.x86_64 xxhash-libs-0.8.3-3.fc43.x86_64 xz-5.8.1-2.fc43.x86_64 xz-libs-5.8.1-2.fc43.x86_64 zig-srpm-macros-1-5.fc43.noarch zip-3.0-44.fc43.x86_64 zlib-ng-compat-2.2.5-2.fc43.x86_64 zstd-1.5.7-2.fc43.x86_64 Finish: run INFO:__main__:running command: mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install git-core rpm-build curl which sed make tar libtool autoconf automake wget file findutils gcc gettext-devel glib2-devel gtk3-devel gtk4-devel libnma-gtk4-devel libnl3-devel intltool libtool libsecret-devel libnma-devel NetworkManager-libnm-devel pkgconfig autoconf automake make INFO: mock.py version 6.5 starting (python version = 3.13.7, NVR = mock-6.5-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --install git-core rpm-build curl which sed make tar libtool autoconf automake wget file findutils gcc gettext-devel glib2-devel gtk3-devel gtk4-devel libnma-gtk4-devel libnl3-devel intltool libtool libsecret-devel libnma-devel NetworkManager-libnm-devel pkgconfig autoconf automake make 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.5 INFO: Mock Version: 6.5 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-core rpm-build curl which sed make tar libtool autoconf automake wget file findutils gcc gettext-devel glib2-devel gtk3-devel gtk4-devel libnma-gtk4-devel libnl3-devel intltool libtool libsecret-devel libnma-devel NetworkManager-libnm-devel pkgconfig autoconf automake make Updating and loading repositories: fedora 100% | 81.6 KiB/s | 28.7 KiB | 00m00s updates 100% | 37.0 KiB/s | 8.1 KiB | 00m00s Repositories loaded. Package "rpm-build-6.0.0-1.fc43.x86_64" is already installed. Package "curl-8.15.0-2.fc43.x86_64" is already installed. Package "which-2.23-3.fc43.x86_64" is already installed. Package "sed-4.9-5.fc43.x86_64" is already installed. Package "tar-2:1.35-6.fc43.x86_64" is already installed. Package "file-5.46-8.fc43.x86_64" is already installed. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Package "pkgconf-pkg-config-2.3.0-3.fc43.x86_64" is already installed. Package Arch Version Repository Size Installing: NetworkManager-libnm-devel x86_64 1:1.54.0-2.fc43 fedora 13.4 MiB autoconf noarch 2.72-7.fc43 fedora 2.8 MiB automake noarch 1.18.1-2.fc43 fedora 1.8 MiB gcc x86_64 15.2.1-3.fc43 updates 111.9 MiB gettext-devel x86_64 0.25.1-2.fc43 fedora 1.3 MiB git-core x86_64 2.51.1-1.fc43 updates 23.6 MiB glib2-devel x86_64 2.86.1-2.fc43 updates 15.7 MiB gtk3-devel x86_64 3.24.51-2.fc43 fedora 34.3 MiB gtk4-devel x86_64 4.20.2-1.fc43 fedora 22.7 MiB intltool noarch 0.51.0-43.fc43 fedora 169.3 KiB libnl3-devel x86_64 3.11.0-6.fc43 fedora 316.0 KiB libnma-devel x86_64 1.10.6-10.fc43 fedora 485.7 KiB libnma-gtk4-devel x86_64 1.10.6-10.fc43 fedora 186.1 KiB libsecret-devel x86_64 0.21.7-7.fc43 updates 3.6 MiB libtool x86_64 2.5.4-7.fc43 fedora 2.7 MiB make x86_64 1:4.4.1-11.fc43 fedora 1.8 MiB wget2-wget x86_64 2.2.0-6.fc43 fedora 42.0 B Installing dependencies: NetworkManager-libnm x86_64 1:1.54.0-2.fc43 fedora 10.0 MiB abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB adwaita-cursor-theme noarch 49.0-1.fc43 fedora 11.4 MiB adwaita-icon-theme noarch 49.0-1.fc43 fedora 1.2 MiB adwaita-icon-theme-legacy noarch 46.2-4.fc43 fedora 2.1 MiB alsa-lib x86_64 1.2.14-4.fc43 fedora 1.4 MiB annobin-docs noarch 12.99-1.fc43 fedora 98.9 KiB annobin-plugin-gcc x86_64 12.99-1.fc43 fedora 1.0 MiB at-spi2-atk x86_64 2.58.1-1.fc43 fedora 283.6 KiB at-spi2-atk-devel x86_64 2.58.1-1.fc43 fedora 1.6 KiB at-spi2-core x86_64 2.58.1-1.fc43 fedora 1.5 MiB at-spi2-core-devel x86_64 2.58.1-1.fc43 fedora 4.3 MiB atk x86_64 2.58.1-1.fc43 fedora 248.6 KiB atk-devel x86_64 2.58.1-1.fc43 fedora 5.9 MiB avahi-glib x86_64 0.9~rc2-6.fc43 fedora 19.6 KiB avahi-libs x86_64 0.9~rc2-6.fc43 fedora 171.6 KiB brotli x86_64 1.1.0-10.fc43 fedora 31.6 KiB brotli-devel x86_64 1.1.0-10.fc43 fedora 65.6 KiB bubblewrap x86_64 0.11.0-2.fc43 fedora 135.0 KiB bzip2-devel x86_64 1.0.8-21.fc43 fedora 309.8 KiB cairo x86_64 1.18.4-2.fc43 fedora 1.8 MiB cairo-devel x86_64 1.18.4-2.fc43 fedora 2.3 MiB cairo-gobject x86_64 1.18.4-2.fc43 fedora 31.1 KiB cairo-gobject-devel x86_64 1.18.4-2.fc43 fedora 7.0 KiB cdparanoia-libs x86_64 10.2-48.fc43 fedora 113.5 KiB cmake-filesystem x86_64 3.31.6-4.fc43 fedora 0.0 B colord-libs x86_64 1.4.8-2.fc43 fedora 830.7 KiB cpp x86_64 15.2.1-3.fc43 updates 38.0 MiB cups-filesystem noarch 1:2.4.14-2.fc43 fedora 0.0 B cups-libs x86_64 1:2.4.14-2.fc43 fedora 618.7 KiB dbus x86_64 1:1.16.0-4.fc43 fedora 0.0 B dbus-devel x86_64 1:1.16.0-4.fc43 fedora 131.7 KiB dbus-libs x86_64 1:1.16.0-4.fc43 fedora 345.5 KiB default-fonts-core-sans noarch 4.2-5.fc43 fedora 11.9 KiB emacs-filesystem noarch 1:30.0-5.fc43 fedora 0.0 B expat x86_64 2.7.2-1.fc43 fedora 298.6 KiB fontconfig x86_64 2.17.0-3.fc43 fedora 765.9 KiB fontconfig-devel x86_64 2.17.0-3.fc43 fedora 123.6 KiB fonts-filesystem noarch 1:2.0.5-23.fc43 fedora 0.0 B freetype x86_64 2.13.3-3.fc43 fedora 850.2 KiB freetype-devel x86_64 2.13.3-3.fc43 fedora 8.5 MiB fribidi x86_64 1.0.16-3.fc43 fedora 190.3 KiB fribidi-devel x86_64 1.0.16-3.fc43 fedora 78.0 KiB gcc-plugin-annobin x86_64 15.2.1-3.fc43 updates 57.2 KiB gcr-libs x86_64 4.4.0.1-2.fc43 fedora 1.8 MiB gdk-pixbuf2 x86_64 2.44.4-1.fc43 updates 2.5 MiB gdk-pixbuf2-devel x86_64 2.44.4-1.fc43 updates 2.3 MiB gettext x86_64 0.25.1-2.fc43 fedora 12.9 MiB gettext-common-devel noarch 0.25.1-2.fc43 fedora 592.5 KiB gettext-envsubst x86_64 0.25.1-2.fc43 fedora 74.8 KiB gettext-libs x86_64 0.25.1-2.fc43 fedora 2.2 MiB gettext-runtime x86_64 0.25.1-2.fc43 fedora 444.2 KiB glib2 x86_64 2.86.1-2.fc43 updates 14.8 MiB glibc-devel x86_64 2.42-4.fc43 fedora 2.3 MiB glycin-devel x86_64 2.0.4-1.fc43 updates 126.0 KiB glycin-libs x86_64 2.0.4-1.fc43 updates 4.4 MiB glycin-loaders x86_64 2.0.4-1.fc43 updates 13.1 MiB gmp-c++ x86_64 1:6.3.0-4.fc43 fedora 27.6 KiB gmp-devel x86_64 1:6.3.0-4.fc43 fedora 352.3 KiB gnutls-c++ x86_64 3.8.10-3.fc43 fedora 72.4 KiB gnutls-dane x86_64 3.8.10-3.fc43 fedora 60.9 KiB gnutls-devel x86_64 3.8.10-3.fc43 fedora 5.6 MiB google-noto-fonts-common noarch 20251001-1.fc43 updates 17.7 KiB google-noto-sans-vf-fonts noarch 20251001-1.fc43 updates 1.4 MiB gpgme x86_64 1.24.3-6.fc43 fedora 587.9 KiB graphene x86_64 1.10.8-2.fc43 fedora 158.4 KiB graphene-devel x86_64 1.10.8-2.fc43 fedora 2.3 MiB graphite2 x86_64 1.3.14-19.fc43 fedora 191.8 KiB graphite2-devel x86_64 1.3.14-19.fc43 fedora 49.3 KiB groff-base x86_64 1.23.0-10.fc43 fedora 3.8 MiB gssdp x86_64 1.6.4-2.fc43 fedora 146.5 KiB gstreamer1 x86_64 1.26.7-1.fc43 updates 5.4 MiB gstreamer1-plugins-bad-free-libs x86_64 1.26.7-1.fc43 updates 3.1 MiB gstreamer1-plugins-base x86_64 1.26.7-1.fc43 updates 7.3 MiB gtk-update-icon-cache x86_64 3.24.51-2.fc43 fedora 62.2 KiB gtk3 x86_64 3.24.51-2.fc43 fedora 22.4 MiB gtk4 x86_64 4.20.2-1.fc43 fedora 26.7 MiB gupnp x86_64 1.6.9-2.fc43 fedora 308.0 KiB gupnp-igd x86_64 1.6.0-7.fc43 fedora 66.7 KiB harfbuzz x86_64 11.5.1-1.fc43 fedora 2.8 MiB harfbuzz-cairo x86_64 11.5.1-1.fc43 fedora 48.1 KiB harfbuzz-devel x86_64 11.5.1-1.fc43 fedora 5.3 MiB harfbuzz-icu x86_64 11.5.1-1.fc43 fedora 15.4 KiB hicolor-icon-theme noarch 0.18-2.fc43 fedora 72.4 KiB highway x86_64 1.2.0-5.fc42 fedora 4.4 MiB hiredis x86_64 1.2.0-7.fc43 fedora 105.9 KiB hwdata noarch 0.401-1.fc43 updates 9.6 MiB iso-codes noarch 4.18.0-2.fc43 fedora 21.5 MiB jbigkit-libs x86_64 2.1-32.fc43 fedora 113.5 KiB json-glib x86_64 1.10.8-1.fc43 fedora 592.3 KiB kernel-headers x86_64 6.17.4-300.fc43 updates 6.7 MiB lcms2 x86_64 2.16-6.fc43 fedora 433.7 KiB lcms2-devel x86_64 2.16-6.fc43 fedora 135.7 KiB less x86_64 679-2.fc43 fedora 406.1 KiB libX11 x86_64 1.8.12-1.fc43 fedora 1.3 MiB libX11-common noarch 1.8.12-1.fc43 fedora 1.2 MiB libX11-devel x86_64 1.8.12-1.fc43 fedora 1.0 MiB libX11-xcb x86_64 1.8.12-1.fc43 fedora 10.9 KiB libXau x86_64 1.0.12-3.fc43 fedora 72.9 KiB libXau-devel x86_64 1.0.12-3.fc43 fedora 7.5 KiB libXcomposite x86_64 0.4.6-6.fc43 fedora 40.5 KiB libXcomposite-devel x86_64 0.4.6-6.fc43 fedora 8.0 KiB libXcursor x86_64 1.2.3-3.fc43 fedora 53.4 KiB libXcursor-devel x86_64 1.2.3-3.fc43 fedora 22.7 KiB libXdamage x86_64 1.1.6-6.fc43 fedora 39.6 KiB libXdamage-devel x86_64 1.1.6-6.fc43 fedora 2.5 KiB libXext x86_64 1.3.6-4.fc43 fedora 90.0 KiB libXext-devel x86_64 1.3.6-4.fc43 fedora 98.9 KiB libXfixes x86_64 6.0.1-6.fc43 fedora 26.2 KiB libXfixes-devel x86_64 6.0.1-6.fc43 fedora 9.2 KiB libXft x86_64 2.3.8-9.fc43 fedora 164.4 KiB libXft-devel x86_64 2.3.8-9.fc43 fedora 31.7 KiB libXi x86_64 1.8.2-3.fc43 fedora 80.6 KiB libXi-devel x86_64 1.8.2-3.fc43 fedora 132.5 KiB libXinerama x86_64 1.1.5-9.fc43 fedora 15.0 KiB libXinerama-devel x86_64 1.1.5-9.fc43 fedora 7.0 KiB libXrandr x86_64 1.5.4-6.fc43 fedora 51.8 KiB libXrandr-devel x86_64 1.5.4-6.fc43 fedora 21.8 KiB libXrender x86_64 0.9.12-3.fc43 fedora 46.0 KiB libXrender-devel x86_64 0.9.12-3.fc43 fedora 50.1 KiB libXtst x86_64 1.2.5-3.fc43 fedora 33.5 KiB libXtst-devel x86_64 1.2.5-3.fc43 fedora 11.6 KiB libXv x86_64 1.0.13-3.fc43 fedora 26.0 KiB libXxf86vm x86_64 1.1.6-3.fc43 fedora 25.3 KiB libaom x86_64 3.13.1-1.fc43 fedora 5.0 MiB libblkid-devel x86_64 2.41.1-17.fc43 fedora 44.9 KiB libcap-devel x86_64 2.76-3.fc43 fedora 37.5 KiB libcbor x86_64 0.12.0-6.fc43 fedora 77.8 KiB libcloudproviders x86_64 0.3.6-2.fc43 fedora 124.3 KiB libcloudproviders-devel x86_64 0.3.6-2.fc43 fedora 375.4 KiB libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB libdatrie-devel x86_64 0.2.13-12.fc43 fedora 558.1 KiB libdav1d x86_64 1.5.2-1.fc43 updates 1.7 MiB libdrm x86_64 2.4.128-3.fc43 updates 399.9 KiB libedit x86_64 3.1-57.20251016cvs.fc43 updates 240.2 KiB libepoxy x86_64 1.5.10-11.fc43 fedora 1.1 MiB libepoxy-devel x86_64 1.5.10-11.fc43 fedora 1.6 MiB libffi-devel x86_64 3.5.1-2.fc43 fedora 33.9 KiB libfido2 x86_64 1.16.0-3.fc43 fedora 238.5 KiB libglvnd x86_64 1:1.7.0-8.fc43 fedora 526.1 KiB libglvnd-core-devel x86_64 1:1.7.0-8.fc43 fedora 40.3 KiB libglvnd-devel x86_64 1:1.7.0-8.fc43 fedora 2.1 MiB libglvnd-egl x86_64 1:1.7.0-8.fc43 fedora 64.7 KiB libglvnd-gles x86_64 1:1.7.0-8.fc43 fedora 97.9 KiB libglvnd-glx x86_64 1:1.7.0-8.fc43 fedora 601.2 KiB libglvnd-opengl x86_64 1:1.7.0-8.fc43 fedora 144.8 KiB libgudev x86_64 238-8.fc43 fedora 83.8 KiB libgusb x86_64 0.4.9-4.fc43 fedora 162.0 KiB libheif x86_64 1.20.2-6.fc43 fedora 1.6 MiB libicu x86_64 77.1-1.fc43 fedora 36.4 MiB libicu-devel x86_64 77.1-1.fc43 fedora 5.0 MiB libidn2-devel x86_64 2.3.8-2.fc43 fedora 149.1 KiB libjpeg-turbo x86_64 3.1.2-1.fc43 fedora 804.9 KiB libjxl x86_64 1:0.11.1-6.fc43 fedora 3.1 MiB liblerc x86_64 4.0.0-9.fc43 fedora 624.1 KiB libmount-devel x86_64 2.41.1-17.fc43 fedora 65.5 KiB libmpc x86_64 1.3.1-8.fc43 fedora 160.6 KiB libnice x86_64 0.1.22-8.fc43 fedora 497.7 KiB libnl3 x86_64 3.11.0-6.fc43 fedora 1.0 MiB libnl3-cli x86_64 3.11.0-6.fc43 fedora 1.0 MiB libnma x86_64 1.10.6-10.fc43 fedora 1.1 MiB libnma-gtk4 x86_64 1.10.6-10.fc43 fedora 352.7 KiB libogg x86_64 2:1.3.6-2.fc43 updates 45.6 KiB libopenjph x86_64 0.22.0-2.fc43 fedora 466.2 KiB libpciaccess x86_64 0.16-16.fc43 fedora 44.5 KiB libpng x86_64 2:1.6.50-2.fc43 fedora 237.7 KiB libpng-devel x86_64 2:1.6.50-2.fc43 fedora 885.6 KiB librsvg2 x86_64 2.61.0-2.fc43 fedora 5.0 MiB libseccomp x86_64 2.6.0-2.fc43 fedora 224.9 KiB libseccomp-devel x86_64 2.6.0-2.fc43 fedora 114.3 KiB libsecret x86_64 0.21.7-7.fc43 updates 565.3 KiB libselinux-devel x86_64 3.9-5.fc43 fedora 127.3 KiB libsepol-devel x86_64 3.9-2.fc43 fedora 121.4 KiB libsoup3 x86_64 3.6.5-8.fc43 fedora 1.1 MiB libstemmer x86_64 3.0.1-8.fc43 fedora 661.5 KiB libtasn1-devel x86_64 4.20.0-2.fc43 fedora 76.1 KiB libtasn1-tools x86_64 4.20.0-2.fc43 fedora 61.1 KiB libtextstyle x86_64 0.25.1-2.fc43 fedora 199.5 KiB libthai x86_64 0.1.29-11.fc43 fedora 783.4 KiB libthai-devel x86_64 0.1.29-11.fc43 fedora 644.3 KiB libtheora x86_64 1:1.1.1-40.fc43 fedora 477.3 KiB libtiff x86_64 4.7.0-8.fc43 fedora 619.0 KiB libtinysparql x86_64 3.10.1-1.fc43 fedora 1.3 MiB libunwind x86_64 1.8.1-3.fc43 fedora 194.1 KiB libva x86_64 2.22.0-6.fc43 fedora 329.4 KiB libvisual x86_64 1:0.4.2-3.fc43 fedora 452.7 KiB libvmaf x86_64 3.0.0-4.fc43 fedora 827.0 KiB libvorbis x86_64 1:1.3.7-13.fc43 fedora 833.4 KiB libwayland-client x86_64 1.24.0-1.fc43 fedora 62.0 KiB libwayland-cursor x86_64 1.24.0-1.fc43 fedora 37.3 KiB libwayland-egl x86_64 1.24.0-1.fc43 fedora 12.4 KiB libwayland-server x86_64 1.24.0-1.fc43 fedora 78.5 KiB libwebp x86_64 1.6.0-2.fc43 fedora 956.6 KiB libxcb x86_64 1.17.0-6.fc43 fedora 1.1 MiB libxcb-devel x86_64 1.17.0-6.fc43 fedora 2.7 MiB libxcrypt-devel x86_64 4.5.1-1.fc43 updates 31.1 KiB libxkbcommon x86_64 1.11.0-1.fc43 fedora 408.2 KiB libxkbcommon-devel x86_64 1.11.0-1.fc43 fedora 383.4 KiB libxml2-devel x86_64 2.12.10-5.fc43 fedora 3.4 MiB libxshmfence x86_64 1.3.2-7.fc43 fedora 12.4 KiB llvm-filesystem x86_64 21.1.4-1.fc43 updates 0.0 B llvm-libs x86_64 21.1.4-1.fc43 updates 138.6 MiB lm_sensors-libs x86_64 3.6.0-23.fc43 fedora 85.8 KiB lzo x86_64 2.10-15.fc43 fedora 178.9 KiB lzo-devel x86_64 2.10-15.fc43 fedora 212.2 KiB lzo-minilzo x86_64 2.10-15.fc43 fedora 36.7 KiB m4 x86_64 1.4.20-2.fc43 fedora 847.9 KiB mailcap noarch 2.1.54-9.fc43 fedora 86.0 KiB mesa-dri-drivers x86_64 25.2.6-1.fc43 updates 47.9 MiB mesa-filesystem x86_64 25.2.6-1.fc43 updates 3.6 KiB mesa-libEGL x86_64 25.2.6-1.fc43 updates 306.4 KiB mesa-libGL x86_64 25.2.6-1.fc43 updates 286.0 KiB mesa-libgbm x86_64 25.2.6-1.fc43 updates 19.7 KiB mobile-broadband-provider-info noarch 20240407-4.fc43 fedora 504.0 KiB mpdecimal x86_64 4.0.1-2.fc43 fedora 217.2 KiB ncurses x86_64 6.5-7.20250614.fc43 fedora 609.8 KiB nettle-devel x86_64 3.10.1-2.fc43 fedora 1.5 MiB ngtcp2 x86_64 1.16.0-1.fc43 updates 314.2 KiB ngtcp2-crypto-ossl x86_64 1.16.0-1.fc43 updates 47.7 KiB noopenh264 x86_64 2.6.0-2.fc43 fedora 39.2 KiB openjpeg x86_64 2.5.4-1.fc43 fedora 456.3 KiB openssh x86_64 10.0p1-5.fc43 fedora 1.4 MiB openssh-clients x86_64 10.0p1-5.fc43 fedora 2.6 MiB opus x86_64 1.5.2-3.fc43 fedora 427.6 KiB orc x86_64 0.4.41-2.fc43 fedora 726.3 KiB p11-kit-devel x86_64 0.25.8-1.fc43 fedora 619.5 KiB pango x86_64 1.57.0-1.fc43 fedora 1.0 MiB pango-devel x86_64 1.57.0-1.fc43 fedora 1.5 MiB pcre2-devel x86_64 10.46-1.fc43 fedora 2.1 MiB pcre2-utf16 x86_64 10.46-1.fc43 fedora 626.3 KiB pcre2-utf32 x86_64 10.46-1.fc43 fedora 602.2 KiB perl-AutoLoader noarch 5.74-520.fc43 fedora 20.6 KiB perl-B x86_64 1.89-520.fc43 fedora 501.3 KiB perl-Carp noarch 1.54-520.fc43 fedora 46.6 KiB perl-Class-Struct noarch 0.68-520.fc43 fedora 25.4 KiB perl-Clone x86_64 0.47-4.fc43 fedora 32.4 KiB perl-Compress-Raw-Bzip2 x86_64 2.213-521.fc43 fedora 67.3 KiB perl-Compress-Raw-Zlib x86_64 2.213-521.fc43 fedora 163.2 KiB perl-Data-Dump noarch 1.25-13.fc43 fedora 50.2 KiB perl-Data-Dumper x86_64 2.191-521.fc43 fedora 115.6 KiB perl-Digest noarch 1.20-520.fc43 fedora 35.3 KiB perl-Digest-HMAC noarch 1.05-3.fc43 fedora 29.5 KiB perl-Digest-MD5 x86_64 2.59-520.fc43 fedora 59.7 KiB perl-Digest-SHA x86_64 1:6.04-521.fc43 fedora 112.5 KiB perl-DynaLoader x86_64 1.57-520.fc43 fedora 32.1 KiB perl-Encode x86_64 4:3.21-520.fc43 fedora 4.7 MiB perl-Encode-Locale noarch 1.05-32.fc43 fedora 19.0 KiB perl-Errno x86_64 1.38-520.fc43 fedora 8.4 KiB perl-Exporter noarch 5.79-520.fc43 fedora 54.3 KiB perl-Fcntl x86_64 1.20-520.fc43 fedora 48.8 KiB perl-File-Basename noarch 2.86-520.fc43 fedora 14.0 KiB perl-File-Compare noarch 1.100.800-520.fc43 fedora 5.6 KiB perl-File-Copy noarch 2.41-520.fc43 fedora 19.7 KiB perl-File-Find noarch 1.44-520.fc43 fedora 42.0 KiB perl-File-Listing noarch 6.16-6.fc43 fedora 41.2 KiB perl-File-Path noarch 2.18-520.fc43 fedora 63.5 KiB perl-File-Temp noarch 1:0.231.100-520.fc43 fedora 162.3 KiB perl-File-stat noarch 1.14-520.fc43 fedora 12.5 KiB perl-FileHandle noarch 2.05-520.fc43 fedora 9.4 KiB perl-Getopt-Long noarch 1:2.58-520.fc43 fedora 144.5 KiB perl-Getopt-Std noarch 1.14-520.fc43 fedora 11.2 KiB perl-HTML-Parser x86_64 3.83-4.fc43 fedora 277.7 KiB perl-HTML-Tagset noarch 3.24-4.fc43 fedora 18.7 KiB perl-HTTP-Cookies noarch 6.11-6.fc43 fedora 73.4 KiB perl-HTTP-Date noarch 6.06-7.fc43 fedora 41.2 KiB perl-HTTP-Message noarch 7.01-1.fc43 updates 215.4 KiB perl-HTTP-Negotiate noarch 6.01-41.fc43 fedora 27.6 KiB perl-HTTP-Tiny noarch 0.090-521.fc43 fedora 154.4 KiB perl-I18N-Langinfo x86_64 0.24-520.fc43 fedora 34.7 KiB perl-IO x86_64 1.55-520.fc43 fedora 147.4 KiB perl-IO-Compress noarch 2.213-521.fc43 fedora 1.0 MiB perl-IO-HTML noarch 1.004-15.fc43 fedora 45.2 KiB perl-IO-Socket-IP noarch 0.43-521.fc43 fedora 100.3 KiB perl-IO-Socket-SSL noarch 2.095-2.fc43 fedora 714.5 KiB perl-IPC-Open3 noarch 1.24-520.fc43 fedora 27.7 KiB perl-LWP-MediaTypes noarch 6.04-21.fc43 fedora 79.0 KiB perl-MIME-Base32 noarch 1.303-24.fc43 fedora 30.7 KiB perl-MIME-Base64 x86_64 3.16-520.fc43 fedora 42.0 KiB perl-Module-Load noarch 1:0.36-520.fc43 fedora 14.9 KiB perl-NTLM noarch 1.09-41.fc43 fedora 31.2 KiB perl-Net-HTTP noarch 6.24-1.fc43 fedora 76.1 KiB perl-Net-SSLeay x86_64 1.94-11.fc43 fedora 1.3 MiB perl-POSIX x86_64 2.23-520.fc43 fedora 231.4 KiB perl-PathTools x86_64 3.94-520.fc43 fedora 180.0 KiB perl-Pod-Escapes noarch 1:1.07-520.fc43 fedora 24.9 KiB perl-Pod-Perldoc noarch 3.28.01-521.fc43 fedora 163.7 KiB perl-Pod-Simple noarch 1:3.47-3.fc43 fedora 565.3 KiB perl-Pod-Usage noarch 4:2.05-520.fc43 fedora 86.3 KiB perl-Scalar-List-Utils x86_64 5:1.70-1.fc43 fedora 144.9 KiB perl-SelectSaver noarch 1.02-520.fc43 fedora 2.2 KiB perl-Socket x86_64 4:2.040-2.fc43 fedora 120.3 KiB perl-Storable x86_64 1:3.37-521.fc43 fedora 231.2 KiB perl-Symbol noarch 1.09-520.fc43 fedora 6.8 KiB perl-Term-ANSIColor noarch 5.01-521.fc43 fedora 97.5 KiB perl-Term-Cap noarch 1.18-520.fc43 fedora 29.3 KiB perl-Text-ParseWords noarch 3.31-520.fc43 fedora 13.6 KiB perl-Text-Tabs+Wrap noarch 2024.001-520.fc43 fedora 22.6 KiB perl-Thread-Queue noarch 3.14-520.fc43 fedora 28.9 KiB perl-Time-Local noarch 2:1.350-520.fc43 fedora 69.0 KiB perl-TimeDate noarch 1:2.33-17.fc43 fedora 95.2 KiB perl-Try-Tiny noarch 0.32-3.fc43 fedora 67.3 KiB perl-URI noarch 5.34-2.fc43 updates 268.0 KiB perl-WWW-RobotRules noarch 6.02-42.fc43 fedora 24.3 KiB perl-XML-Parser x86_64 2.47-8.fc43 fedora 649.2 KiB perl-base noarch 2.27-520.fc43 fedora 12.6 KiB perl-constant noarch 1.33-521.fc43 fedora 26.2 KiB perl-if noarch 0.61.000-520.fc43 fedora 5.8 KiB perl-interpreter x86_64 4:5.42.0-520.fc43 fedora 118.6 KiB perl-libnet noarch 3.15-521.fc43 fedora 289.4 KiB perl-libs x86_64 4:5.42.0-520.fc43 fedora 11.5 MiB perl-libwww-perl noarch 6.79-2.fc43 fedora 522.5 KiB perl-locale noarch 1.13-520.fc43 fedora 6.1 KiB perl-mro x86_64 1.29-520.fc43 fedora 41.6 KiB perl-overload noarch 1.40-520.fc43 fedora 71.6 KiB perl-overloading noarch 0.02-520.fc43 fedora 4.9 KiB perl-parent noarch 1:0.244-520.fc43 fedora 10.3 KiB perl-podlators noarch 1:6.0.2-520.fc43 fedora 317.5 KiB perl-subs noarch 1.04-520.fc43 fedora 2.1 KiB perl-threads x86_64 1:2.43-520.fc43 fedora 115.1 KiB perl-threads-shared x86_64 1.70-520.fc43 fedora 83.6 KiB perl-vars noarch 1.05-520.fc43 fedora 3.9 KiB pixman x86_64 0.46.2-2.fc43 fedora 710.3 KiB pixman-devel x86_64 0.46.2-2.fc43 fedora 56.1 KiB protobuf-c x86_64 1.5.1-2.fc43 fedora 49.8 KiB python-pip-wheel noarch 25.1.1-18.fc43 fedora 1.2 MiB python3 x86_64 3.14.0-2.fc43 updates 28.9 KiB python3-libs x86_64 3.14.0-2.fc43 updates 43.0 MiB python3-packaging noarch 25.0-7.fc43 fedora 607.4 KiB rav1e-libs x86_64 0.7.1-8.fc43 fedora 3.0 MiB shared-mime-info x86_64 2.4-2.fc43 fedora 5.2 MiB spirv-tools-libs x86_64 2025.3-4.fc43 fedora 5.6 MiB svt-av1-libs x86_64 3.1.2-1.fc43 fedora 5.6 MiB sysprof-capture-devel x86_64 49.0-1.fc43 fedora 803.7 KiB systemd-devel x86_64 258.1-1.fc43 updates 614.9 KiB systemd-rpm-macros noarch 258.1-1.fc43 updates 8.5 KiB tzdata noarch 2025b-3.fc43 fedora 1.6 MiB unbound-libs x86_64 1.24.1-1.fc43 updates 1.5 MiB vulkan-headers noarch 1.4.321.0-3.fc43 fedora 32.1 MiB vulkan-loader x86_64 1.4.321.0-3.fc43 fedora 544.6 KiB vulkan-loader-devel x86_64 1.4.321.0-3.fc43 fedora 8.0 KiB wayland-devel x86_64 1.24.0-1.fc43 fedora 691.9 KiB wget2 x86_64 2.2.0-6.fc43 fedora 1.0 MiB wget2-libs x86_64 2.2.0-6.fc43 fedora 365.6 KiB xkeyboard-config noarch 2.46-1.fc43 updates 10.2 MiB xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB xorg-x11-proto-devel noarch 2024.1-5.fc43 fedora 1.7 MiB xprop x86_64 1.2.8-4.fc43 fedora 54.7 KiB xz-devel x86_64 1:5.8.1-2.fc43 fedora 258.8 KiB zlib-ng-compat-devel x86_64 2.2.5-2.fc43 fedora 107.0 KiB Transaction Summary: Installing: 366 packages Total size of inbound packages is 244 MiB. Need to download 244 MiB. After this operation, 966 MiB extra will be used (install 966 MiB, remove 0 B). [ 1/366] make-1:4.4.1-11.fc43.x86_64 100% | 7.6 MiB/s | 585.2 KiB | 00m00s [ 2/366] autoconf-0:2.72-7.fc43.noarch 100% | 10.1 MiB/s | 830.6 KiB | 00m00s [ 3/366] libtool-0:2.5.4-7.fc43.x86_64 100% | 7.1 MiB/s | 621.4 KiB | 00m00s [ 4/366] intltool-0:0.51.0-43.fc43.noa 100% | 4.5 MiB/s | 55.6 KiB | 00m00s [ 5/366] automake-0:1.18.1-2.fc43.noar 100% | 32.1 MiB/s | 723.5 KiB | 00m00s [ 6/366] gettext-devel-0:0.25.1-2.fc43 100% | 45.9 MiB/s | 282.1 KiB | 00m00s [ 7/366] glib2-devel-0:2.86.1-2.fc43.x 100% | 3.7 MiB/s | 1.5 MiB | 00m00s [ 8/366] gtk3-devel-0:3.24.51-2.fc43.x 100% | 65.1 MiB/s | 4.3 MiB | 00m00s [ 9/366] gtk4-devel-0:4.20.2-1.fc43.x8 100% | 84.3 MiB/s | 4.4 MiB | 00m00s [ 10/366] libnma-gtk4-devel-0:1.10.6-10 100% | 1.1 MiB/s | 27.4 KiB | 00m00s [ 11/366] libnl3-devel-0:3.11.0-6.fc43. 100% | 4.7 MiB/s | 101.4 KiB | 00m00s [ 12/366] libsecret-devel-0:0.21.7-7.fc 100% | 4.8 MiB/s | 221.5 KiB | 00m00s [ 13/366] libnma-devel-0:1.10.6-10.fc43 100% | 9.6 MiB/s | 59.0 KiB | 00m00s [ 14/366] NetworkManager-libnm-devel-1: 100% | 39.9 MiB/s | 1.0 MiB | 00m00s [ 15/366] emacs-filesystem-1:30.0-5.fc4 100% | 1.2 MiB/s | 7.5 KiB | 00m00s [ 16/366] m4-0:1.4.20-2.fc43.x86_64 100% | 46.9 MiB/s | 336.4 KiB | 00m00s [ 17/366] perl-Carp-0:1.54-520.fc43.noa 100% | 4.7 MiB/s | 28.7 KiB | 00m00s [ 18/366] perl-Class-Struct-0:0.68-520. 100% | 3.6 MiB/s | 22.1 KiB | 00m00s [ 19/366] perl-Data-Dumper-0:2.191-521. 100% | 9.2 MiB/s | 56.3 KiB | 00m00s [ 20/366] perl-Errno-0:1.38-520.fc43.x8 100% | 2.9 MiB/s | 14.9 KiB | 00m00s [ 21/366] perl-Exporter-0:5.79-520.fc43 100% | 5.0 MiB/s | 30.9 KiB | 00m00s [ 22/366] perl-File-Basename-0:2.86-520 100% | 2.8 MiB/s | 17.2 KiB | 00m00s [ 23/366] perl-File-Compare-0:1.100.800 100% | 2.2 MiB/s | 13.3 KiB | 00m00s [ 24/366] perl-File-Copy-0:2.41-520.fc4 100% | 3.3 MiB/s | 20.1 KiB | 00m00s [ 25/366] perl-File-Find-0:1.44-520.fc4 100% | 4.1 MiB/s | 25.3 KiB | 00m00s [ 26/366] perl-File-Temp-1:0.231.100-52 100% | 9.6 MiB/s | 59.0 KiB | 00m00s [ 27/366] perl-File-stat-0:1.14-520.fc4 100% | 2.8 MiB/s | 17.1 KiB | 00m00s [ 28/366] perl-Getopt-Long-1:2.58-520.f 100% | 10.4 MiB/s | 63.6 KiB | 00m00s [ 29/366] perl-IO-0:1.55-520.fc43.x86_6 100% | 13.4 MiB/s | 82.2 KiB | 00m00s [ 30/366] perl-POSIX-0:2.23-520.fc43.x8 100% | 15.9 MiB/s | 97.8 KiB | 00m00s [ 31/366] perl-PathTools-0:3.94-520.fc4 100% | 14.2 MiB/s | 87.2 KiB | 00m00s [ 32/366] perl-Text-ParseWords-0:3.31-5 100% | 3.2 MiB/s | 16.3 KiB | 00m00s [ 33/366] perl-constant-0:1.33-521.fc43 100% | 4.4 MiB/s | 22.8 KiB | 00m00s [ 34/366] perl-interpreter-4:5.42.0-520 100% | 11.8 MiB/s | 72.4 KiB | 00m00s [ 35/366] perl-File-Path-0:2.18-520.fc4 100% | 5.7 MiB/s | 35.1 KiB | 00m00s [ 36/366] perl-Thread-Queue-0:3.14-520. 100% | 3.5 MiB/s | 21.3 KiB | 00m00s [ 37/366] perl-threads-1:2.43-520.fc43. 100% | 1.8 MiB/s | 57.9 KiB | 00m00s [ 38/366] perl-Fcntl-0:1.20-520.fc43.x8 100% | 4.8 MiB/s | 29.8 KiB | 00m00s [ 39/366] perl-Text-Tabs+Wrap-0:2024.00 100% | 3.5 MiB/s | 21.6 KiB | 00m00s [ 40/366] perl-XML-Parser-0:2.47-8.fc43 100% | 38.4 MiB/s | 236.1 KiB | 00m00s [ 41/366] expat-0:2.7.2-1.fc43.x86_64 100% | 19.4 MiB/s | 118.9 KiB | 00m00s [ 42/366] less-0:679-2.fc43.x86_64 100% | 31.8 MiB/s | 195.3 KiB | 00m00s [ 43/366] openssh-clients-0:10.0p1-5.fc 100% | 60.8 MiB/s | 746.7 KiB | 00m00s [ 44/366] libmpc-0:1.3.1-8.fc43.x86_64 100% | 11.5 MiB/s | 70.4 KiB | 00m00s [ 45/366] cpp-0:15.2.1-3.fc43.x86_64 100% | 29.2 MiB/s | 12.9 MiB | 00m00s [ 46/366] gettext-0:0.25.1-2.fc43.x86_6 100% | 54.9 MiB/s | 1.6 MiB | 00m00s [ 47/366] gettext-common-devel-0:0.25.1 100% | 49.0 MiB/s | 601.7 KiB | 00m00s [ 48/366] gettext-libs-0:0.25.1-2.fc43. 100% | 59.4 MiB/s | 791.3 KiB | 00m00s [ 49/366] python3-packaging-0:25.0-7.fc 100% | 26.3 MiB/s | 161.5 KiB | 00m00s [ 50/366] glib2-0:2.86.1-2.fc43.x86_64 100% | 31.6 MiB/s | 3.1 MiB | 00m00s [ 51/366] atk-0:2.58.1-1.fc43.x86_64 100% | 13.1 MiB/s | 80.7 KiB | 00m00s [ 52/366] cairo-0:1.18.4-2.fc43.x86_64 100% | 59.4 MiB/s | 729.3 KiB | 00m00s [ 53/366] gtk3-0:3.24.51-2.fc43.x86_64 100% | 80.2 MiB/s | 5.9 MiB | 00m00s [ 54/366] harfbuzz-0:11.5.1-1.fc43.x86_ 100% | 83.0 MiB/s | 1.1 MiB | 00m00s [ 55/366] libepoxy-0:1.5.10-11.fc43.x86 100% | 37.4 MiB/s | 229.5 KiB | 00m00s [ 56/366] pango-0:1.57.0-1.fc43.x86_64 100% | 57.5 MiB/s | 353.4 KiB | 00m00s [ 57/366] cairo-gobject-0:1.18.4-2.fc43 100% | 3.3 MiB/s | 16.9 KiB | 00m00s [ 58/366] colord-libs-0:1.4.8-2.fc43.x8 100% | 37.5 MiB/s | 230.5 KiB | 00m00s [ 59/366] cups-libs-1:2.4.14-2.fc43.x86 100% | 42.5 MiB/s | 261.3 KiB | 00m00s [ 60/366] fontconfig-0:2.17.0-3.fc43.x8 100% | 44.3 MiB/s | 272.2 KiB | 00m00s [ 61/366] fribidi-0:1.0.16-3.fc43.x86_6 100% | 8.7 MiB/s | 53.3 KiB | 00m00s [ 62/366] graphene-0:1.10.8-2.fc43.x86_ 100% | 10.0 MiB/s | 61.3 KiB | 00m00s [ 63/366] gtk4-0:4.20.2-1.fc43.x86_64 100% | 100.3 MiB/s | 6.4 MiB | 00m00s [ 64/366] libX11-0:1.8.12-1.fc43.x86_64 100% | 91.5 MiB/s | 655.6 KiB | 00m00s [ 65/366] libXcursor-0:1.2.3-3.fc43.x86 100% | 6.1 MiB/s | 31.2 KiB | 00m00s [ 66/366] libXdamage-0:1.1.6-6.fc43.x86 100% | 3.8 MiB/s | 23.3 KiB | 00m00s [ 67/366] libXext-0:1.3.6-4.fc43.x86_64 100% | 6.4 MiB/s | 39.1 KiB | 00m00s [ 68/366] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 3.1 MiB/s | 19.1 KiB | 00m00s [ 69/366] libXi-0:1.8.2-3.fc43.x86_64 100% | 6.6 MiB/s | 40.3 KiB | 00m00s [ 70/366] libXinerama-0:1.1.5-9.fc43.x8 100% | 2.3 MiB/s | 14.2 KiB | 00m00s [ 71/366] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 5.4 MiB/s | 27.6 KiB | 00m00s [ 72/366] libjpeg-turbo-0:3.1.2-1.fc43. 100% | 38.5 MiB/s | 236.8 KiB | 00m00s [ 73/366] libpng-2:1.6.50-2.fc43.x86_64 100% | 20.0 MiB/s | 123.0 KiB | 00m00s [ 74/366] librsvg2-0:2.61.0-2.fc43.x86_ 100% | 92.6 MiB/s | 1.9 MiB | 00m00s [ 75/366] libtiff-0:4.7.0-8.fc43.x86_64 100% | 36.0 MiB/s | 221.1 KiB | 00m00s [ 76/366] libtinysparql-0:3.10.1-1.fc43 100% | 60.9 MiB/s | 374.3 KiB | 00m00s [ 77/366] libwayland-client-0:1.24.0-1. 100% | 5.5 MiB/s | 33.6 KiB | 00m00s [ 78/366] libwayland-egl-0:1.24.0-1.fc4 100% | 2.0 MiB/s | 12.4 KiB | 00m00s [ 79/366] libxkbcommon-0:1.11.0-1.fc43. 100% | 28.4 MiB/s | 174.3 KiB | 00m00s [ 80/366] vulkan-loader-0:1.4.321.0-3.f 100% | 24.9 MiB/s | 153.1 KiB | 00m00s [ 81/366] libnma-gtk4-0:1.10.6-10.fc43. 100% | 18.8 MiB/s | 115.7 KiB | 00m00s [ 82/366] libnl3-0:3.11.0-6.fc43.x86_64 100% | 49.7 MiB/s | 356.0 KiB | 00m00s [ 83/366] libnl3-cli-0:3.11.0-6.fc43.x8 100% | 35.9 MiB/s | 220.7 KiB | 00m00s [ 84/366] libsecret-0:0.21.7-7.fc43.x86 100% | 4.8 MiB/s | 196.0 KiB | 00m00s [ 85/366] libnma-0:1.10.6-10.fc43.x86_6 100% | 47.4 MiB/s | 291.0 KiB | 00m00s [ 86/366] NetworkManager-libnm-1:1.54.0 100% | 93.8 MiB/s | 1.9 MiB | 00m00s [ 87/366] perl-B-0:1.89-520.fc43.x86_64 100% | 28.9 MiB/s | 177.7 KiB | 00m00s [ 88/366] perl-Scalar-List-Utils-5:1.70 100% | 12.2 MiB/s | 75.0 KiB | 00m00s [ 89/366] perl-libs-4:5.42.0-520.fc43.x 100% | 98.4 MiB/s | 2.6 MiB | 00m00s [ 90/366] perl-overload-0:1.40-520.fc43 100% | 7.4 MiB/s | 45.6 KiB | 00m00s [ 91/366] perl-parent-1:0.244-520.fc43. 100% | 2.9 MiB/s | 14.8 KiB | 00m00s [ 92/366] perl-Symbol-0:1.09-520.fc43.n 100% | 2.3 MiB/s | 14.2 KiB | 00m00s [ 93/366] perl-Pod-Usage-4:2.05-520.fc4 100% | 6.6 MiB/s | 40.5 KiB | 00m00s [ 94/366] perl-base-0:2.27-520.fc43.noa 100% | 2.6 MiB/s | 16.2 KiB | 00m00s [ 95/366] perl-SelectSaver-0:1.02-520.f 100% | 1.9 MiB/s | 11.7 KiB | 00m00s [ 96/366] perl-Socket-4:2.040-2.fc43.x8 100% | 8.9 MiB/s | 54.9 KiB | 00m00s [ 97/366] perl-locale-0:1.13-520.fc43.n 100% | 2.2 MiB/s | 13.5 KiB | 00m00s [ 98/366] perl-vars-0:1.05-520.fc43.noa 100% | 2.1 MiB/s | 13.0 KiB | 00m00s [ 99/366] perl-threads-shared-0:1.70-52 100% | 6.2 MiB/s | 44.4 KiB | 00m00s [100/366] perl-libwww-perl-0:6.79-2.fc4 100% | 34.0 MiB/s | 208.6 KiB | 00m00s [101/366] libfido2-0:1.16.0-3.fc43.x86_ 100% | 16.0 MiB/s | 98.5 KiB | 00m00s [102/366] openssh-0:10.0p1-5.fc43.x86_6 100% | 55.3 MiB/s | 339.6 KiB | 00m00s [103/366] gettext-runtime-0:0.25.1-2.fc 100% | 18.9 MiB/s | 116.3 KiB | 00m00s [104/366] libtextstyle-0:0.25.1-2.fc43. 100% | 14.9 MiB/s | 91.8 KiB | 00m00s [105/366] at-spi2-core-0:2.58.1-1.fc43. 100% | 54.4 MiB/s | 390.2 KiB | 00m00s [106/366] freetype-0:2.13.3-3.fc43.x86_ 100% | 57.5 MiB/s | 412.1 KiB | 00m00s [107/366] libXrender-0:0.9.12-3.fc43.x8 100% | 4.4 MiB/s | 26.9 KiB | 00m00s [108/366] libxcb-0:1.17.0-6.fc43.x86_64 100% | 38.7 MiB/s | 237.7 KiB | 00m00s [109/366] lzo-0:2.10-15.fc43.x86_64 100% | 11.3 MiB/s | 69.4 KiB | 00m00s [110/366] pixman-0:0.46.2-2.fc43.x86_64 100% | 4.9 MiB/s | 292.5 KiB | 00m00s [111/366] adwaita-icon-theme-0:49.0-1.f 100% | 19.7 MiB/s | 403.9 KiB | 00m00s [112/366] at-spi2-atk-0:2.58.1-1.fc43.x 100% | 14.4 MiB/s | 88.4 KiB | 00m00s [113/366] gtk-update-icon-cache-0:3.24. 100% | 5.5 MiB/s | 33.8 KiB | 00m00s [114/366] hicolor-icon-theme-0:0.18-2.f 100% | 10.7 MiB/s | 65.9 KiB | 00m00s [115/366] libXcomposite-0:0.4.6-6.fc43. 100% | 3.9 MiB/s | 24.2 KiB | 00m00s [116/366] libcloudproviders-0:0.3.6-2.f 100% | 7.6 MiB/s | 46.9 KiB | 00m00s [117/366] libwayland-cursor-0:1.24.0-1. 100% | 3.1 MiB/s | 18.9 KiB | 00m00s [118/366] graphite2-0:1.3.14-19.fc43.x8 100% | 15.6 MiB/s | 95.6 KiB | 00m00s [119/366] libXft-0:2.3.8-9.fc43.x86_64 100% | 11.8 MiB/s | 72.2 KiB | 00m00s [120/366] libthai-0:0.1.29-11.fc43.x86_ 100% | 34.2 MiB/s | 210.3 KiB | 00m00s [121/366] lcms2-0:2.16-6.fc43.x86_64 100% | 29.7 MiB/s | 182.8 KiB | 00m00s [122/366] libgusb-0:0.4.9-4.fc43.x86_64 100% | 10.5 MiB/s | 64.5 KiB | 00m00s [123/366] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 11.2 MiB/s | 69.0 KiB | 00m00s [124/366] cups-filesystem-1:2.4.14-2.fc 100% | 2.1 MiB/s | 12.7 KiB | 00m00s [125/366] default-fonts-core-sans-0:4.2 100% | 4.9 MiB/s | 29.9 KiB | 00m00s [126/366] fonts-filesystem-1:2.0.5-23.f 100% | 1.4 MiB/s | 8.7 KiB | 00m00s [127/366] xml-common-0:0.6.3-67.fc43.no 100% | 5.1 MiB/s | 31.0 KiB | 00m00s [128/366] libX11-common-0:1.8.12-1.fc43 100% | 28.6 MiB/s | 175.9 KiB | 00m00s [129/366] jbigkit-libs-0:2.1-32.fc43.x8 100% | 8.7 MiB/s | 53.2 KiB | 00m00s [130/366] liblerc-0:4.0.0-9.fc43.x86_64 100% | 35.0 MiB/s | 215.1 KiB | 00m00s [131/366] libwebp-0:1.6.0-2.fc43.x86_64 100% | 45.2 MiB/s | 324.2 KiB | 00m00s [132/366] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 2.5 MiB/s | 15.2 KiB | 00m00s [133/366] json-glib-0:1.10.8-1.fc43.x86 100% | 28.1 MiB/s | 172.6 KiB | 00m00s [134/366] libicu-0:77.1-1.fc43.x86_64 100% | 87.7 MiB/s | 10.7 MiB | 00m00s [135/366] libsoup3-0:3.6.5-8.fc43.x86_6 100% | 54.6 MiB/s | 391.4 KiB | 00m00s [136/366] libstemmer-0:3.0.1-8.fc43.x86 100% | 25.3 MiB/s | 155.3 KiB | 00m00s [137/366] gcr-libs-0:4.4.0.1-2.fc43.x86 100% | 79.5 MiB/s | 488.5 KiB | 00m00s [138/366] mobile-broadband-provider-inf 100% | 11.2 MiB/s | 68.9 KiB | 00m00s [139/366] perl-if-0:0.61.000-520.fc43.n 100% | 2.7 MiB/s | 14.0 KiB | 00m00s [140/366] perl-overloading-0:0.02-520.f 100% | 2.1 MiB/s | 12.9 KiB | 00m00s [141/366] perl-DynaLoader-0:1.57-520.fc 100% | 4.2 MiB/s | 26.0 KiB | 00m00s [142/366] perl-mro-0:1.29-520.fc43.x86_ 100% | 4.9 MiB/s | 29.9 KiB | 00m00s [143/366] perl-Pod-Perldoc-0:3.28.01-52 100% | 13.7 MiB/s | 84.3 KiB | 00m00s [144/366] perl-podlators-1:6.0.2-520.fc 100% | 20.9 MiB/s | 128.3 KiB | 00m00s [145/366] perl-Data-Dump-0:1.25-13.fc43 100% | 5.3 MiB/s | 32.5 KiB | 00m00s [146/366] perl-Digest-MD5-0:2.59-520.fc 100% | 5.8 MiB/s | 35.8 KiB | 00m00s [147/366] git-core-0:2.51.1-1.fc43.x86_ 100% | 2.0 MiB/s | 5.0 MiB | 00m03s [148/366] perl-Encode-Locale-0:1.05-32. 100% | 3.6 MiB/s | 18.3 KiB | 00m00s [149/366] perl-HTML-Parser-0:3.83-4.fc4 100% | 20.2 MiB/s | 124.2 KiB | 00m00s [150/366] perl-HTTP-Cookies-0:6.11-6.fc 100% | 6.0 MiB/s | 37.1 KiB | 00m00s [151/366] perl-HTTP-Date-0:6.06-7.fc43. 100% | 3.9 MiB/s | 24.1 KiB | 00m00s [152/366] perl-File-Listing-0:6.16-6.fc 100% | 1.0 MiB/s | 24.4 KiB | 00m00s [153/366] perl-HTTP-Negotiate-0:6.01-41 100% | 3.8 MiB/s | 19.3 KiB | 00m00s [154/366] perl-MIME-Base64-0:3.16-520.f 100% | 4.8 MiB/s | 29.7 KiB | 00m00s [155/366] perl-LWP-MediaTypes-0:6.04-21 100% | 2.0 MiB/s | 32.9 KiB | 00m00s [156/366] perl-NTLM-0:1.09-41.fc43.noar 100% | 2.1 MiB/s | 21.5 KiB | 00m00s [157/366] perl-Module-Load-1:0.36-520.f 100% | 748.5 KiB/s | 17.2 KiB | 00m00s [158/366] perl-Try-Tiny-0:0.32-3.fc43.n 100% | 6.1 MiB/s | 37.6 KiB | 00m00s [159/366] perl-Net-HTTP-0:6.24-1.fc43.n 100% | 3.5 MiB/s | 39.4 KiB | 00m00s [160/366] perl-WWW-RobotRules-0:6.02-42 100% | 3.8 MiB/s | 19.4 KiB | 00m00s [161/366] libcbor-0:0.12.0-6.fc43.x86_6 100% | 5.5 MiB/s | 33.5 KiB | 00m00s [162/366] gettext-envsubst-0:0.25.1-2.f 100% | 5.3 MiB/s | 37.7 KiB | 00m00s [163/366] dbus-1:1.16.0-4.fc43.x86_64 100% | 1.2 MiB/s | 7.5 KiB | 00m00s [164/366] perl-libnet-0:3.15-521.fc43.n 100% | 5.0 MiB/s | 128.3 KiB | 00m00s [165/366] dbus-libs-1:1.16.0-4.fc43.x86 100% | 24.1 MiB/s | 148.3 KiB | 00m00s [166/366] libXtst-0:1.2.5-3.fc43.x86_64 100% | 2.0 MiB/s | 20.5 KiB | 00m00s [167/366] xprop-0:1.2.8-4.fc43.x86_64 100% | 6.8 MiB/s | 34.8 KiB | 00m00s [168/366] adwaita-cursor-theme-0:49.0-1 100% | 61.9 MiB/s | 380.1 KiB | 00m00s [169/366] libXau-0:1.0.12-3.fc43.x86_64 100% | 3.0 MiB/s | 33.4 KiB | 00m00s [170/366] libdatrie-0:0.2.13-12.fc43.x8 100% | 2.8 MiB/s | 32.0 KiB | 00m00s [171/366] adwaita-icon-theme-legacy-0:4 100% | 95.3 MiB/s | 2.5 MiB | 00m00s [172/366] abattis-cantarell-vf-fonts-0: 100% | 10.7 MiB/s | 120.1 KiB | 00m00s [173/366] perl-HTTP-Tiny-0:0.090-521.fc 100% | 9.2 MiB/s | 56.3 KiB | 00m00s [174/366] perl-IPC-Open3-0:1.24-520.fc4 100% | 4.7 MiB/s | 23.9 KiB | 00m00s [175/366] groff-base-0:1.23.0-10.fc43.x 100% | 84.6 MiB/s | 1.1 MiB | 00m00s [176/366] perl-Term-ANSIColor-0:5.01-52 100% | 7.7 MiB/s | 47.6 KiB | 00m00s [177/366] perl-Pod-Simple-1:3.47-3.fc43 100% | 17.9 MiB/s | 219.9 KiB | 00m00s [178/366] perl-Term-Cap-0:1.18-520.fc43 100% | 4.3 MiB/s | 21.9 KiB | 00m00s [179/366] perl-subs-0:1.04-520.fc43.noa 100% | 1.9 MiB/s | 11.7 KiB | 00m00s [180/366] perl-Digest-0:1.20-520.fc43.n 100% | 4.8 MiB/s | 24.8 KiB | 00m00s [181/366] perl-I18N-Langinfo-0:0.24-520 100% | 4.2 MiB/s | 25.6 KiB | 00m00s [182/366] perl-HTML-Tagset-0:3.24-4.fc4 100% | 3.6 MiB/s | 18.3 KiB | 00m00s [183/366] perl-Time-Local-2:1.350-520.f 100% | 5.6 MiB/s | 34.4 KiB | 00m00s [184/366] perl-TimeDate-1:2.33-17.fc43. 100% | 9.4 MiB/s | 57.7 KiB | 00m00s [185/366] perl-Digest-HMAC-0:1.05-3.fc4 100% | 4.4 MiB/s | 22.5 KiB | 00m00s [186/366] mailcap-0:2.1.54-9.fc43.noarc 100% | 5.5 MiB/s | 34.0 KiB | 00m00s [187/366] perl-Compress-Raw-Zlib-0:2.21 100% | 10.6 MiB/s | 65.0 KiB | 00m00s [188/366] perl-IO-Compress-0:2.213-521. 100% | 29.8 MiB/s | 305.4 KiB | 00m00s [189/366] perl-IO-Socket-IP-0:0.43-521. 100% | 8.2 MiB/s | 42.1 KiB | 00m00s [190/366] perl-IO-Socket-SSL-0:2.095-2. 100% | 37.7 MiB/s | 231.5 KiB | 00m00s [191/366] perl-FileHandle-0:2.05-520.fc 100% | 3.0 MiB/s | 15.5 KiB | 00m00s [192/366] perl-Pod-Escapes-1:1.07-520.f 100% | 3.9 MiB/s | 19.8 KiB | 00m00s [193/366] perl-Net-SSLeay-0:1.94-11.fc4 100% | 61.0 MiB/s | 374.8 KiB | 00m00s [194/366] perl-Digest-SHA-1:6.04-521.fc 100% | 12.1 MiB/s | 61.8 KiB | 00m00s [195/366] perl-Compress-Raw-Bzip2-0:2.2 100% | 7.0 MiB/s | 35.9 KiB | 00m00s [196/366] ncurses-0:6.5-7.20250614.fc43 100% | 24.5 MiB/s | 426.2 KiB | 00m00s [197/366] perl-AutoLoader-0:5.74-520.fc 100% | 4.1 MiB/s | 21.2 KiB | 00m00s [198/366] wget2-wget-0:2.2.0-6.fc43.x86 100% | 1.9 MiB/s | 9.7 KiB | 00m00s [199/366] wget2-0:2.2.0-6.fc43.x86_64 100% | 45.6 MiB/s | 279.9 KiB | 00m00s [200/366] gpgme-0:1.24.3-6.fc43.x86_64 100% | 35.6 MiB/s | 218.5 KiB | 00m00s [201/366] wget2-libs-0:2.2.0-6.fc43.x86 100% | 24.0 MiB/s | 147.7 KiB | 00m00s [202/366] gnutls-dane-0:3.8.10-3.fc43.x 100% | 7.6 MiB/s | 39.1 KiB | 00m00s [203/366] gnutls-c++-0:3.8.10-3.fc43.x8 100% | 5.7 MiB/s | 29.0 KiB | 00m00s [204/366] libffi-devel-0:3.5.1-2.fc43.x 100% | 5.8 MiB/s | 29.6 KiB | 00m00s [205/366] libmount-devel-0:2.41.1-17.fc 100% | 4.0 MiB/s | 24.5 KiB | 00m00s [206/366] gnutls-devel-0:3.8.10-3.fc43. 100% | 95.8 MiB/s | 2.4 MiB | 00m00s [207/366] libselinux-devel-0:3.9-5.fc43 100% | 24.8 MiB/s | 152.1 KiB | 00m00s [208/366] libsepol-devel-0:3.9-2.fc43.x 100% | 9.4 MiB/s | 48.4 KiB | 00m00s [209/366] pcre2-utf16-0:10.46-1.fc43.x8 100% | 39.3 MiB/s | 241.6 KiB | 00m00s [210/366] pcre2-devel-0:10.46-1.fc43.x8 100% | 44.2 MiB/s | 543.2 KiB | 00m00s [211/366] pcre2-utf32-0:10.46-1.fc43.x8 100% | 37.3 MiB/s | 228.9 KiB | 00m00s [212/366] python3-0:3.14.0-2.fc43.x86_6 100% | 364.4 KiB/s | 27.7 KiB | 00m00s [213/366] mpdecimal-0:4.0.1-2.fc43.x86_ 100% | 19.0 MiB/s | 97.1 KiB | 00m00s [214/366] python-pip-wheel-0:25.1.1-18. 100% | 92.7 MiB/s | 1.2 MiB | 00m00s [215/366] tzdata-0:2025b-3.fc43.noarch 100% | 58.1 MiB/s | 713.9 KiB | 00m00s [216/366] sysprof-capture-devel-0:49.0- 100% | 27.8 MiB/s | 171.1 KiB | 00m00s [217/366] zlib-ng-compat-devel-0:2.2.5- 100% | 7.5 MiB/s | 38.3 KiB | 00m00s [218/366] cmake-filesystem-0:3.31.6-4.f 100% | 3.0 MiB/s | 15.5 KiB | 00m00s [219/366] glibc-devel-0:2.42-4.fc43.x86 100% | 78.9 MiB/s | 565.9 KiB | 00m00s [220/366] perl-Encode-4:3.21-520.fc43.x 100% | 80.9 MiB/s | 1.1 MiB | 00m00s [221/366] perl-Getopt-Std-0:1.14-520.fc 100% | 3.1 MiB/s | 15.7 KiB | 00m00s [222/366] perl-Storable-1:3.37-521.fc43 100% | 19.2 MiB/s | 98.5 KiB | 00m00s [223/366] perl-HTTP-Message-0:7.01-1.fc 100% | 835.9 KiB/s | 100.3 KiB | 00m00s [224/366] perl-Clone-0:0.47-4.fc43.x86_ 100% | 4.3 MiB/s | 21.8 KiB | 00m00s [225/366] perl-IO-HTML-0:1.004-15.fc43. 100% | 5.3 MiB/s | 27.3 KiB | 00m00s [226/366] python3-libs-0:3.14.0-2.fc43. 100% | 27.8 MiB/s | 9.8 MiB | 00m00s [227/366] perl-MIME-Base32-0:1.303-24.f 100% | 3.3 MiB/s | 20.4 KiB | 00m00s [228/366] libedit-0:3.1-57.20251016cvs. 100% | 2.6 MiB/s | 105.2 KiB | 00m00s [229/366] perl-URI-0:5.34-2.fc43.noarch 100% | 1.3 MiB/s | 149.3 KiB | 00m00s [230/366] xkeyboard-config-0:2.46-1.fc4 100% | 19.4 MiB/s | 993.6 KiB | 00m00s [231/366] shared-mime-info-0:2.4-2.fc43 100% | 65.1 MiB/s | 399.7 KiB | 00m00s [232/366] libdav1d-0:1.5.2-1.fc43.x86_6 100% | 11.5 MiB/s | 637.4 KiB | 00m00s [233/366] kernel-headers-0:6.17.4-300.f 100% | 26.1 MiB/s | 1.7 MiB | 00m00s [234/366] libblkid-devel-0:2.41.1-17.fc 100% | 3.8 MiB/s | 23.3 KiB | 00m00s [235/366] cairo-devel-0:1.18.4-2.fc43.x 100% | 31.2 MiB/s | 191.8 KiB | 00m00s [236/366] cairo-gobject-devel-0:1.18.4- 100% | 1.8 MiB/s | 10.9 KiB | 00m00s [237/366] gdk-pixbuf2-devel-0:2.44.4-1. 100% | 7.5 MiB/s | 369.3 KiB | 00m00s [238/366] graphene-devel-0:1.10.8-2.fc4 100% | 27.4 MiB/s | 168.5 KiB | 00m00s [239/366] gstreamer1-0:1.26.7-1.fc43.x8 100% | 27.6 MiB/s | 1.7 MiB | 00m00s [240/366] libunwind-0:1.8.1-3.fc43.x86_ 100% | 12.5 MiB/s | 76.5 KiB | 00m00s [241/366] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% | 1.3 MiB/s | 484.9 KiB | 00m00s [242/366] libnice-0:0.1.22-8.fc43.x86_6 100% | 32.6 MiB/s | 200.2 KiB | 00m00s [243/366] libva-0:2.22.0-6.fc43.x86_64 100% | 18.9 MiB/s | 115.9 KiB | 00m00s [244/366] gstreamer1-plugins-bad-free-l 100% | 16.8 MiB/s | 1.0 MiB | 00m00s [245/366] gupnp-igd-0:1.6.0-7.fc43.x86_ 100% | 6.6 MiB/s | 33.5 KiB | 00m00s [246/366] libX11-xcb-0:1.8.12-1.fc43.x8 100% | 2.3 MiB/s | 11.5 KiB | 00m00s [247/366] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 21.5 MiB/s | 132.1 KiB | 00m00s [248/366] gupnp-0:1.6.9-2.fc43.x86_64 100% | 17.4 MiB/s | 106.7 KiB | 00m00s [249/366] gssdp-0:1.6.4-2.fc43.x86_64 100% | 5.2 MiB/s | 58.1 KiB | 00m00s [250/366] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 22.3 MiB/s | 114.0 KiB | 00m00s [251/366] alsa-lib-0:1.2.14-4.fc43.x86_ 100% | 86.5 MiB/s | 531.3 KiB | 00m00s [252/366] cdparanoia-libs-0:10.2-48.fc4 100% | 10.5 MiB/s | 53.9 KiB | 00m00s [253/366] iso-codes-0:4.18.0-2.fc43.noa 100% | 98.3 MiB/s | 3.7 MiB | 00m00s [254/366] libXv-0:1.0.13-3.fc43.x86_64 100% | 3.0 MiB/s | 18.6 KiB | 00m00s [255/366] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 5.9 MiB/s | 36.0 KiB | 00m00s [256/366] libgudev-0:238-8.fc43.x86_64 100% | 6.8 MiB/s | 34.6 KiB | 00m00s [257/366] libtheora-1:1.1.1-40.fc43.x86 100% | 13.9 MiB/s | 170.3 KiB | 00m00s [258/366] libvisual-1:0.4.2-3.fc43.x86_ 100% | 24.9 MiB/s | 153.2 KiB | 00m00s [259/366] libvorbis-1:1.3.7-13.fc43.x86 100% | 30.7 MiB/s | 188.4 KiB | 00m00s [260/366] opus-0:1.5.2-3.fc43.x86_64 100% | 38.6 MiB/s | 237.1 KiB | 00m00s [261/366] orc-0:0.4.41-2.fc43.x86_64 100% | 36.1 MiB/s | 221.5 KiB | 00m00s [262/366] libX11-devel-0:1.8.12-1.fc43. 100% | 56.5 MiB/s | 1.0 MiB | 00m00s [263/366] xorg-x11-proto-devel-0:2024.1 100% | 48.8 MiB/s | 300.0 KiB | 00m00s [264/366] pango-devel-0:1.57.0-1.fc43.x 100% | 26.4 MiB/s | 162.0 KiB | 00m00s [265/366] fontconfig-devel-0:2.17.0-3.f 100% | 27.6 MiB/s | 169.5 KiB | 00m00s [266/366] freetype-devel-0:2.13.3-3.fc4 100% | 79.3 MiB/s | 1.0 MiB | 00m00s [267/366] vulkan-loader-devel-0:1.4.321 100% | 2.0 MiB/s | 12.3 KiB | 00m00s [268/366] vulkan-headers-0:1.4.321.0-3. 100% | 79.9 MiB/s | 1.5 MiB | 00m00s [269/366] wayland-devel-0:1.24.0-1.fc43 100% | 21.5 MiB/s | 154.2 KiB | 00m00s [270/366] libwayland-server-0:1.24.0-1. 100% | 6.8 MiB/s | 41.5 KiB | 00m00s [271/366] at-spi2-atk-devel-0:2.58.1-1. 100% | 1.8 MiB/s | 11.2 KiB | 00m00s [272/366] atk-devel-0:2.58.1-1.fc43.x86 100% | 54.1 MiB/s | 443.5 KiB | 00m00s [273/366] fribidi-devel-0:1.0.16-3.fc43 100% | 4.8 MiB/s | 29.3 KiB | 00m00s [274/366] libXcomposite-devel-0:0.4.6-6 100% | 2.6 MiB/s | 15.8 KiB | 00m00s [275/366] libXcursor-devel-0:1.2.3-3.fc 100% | 6.4 MiB/s | 39.6 KiB | 00m00s [276/366] libXdamage-devel-0:1.1.6-6.fc 100% | 1.5 MiB/s | 9.5 KiB | 00m00s [277/366] libXext-devel-0:1.3.6-4.fc43. 100% | 13.9 MiB/s | 85.2 KiB | 00m00s [278/366] libXfixes-devel-0:6.0.1-6.fc4 100% | 2.0 MiB/s | 12.6 KiB | 00m00s [279/366] libXi-devel-0:1.8.2-3.fc43.x8 100% | 18.8 MiB/s | 115.8 KiB | 00m00s [280/366] libXinerama-devel-0:1.1.5-9.f 100% | 2.1 MiB/s | 13.0 KiB | 00m00s [281/366] libXrandr-devel-0:1.5.4-6.fc4 100% | 3.1 MiB/s | 19.2 KiB | 00m00s [282/366] libcloudproviders-devel-0:0.3 100% | 8.0 MiB/s | 49.2 KiB | 00m00s [283/366] libepoxy-devel-0:1.5.10-11.fc 100% | 21.6 MiB/s | 132.9 KiB | 00m00s [284/366] libxkbcommon-devel-0:1.11.0-1 100% | 3.4 MiB/s | 73.0 KiB | 00m00s [285/366] libidn2-devel-0:2.3.8-2.fc43. 100% | 10.4 MiB/s | 64.0 KiB | 00m00s [286/366] libtasn1-devel-0:4.20.0-2.fc4 100% | 13.7 MiB/s | 84.2 KiB | 00m00s [287/366] libtasn1-tools-0:4.20.0-2.fc4 100% | 4.3 MiB/s | 26.7 KiB | 00m00s [288/366] nettle-devel-0:3.10.1-2.fc43. 100% | 59.0 MiB/s | 725.3 KiB | 00m00s [289/366] gmp-devel-1:6.3.0-4.fc43.x86_ 100% | 28.4 MiB/s | 174.3 KiB | 00m00s [290/366] gmp-c++-1:6.3.0-4.fc43.x86_64 100% | 3.0 MiB/s | 18.4 KiB | 00m00s [291/366] p11-kit-devel-0:0.25.8-1.fc43 100% | 15.5 MiB/s | 95.5 KiB | 00m00s [292/366] unbound-libs-0:1.24.1-1.fc43. 100% | 12.5 MiB/s | 574.2 KiB | 00m00s [293/366] hiredis-0:1.2.0-7.fc43.x86_64 100% | 8.2 MiB/s | 50.3 KiB | 00m00s [294/366] protobuf-c-0:1.5.1-2.fc43.x86 100% | 5.3 MiB/s | 32.7 KiB | 00m00s [295/366] ngtcp2-crypto-ossl-0:1.16.0-1 100% | 683.2 KiB/s | 26.0 KiB | 00m00s [296/366] ngtcp2-0:1.16.0-1.fc43.x86_64 100% | 3.6 MiB/s | 146.0 KiB | 00m00s [297/366] libxcrypt-devel-0:4.5.1-1.fc4 100% | 787.0 KiB/s | 29.9 KiB | 00m00s [298/366] brotli-devel-0:1.1.0-10.fc43. 100% | 5.5 MiB/s | 33.9 KiB | 00m00s [299/366] brotli-0:1.1.0-10.fc43.x86_64 100% | 3.2 MiB/s | 19.8 KiB | 00m00s [300/366] bzip2-devel-0:1.0.8-21.fc43.x 100% | 29.8 MiB/s | 213.4 KiB | 00m00s [301/366] harfbuzz-devel-0:11.5.1-1.fc4 100% | 63.6 MiB/s | 456.1 KiB | 00m00s [302/366] harfbuzz-cairo-0:11.5.1-1.fc4 100% | 4.9 MiB/s | 30.2 KiB | 00m00s [303/366] harfbuzz-icu-0:11.5.1-1.fc43. 100% | 3.1 MiB/s | 15.8 KiB | 00m00s [304/366] libpng-devel-2:1.6.50-2.fc43. 100% | 47.8 MiB/s | 293.4 KiB | 00m00s [305/366] libxml2-devel-0:2.12.10-5.fc4 100% | 42.6 MiB/s | 524.0 KiB | 00m00s [306/366] xz-devel-1:5.8.1-2.fc43.x86_6 100% | 10.9 MiB/s | 67.0 KiB | 00m00s [307/366] google-noto-sans-vf-fonts-0:2 100% | 11.8 MiB/s | 614.4 KiB | 00m00s [308/366] google-noto-fonts-common-0:20 100% | 440.8 KiB/s | 17.2 KiB | 00m00s [309/366] libXrender-devel-0:0.9.12-3.f 100% | 3.1 MiB/s | 19.0 KiB | 00m00s [310/366] libxcb-devel-0:1.17.0-6.fc43. 100% | 71.9 MiB/s | 1.4 MiB | 00m00s [311/366] pixman-devel-0:0.46.2-2.fc43. 100% | 2.9 MiB/s | 18.0 KiB | 00m00s [312/366] lzo-devel-0:2.10-15.fc43.x86_ 100% | 6.4 MiB/s | 39.0 KiB | 00m00s [313/366] lzo-minilzo-0:2.10-15.fc43.x8 100% | 4.7 MiB/s | 24.0 KiB | 00m00s [314/366] at-spi2-core-devel-0:2.58.1-1 100% | 47.7 MiB/s | 341.9 KiB | 00m00s [315/366] dbus-devel-1:1.16.0-4.fc43.x8 100% | 6.3 MiB/s | 38.8 KiB | 00m00s [316/366] libdrm-0:2.4.128-3.fc43.x86_6 100% | 3.8 MiB/s | 162.0 KiB | 00m00s [317/366] libpciaccess-0:0.16-16.fc43.x 100% | 4.3 MiB/s | 26.2 KiB | 00m00s [318/366] libogg-2:1.3.6-2.fc43.x86_64 100% | 858.5 KiB/s | 33.5 KiB | 00m00s [319/366] mesa-libgbm-0:25.2.6-1.fc43.x 100% | 726.9 KiB/s | 27.6 KiB | 00m00s [320/366] mesa-libEGL-0:25.2.6-1.fc43.x 100% | 3.2 MiB/s | 132.0 KiB | 00m00s [321/366] gstreamer1-plugins-base-0:1.2 100% | 1.6 MiB/s | 2.3 MiB | 00m01s [322/366] libxshmfence-0:1.3.2-7.fc43.x 100% | 2.2 MiB/s | 13.3 KiB | 00m00s [323/366] lm_sensors-libs-0:3.6.0-23.fc 100% | 6.6 MiB/s | 40.6 KiB | 00m00s [324/366] spirv-tools-libs-0:2025.3-4.f 100% | 52.5 MiB/s | 1.6 MiB | 00m00s [325/366] mesa-dri-drivers-0:25.2.6-1.f 100% | 23.2 MiB/s | 12.7 MiB | 00m01s [326/366] mesa-filesystem-0:25.2.6-1.fc 100% | 572.9 KiB/s | 21.8 KiB | 00m00s [327/366] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 2.9 MiB/s | 17.7 KiB | 00m00s [328/366] mesa-libGL-0:25.2.6-1.fc43.x8 100% | 3.3 MiB/s | 130.2 KiB | 00m00s [329/366] glycin-devel-0:2.0.4-1.fc43.x 100% | 630.7 KiB/s | 24.0 KiB | 00m00s [330/366] libseccomp-0:2.6.0-2.fc43.x86 100% | 12.3 MiB/s | 75.7 KiB | 00m00s [331/366] glycin-libs-0:2.0.4-1.fc43.x8 100% | 18.7 MiB/s | 1.6 MiB | 00m00s [332/366] bubblewrap-0:0.11.0-2.fc43.x8 100% | 10.7 MiB/s | 65.5 KiB | 00m00s [333/366] libheif-0:1.20.2-6.fc43.x86_6 100% | 47.0 MiB/s | 578.1 KiB | 00m00s [334/366] libjxl-1:0.11.1-6.fc43.x86_64 100% | 60.4 MiB/s | 1.1 MiB | 00m00s [335/366] libaom-0:3.13.1-1.fc43.x86_64 100% | 74.2 MiB/s | 1.9 MiB | 00m00s [336/366] libopenjph-0:0.22.0-2.fc43.x8 100% | 25.1 MiB/s | 154.4 KiB | 00m00s [337/366] noopenh264-0:2.6.0-2.fc43.x86 100% | 3.6 MiB/s | 22.2 KiB | 00m00s [338/366] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 31.3 MiB/s | 192.2 KiB | 00m00s [339/366] rav1e-libs-0:0.7.1-8.fc43.x86 100% | 79.5 MiB/s | 1.0 MiB | 00m00s [340/366] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 55.4 MiB/s | 2.0 MiB | 00m00s [341/366] highway-0:1.2.0-5.fc42.x86_64 100% | 7.9 MiB/s | 625.6 KiB | 00m00s [342/366] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 19.2 MiB/s | 196.6 KiB | 00m00s [343/366] libXft-devel-0:2.3.8-9.fc43.x 100% | 8.0 MiB/s | 49.4 KiB | 00m00s [344/366] libthai-devel-0:0.1.29-11.fc4 100% | 20.9 MiB/s | 128.3 KiB | 00m00s [345/366] libXau-devel-0:1.0.12-3.fc43. 100% | 2.3 MiB/s | 13.9 KiB | 00m00s [346/366] libdatrie-devel-0:0.2.13-12.f 100% | 22.3 MiB/s | 137.3 KiB | 00m00s [347/366] hwdata-0:0.401-1.fc43.noarch 100% | 14.1 MiB/s | 1.7 MiB | 00m00s [348/366] libglvnd-devel-1:1.7.0-8.fc43 100% | 26.4 MiB/s | 162.2 KiB | 00m00s [349/366] libglvnd-core-devel-1:1.7.0-8 100% | 3.4 MiB/s | 17.3 KiB | 00m00s [350/366] libglvnd-gles-1:1.7.0-8.fc43. 100% | 5.6 MiB/s | 28.5 KiB | 00m00s [351/366] libglvnd-opengl-1:1.7.0-8.fc4 100% | 7.2 MiB/s | 37.0 KiB | 00m00s [352/366] graphite2-devel-0:1.3.14-19.f 100% | 4.0 MiB/s | 20.6 KiB | 00m00s [353/366] libicu-devel-0:77.1-1.fc43.x8 100% | 43.1 MiB/s | 794.4 KiB | 00m00s [354/366] systemd-devel-0:258.1-1.fc43. 100% | 13.4 MiB/s | 670.8 KiB | 00m00s [355/366] systemd-rpm-macros-0:258.1-1. 100% | 395.2 KiB/s | 15.0 KiB | 00m00s [356/366] libXtst-devel-0:1.2.5-3.fc43. 100% | 2.6 MiB/s | 15.8 KiB | 00m00s [357/366] libcap-devel-0:2.76-3.fc43.x8 100% | 12.0 MiB/s | 61.5 KiB | 00m00s [358/366] glycin-loaders-0:2.0.4-1.fc43 100% | 1.8 MiB/s | 2.8 MiB | 00m02s [359/366] llvm-filesystem-0:21.1.4-1.fc 100% | 387.8 KiB/s | 14.7 KiB | 00m00s [360/366] lcms2-devel-0:2.16-6.fc43.x86 100% | 2.6 MiB/s | 31.8 KiB | 00m00s [361/366] libseccomp-devel-0:2.6.0-2.fc 100% | 5.5 MiB/s | 62.3 KiB | 00m00s [362/366] annobin-plugin-gcc-0:12.99-1. 100% | 38.9 MiB/s | 996.0 KiB | 00m00s [363/366] gcc-plugin-annobin-0:15.2.1-3 100% | 1.4 MiB/s | 57.8 KiB | 00m00s [364/366] annobin-docs-0:12.99-1.fc43.n 100% | 14.6 MiB/s | 89.5 KiB | 00m00s [365/366] llvm-libs-0:21.1.4-1.fc43.x86 100% | 17.4 MiB/s | 34.9 MiB | 00m02s [366/366] gcc-0:15.2.1-3.fc43.x86_64 100% | 2.3 MiB/s | 39.7 MiB | 00m17s -------------------------------------------------------------------------------- [366/366] Total 100% | 13.9 MiB/s | 243.8 MiB | 00m18s Running transaction [ 1/368] Verify package files 100% | 460.0 B/s | 366.0 B | 00m01s [ 2/368] Prepare transaction 100% | 2.9 KiB/s | 366.0 B | 00m00s [ 3/368] Installing glib2-0:2.86.1-2.f 100% | 309.5 MiB/s | 14.9 MiB | 00m00s [ 4/368] Installing xorg-x11-proto-dev 100% | 297.1 MiB/s | 1.8 MiB | 00m00s [ 5/368] Installing libwayland-client- 100% | 0.0 B/s | 63.2 KiB | 00m00s [ 6/368] Installing expat-0:2.7.2-1.fc 100% | 24.5 MiB/s | 300.7 KiB | 00m00s [ 7/368] Installing libX11-xcb-0:1.8.1 100% | 0.0 B/s | 11.8 KiB | 00m00s [ 8/368] Installing libpng-2:1.6.50-2. 100% | 233.4 MiB/s | 239.0 KiB | 00m00s [ 9/368] Installing libglvnd-1:1.7.0-8 100% | 515.1 MiB/s | 527.5 KiB | 00m00s [ 10/368] Installing cmake-filesystem-0 100% | 7.4 MiB/s | 7.6 KiB | 00m00s [ 11/368] Installing zlib-ng-compat-dev 100% | 0.0 B/s | 108.5 KiB | 00m00s [ 12/368] Installing libwayland-egl-0:1 100% | 0.0 B/s | 13.6 KiB | 00m00s [ 13/368] Installing libjpeg-turbo-0:3. 100% | 393.8 MiB/s | 806.6 KiB | 00m00s [ 14/368] Installing fribidi-0:1.0.16-3 100% | 17.1 MiB/s | 192.8 KiB | 00m00s [ 15/368] Installing libepoxy-0:1.5.10- 100% | 539.2 MiB/s | 1.1 MiB | 00m00s [ 16/368] Installing libwayland-cursor- 100% | 0.0 B/s | 38.5 KiB | 00m00s [ 17/368] Installing graphene-0:1.10.8- 100% | 156.4 MiB/s | 160.1 KiB | 00m00s [ 18/368] Installing dbus-libs-1:1.16.0 100% | 338.5 MiB/s | 346.6 KiB | 00m00s [ 19/368] Installing vulkan-loader-0:1. 100% | 267.2 MiB/s | 547.2 KiB | 00m00s [ 20/368] Installing avahi-libs-0:0.9~r 100% | 170.0 MiB/s | 174.0 KiB | 00m00s [ 21/368] Installing libpng-devel-2:1.6 100% | 66.8 MiB/s | 889.5 KiB | 00m00s [ 22/368] Installing NetworkManager-lib 100% | 436.2 MiB/s | 10.0 MiB | 00m00s [ 23/368] Installing libsoup3-0:3.6.5-8 100% | 191.7 MiB/s | 1.2 MiB | 00m00s [ 24/368] Installing shared-mime-info-0 100% | 112.6 MiB/s | 2.6 MiB | 00m00s [ 25/368] Installing libogg-2:1.3.6-2.f 100% | 46.0 MiB/s | 47.1 KiB | 00m00s [ 26/368] Installing libicu-0:77.1-1.fc 100% | 418.3 MiB/s | 36.4 MiB | 00m00s [ 27/368] Installing xml-common-0:0.6.3 100% | 79.2 MiB/s | 81.1 KiB | 00m00s [ 28/368] Installing fonts-filesystem-1 100% | 0.0 B/s | 788.0 B | 00m00s [ 29/368] Installing lcms2-0:2.16-6.fc4 100% | 212.6 MiB/s | 435.3 KiB | 00m00s [ 30/368] Installing gssdp-0:1.6.4-2.fc 100% | 144.9 MiB/s | 148.4 KiB | 00m00s [ 31/368] Installing fribidi-devel-0:1. 100% | 80.0 MiB/s | 81.9 KiB | 00m00s [ 32/368] Installing libcloudproviders- 100% | 123.3 MiB/s | 126.2 KiB | 00m00s [ 33/368] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB | 00m00s [ 34/368] Installing gcr-libs-0:4.4.0.1 100% | 253.3 MiB/s | 1.8 MiB | 00m00s [ 35/368] Installing libseccomp-0:2.6.0 100% | 221.4 MiB/s | 226.8 KiB | 00m00s [ 36/368] Installing mesa-filesystem-0: 100% | 0.0 B/s | 4.3 KiB | 00m00s [ 37/368] Installing ngtcp2-0:1.16.0-1. 100% | 102.8 MiB/s | 315.7 KiB | 00m00s [ 38/368] Installing kernel-headers-0:6 100% | 229.2 MiB/s | 6.9 MiB | 00m00s [ 39/368] Installing glibc-devel-0:2.42 100% | 214.0 MiB/s | 2.4 MiB | 00m00s [ 40/368] Installing libxcrypt-devel-0: 100% | 0.0 B/s | 33.4 KiB | 00m00s [ 41/368] Installing libdav1d-0:1.5.2-1 100% | 423.3 MiB/s | 1.7 MiB | 00m00s [ 42/368] Installing libedit-0:3.1-57.2 100% | 236.2 MiB/s | 241.9 KiB | 00m00s [ 43/368] Installing libffi-devel-0:3.5 100% | 0.0 B/s | 35.6 KiB | 00m00s [ 44/368] Installing gpgme-0:1.24.3-6.f 100% | 44.4 MiB/s | 590.4 KiB | 00m00s [ 45/368] Installing libdatrie-0:0.2.13 100% | 0.0 B/s | 54.9 KiB | 00m00s [ 46/368] Installing libthai-0:0.1.29-1 100% | 383.4 MiB/s | 785.2 KiB | 00m00s [ 47/368] Installing libXau-0:1.0.12-3. 100% | 72.7 MiB/s | 74.5 KiB | 00m00s [ 48/368] Installing libxcb-0:1.17.0-6. 100% | 270.0 MiB/s | 1.1 MiB | 00m00s [ 49/368] Installing dbus-1:1.16.0-4.fc 100% | 0.0 B/s | 124.0 B | 00m00s [ 50/368] Installing mobile-broadband-p 100% | 493.5 MiB/s | 505.4 KiB | 00m00s [ 51/368] Installing libwebp-0:1.6.0-2. 100% | 312.7 MiB/s | 960.7 KiB | 00m00s [ 52/368] Installing graphite2-0:1.3.14 100% | 17.2 MiB/s | 193.9 KiB | 00m00s [ 53/368] Installing harfbuzz-0:11.5.1- 100% | 404.0 MiB/s | 2.8 MiB | 00m00s [ 54/368] Installing freetype-0:2.13.3- 100% | 277.3 MiB/s | 851.9 KiB | 00m00s [ 55/368] Installing hicolor-icon-theme 100% | 25.1 MiB/s | 179.7 KiB | 00m00s [ 56/368] Installing pixman-0:0.46.2-2. 100% | 347.4 MiB/s | 711.4 KiB | 00m00s [ 57/368] Installing pixman-devel-0:0.4 100% | 0.0 B/s | 56.9 KiB | 00m00s [ 58/368] Installing lzo-0:2.10-15.fc43 100% | 176.3 MiB/s | 180.5 KiB | 00m00s [ 59/368] Installing libtextstyle-0:0.2 100% | 195.6 MiB/s | 200.3 KiB | 00m00s [ 60/368] Installing gettext-libs-0:0.2 100% | 365.8 MiB/s | 2.2 MiB | 00m00s [ 61/368] Installing libnl3-0:3.11.0-6. 100% | 341.2 MiB/s | 1.0 MiB | 00m00s [ 62/368] Installing libmpc-0:1.3.1-8.f 100% | 158.3 MiB/s | 162.1 KiB | 00m00s [ 63/368] Installing cpp-0:15.2.1-3.fc4 100% | 379.6 MiB/s | 38.0 MiB | 00m00s [ 64/368] Installing libnl3-cli-0:3.11. 100% | 65.0 MiB/s | 1.0 MiB | 00m00s [ 65/368] Installing harfbuzz-icu-0:11. 100% | 0.0 B/s | 16.3 KiB | 00m00s [ 66/368] Installing graphite2-devel-0: 100% | 0.0 B/s | 50.8 KiB | 00m00s [ 67/368] Installing gupnp-0:1.6.9-2.fc 100% | 302.6 MiB/s | 309.8 KiB | 00m00s [ 68/368] Installing gupnp-igd-0:1.6.0- 100% | 66.9 MiB/s | 68.6 KiB | 00m00s [ 69/368] Installing libnice-0:0.1.22-8 100% | 40.7 MiB/s | 500.6 KiB | 00m00s [ 70/368] Installing libXau-devel-0:1.0 100% | 1.8 MiB/s | 9.4 KiB | 00m00s [ 71/368] Installing libxcb-devel-0:1.1 100% | 82.9 MiB/s | 3.1 MiB | 00m00s [ 72/368] Installing libdatrie-devel-0: 100% | 39.4 MiB/s | 565.3 KiB | 00m00s [ 73/368] Installing libthai-devel-0:0. 100% | 320.5 MiB/s | 656.3 KiB | 00m00s [ 74/368] Installing ngtcp2-crypto-ossl 100% | 0.0 B/s | 48.5 KiB | 00m00s [ 75/368] Installing libseccomp-devel-0 100% | 9.8 MiB/s | 121.0 KiB | 00m00s [ 76/368] Installing libgusb-0:0.4.9-4. 100% | 159.8 MiB/s | 163.7 KiB | 00m00s [ 77/368] Installing colord-libs-0:1.4. 100% | 407.1 MiB/s | 833.8 KiB | 00m00s [ 78/368] Installing libcloudproviders- 100% | 373.6 MiB/s | 382.6 KiB | 00m00s [ 79/368] Installing lcms2-devel-0:2.16 100% | 0.0 B/s | 136.4 KiB | 00m00s [ 80/368] Installing abattis-cantarell- 100% | 94.9 MiB/s | 194.4 KiB | 00m00s [ 81/368] Installing iso-codes-0:4.18.0 100% | 360.6 MiB/s | 21.6 MiB | 00m00s [ 82/368] Installing libicu-devel-0:77. 100% | 221.0 MiB/s | 5.1 MiB | 00m00s [ 83/368] Installing libtheora-1:1.1.1- 100% | 234.2 MiB/s | 479.7 KiB | 00m00s [ 84/368] Installing libvorbis-1:1.3.7- 100% | 408.2 MiB/s | 835.9 KiB | 00m00s [ 85/368] Installing avahi-glib-0:0.9~r 100% | 0.0 B/s | 20.4 KiB | 00m00s [ 86/368] Installing libglvnd-opengl-1: 100% | 142.2 MiB/s | 145.6 KiB | 00m00s [ 87/368] Installing libsecret-0:0.21.7 100% | 37.6 MiB/s | 577.6 KiB | 00m00s [ 88/368] Installing libgudev-0:238-8.f 100% | 83.3 MiB/s | 85.3 KiB | 00m00s [ 89/368] Installing annobin-docs-0:12. 100% | 0.0 B/s | 100.1 KiB | 00m00s [ 90/368] Installing llvm-filesystem-0: 100% | 0.0 B/s | 1.1 KiB | 00m00s [ 91/368] Installing llvm-libs-0:21.1.4 100% | 491.5 MiB/s | 138.6 MiB | 00m00s [ 92/368] Installing libcap-devel-0:2.7 100% | 16.2 MiB/s | 49.8 KiB | 00m00s [ 93/368] Installing systemd-devel-0:25 100% | 60.9 MiB/s | 748.0 KiB | 00m00s [ 94/368] Installing dbus-devel-1:1.16. 100% | 133.3 MiB/s | 136.5 KiB | 00m00s [ 95/368] Installing libglvnd-core-deve 100% | 0.0 B/s | 41.1 KiB | 00m00s [ 96/368] Installing hwdata-0:0.401-1.f 100% | 565.5 MiB/s | 9.6 MiB | 00m00s [ 97/368] Installing libpciaccess-0:0.1 100% | 44.8 MiB/s | 45.9 KiB | 00m00s [ 98/368] Installing libdrm-0:2.4.128-3 100% | 197.1 MiB/s | 403.7 KiB | 00m00s [ 99/368] Installing libvmaf-0:3.0.0-4. 100% | 404.5 MiB/s | 828.4 KiB | 00m00s [100/368] Installing libaom-0:3.13.1-1. 100% | 457.4 MiB/s | 5.0 MiB | 00m00s [101/368] Installing highway-0:1.2.0-5. 100% | 544.3 MiB/s | 4.4 MiB | 00m00s [102/368] Installing libjxl-1:0.11.1-6. 100% | 436.1 MiB/s | 3.1 MiB | 00m00s [103/368] Installing svt-av1-libs-0:3.1 100% | 428.4 MiB/s | 5.6 MiB | 00m00s [104/368] Installing rav1e-libs-0:0.7.1 100% | 427.4 MiB/s | 3.0 MiB | 00m00s [105/368] Installing openjpeg-0:2.5.4-1 100% | 223.8 MiB/s | 458.2 KiB | 00m00s [106/368] Installing noopenh264-0:2.6.0 100% | 0.0 B/s | 40.7 KiB | 00m00s [107/368] Installing libopenjph-0:0.22. 100% | 456.3 MiB/s | 467.3 KiB | 00m00s [108/368] Installing libheif-0:1.20.2-6 100% | 388.4 MiB/s | 1.6 MiB | 00m00s [109/368] Installing bubblewrap-0:0.11. 100% | 11.2 MiB/s | 137.2 KiB | 00m00s [110/368] Installing spirv-tools-libs-0 100% | 464.1 MiB/s | 5.6 MiB | 00m00s [111/368] Installing lm_sensors-libs-0: 100% | 0.0 B/s | 86.9 KiB | 00m00s [112/368] Installing libxshmfence-0:1.3 100% | 0.0 B/s | 13.6 KiB | 00m00s [113/368] Installing mesa-dri-drivers-0 100% | 489.0 MiB/s | 47.9 MiB | 00m00s [114/368] Installing mesa-libgbm-0:25.2 100% | 0.0 B/s | 20.4 KiB | 00m00s [115/368] Installing mesa-libEGL-0:25.2 100% | 300.2 MiB/s | 307.4 KiB | 00m00s [116/368] Installing libglvnd-egl-1:1.7 100% | 64.8 MiB/s | 66.3 KiB | 00m00s [117/368] Installing libglvnd-gles-1:1. 100% | 97.0 MiB/s | 99.3 KiB | 00m00s [118/368] Installing lzo-minilzo-0:2.10 100% | 0.0 B/s | 37.9 KiB | 00m00s [119/368] Installing lzo-devel-0:2.10-1 100% | 210.2 MiB/s | 215.3 KiB | 00m00s [120/368] Installing google-noto-fonts- 100% | 0.0 B/s | 18.5 KiB | 00m00s [121/368] Installing google-noto-sans-v 100% | 347.8 MiB/s | 1.4 MiB | 00m00s [122/368] Installing default-fonts-core 100% | 17.8 MiB/s | 18.2 KiB | 00m00s [123/368] Installing fontconfig-0:2.17. 100% | 761.7 KiB/s | 785.3 KiB | 00m01s [124/368] Installing xz-devel-1:5.8.1-2 100% | 128.2 MiB/s | 262.6 KiB | 00m00s [125/368] Installing libxml2-devel-0:2. 100% | 179.8 MiB/s | 3.4 MiB | 00m00s [126/368] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB | 00m00s [127/368] Installing brotli-0:1.1.0-10. 100% | 2.9 MiB/s | 32.3 KiB | 00m00s [128/368] Installing brotli-devel-0:1.1 100% | 66.4 MiB/s | 68.0 KiB | 00m00s [129/368] Installing protobuf-c-0:1.5.1 100% | 0.0 B/s | 51.4 KiB | 00m00s [130/368] Installing hiredis-0:1.2.0-7. 100% | 105.1 MiB/s | 107.6 KiB | 00m00s [131/368] Installing p11-kit-devel-0:0. 100% | 306.7 MiB/s | 628.2 KiB | 00m00s [132/368] Installing gmp-c++-1:6.3.0-4. 100% | 0.0 B/s | 28.5 KiB | 00m00s [133/368] Installing gmp-devel-1:6.3.0- 100% | 345.8 MiB/s | 354.1 KiB | 00m00s [134/368] Installing nettle-devel-0:3.1 100% | 385.4 MiB/s | 1.5 MiB | 00m00s [135/368] Installing libtasn1-tools-0:4 100% | 5.6 MiB/s | 63.1 KiB | 00m00s [136/368] Installing libtasn1-devel-0:4 100% | 81.1 MiB/s | 83.1 KiB | 00m00s [137/368] Installing libidn2-devel-0:2. 100% | 153.0 MiB/s | 156.7 KiB | 00m00s [138/368] Installing libwayland-server- 100% | 77.8 MiB/s | 79.7 KiB | 00m00s [139/368] Installing wayland-devel-0:1. 100% | 52.6 MiB/s | 700.4 KiB | 00m00s [140/368] Installing orc-0:0.4.41-2.fc4 100% | 54.8 MiB/s | 728.9 KiB | 00m00s [141/368] Installing opus-0:1.5.2-3.fc4 100% | 418.6 MiB/s | 428.7 KiB | 00m00s [142/368] Installing libvisual-1:0.4.2- 100% | 222.2 MiB/s | 455.1 KiB | 00m00s [143/368] Installing cdparanoia-libs-0: 100% | 112.3 MiB/s | 115.0 KiB | 00m00s [144/368] Installing alsa-lib-0:1.2.14- 100% | 90.3 MiB/s | 1.4 MiB | 00m00s [145/368] Installing libunwind-0:1.8.1- 100% | 192.8 MiB/s | 197.4 KiB | 00m00s [146/368] Installing libblkid-devel-0:2 100% | 44.9 MiB/s | 46.0 KiB | 00m00s [147/368] Installing xkeyboard-config-0 100% | 448.1 MiB/s | 10.3 MiB | 00m00s [148/368] Installing libxkbcommon-0:1.1 100% | 400.3 MiB/s | 409.9 KiB | 00m00s [149/368] Installing libxkbcommon-devel 100% | 376.1 MiB/s | 385.1 KiB | 00m00s [150/368] Installing sysprof-capture-de 100% | 157.5 MiB/s | 806.5 KiB | 00m00s [151/368] Installing tzdata-0:2025b-3.f 100% | 72.8 MiB/s | 1.9 MiB | 00m00s [152/368] Installing python-pip-wheel-0 100% | 207.5 MiB/s | 1.2 MiB | 00m00s [153/368] Installing mpdecimal-0:4.0.1- 100% | 42.7 MiB/s | 218.8 KiB | 00m00s [154/368] Installing python3-libs-0:3.1 100% | 380.2 MiB/s | 43.3 MiB | 00m00s [155/368] Installing python3-0:3.14.0-2 100% | 2.5 MiB/s | 30.6 KiB | 00m00s [156/368] Installing gstreamer1-0:1.26. 100% | 215.2 MiB/s | 5.4 MiB | 00m00s [157/368] Installing python3-packaging- 100% | 201.8 MiB/s | 619.9 KiB | 00m00s [158/368] Installing vulkan-headers-0:1 100% | 823.2 MiB/s | 32.1 MiB | 00m00s [159/368] Installing vulkan-loader-deve 100% | 1.3 MiB/s | 9.1 KiB | 00m00s >>> Running sysusers scriptlet: unbound-libs-0:1.24.1-1.fc43.x86_64 >>> Finished sysusers scriptlet: unbound-libs-0:1.24.1-1.fc43.x86_64 >>> Scriptlet output: >>> Creating group 'unbound' with GID 999. >>> Creating user 'unbound' (Unbound DNS resolver) with UID 999 and GID 999. >>> [160/368] Installing unbound-libs-0:1.2 100% | 295.3 MiB/s | 1.5 MiB | 00m00s [161/368] Installing gnutls-dane-0:3.8. 100% | 0.0 B/s | 61.8 KiB | 00m00s [162/368] Installing wget2-libs-0:2.2.0 100% | 358.2 MiB/s | 366.8 KiB | 00m00s [163/368] Installing wget2-0:2.2.0-6.fc 100% | 70.3 MiB/s | 1.1 MiB | 00m00s [164/368] Installing pcre2-utf32-0:10.4 100% | 588.9 MiB/s | 603.1 KiB | 00m00s [165/368] Installing pcre2-utf16-0:10.4 100% | 306.2 MiB/s | 627.1 KiB | 00m00s [166/368] Installing pcre2-devel-0:10.4 100% | 123.1 MiB/s | 2.1 MiB | 00m00s [167/368] Installing libsepol-devel-0:3 100% | 62.9 MiB/s | 128.9 KiB | 00m00s [168/368] Installing libselinux-devel-0 100% | 39.6 MiB/s | 162.1 KiB | 00m00s [169/368] Installing libmount-devel-0:2 100% | 65.0 MiB/s | 66.5 KiB | 00m00s [170/368] Installing glib2-devel-0:2.86 100% | 384.9 MiB/s | 15.8 MiB | 00m00s [171/368] Installing NetworkManager-lib 100% | 585.7 MiB/s | 13.5 MiB | 00m00s [172/368] Installing graphene-devel-0:1 100% | 585.2 MiB/s | 2.3 MiB | 00m00s [173/368] Installing gnutls-c++-0:3.8.1 100% | 23.8 MiB/s | 73.2 KiB | 00m00s [174/368] Installing gnutls-devel-0:3.8 100% | 243.3 MiB/s | 5.8 MiB | 00m00s [175/368] Installing ncurses-0:6.5-7.20 100% | 46.3 MiB/s | 616.4 KiB | 00m00s [176/368] Installing mailcap-0:2.1.54-9 100% | 12.1 MiB/s | 87.1 KiB | 00m00s [177/368] Installing groff-base-0:1.23. 100% | 128.2 MiB/s | 3.8 MiB | 00m00s [178/368] Installing perl-Digest-0:1.20 100% | 36.2 MiB/s | 37.1 KiB | 00m00s [179/368] Installing perl-FileHandle-0: 100% | 0.0 B/s | 9.8 KiB | 00m00s [180/368] Installing perl-Digest-MD5-0: 100% | 60.1 MiB/s | 61.6 KiB | 00m00s [181/368] Installing perl-B-0:1.89-520. 100% | 246.4 MiB/s | 504.7 KiB | 00m00s [182/368] Installing perl-MIME-Base32-0 100% | 0.0 B/s | 32.2 KiB | 00m00s [183/368] Installing perl-libnet-0:3.15 100% | 287.8 MiB/s | 294.7 KiB | 00m00s [184/368] Installing perl-Data-Dumper-0 100% | 114.8 MiB/s | 117.5 KiB | 00m00s [185/368] Installing perl-URI-0:5.34-2. 100% | 137.6 MiB/s | 281.8 KiB | 00m00s [186/368] Installing perl-AutoLoader-0: 100% | 0.0 B/s | 21.0 KiB | 00m00s [187/368] Installing perl-IO-Socket-IP- 100% | 99.8 MiB/s | 102.2 KiB | 00m00s [188/368] Installing perl-IO-Socket-SSL 100% | 350.9 MiB/s | 718.6 KiB | 00m00s [189/368] Installing perl-Net-SSLeay-0: 100% | 271.7 MiB/s | 1.4 MiB | 00m00s [190/368] Installing perl-Pod-Escapes-1 100% | 0.0 B/s | 25.9 KiB | 00m00s [191/368] Installing perl-Time-Local-2: 100% | 0.0 B/s | 70.6 KiB | 00m00s [192/368] Installing perl-if-0:0.61.000 100% | 0.0 B/s | 6.2 KiB | 00m00s [193/368] Installing perl-File-Path-0:2 100% | 0.0 B/s | 64.5 KiB | 00m00s [194/368] Installing perl-locale-0:1.13 100% | 0.0 B/s | 6.5 KiB | 00m00s [195/368] Installing perl-Text-Tabs+Wra 100% | 0.0 B/s | 23.9 KiB | 00m00s [196/368] Installing perl-HTTP-Tiny-0:0 100% | 152.8 MiB/s | 156.4 KiB | 00m00s [197/368] Installing perl-Pod-Simple-1: 100% | 280.7 MiB/s | 574.9 KiB | 00m00s [198/368] Installing perl-Term-Cap-0:1. 100% | 0.0 B/s | 30.6 KiB | 00m00s [199/368] Installing perl-Term-ANSIColo 100% | 96.9 MiB/s | 99.2 KiB | 00m00s [200/368] Installing perl-IPC-Open3-0:1 100% | 0.0 B/s | 28.5 KiB | 00m00s [201/368] Installing perl-File-Temp-1:0 100% | 160.2 MiB/s | 164.1 KiB | 00m00s [202/368] Installing perl-POSIX-0:2.23- 100% | 227.2 MiB/s | 232.6 KiB | 00m00s [203/368] Installing perl-Class-Struct- 100% | 0.0 B/s | 25.9 KiB | 00m00s [204/368] Installing perl-Pod-Perldoc-0 100% | 12.7 MiB/s | 169.2 KiB | 00m00s [205/368] Installing perl-podlators-1:6 100% | 26.2 MiB/s | 321.4 KiB | 00m00s [206/368] Installing perl-File-stat-0:1 100% | 0.0 B/s | 13.1 KiB | 00m00s [207/368] Installing perl-Socket-4:2.04 100% | 119.4 MiB/s | 122.3 KiB | 00m00s [208/368] Installing perl-SelectSaver-0 100% | 0.0 B/s | 2.6 KiB | 00m00s [209/368] Installing perl-Symbol-0:1.09 100% | 0.0 B/s | 7.3 KiB | 00m00s [210/368] Installing perl-Pod-Usage-4:2 100% | 7.8 MiB/s | 87.9 KiB | 00m00s [211/368] Installing perl-mro-0:1.29-52 100% | 41.7 MiB/s | 42.7 KiB | 00m00s [212/368] Installing perl-IO-0:1.55-520 100% | 148.1 MiB/s | 151.7 KiB | 00m00s [213/368] Installing perl-overloading-0 100% | 0.0 B/s | 5.6 KiB | 00m00s [214/368] Installing perl-base-0:2.27-5 100% | 0.0 B/s | 13.0 KiB | 00m00s [215/368] Installing perl-Fcntl-0:1.20- 100% | 0.0 B/s | 49.9 KiB | 00m00s [216/368] Installing perl-Text-ParseWor 100% | 0.0 B/s | 14.6 KiB | 00m00s [217/368] Installing perl-Getopt-Long-1 100% | 143.8 MiB/s | 147.2 KiB | 00m00s [218/368] Installing perl-Storable-1:3. 100% | 227.4 MiB/s | 232.8 KiB | 00m00s [219/368] Installing perl-Getopt-Std-0: 100% | 0.0 B/s | 11.8 KiB | 00m00s [220/368] Installing perl-MIME-Base64-0 100% | 43.2 MiB/s | 44.3 KiB | 00m00s [221/368] Installing perl-overload-0:1. 100% | 0.0 B/s | 72.0 KiB | 00m00s [222/368] Installing perl-vars-0:1.05-5 100% | 0.0 B/s | 4.3 KiB | 00m00s [223/368] Installing perl-parent-1:0.24 100% | 0.0 B/s | 11.0 KiB | 00m00s [224/368] Installing perl-Scalar-List-U 100% | 145.2 MiB/s | 148.7 KiB | 00m00s [225/368] Installing perl-constant-0:1. 100% | 0.0 B/s | 27.4 KiB | 00m00s [226/368] Installing perl-File-Basename 100% | 0.0 B/s | 14.6 KiB | 00m00s [227/368] Installing perl-Errno-0:1.38- 100% | 0.0 B/s | 8.8 KiB | 00m00s [228/368] Installing perl-Carp-0:1.54-5 100% | 46.6 MiB/s | 47.7 KiB | 00m00s [229/368] Installing perl-Encode-4:3.21 100% | 223.5 MiB/s | 4.7 MiB | 00m00s [230/368] Installing perl-DynaLoader-0: 100% | 0.0 B/s | 32.5 KiB | 00m00s [231/368] Installing perl-PathTools-0:3 100% | 180.2 MiB/s | 184.6 KiB | 00m00s [232/368] Installing perl-Exporter-0:5. 100% | 27.1 MiB/s | 55.6 KiB | 00m00s [233/368] Installing perl-libs-4:5.42.0 100% | 323.5 MiB/s | 11.6 MiB | 00m00s [234/368] Installing perl-interpreter-4 100% | 9.8 MiB/s | 120.3 KiB | 00m00s [235/368] Installing perl-File-Copy-0:2 100% | 0.0 B/s | 20.2 KiB | 00m00s [236/368] Installing perl-Compress-Raw- 100% | 161.6 MiB/s | 165.5 KiB | 00m00s [237/368] Installing perl-File-Find-0:1 100% | 0.0 B/s | 42.5 KiB | 00m00s [238/368] Installing perl-threads-1:2.4 100% | 114.4 MiB/s | 117.1 KiB | 00m00s [239/368] Installing perl-LWP-MediaType 100% | 0.0 B/s | 80.5 KiB | 00m00s [240/368] Installing perl-threads-share 100% | 83.9 MiB/s | 85.9 KiB | 00m00s [241/368] Installing perl-Thread-Queue- 100% | 0.0 B/s | 30.4 KiB | 00m00s [242/368] Installing perl-Digest-SHA-1: 100% | 9.4 MiB/s | 115.0 KiB | 00m00s [243/368] Installing perl-Digest-HMAC-0 100% | 0.0 B/s | 31.5 KiB | 00m00s [244/368] Installing perl-NTLM-0:1.09-4 100% | 0.0 B/s | 32.7 KiB | 00m00s [245/368] Installing perl-File-Compare- 100% | 0.0 B/s | 6.2 KiB | 00m00s [246/368] Installing perl-Module-Load-1 100% | 0.0 B/s | 15.9 KiB | 00m00s [247/368] Installing perl-Try-Tiny-0:0. 100% | 69.4 MiB/s | 71.1 KiB | 00m00s [248/368] Installing perl-WWW-RobotRule 100% | 0.0 B/s | 25.8 KiB | 00m00s [249/368] Installing perl-subs-0:1.04-5 100% | 0.0 B/s | 2.5 KiB | 00m00s [250/368] Installing perl-Data-Dump-0:1 100% | 0.0 B/s | 52.2 KiB | 00m00s [251/368] Installing perl-I18N-Langinfo 100% | 0.0 B/s | 36.2 KiB | 00m00s [252/368] Installing perl-Encode-Locale 100% | 0.0 B/s | 20.1 KiB | 00m00s [253/368] Installing perl-HTML-Tagset-0 100% | 0.0 B/s | 19.7 KiB | 00m00s [254/368] Installing perl-TimeDate-1:2. 100% | 101.2 MiB/s | 103.7 KiB | 00m00s [255/368] Installing perl-HTTP-Date-0:6 100% | 0.0 B/s | 42.6 KiB | 00m00s [256/368] Installing perl-File-Listing- 100% | 0.0 B/s | 42.5 KiB | 00m00s [257/368] Installing perl-Compress-Raw- 100% | 68.0 MiB/s | 69.6 KiB | 00m00s [258/368] Installing perl-IO-Compress-0 100% | 73.7 MiB/s | 1.0 MiB | 00m00s [259/368] Installing perl-Net-HTTP-0:6. 100% | 76.8 MiB/s | 78.6 KiB | 00m00s [260/368] Installing perl-Clone-0:0.47- 100% | 0.0 B/s | 34.2 KiB | 00m00s [261/368] Installing perl-IO-HTML-0:1.0 100% | 0.0 B/s | 46.8 KiB | 00m00s [262/368] Installing perl-HTTP-Message- 100% | 214.8 MiB/s | 220.0 KiB | 00m00s [263/368] Installing perl-HTML-Parser-0 100% | 138.5 MiB/s | 283.7 KiB | 00m00s [264/368] Installing perl-HTTP-Cookies- 100% | 0.0 B/s | 75.7 KiB | 00m00s [265/368] Installing perl-HTTP-Negotiat 100% | 0.0 B/s | 28.7 KiB | 00m00s [266/368] Installing perl-libwww-perl-0 100% | 39.9 MiB/s | 531.8 KiB | 00m00s [267/368] Installing perl-XML-Parser-0: 100% | 107.4 MiB/s | 659.6 KiB | 00m00s [268/368] Installing adwaita-icon-theme 100% | 83.9 MiB/s | 2.4 MiB | 00m00s [269/368] Installing adwaita-cursor-the 100% | 714.3 MiB/s | 11.4 MiB | 00m00s [270/368] Installing adwaita-icon-theme 100% | 101.1 MiB/s | 1.3 MiB | 00m00s [271/368] Installing gettext-envsubst-0 100% | 6.2 MiB/s | 76.1 KiB | 00m00s [272/368] Installing gettext-runtime-0: 100% | 31.6 MiB/s | 453.6 KiB | 00m00s [273/368] Installing gettext-0:0.25.1-2 100% | 380.5 MiB/s | 12.9 MiB | 00m00s [274/368] Installing libcbor-0:0.12.0-6 100% | 0.0 B/s | 79.2 KiB | 00m00s [275/368] Installing libfido2-0:1.16.0- 100% | 234.4 MiB/s | 240.0 KiB | 00m00s [276/368] Installing libstemmer-0:3.0.1 100% | 323.7 MiB/s | 662.9 KiB | 00m00s [277/368] Installing libtinysparql-0:3. 100% | 432.2 MiB/s | 1.3 MiB | 00m00s [278/368] Installing liblerc-0:4.0.0-9. 100% | 305.5 MiB/s | 625.6 KiB | 00m00s [279/368] Installing jbigkit-libs-0:2.1 100% | 112.7 MiB/s | 115.4 KiB | 00m00s [280/368] Installing libtiff-0:4.7.0-8. 100% | 303.4 MiB/s | 621.3 KiB | 00m00s [281/368] Installing libX11-common-0:1. 100% | 169.7 MiB/s | 1.2 MiB | 00m00s [282/368] Installing libX11-0:1.8.12-1. 100% | 256.3 MiB/s | 1.3 MiB | 00m00s [283/368] Installing libX11-devel-0:1.8 100% | 86.1 MiB/s | 1.1 MiB | 00m00s [284/368] Installing libXext-0:1.3.6-4. 100% | 0.0 B/s | 91.2 KiB | 00m00s [285/368] Installing libXi-0:1.8.2-3.fc 100% | 79.8 MiB/s | 81.7 KiB | 00m00s [286/368] Installing libXext-devel-0:1. 100% | 108.3 MiB/s | 110.9 KiB | 00m00s [287/368] Installing libXfixes-0:6.0.1- 100% | 0.0 B/s | 27.6 KiB | 00m00s [288/368] Installing libXrender-0:0.9.1 100% | 0.0 B/s | 47.3 KiB | 00m00s [289/368] Installing cairo-0:1.18.4-2.f 100% | 354.4 MiB/s | 1.8 MiB | 00m00s [290/368] Installing libXrender-devel-0 100% | 0.0 B/s | 51.0 KiB | 00m00s [291/368] Installing cairo-gobject-0:1. 100% | 0.0 B/s | 32.0 KiB | 00m00s [292/368] Installing libXfixes-devel-0: 100% | 0.0 B/s | 9.9 KiB | 00m00s [293/368] Installing libXcursor-0:1.2.3 100% | 0.0 B/s | 55.1 KiB | 00m00s [294/368] Installing libXrandr-0:1.5.4- 100% | 0.0 B/s | 53.0 KiB | 00m00s [295/368] Installing libXdamage-0:1.1.6 100% | 0.0 B/s | 41.2 KiB | 00m00s [296/368] Installing libXinerama-0:1.1. 100% | 0.0 B/s | 16.1 KiB | 00m00s [297/368] Installing libXi-devel-0:1.8. 100% | 141.2 MiB/s | 144.6 KiB | 00m00s [298/368] Installing libXft-0:2.3.8-9.f 100% | 162.0 MiB/s | 165.9 KiB | 00m00s [299/368] Installing pango-0:1.57.0-1.f 100% | 66.1 MiB/s | 1.0 MiB | 00m00s [300/368] Installing glycin-loaders-0:2 100% | 453.2 MiB/s | 13.1 MiB | 00m00s [301/368] Installing glycin-libs-0:2.0. 100% | 442.0 MiB/s | 4.4 MiB | 00m00s [302/368] Installing gdk-pixbuf2-0:2.44 100% | 132.9 MiB/s | 2.5 MiB | 00m00s [303/368] Installing librsvg2-0:2.61.0- 100% | 416.5 MiB/s | 5.0 MiB | 00m00s [304/368] Installing gtk-update-icon-ca 100% | 5.6 MiB/s | 63.3 KiB | 00m00s [305/368] Installing libXtst-0:1.2.5-3. 100% | 0.0 B/s | 34.6 KiB | 00m00s [306/368] Installing libXcomposite-0:0. 100% | 0.0 B/s | 42.0 KiB | 00m00s [307/368] Installing libXcomposite-deve 100% | 0.0 B/s | 10.5 KiB | 00m00s [308/368] Installing libXtst-devel-0:1. 100% | 0.0 B/s | 14.0 KiB | 00m00s [309/368] Installing libXinerama-devel- 100% | 0.0 B/s | 8.5 KiB | 00m00s [310/368] Installing libXdamage-devel-0 100% | 0.0 B/s | 3.1 KiB | 00m00s [311/368] Installing libXrandr-devel-0: 100% | 0.0 B/s | 24.7 KiB | 00m00s [312/368] Installing libXcursor-devel-0 100% | 32.0 MiB/s | 32.8 KiB | 00m00s [313/368] Installing harfbuzz-cairo-0:1 100% | 47.8 MiB/s | 49.0 KiB | 00m00s [314/368] Installing harfbuzz-devel-0:1 100% | 242.5 MiB/s | 5.3 MiB | 00m00s [315/368] Installing freetype-devel-0:2 100% | 305.1 MiB/s | 8.5 MiB | 00m00s [316/368] Installing fontconfig-devel-0 100% | 38.9 MiB/s | 159.4 KiB | 00m00s [317/368] Installing cairo-devel-0:1.18 100% | 572.7 MiB/s | 2.3 MiB | 00m00s [318/368] Installing cairo-gobject-deve 100% | 0.0 B/s | 7.6 KiB | 00m00s [319/368] Installing glycin-devel-0:2.0 100% | 124.1 MiB/s | 127.1 KiB | 00m00s [320/368] Installing gdk-pixbuf2-devel- 100% | 136.4 MiB/s | 2.3 MiB | 00m00s [321/368] Installing libXft-devel-0:2.3 100% | 43.2 MiB/s | 44.3 KiB | 00m00s [322/368] Installing pango-devel-0:1.57 100% | 507.8 MiB/s | 1.5 MiB | 00m00s [323/368] Installing libXv-0:1.0.13-3.f 100% | 0.0 B/s | 27.2 KiB | 00m00s [324/368] Installing libXxf86vm-0:1.1.6 100% | 0.0 B/s | 26.5 KiB | 00m00s [325/368] Installing mesa-libGL-0:25.2. 100% | 280.3 MiB/s | 287.0 KiB | 00m00s [326/368] Installing libglvnd-glx-1:1.7 100% | 294.2 MiB/s | 602.6 KiB | 00m00s [327/368] Installing gstreamer1-plugins 100% | 350.7 MiB/s | 7.4 MiB | 00m00s [328/368] Installing libva-0:2.22.0-6.f 100% | 162.8 MiB/s | 333.4 KiB | 00m00s [329/368] Installing gstreamer1-plugins 100% | 349.3 MiB/s | 3.1 MiB | 00m00s [330/368] Installing libglvnd-devel-1:1 100% | 530.1 MiB/s | 2.1 MiB | 00m00s [331/368] Installing libepoxy-devel-0:1 100% | 794.7 MiB/s | 1.6 MiB | 00m00s [332/368] Installing xprop-0:1.2.8-4.fc 100% | 4.6 MiB/s | 56.0 KiB | 00m00s [333/368] Installing at-spi2-core-0:2.5 100% | 222.7 MiB/s | 1.6 MiB | 00m00s [334/368] Installing atk-0:2.58.1-1.fc4 100% | 244.2 MiB/s | 250.0 KiB | 00m00s [335/368] Installing at-spi2-atk-0:2.58 100% | 139.5 MiB/s | 285.7 KiB | 00m00s [336/368] Installing atk-devel-0:2.58.1 100% | 377.1 MiB/s | 6.0 MiB | 00m00s [337/368] Installing at-spi2-core-devel 100% | 395.8 MiB/s | 4.4 MiB | 00m00s [338/368] Installing at-spi2-atk-devel- 100% | 0.0 B/s | 2.1 KiB | 00m00s [339/368] Installing cups-filesystem-1: 100% | 0.0 B/s | 1.8 KiB | 00m00s [340/368] Installing cups-libs-1:2.4.14 100% | 302.8 MiB/s | 620.1 KiB | 00m00s [341/368] Installing gtk3-0:3.24.51-2.f 100% | 350.1 MiB/s | 22.4 MiB | 00m00s [342/368] Installing gtk4-0:4.20.2-1.fc 100% | 381.3 MiB/s | 26.7 MiB | 00m00s [343/368] Installing gtk4-devel-0:4.20. 100% | 406.4 MiB/s | 22.8 MiB | 00m00s [344/368] Installing libnma-gtk4-0:1.10 100% | 115.2 MiB/s | 354.0 KiB | 00m00s [345/368] Installing gtk3-devel-0:3.24. 100% | 458.3 MiB/s | 34.4 MiB | 00m00s [346/368] Installing libnma-0:1.10.6-10 100% | 186.3 MiB/s | 1.1 MiB | 00m00s [347/368] Installing openssh-0:10.0p1-5 100% | 99.4 MiB/s | 1.4 MiB | 00m00s [348/368] Installing openssh-clients-0: 100% | 118.6 MiB/s | 2.6 MiB | 00m00s [349/368] Installing gettext-common-dev 100% | 578.9 MiB/s | 592.8 KiB | 00m00s [350/368] Installing gettext-devel-0:0. 100% | 86.9 MiB/s | 1.3 MiB | 00m00s [351/368] Installing less-0:679-2.fc43. 100% | 33.3 MiB/s | 409.4 KiB | 00m00s [352/368] Installing m4-0:1.4.20-2.fc43 100% | 59.6 MiB/s | 854.4 KiB | 00m00s [353/368] Installing emacs-filesystem-1 100% | 0.0 B/s | 544.0 B | 00m00s [354/368] Installing autoconf-0:2.72-7. 100% | 164.9 MiB/s | 2.8 MiB | 00m00s [355/368] Installing automake-0:1.18.1- 100% | 114.8 MiB/s | 1.8 MiB | 00m00s [356/368] Installing make-1:4.4.1-11.fc 100% | 112.5 MiB/s | 1.8 MiB | 00m00s [357/368] Installing gcc-0:15.2.1-3.fc4 100% | 438.9 MiB/s | 111.9 MiB | 00m00s [358/368] Installing libtool-0:2.5.4-7. 100% | 171.6 MiB/s | 2.7 MiB | 00m00s [359/368] Installing annobin-plugin-gcc 100% | 82.3 MiB/s | 1.0 MiB | 00m00s [360/368] Installing gcc-plugin-annobin 100% | 4.8 MiB/s | 58.8 KiB | 00m00s [361/368] Installing intltool-0:0.51.0- 100% | 12.9 MiB/s | 172.0 KiB | 00m00s [362/368] Installing git-core-0:2.51.1- 100% | 401.3 MiB/s | 23.7 MiB | 00m00s [363/368] Installing libnma-devel-0:1.1 100% | 240.7 MiB/s | 492.9 KiB | 00m00s [364/368] Installing libnma-gtk4-devel- 100% | 184.9 MiB/s | 189.4 KiB | 00m00s [365/368] Installing libsecret-devel-0: 100% | 404.2 MiB/s | 3.6 MiB | 00m00s [366/368] Installing wget2-wget-0:2.2.0 100% | 39.4 KiB/s | 444.0 B | 00m00s [367/368] Installing libnl3-devel-0:3.1 100% | 111.1 MiB/s | 341.2 KiB | 00m00s [368/368] Installing systemd-rpm-macros 100% | 18.9 KiB/s | 8.9 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-xinnlcy8/script /script INFO: mock.py version 6.5 starting (python version = 3.13.7, NVR = mock-6.5-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyin /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/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.5 INFO: Mock Version: 6.5 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-xinnlcy8/script to /var/lib/mock/copr-custom-fedora-43-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.5 starting (python version = 3.13.7, NVR = mock-6.5-1.fc42), 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.5 INFO: Mock Version: 6.5 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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 --unpriv --chroot 'set -xe ; cd /workdir ; COPR_OWNER=networkmanager COPR_PROJECT=NetworkManager-libreswan-next COPR_PACKAGE='"'"''"'"' COPR_RESULTDIR=/workdir /script' INFO: mock.py version 6.5 starting (python version = 3.13.7, NVR = mock-6.5-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --unpriv --chroot 'set -xe ; cd /workdir ; COPR_OWNER=networkmanager COPR_PROJECT=NetworkManager-libreswan-next COPR_PACKAGE='"'"''"'"' 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.5 INFO: Mock Version: 6.5 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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 -xe ; cd /workdir ; COPR_OWNER=networkmanager COPR_PROJECT=NetworkManager-libreswan-next COPR_PACKAGE='' COPR_RESULTDIR=/workdir /script"] Start: chroot ["set -xe ; cd /workdir ; COPR_OWNER=networkmanager COPR_PROJECT=NetworkManager-libreswan-next COPR_PACKAGE='' COPR_RESULTDIR=/workdir /script"] + cd /workdir + COPR_OWNER=networkmanager + COPR_PROJECT=NetworkManager-libreswan-next + COPR_PACKAGE= + COPR_RESULTDIR=/workdir + /script + REPO_URL=https://gitlab.gnome.org/GNOME/NetworkManager-libreswan.git + SPEC_URL=https://src.fedoraproject.org/rpms/NetworkManager-libreswan/raw/main/f/NetworkManager-libreswan.spec --- STEP: Setting up build workspace --- + SPEC_FILE=NetworkManager-libreswan.spec + echo '--- STEP: Setting up build workspace ---' ++ pwd + WORK_DIR=/workdir INFO: Working directory is: /workdir --- STEP: Cloning repository and changing directory --- + echo 'INFO: Working directory is: /workdir' + echo '--- STEP: Cloning repository and changing directory ---' + REPO_CLONE_PATH=/workdir/repo + git clone https://gitlab.gnome.org/GNOME/NetworkManager-libreswan.git /workdir/repo Cloning into '/workdir/repo'... + cd /workdir/repo + echo '--- STEP: Calculating custom versioning ---' --- STEP: Calculating custom versioning --- ++ git describe --tags --long + GIT_DESCRIBE=1.2.28-10-gdd28708 ++ echo 1.2.28-10-gdd28708 ++ sed -r 's/([0-9]+\.[0-9]+\.[0-9]+).*/\1/' + VERSION=1.2.28 ++ git rev-list --count HEAD + COMMIT_COUNT=763 ++ git rev-parse --short HEAD + SHORT_COMMIT=dd28708 + RELEASE_FORMAT=763.copr.dd28708 + RELEASE_NAME=NetworkManager-libreswan-1.2.28 Calculated Version: 1.2.28, Release: 763.copr.dd28708, Tarball: NetworkManager-libreswan-1.2.28.tar.gz --- STEP: Creating source tarball in /workdir --- + echo 'Calculated Version: 1.2.28, Release: 763.copr.dd28708, Tarball: NetworkManager-libreswan-1.2.28.tar.gz' + echo '--- STEP: Creating source tarball in /workdir ---' + git archive --format=tar.gz --prefix=NetworkManager-libreswan-1.2.28/ HEAD -o ../NetworkManager-libreswan-1.2.28.tar.gz --- STEP: Downloading spec file to /workdir --- + echo '--- STEP: Downloading spec file to /workdir ---' + curl -sSL https://src.fedoraproject.org/rpms/NetworkManager-libreswan/raw/main/f/NetworkManager-libreswan.spec -o ../NetworkManager-libreswan.spec --- STEP: Patching spec file in /workdir --- + echo '--- STEP: Patching spec file in /workdir ---' + SPEC_PATH_TARGET=../NetworkManager-libreswan.spec + sed -i 's/\.tar\.xz/\.tar\.gz/g' ../NetworkManager-libreswan.spec + sed -i 's,^Source0:.*,Source0: NetworkManager-libreswan-1.2.28.tar.gz,' ../NetworkManager-libreswan.spec + sed -i 's/^Version:.*/Version: 1.2.28/' ../NetworkManager-libreswan.spec + sed -i 's/^Release:.*/Release: 763.copr.dd28708%{?dist}/' ../NetworkManager-libreswan.spec + sed -i '/^%autosetup -p1/a ./autogen.sh' ../NetworkManager-libreswan.spec INFO: Spec file patched. + echo 'INFO: Spec file patched.' + cd .. + echo '--- STEP: Listing final files in /workdir ---' + ls -l --- STEP: Listing final files in /workdir --- total 316 -rw-r--r--. 1 mockbuild mock 302846 Nov 11 13:36 NetworkManager-libreswan-1.2.28.tar.gz -rw-r--r--. 1 mockbuild mock 16453 Nov 11 13:36 NetworkManager-libreswan.spec drwxr-xr-x. 11 mockbuild mock 500 Nov 11 13:36 repo --- Custom build script completed. --- + echo '--- Custom build script completed. ---' Finish: chroot ["set -xe ; cd /workdir ; COPR_OWNER=networkmanager COPR_PROJECT=NetworkManager-libreswan-next COPR_PACKAGE='' 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-xinnlcy8/srcdir cmd: ['mock', '-r', '/var/lib/copr-rpmbuild/results/mock-config.cfg', '--copyout', '/workdir', '/var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir'] cwd: . rc: 0 stdout: stderr: INFO: mock.py version 6.5 starting (python version = 3.13.7, NVR = mock-6.5-1.fc42), args: /usr/libexec/mock/mock -r /var/lib/copr-rpmbuild/results/mock-config.cfg --copyout /workdir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/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.5 INFO: Mock Version: 6.5 Start(bootstrap): chroot init INFO: mounting tmpfs at /var/lib/mock/copr-custom-fedora-43-x86_64-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-43-x86_64/root. INFO: reusing tmpfs at /var/lib/mock/copr-custom-fedora-43-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-43-x86_64/root/workdir to /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/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.5 starting (python version = 3.13.7, NVR = mock-6.5-1.fc42), 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-xinnlcy8/srcdir' --define '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir' --define '_builddir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir' --define '_specdir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir' --define '_srcrpmdir /var/lib/copr-rpmbuild/results' /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir/NetworkManager-libreswan.spec cmd: ['rpmbuild', '-bs', '--define', '_sourcedir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir', '--define', '_rpmdir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir', '--define', '_builddir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir', '--define', '_specdir /var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir', '--define', '_srcrpmdir /var/lib/copr-rpmbuild/results', '/var/lib/copr-rpmbuild/workspace/workdir-xinnlcy8/srcdir/NetworkManager-libreswan.spec'] cwd: . rc: 0 stdout: setting SOURCE_DATE_EPOCH=1760918400 Wrote: /var/lib/copr-rpmbuild/results/NetworkManager-libreswan-1.2.28-763.copr.dd28708.src.rpm stderr: Output: ['mock-config.cfg', 'NetworkManager-libreswan-1.2.28-763.copr.dd28708.src.rpm'] Running SRPMResults tool Package info: { "name": "NetworkManager-libreswan", "epoch": null, "version": "1.2.28", "release": "763.copr.dd28708", "exclusivearch": [], "excludearch": [] } SRPMResults finished