image-refresh/centos-9-stream@cockpit-project/bots#e635e8d3609e Running on: 73566df8-df69-421d-b596-59a698b8ca41 Job({ "subject": { "forge": null, "repo": "cockpit-project/bots", "sha": "e635e8d3609eae2305d6250cbfaace0636b6d35b", "pull": null, "branch": null, "target": null }, "container": null, "command_subject": null, "secrets": [ "github-token", "image-upload" ], "command": [ "./image-refresh", "--verbose", "--issue=9179", "centos-9-stream" ], "env": {}, "timeout": 120, "context": "image-refresh/centos-9-stream", "slug": "image-refresh-centos-9-stream-e635e8d3-20260610-235629", "title": null, "report": null }) Using container image: ghcr.io/cockpit-project/tasks:latest Trying to pull ghcr.io/cockpit-project/tasks:latest... Getting image source signatures Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:6419ad1d974ea3e15e5d482884093ce5f08593a073731e73bc18d3a93940f2f6 Copying blob sha256:dd08cc42e2938fbf179f703b2e141047037571f0ebf5b5c4c66739648b9642f9 Copying blob sha256:1fd43c80f797bf345b2afc94cb5e652a1f917ee52bc5d01191ddba6b8668915b Copying blob sha256:3bf996a67c510a85b207fd5a3395499e357e06c42db956e58c966727b8595ebe Copying blob sha256:29bd5c03619b14f9bc84c4e990c55b1e57399f7393002dfa741d875636657cbf Copying config sha256:2d16a024469cd7f9caf5c25c12c897b8b008a7d6bfce55d59e28aa882c2b4f58 Writing manifest to image destination + [checkout-and-run] --revision=e635e8d3609eae2305d6250cbfaace0636b6d35b https://github.com/cockpit-project/bots -- ./image-refresh --verbose --issue=9179 centos-9-stream + cat /run/.containerenv + uname -a Linux 8ef6de66eead 7.1.0-0.rc6.40.fc45.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 1 13:52:43 UTC 2026 x86_64 GNU/Linux + mkdir -p /var/tmp/attachments + git clone -- https://github.com/cockpit-project/bots make-checkout-workdir Cloning into 'make-checkout-workdir'... + cd make-checkout-workdir + git fetch -- origin e635e8d3609eae2305d6250cbfaace0636b6d35b From https://github.com/cockpit-project/bots * branch e635e8d3609eae2305d6250cbfaace0636b6d35b -> FETCH_HEAD + git checkout --detach FETCH_HEAD HEAD is now at e635e8d3 image-download: rewrite for STS authentication + git log -n1 commit e635e8d3609eae2305d6250cbfaace0636b6d35b Author: Allison Karlitskaya Date: Fri May 22 10:40:19 2026 +0200 image-download: rewrite for STS authentication This is capable of downloading RHEL images from AWS. We identify URLs that should be STS-authenticated by using a list (currently 1) of fnmatches on URLs. This list is only consulted if you don't have a normal static key in ~/.config/cockpit-dev/s3-keys/. Once we've identified that we want to issue a transient key, the process goes like this: - you get a Kerberos ticket with kinit - we use gssapi to get a SPNEGO token for auth.redhat.com - we post a login attempt using the token and hopefully get back a SAML POST binding HTML page which we can extract the SAML assertion from - with the SAML assertion in hand we can use AWS STS to generate a transient token for a particular IAM Role. If you're in the it-cloud-aws-727920394381-cockpit-ci-images-download rover group this will allow you to download RHEL images from AWS - we use the STS token to do the S3 signing operation This should be more or less transparent to anyone who is in the correct group and logged in with kerberos. There's no need for us to maintain a list of users and tokens anymore and human developers can delete their old s3-keys. The new downloader is intended as an eventual replacement for image-download. It's a rewrite from the ground up and has a couple of other niceties: - urllib instead of curl (which was getting complicated with all the extra headers) - checksum verification based on filename - improved locking vs. the old downloader: no more poll loop or subtle race conditions with deleted lockfiles - 🌈 rainbows! Some features not implemented: - `--state` and modification times (which seems to be dead code) - `--force` For users who don't want to use Kerberos (which requires connecting to VPN) there's also a saml-login script which will do a SAML interaction in a simple WebKit view and save the credential to the cache (for a validity of one hour). + ./image-refresh --verbose --issue=9179 centos-9-stream + ./vm-reset + ./image-download centos-9-stream Downloading centos-9-stream-fceab7e57fccc21a7200d8c47391c68af5ca7c00eb83fba585f17480199024a9.qcow2 ✔ https://cockpit-images.eu-central-1.linodeobjects.com/ 🔑 329ms ✔ https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/ 🔑 312ms ✔ https://cockpit-ci-images.s3.us-east-1.amazonaws.com/ 🔑 67ms Using: https://cockpit-ci-images.s3.us-east-1.amazonaws.com/centos-9-stream-fceab7e57fccc21a7200d8c47391c68af5ca7c00eb83fba585f17480199024a9.qcow2 100% 2.8 GB in 1m38s (28.4 MB/s) 🔒 sha256 verified [fceab7e57fccc21a7200d8c47391c68af5ca7c00eb83fba585f17480199024a9] + ./image-create --verbose centos-9-stream + URL=https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ++ dirname /work/make-checkout-workdir/images/scripts/centos-9-stream.bootstrap + exec /work/make-checkout-workdir/images/scripts/lib/cloudimage.bootstrap /var/tmp/centos-9-stream1_q0bu95.qcow2 https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 + out=/var/tmp/centos-9-stream1_q0bu95.qcow2 + image_url=https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 + size=+8G ++ basename https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 + image=tmp/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ++ dirname tmp/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 + mkdir -p tmp + '[' -f tmp/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 ']' + curl -L -o tmp/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 1895M 0 10.3M 0 0 17.9M 0 0:01:45 --:--:-- 0:01:45 17.9M 9 1895M 9 179M 0 0 113M 0 0:00:16 0:00:01 0:00:15 113M 20 1895M 20 388M 0 0 150M 0 0:00:12 0:00:02 0:00:10 150M 31 1895M 31 592M 0 0 165M 0 0:00:11 0:00:03 0:00:08 165M 43 1895M 43 815M 0 0 178M 0 0:00:10 0:00:04 0:00:06 178M 54 1895M 54 1030M 0 0 184M 0 0:00:10 0:00:05 0:00:05 204M 65 1895M 65 1244M 0 0 189M 0 0:00:10 0:00:06 0:00:04 212M 76 1895M 76 1458M 0 0 192M 0 0:00:09 0:00:07 0:00:02 214M 88 1895M 88 1682M 0 0 196M 0 0:00:09 0:00:08 0:00:01 217M 100 1895M 100 1895M 0 0 198M 0 0:00:09 0:00:09 --:--:-- 217M + cp tmp/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2 /var/tmp/centos-9-stream1_q0bu95.qcow2 + qemu-img resize -f qcow2 /var/tmp/centos-9-stream1_q0bu95.qcow2 +8G Image resized. Running setup script /work/make-checkout-workdir/images/scripts/centos-9-stream.setup + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Uploading /work/make-checkout-workdir/images/scripts/lib/ scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2201 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-35 -r -p /work/make-checkout-workdir/images/scripts/lib/ vm:/var/lib/testvm Uploading /work/make-checkout-workdir/images/scripts/centos-9-stream.setup scp -F none -o BatchMode=yes -o IdentitiesOnly=yes -o PKCS11Provider=none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oHostname=127.0.0.2 -oLogLevel=ERROR -oPort=2201 -oUser=root -oControlPath=/tmp/.cockpit-test-resources/ssh-%C-35 -r -p /work/make-checkout-workdir/images/scripts/centos-9-stream.setup vm:/var/tmp/SETUP run setup script on guest + /var/tmp/SETUP centos-9-stream meta-data=/dev/vda4 isize=512 agcount=8, agsize=576832 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=0 = reflink=1 bigtime=0 inobtcount=0 nrext64=0 data = bsize=4096 blocks=4404731, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0, ftype=1 log =internal log bsize=4096 blocks=16384, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 Filesystem Type Size Used Avail Use% Mounted on /dev/vda4 xfs 17G 1.1G 16G 7% / + '[' '!' -f /root/.skip_repos ']' + '[' -n '' -a -n '' ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream = centos-10 ']' + rpm -e --verbose man-db Preparing packages... man-db-2.9.3-9.el9.x86_64 + dnf -y update CentOS Stream 9 - BaseOS 3.6 MB/s | 8.9 MB 00:02 CentOS Stream 9 - AppStream 7.8 MB/s | 28 MB 00:03 CentOS Stream 9 - Extras packages 112 kB/s | 21 kB 00:00 Last metadata expiration check: 0:00:01 ago on Wed 10 Jun 2026 08:05:58 PM EDT. Dependencies resolved. Nothing to do. Complete! + printf 'dictcheck = 0\nminlen = 6\n' + passwd --stdin root + echo foobar Changing password for user root. passwd: all authentication tokens updated successfully. + COCKPIT_DEPS='device-mapper-multipath firewalld glib-networking json-glib libvirt-dbus libvirt-client libvirt-daemon-kvm NetworkManager-team qemu-kvm-block-curl openssl PackageKit pcp-libs pcp python3-pcp podman realmd redhat-logos setroubleshoot-server subscription-manager sos stratis-cli stratisd tuned udisks2 udisks2-lvm2 udisks2-iscsi /usr/bin/kdumpctl ' + IPA_CLIENT_PACKAGES='ipa-client oddjob oddjob-mkhomedir sssd sssd-dbus ' + TEST_PACKAGES='acl ansible-core boom-boot clevis-luks cryptsetup dhcp-client dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kmod-kvdo kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind valkey vdo virt-install wireguard-tools ' + '[' centos-9-stream = rhel-10-0 ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream = centos-10 ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream = centos-10 ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream = centos-10 ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' -stream '!=' centos-9-stream ']' + TEST_PACKAGES='acl ansible-core boom-boot clevis-luks cryptsetup dhcp-client dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kmod-kvdo kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind vdo virt-install wireguard-tools ' + TEST_PACKAGES='acl ansible-core boom-boot clevis-luks cryptsetup dhcp-client dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kmod-kvdo kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind vdo virt-install wireguard-tools redis' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' -stream '!=' centos-9-stream ']' + TEST_PACKAGES='acl ansible-core boom-boot clevis-luks cryptsetup dhcp-client dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kmod-kvdo kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind vdo virt-install wireguard-tools redis python3-tracer' + '[' centos-9-stream '!=' centos-9-stream ']' + '[' -stream '!=' centos-9-stream ']' + cp -va /var/lib/testvm/test.thing-workarounds/tt-sshd-vsock.socket /var/lib/testvm/test.thing-workarounds/tt-sd_notify.service /var/lib/testvm/test.thing-workarounds/tt-sshd-vsock@.service /etc/systemd/system '/var/lib/testvm/test.thing-workarounds/tt-sshd-vsock.socket' -> '/etc/systemd/system/tt-sshd-vsock.socket' '/var/lib/testvm/test.thing-workarounds/tt-sd_notify.service' -> '/etc/systemd/system/tt-sd_notify.service' '/var/lib/testvm/test.thing-workarounds/tt-sshd-vsock@.service' -> '/etc/systemd/system/tt-sshd-vsock@.service' + systemctl daemon-reload + systemctl enable tt-sshd-vsock.socket tt-sd_notify.service Created symlink /etc/systemd/system/sockets.target.wants/tt-sshd-vsock.socket → /etc/systemd/system/tt-sshd-vsock.socket. Created symlink /etc/systemd/system/sockets.target.wants/tt-sd_notify.service → /etc/systemd/system/tt-sd_notify.service. + checkmodule -M -m -o /tmp/sshd_vsock.mod /var/lib/testvm/test.thing-workarounds/sshd_vsock.te + semodule_package -m /tmp/sshd_vsock.mod -o /tmp/sshd_vsock.pp + semodule -i /tmp/sshd_vsock.pp + PACKAGE_SET_CLEVIS='clevis-systemd clevis-dracut ' + PACKAGE_SET_STRATIS='stratisd ' + dnf install -y acl ansible-core boom-boot clevis-luks cryptsetup dhcp-client dnf-automatic dnf-utils dracut-fips gdb glibc-all-langpacks kmod-kvdo kpatch kpatch-dnf libvirt-daemon-config-network ltrace nmap-ncat qemu-kvm rhel-system-roles socat strace stratisd-tools tang targetcli tcsh tlog valgrind vdo virt-install wireguard-tools redis python3-tracer device-mapper-multipath firewalld glib-networking json-glib libvirt-dbus libvirt-client libvirt-daemon-kvm NetworkManager-team qemu-kvm-block-curl openssl PackageKit pcp-libs pcp python3-pcp podman realmd redhat-logos setroubleshoot-server subscription-manager sos stratis-cli stratisd tuned udisks2 udisks2-lvm2 udisks2-iscsi /usr/bin/kdumpctl ipa-client oddjob oddjob-mkhomedir sssd sssd-dbus Last metadata expiration check: 0:00:14 ago on Wed 10 Jun 2026 08:05:58 PM EDT. Package acl-2.3.1-4.el9.x86_64 is already installed. Package dhcp-client-12:4.4.2-20.b1.el9.x86_64 is already installed. Package yum-utils-4.3.0-26.el9.noarch is already installed. Package dracut-057-110.git20260130.el9.x86_64 is already installed. Package json-glib-1.6.6-1.el9.x86_64 is already installed. Package NetworkManager-team-1:1.54.4-1.el9.x86_64 is already installed. Package openssl-1:3.5.5-3.el9.x86_64 is already installed. Package centos-logos-90.9-1.el9.x86_64 is already installed. Package setroubleshoot-server-3.3.35-2.el9.x86_64 is already installed. Package sos-4.11.0-1.el9.noarch is already installed. Package udisks2-2.9.4-12.el9.x86_64 is already installed. Package kexec-tools-2.0.29-17.el9.x86_64 is already installed. Package oddjob-0.34.7-7.el9.x86_64 is already installed. Package oddjob-mkhomedir-0.34.7-7.el9.x86_64 is already installed. Dependencies resolved. ============================================================================================= Package Arch Version Repo Size ============================================================================================= Installing: PackageKit x86_64 1.2.6-2.el9 appstream 645 k ansible-core x86_64 1:2.14.18-3.el9 appstream 2.6 M boom-boot noarch 1.6.8-2.el9 appstream 27 k clevis-luks x86_64 23-1.el9 appstream 35 k cryptsetup x86_64 2.8.6-1.el9 baseos 355 k device-mapper-multipath x86_64 0.8.7-46.el9 baseos 156 k dnf-automatic noarch 4.14.0-36.el9 baseos 33 k firewalld noarch 1.3.4-18.el9 baseos 535 k gdb x86_64 16.3-3.el9 appstream 147 k glib-networking x86_64 2.68.3-3.el9 baseos 186 k glibc-all-langpacks x86_64 2.34-270.el9 baseos 18 M ipa-client x86_64 4.13.1-3.el9.2 appstream 138 k kmod-kvdo x86_64 8.2.7.4-194.el9 baseos 329 k kpatch noarch 0.9.7-3.el9 baseos 15 k kpatch-dnf noarch 0.9.7_0.5-3.el9 baseos 17 k libvirt-client x86_64 11.10.0-13.el9 appstream 465 k libvirt-daemon-config-network x86_64 11.10.0-13.el9 appstream 34 k libvirt-daemon-kvm x86_64 11.10.0-13.el9 appstream 28 k libvirt-dbus x86_64 1.4.1-6.el9 appstream 95 k ltrace x86_64 0.7.91-43.el9 appstream 138 k nmap-ncat x86_64 3:7.92-5.el9 appstream 224 k pcp x86_64 6.3.7-9.el9 appstream 1.7 M pcp-libs x86_64 6.3.7-9.el9 appstream 645 k podman x86_64 6:5.8.2-1.el9 appstream 16 M python3-pcp x86_64 6.3.7-9.el9 appstream 156 k python3-tracer noarch 1.1-2.el9 appstream 154 k qemu-kvm x86_64 17:10.1.0-21.el9 appstream 62 k qemu-kvm-block-curl x86_64 17:10.1.0-21.el9 appstream 77 k realmd x86_64 0.17.1-2.el9 baseos 250 k redis x86_64 6.2.20-3.el9 appstream 1.3 M rhel-system-roles noarch 1.125.2-0.1.el9 appstream 5.1 M socat x86_64 1.7.4.1-9.el9 appstream 303 k sssd x86_64 2.9.9-1.el9 baseos 25 k sssd-dbus x86_64 2.9.9-1.el9 baseos 133 k strace x86_64 6.12-1.el9 baseos 1.5 M stratis-cli noarch 3.7.0-1.el9 appstream 135 k stratisd x86_64 3.7.3-3.el9 appstream 3.5 M stratisd-tools x86_64 3.7.3-3.el9 appstream 761 k subscription-manager x86_64 1.29.52-1.el9 baseos 901 k tang x86_64 14-3.el9 appstream 44 k targetcli noarch 2.1.57-3.el9 appstream 74 k tcsh x86_64 6.22.03-6.el9 appstream 459 k tlog x86_64 14-1.el9 appstream 119 k tuned noarch 2.27.0-1.el9 baseos 466 k udisks2-iscsi x86_64 2.9.4-12.el9 appstream 25 k udisks2-lvm2 x86_64 2.9.4-12.el9 appstream 41 k valgrind x86_64 1:3.27.1-1.el9 appstream 3.4 M vdo x86_64 8.2.2.2-1.el9 baseos 112 k virt-install noarch 5.1.0-1.el9 appstream 40 k wireguard-tools x86_64 1.0.20210914-4.el9 appstream 130 k Installing dependencies: PackageKit-glib x86_64 1.2.6-2.el9 appstream 156 k aardvark-dns x86_64 2:1.17.0-1.el9 appstream 892 k adcli-selinux noarch 0.9.3.1-3.el9 baseos 19 k adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 baseos 832 k augeas-libs x86_64 1.14.1-3.el9 appstream 424 k autofs x86_64 1:5.1.7-68.el9 baseos 385 k bind-libs x86_64 32:9.16.23-43.el9 appstream 1.2 M bind-license noarch 32:9.16.23-43.el9 appstream 13 k bind-utils x86_64 32:9.16.23-43.el9 appstream 206 k bison x86_64 3.7.4-5.el9 appstream 943 k boom-boot-conf noarch 1.6.8-2.el9 appstream 15 k boost-filesystem x86_64 1.75.0-14.el9 appstream 55 k boost-iostreams x86_64 1.75.0-14.el9 appstream 37 k boost-regex x86_64 1.75.0-14.el9 appstream 276 k boost-system x86_64 1.75.0-14.el9 appstream 11 k boost-thread x86_64 1.75.0-14.el9 appstream 53 k bzip2 x86_64 1.0.8-11.el9 baseos 55 k capstone x86_64 4.0.2-12.el9 appstream 755 k certmonger x86_64 0.79.21-1.el9 appstream 624 k clevis x86_64 23-1.el9 appstream 59 k conmon x86_64 3:2.2.1-1.el9 appstream 48 k container-selinux noarch 4:2.247.0-1.el9 appstream 59 k containers-common x86_64 5:5.8-1.el9 appstream 105 k cpp x86_64 11.5.0-14.el9 appstream 11 M criu x86_64 3.19-5.el9 appstream 562 k crun x86_64 1.27-2.el9 appstream 256 k cyrus-sasl-gssapi x86_64 2.1.27-21.el9 baseos 27 k daxctl-libs x86_64 82-1.el9 baseos 41 k device-mapper-event x86_64 9:1.02.207-6.el9 baseos 34 k device-mapper-event-libs x86_64 9:1.02.207-6.el9 baseos 31 k device-mapper-multipath-libs x86_64 0.8.7-46.el9 baseos 289 k device-mapper-persistent-data x86_64 1.1.0-1.el9 baseos 1.1 M dnsmasq x86_64 2.85-20.el9 appstream 327 k dyninst x86_64 13.0.0-1.el9 appstream 3.7 M edk2-ovmf noarch 20241117-8.el9 appstream 6.1 M elfutils-devel x86_64 0.195-1.el9 appstream 50 k elfutils-libelf-devel x86_64 0.195-1.el9 appstream 125 k firewalld-filesystem noarch 1.3.4-18.el9 baseos 9.1 k flac-libs x86_64 1.3.3-12.el9 appstream 218 k flex x86_64 2.6.4-9.el9 appstream 313 k fstrm x86_64 0.6.1-3.el9 appstream 28 k fuse-common x86_64 3.10.2-9.el9 baseos 8.3 k fuse-overlayfs x86_64 1.16-2.el9 appstream 66 k fuse3 x86_64 3.10.2-9.el9 appstream 54 k fuse3-libs x86_64 3.10.2-9.el9 appstream 91 k gcc x86_64 11.5.0-14.el9 appstream 32 M gdb-headless x86_64 16.3-3.el9 appstream 5.1 M gdk-pixbuf2 x86_64 2.42.6-7.el9 appstream 491 k git-core x86_64 2.52.0-1.el9 appstream 5.0 M glibc-devel x86_64 2.34-270.el9 appstream 39 k glibc-headers x86_64 2.34-270.el9 appstream 548 k gnutls-dane x86_64 3.8.10-5.el9 appstream 17 k gnutls-utils x86_64 3.8.10-5.el9 appstream 289 k gsettings-desktop-schemas x86_64 40.0-8.el9 baseos 682 k gsm x86_64 1.0.19-6.el9 appstream 34 k hdparm x86_64 9.62-2.el9 baseos 96 k http-parser x86_64 2.9.4-6.el9 appstream 38 k ipa-client-common noarch 4.13.1-3.el9.2 appstream 48 k ipa-common noarch 4.13.1-3.el9.2 appstream 737 k ipa-selinux noarch 4.13.1-3.el9.2 appstream 39 k ipset x86_64 7.11-11.el9 baseos 42 k ipset-libs x86_64 7.11-11.el9 baseos 69 k iptables-nft x86_64 1.8.10-11.el9 baseos 206 k ipxe-roms-qemu noarch 20200823-9.git4bd064de.el9 appstream 675 k iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el9 baseos 392 k iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el9 baseos 81 k isns-utils-libs x86_64 0.101-4.el9 baseos 101 k jose x86_64 14-1.el9 appstream 68 k kernel-headers x86_64 5.14.0-710.el9 appstream 2.0 M krb5-pkinit x86_64 1.21.1-10.el9 baseos 57 k krb5-workstation x86_64 1.21.1-10.el9 baseos 534 k libX11 x86_64 1.8.12-1.el9 appstream 648 k libX11-common noarch 1.8.12-1.el9 appstream 197 k libX11-xcb x86_64 1.8.12-1.el9 appstream 10 k libXau x86_64 1.0.9-8.el9 appstream 31 k libXext x86_64 1.3.4-8.el9 appstream 40 k libXxf86vm x86_64 1.1.4-18.el9 appstream 19 k libaio x86_64 0.3.111-13.el9 baseos 24 k libappstream-glib x86_64 0.7.18-5.el9 appstream 395 k libasyncns x86_64 0.8-22.el9 appstream 30 k libbabeltrace x86_64 1.5.8-10.el9 appstream 190 k libblkio x86_64 1.5.0-1.el9 appstream 1.0 M libblockdev-lvm x86_64 2.28-16.el9 appstream 33 k libburn x86_64 1.5.4-5.el9 appstream 172 k libdnf-plugin-subscription-manager x86_64 1.29.52-1.el9 baseos 34 k libepoxy x86_64 1.5.5-4.el9 appstream 241 k libfdt x86_64 1.6.0-7.el9 appstream 34 k libglvnd x86_64 1:1.3.4-1.el9 appstream 135 k libglvnd-egl x86_64 1:1.3.4-1.el9 appstream 37 k libglvnd-glx x86_64 1:1.3.4-1.el9 appstream 142 k libipa_hbac x86_64 2.9.9-1.el9 baseos 33 k libipt x86_64 2.0.4-3.el9 appstream 57 k libisoburn x86_64 1.5.4-5.el9 appstream 415 k libisofs x86_64 1.5.4-4.el9 appstream 222 k libjose x86_64 14-1.el9 appstream 64 k libjpeg-turbo x86_64 2.0.90-7.el9 appstream 175 k libkadm5 x86_64 1.21.1-10.el9 baseos 75 k libluksmeta x86_64 10-1.el9 appstream 24 k libmpc x86_64 1.2.1-4.el9 appstream 62 k libnbd x86_64 1.20.3-4.el9 appstream 164 k libnet x86_64 1.2-7.el9 appstream 58 k libnftnl x86_64 1.2.6-4.el9 baseos 88 k libnvme x86_64 1.16.1-3.el9 baseos 116 k libogg x86_64 2:1.3.4-6.el9 appstream 34 k libosinfo x86_64 1.10.0-1.el9 appstream 319 k libpkgconf x86_64 1.7.3-10.el9 baseos 36 k libpmem x86_64 1.12.1-1.el9 appstream 112 k libpng x86_64 2:1.6.37-17.el9 baseos 116 k libproxy x86_64 0.4.15-35.el9 baseos 74 k librados2 x86_64 2:16.2.4-5.el9 appstream 3.4 M librbd1 x86_64 2:16.2.4-5.el9 appstream 3.0 M librdmacm x86_64 61.0-2.el9 baseos 73 k libslirp x86_64 4.4.0-8.el9 appstream 68 k libsmbclient x86_64 4.23.5-8.el9 baseos 75 k libsndfile x86_64 1.0.31-10.el9 appstream 205 k libsoup x86_64 2.72.0-17.el9 appstream 404 k libsss_autofs x86_64 2.9.9-1.el9 baseos 35 k libstemmer x86_64 0-18.585svn.el9 appstream 83 k libtpms x86_64 0.9.6-11.el9 appstream 184 k libtraceevent x86_64 1.8.4-2.el9 baseos 290 k libuv x86_64 1:1.42.0-2.el9 appstream 148 k libvirt-daemon-common x86_64 11.10.0-13.el9 appstream 158 k libvirt-daemon-driver-interface x86_64 11.10.0-13.el9 appstream 225 k libvirt-daemon-driver-network x86_64 11.10.0-13.el9 appstream 278 k libvirt-daemon-driver-nodedev x86_64 11.10.0-13.el9 appstream 249 k libvirt-daemon-driver-nwfilter x86_64 11.10.0-13.el9 appstream 262 k libvirt-daemon-driver-qemu x86_64 11.10.0-13.el9 appstream 1.0 M libvirt-daemon-driver-secret x86_64 11.10.0-13.el9 appstream 222 k libvirt-daemon-driver-storage x86_64 11.10.0-13.el9 appstream 28 k libvirt-daemon-driver-storage-core x86_64 11.10.0-13.el9 appstream 278 k libvirt-daemon-driver-storage-disk x86_64 11.10.0-13.el9 appstream 42 k libvirt-daemon-driver-storage-iscsi x86_64 11.10.0-13.el9 appstream 39 k libvirt-daemon-driver-storage-logical x86_64 11.10.0-13.el9 appstream 43 k libvirt-daemon-driver-storage-mpath x86_64 11.10.0-13.el9 appstream 37 k libvirt-daemon-driver-storage-rbd x86_64 11.10.0-13.el9 appstream 48 k libvirt-daemon-driver-storage-scsi x86_64 11.10.0-13.el9 appstream 39 k libvirt-daemon-lock x86_64 11.10.0-13.el9 appstream 69 k libvirt-daemon-log x86_64 11.10.0-13.el9 appstream 73 k libvirt-daemon-plugin-lockd x86_64 11.10.0-13.el9 appstream 42 k libvirt-daemon-proxy x86_64 11.10.0-13.el9 appstream 218 k libvirt-glib x86_64 4.0.0-3.el9 appstream 46 k libvirt-libs x86_64 11.10.0-13.el9 appstream 5.5 M libvirt-ssh-proxy x86_64 11.10.0-13.el9 appstream 39 k libvorbis x86_64 1:1.3.7-5.el9 appstream 193 k libwayland-client x86_64 1.21.0-1.el9 appstream 33 k libxcb x86_64 1.13.1-9.el9 appstream 243 k libxcrypt-devel x86_64 4.4.18-3.el9 appstream 29 k libxkbcommon x86_64 1.0.3-4.el9 appstream 133 k libxshmfence x86_64 1.3-10.el9 appstream 13 k libxslt x86_64 1.1.34-16.el9 appstream 241 k libzstd-devel x86_64 1.5.5-1.el9 appstream 51 k llvm-filesystem x86_64 22.1.3-1.el9 appstream 13 k llvm-libs x86_64 22.1.3-1.el9 appstream 59 M luksmeta x86_64 10-1.el9 appstream 20 k lvm2 x86_64 9:2.03.33-6.el9 baseos 1.6 M lvm2-libs x86_64 9:2.03.33-6.el9 baseos 1.0 M lzop x86_64 1.04-8.el9 baseos 56 k m4 x86_64 1.4.19-1.el9 appstream 300 k make x86_64 1:4.3-8.el9 baseos 536 k mdevctl x86_64 1.3.0-1.el9 appstream 972 k mesa-dri-drivers x86_64 25.2.7-4.el9 appstream 9.3 M mesa-filesystem x86_64 25.2.7-4.el9 appstream 11 k mesa-libEGL x86_64 25.2.7-4.el9 appstream 126 k mesa-libGL x86_64 25.2.7-4.el9 appstream 117 k mesa-libgbm x86_64 25.2.7-4.el9 appstream 17 k nbdkit-basic-filters x86_64 1.38.5-12.el9 appstream 339 k nbdkit-basic-plugins x86_64 1.38.5-12.el9 appstream 220 k nbdkit-selinux noarch 1.38.5-12.el9 appstream 24 k nbdkit-server x86_64 1.38.5-12.el9 appstream 130 k ndctl-libs x86_64 82-1.el9 baseos 88 k netavark x86_64 2:1.17.2-1.el9 appstream 3.1 M nftables x86_64 1:1.0.9-7.el9 baseos 421 k nss-tools x86_64 3.124.0-1.el9 appstream 448 k numad x86_64 0.5-37.20150602git.el9 baseos 37 k openssl-devel x86_64 1:3.5.5-3.el9 appstream 4.8 M opus x86_64 1.3.1-10.el9 appstream 200 k osinfo-db noarch 20250606-2.el9 appstream 564 k osinfo-db-tools x86_64 1.10.0-1.el9 appstream 74 k passt x86_64 0^20251210.gd04c480-3.el9 appstream 282 k passt-selinux noarch 0^20251210.gd04c480-3.el9 appstream 25 k pcp-conf x86_64 6.3.7-9.el9 appstream 31 k pcp-selinux x86_64 6.3.7-9.el9 appstream 32 k perl-AutoLoader noarch 5.74-483.el9 appstream 21 k perl-B x86_64 1.80-483.el9 appstream 180 k perl-Carp noarch 1.50-460.el9 appstream 30 k perl-Class-Struct noarch 0.66-483.el9 appstream 22 k perl-Data-Dumper x86_64 2.174-462.el9 appstream 56 k perl-Digest noarch 1.19-4.el9 appstream 26 k perl-Digest-MD5 x86_64 2.58-4.el9 appstream 37 k perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M perl-Errno x86_64 1.30-483.el9 appstream 15 k perl-Exporter noarch 5.74-461.el9 appstream 32 k perl-Fcntl x86_64 1.13-483.el9 appstream 20 k perl-File-Basename noarch 2.85-483.el9 appstream 17 k perl-File-Path noarch 2.18-4.el9 appstream 36 k perl-File-Temp noarch 1:0.231.100-4.el9 appstream 60 k perl-File-stat noarch 1.09-483.el9 appstream 17 k perl-FileHandle noarch 2.03-483.el9 appstream 15 k perl-Getopt-Long noarch 1:2.52-4.el9 appstream 61 k perl-Getopt-Std noarch 1.12-483.el9 appstream 15 k perl-HTTP-Tiny noarch 0.076-462.el9 appstream 54 k perl-IO x86_64 1.43-483.el9 appstream 88 k perl-IO-Socket-IP noarch 0.41-5.el9 appstream 43 k perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 217 k perl-IPC-Open3 noarch 1.21-483.el9 appstream 22 k perl-MIME-Base64 x86_64 3.16-4.el9 appstream 31 k perl-Mozilla-CA noarch 20200520-6.el9 appstream 13 k perl-Net-SSLeay x86_64 1.94-4.el9 appstream 412 k perl-POSIX x86_64 1.94-483.el9 appstream 96 k perl-PathTools x86_64 3.78-461.el9 appstream 88 k perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 21 k perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 87 k perl-Pod-Simple noarch 1:3.42-4.el9 appstream 225 k perl-Pod-Usage noarch 4:2.01-4.el9 appstream 41 k perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 71 k perl-SelectSaver noarch 1.02-483.el9 appstream 11 k perl-Socket x86_64 4:2.031-4.el9 appstream 56 k perl-Storable x86_64 1:3.21-460.el9 appstream 96 k perl-Symbol noarch 1.08-483.el9 appstream 14 k perl-Term-ANSIColor noarch 5.01-461.el9 appstream 49 k perl-Term-Cap noarch 1.17-460.el9 appstream 23 k perl-Text-ParseWords noarch 3.30-460.el9 appstream 17 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 24 k perl-Time-Local noarch 2:1.300-7.el9 appstream 34 k perl-URI noarch 5.09-3.el9 appstream 121 k perl-base noarch 2.27-483.el9 appstream 16 k perl-constant noarch 1.33-461.el9 appstream 24 k perl-if noarch 0.60.800-483.el9 appstream 14 k perl-interpreter x86_64 4:5.32.1-483.el9 appstream 70 k perl-libnet noarch 3.13-4.el9 appstream 130 k perl-libs x86_64 4:5.32.1-483.el9 appstream 2.2 M perl-mro x86_64 1.23-483.el9 appstream 28 k perl-overload noarch 1.31-483.el9 appstream 45 k perl-overloading noarch 0.02-483.el9 appstream 12 k perl-parent noarch 1:0.238-460.el9 appstream 15 k perl-podlators noarch 1:4.14-460.el9 appstream 114 k perl-subs noarch 1.03-483.el9 appstream 11 k perl-vars noarch 1.05-483.el9 appstream 13 k pixman x86_64 0.40.0-6.el9 appstream 269 k pkgconf x86_64 1.7.3-10.el9 baseos 41 k pkgconf-m4 noarch 1.7.3-10.el9 baseos 15 k pkgconf-pkg-config x86_64 1.7.3-10.el9 baseos 11 k pulseaudio-libs x86_64 15.0-3.el9 appstream 676 k python3-argcomplete noarch 1.12.0-5.el9 appstream 67 k python3-augeas noarch 0.5.0-25.el9 appstream 28 k python3-boom noarch 1.6.8-2.el9 appstream 623 k python3-cffi x86_64 1.14.5-5.el9 baseos 253 k python3-cloud-what x86_64 1.29.52-1.el9 baseos 55 k python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M python3-dbus-client-gen noarch 0.5.1-1.el9 appstream 27 k python3-dbus-python-client-gen noarch 0.8.3-1.el9 appstream 29 k python3-dbus-signature-pyparsing noarch 0.4.1-1.el9 appstream 20 k python3-decorator noarch 4.4.2-6.el9 baseos 28 k python3-dns noarch 2.6.1-3.el9 baseos 507 k python3-firewall noarch 1.3.4-18.el9 baseos 393 k python3-gssapi x86_64 1.6.9-5.el9 appstream 484 k python3-iniparse noarch 0.4-45.el9 baseos 47 k python3-inotify noarch 0.9.6-25.el9 baseos 53 k python3-into-dbus-python noarch 0.8.2-1.el9 appstream 30 k python3-ipaclient noarch 4.13.1-3.el9.2 appstream 662 k python3-ipalib noarch 4.13.1-3.el9.2 appstream 709 k python3-justbases noarch 0.15.2-1.el9 appstream 49 k python3-justbytes noarch 0.15.2-1.el9 appstream 45 k python3-jwcrypto noarch 1.5.6-3.el9 appstream 82 k python3-kmod x86_64 0.9-32.el9 baseos 84 k python3-ldap x86_64 3.4.5-1.el9 appstream 255 k python3-libipa_hbac x86_64 2.9.9-1.el9 baseos 27 k python3-librepo x86_64 1.19.0-1.el9 baseos 47 k python3-libvirt x86_64 11.10.0-2.el9 appstream 347 k python3-linux-procfs noarch 0.7.4-2.el9 baseos 29 k python3-netaddr noarch 0.10.1-3.el9 appstream 1.5 M python3-nftables x86_64 1:1.0.9-7.el9 baseos 19 k python3-packaging noarch 20.9-5.el9 appstream 77 k python3-ply noarch 3.11-14.el9 baseos 106 k python3-psutil x86_64 5.8.0-12.el9 appstream 214 k python3-pyasn1 noarch 0.6.3-1.el9 appstream 159 k python3-pyasn1-modules noarch 0.6.3-1.el9 appstream 333 k python3-pycparser noarch 2.20-6.el9 baseos 135 k python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k python3-pyudev noarch 0.22.0-6.el9 baseos 90 k python3-pyusb noarch 1.0.2-13.el9 appstream 92 k python3-qrcode noarch 8.0-2.el9 appstream 117 k python3-resolvelib noarch 0.5.4-5.el9 appstream 34 k python3-rtslib noarch 2.1.76-1.el9 appstream 100 k python3-sss x86_64 2.9.9-1.el9 baseos 29 k python3-sss-murmur x86_64 2.9.9-1.el9 baseos 17 k python3-sssdconfig noarch 2.9.9-1.el9 baseos 60 k python3-subscription-manager-rhsm x86_64 1.29.52-1.el9 baseos 141 k python3-urwid x86_64 2.1.2-4.el9 baseos 837 k python3-wcwidth noarch 0.2.5-8.el9 appstream 44 k python3-yubico noarch 1.3.3-7.el9 appstream 69 k qemu-img x86_64 17:10.1.0-21.el9 appstream 2.6 M qemu-kvm-audio-pa x86_64 17:10.1.0-21.el9 appstream 75 k qemu-kvm-block-blkio x86_64 17:10.1.0-21.el9 appstream 77 k qemu-kvm-block-rbd x86_64 17:10.1.0-21.el9 appstream 80 k qemu-kvm-common x86_64 17:10.1.0-21.el9 appstream 700 k qemu-kvm-core x86_64 17:10.1.0-21.el9 appstream 5.1 M qemu-kvm-device-display-virtio-gpu x86_64 17:10.1.0-21.el9 appstream 88 k qemu-kvm-device-display-virtio-gpu-pci x86_64 17:10.1.0-21.el9 appstream 70 k qemu-kvm-device-display-virtio-vga x86_64 17:10.1.0-21.el9 appstream 71 k qemu-kvm-device-usb-host x86_64 17:10.1.0-21.el9 appstream 84 k qemu-kvm-device-usb-redirect x86_64 17:10.1.0-21.el9 appstream 89 k qemu-kvm-docs x86_64 17:10.1.0-21.el9 appstream 1.4 M qemu-kvm-tools x86_64 17:10.1.0-21.el9 appstream 585 k qemu-kvm-ui-egl-headless x86_64 17:10.1.0-21.el9 appstream 70 k qemu-kvm-ui-opengl x86_64 17:10.1.0-21.el9 appstream 79 k qemu-pr-helper x86_64 17:10.1.0-21.el9 appstream 501 k scrub x86_64 2.6.1-4.el9 appstream 45 k seabios-bin noarch 1.16.3-5.el9 appstream 100 k seavgabios-bin noarch 1.16.3-5.el9 appstream 34 k shadow-utils-subid x86_64 2:4.9-17.el9 baseos 85 k slirp4netns x86_64 1.3.3-1.el9 appstream 47 k source-highlight x86_64 3.1.9-12.el9 appstream 681 k spirv-tools-libs x86_64 2026.1-1.el9 appstream 1.6 M sshpass x86_64 1.09-4.el9 appstream 28 k sssd-ad x86_64 2.9.9-1.el9 baseos 216 k sssd-common-pac x86_64 2.9.9-1.el9 baseos 93 k sssd-idp x86_64 2.9.9-1.el9 appstream 39 k sssd-ipa x86_64 2.9.9-1.el9 baseos 287 k sssd-krb5 x86_64 2.9.9-1.el9 baseos 70 k sssd-krb5-common x86_64 2.9.9-1.el9 baseos 93 k sssd-ldap x86_64 2.9.9-1.el9 baseos 159 k sssd-proxy x86_64 2.9.9-1.el9 baseos 70 k sssd-tools x86_64 2.9.9-1.el9 baseos 173 k subscription-manager-rhsm-certificates noarch 20220623-1.el9 baseos 21 k swtpm x86_64 0.8.0-2.el9 appstream 43 k swtpm-libs x86_64 0.8.0-2.el9 appstream 49 k swtpm-tools x86_64 0.8.0-2.el9 appstream 121 k systemd-container x86_64 252-70.el9 baseos 571 k systemd-resolved x86_64 252-70.el9 baseos 367 k systemtap-runtime x86_64 5.5-2.el9 appstream 457 k target-restore noarch 2.1.76-1.el9 appstream 14 k tbb x86_64 2020.3-9.el9 appstream 168 k tpm2-tools x86_64 5.2-7.el9 baseos 804 k tracer-common noarch 1.1-2.el9 appstream 23 k unbound-libs x86_64 1.24.2-2.el9 baseos 580 k unzip x86_64 6.0-59.el9 baseos 182 k usbredir x86_64 0.13.0-2.el9 appstream 51 k usermode x86_64 1.114-7.el9 baseos 188 k virt-manager-common noarch 5.1.0-1.el9 appstream 1.2 M virt-what x86_64 1.27-2.el9 baseos 42 k virtiofsd x86_64 1.13.3-1.el9 appstream 1.0 M webkit2gtk3-jsc x86_64 2.52.3-1.el9 appstream 8.9 M xkeyboard-config noarch 2.33-2.el9 appstream 859 k xorriso x86_64 1.5.4-5.el9 appstream 317 k xz-devel x86_64 5.2.5-8.el9 appstream 55 k yajl x86_64 2.1.0-25.el9 appstream 38 k zip x86_64 3.0-35.el9 baseos 266 k zlib-devel x86_64 1.2.11-41.el9 appstream 45 k zstd x86_64 1.5.5-1.el9 baseos 464 k Installing weak dependencies: abattis-cantarell-fonts noarch 0.301-4.el9 appstream 365 k adcli x86_64 0.9.3.1-3.el9 baseos 132 k criu-libs x86_64 3.19-5.el9 appstream 30 k kernel-devel x86_64 5.14.0-710.el9 appstream 21 M libcap-ng-python3 x86_64 0.8.2-7.el9 appstream 30 k libproxy-webkitgtk4 x86_64 0.4.15-35.el9 appstream 22 k libvirt-daemon x86_64 11.10.0-13.el9 appstream 220 k nbdkit x86_64 1.38.5-12.el9 appstream 5.6 k nbdkit-curl-plugin x86_64 1.38.5-12.el9 appstream 40 k nbdkit-ssh-plugin x86_64 1.38.5-12.el9 appstream 29 k perl-NDBM_File x86_64 1.15-483.el9 appstream 22 k python3-perf x86_64 5.14.0-710.el9 appstream 1.8 M sssd-passkey x86_64 2.9.9-1.el9 baseos 45 k systemtap-client x86_64 5.5-2.el9 appstream 4.1 M systemtap-devel x86_64 5.5-2.el9 appstream 2.4 M valgrind-docs x86_64 1:3.27.1-1.el9 appstream 1.5 M valgrind-gdb x86_64 1:3.27.1-1.el9 appstream 127 k valgrind-scripts x86_64 1:3.27.1-1.el9 appstream 67 k Transaction Summary ============================================================================================= Install 419 Packages Total download size: 332 M Installed size: 1.4 G Downloading Packages: (1/419): adcli-selinux-0.9.3.1-3.el9.noarch.rpm 305 kB/s | 19 kB 00:00 (2/419): adcli-0.9.3.1-3.el9.x86_64.rpm 1.1 MB/s | 132 kB 00:00 (3/419): adobe-source-code-pro-fonts-2.030.1.05 4.9 MB/s | 832 kB 00:00 (4/419): bzip2-1.0.8-11.el9.x86_64.rpm 1.0 MB/s | 55 kB 00:00 (5/419): cryptsetup-2.8.6-1.el9.x86_64.rpm 14 MB/s | 355 kB 00:00 (6/419): cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 1.2 MB/s | 27 kB 00:00 (7/419): autofs-5.1.7-68.el9.x86_64.rpm 2.8 MB/s | 385 kB 00:00 (8/419): daxctl-libs-82-1.el9.x86_64.rpm 1.9 MB/s | 41 kB 00:00 (9/419): device-mapper-event-libs-1.02.207-6.el 1.6 MB/s | 31 kB 00:00 (10/419): device-mapper-event-1.02.207-6.el9.x8 1.4 MB/s | 34 kB 00:00 (11/419): device-mapper-multipath-0.8.7-46.el9. 7.5 MB/s | 156 kB 00:00 (12/419): dnf-automatic-4.14.0-36.el9.noarch.rp 1.6 MB/s | 33 kB 00:00 (13/419): firewalld-1.3.4-18.el9.noarch.rpm 20 MB/s | 535 kB 00:00 (14/419): device-mapper-persistent-data-1.1.0-1 17 MB/s | 1.1 MB 00:00 (15/419): firewalld-filesystem-1.3.4-18.el9.noa 493 kB/s | 9.1 kB 00:00 (16/419): fuse-common-3.10.2-9.el9.x86_64.rpm 448 kB/s | 8.3 kB 00:00 (17/419): glib-networking-2.68.3-3.el9.x86_64.r 8.7 MB/s | 186 kB 00:00 (18/419): device-mapper-multipath-libs-0.8.7-46 2.6 MB/s | 289 kB 00:00 (19/419): gsettings-desktop-schemas-40.0-8.el9. 21 MB/s | 682 kB 00:00 (20/419): hdparm-9.62-2.el9.x86_64.rpm 3.4 MB/s | 96 kB 00:00 (21/419): ipset-7.11-11.el9.x86_64.rpm 1.8 MB/s | 42 kB 00:00 (22/419): ipset-libs-7.11-11.el9.x86_64.rpm 2.8 MB/s | 69 kB 00:00 (23/419): iscsi-initiator-utils-6.2.1.11-0.git4 15 MB/s | 392 kB 00:00 (24/419): iptables-nft-1.8.10-11.el9.x86_64.rpm 5.5 MB/s | 206 kB 00:00 (25/419): iscsi-initiator-utils-iscsiuio-6.2.1. 3.9 MB/s | 81 kB 00:00 (26/419): isns-utils-libs-0.101-4.el9.x86_64.rp 4.4 MB/s | 101 kB 00:00 (27/419): kmod-kvdo-8.2.7.4-194.el9.x86_64.rpm 14 MB/s | 329 kB 00:00 (28/419): kpatch-0.9.7-3.el9.noarch.rpm 744 kB/s | 15 kB 00:00 (29/419): kpatch-dnf-0.9.7_0.5-3.el9.noarch.rpm 869 kB/s | 17 kB 00:00 (30/419): krb5-pkinit-1.21.1-10.el9.x86_64.rpm 2.8 MB/s | 57 kB 00:00 (31/419): glibc-all-langpacks-2.34-270.el9.x86_ 83 MB/s | 18 MB 00:00 (32/419): libaio-0.3.111-13.el9.x86_64.rpm 575 kB/s | 24 kB 00:00 (33/419): krb5-workstation-1.21.1-10.el9.x86_64 9.5 MB/s | 534 kB 00:00 (34/419): libdnf-plugin-subscription-manager-1. 1.5 MB/s | 34 kB 00:00 (35/419): libipa_hbac-2.9.9-1.el9.x86_64.rpm 1.5 MB/s | 33 kB 00:00 (36/419): libkadm5-1.21.1-10.el9.x86_64.rpm 3.8 MB/s | 75 kB 00:00 (37/419): libnvme-1.16.1-3.el9.x86_64.rpm 5.7 MB/s | 116 kB 00:00 (38/419): libnftnl-1.2.6-4.el9.x86_64.rpm 4.0 MB/s | 88 kB 00:00 (39/419): libpkgconf-1.7.3-10.el9.x86_64.rpm 1.7 MB/s | 36 kB 00:00 (40/419): libpng-1.6.37-17.el9.x86_64.rpm 5.5 MB/s | 116 kB 00:00 (41/419): libproxy-0.4.15-35.el9.x86_64.rpm 3.4 MB/s | 74 kB 00:00 (42/419): librdmacm-61.0-2.el9.x86_64.rpm 3.3 MB/s | 73 kB 00:00 (43/419): libsmbclient-4.23.5-8.el9.x86_64.rpm 3.5 MB/s | 75 kB 00:00 (44/419): libsss_autofs-2.9.9-1.el9.x86_64.rpm 1.7 MB/s | 35 kB 00:00 (45/419): libtraceevent-1.8.4-2.el9.x86_64.rpm 12 MB/s | 290 kB 00:00 (46/419): lzop-1.04-8.el9.x86_64.rpm 2.6 MB/s | 56 kB 00:00 (47/419): lvm2-libs-2.03.33-6.el9.x86_64.rpm 34 MB/s | 1.0 MB 00:00 (48/419): make-4.3-8.el9.x86_64.rpm 22 MB/s | 536 kB 00:00 (49/419): ndctl-libs-82-1.el9.x86_64.rpm 4.1 MB/s | 88 kB 00:00 (50/419): lvm2-2.03.33-6.el9.x86_64.rpm 26 MB/s | 1.6 MB 00:00 (51/419): nftables-1.0.9-7.el9.x86_64.rpm 19 MB/s | 421 kB 00:00 (52/419): numad-0.5-37.20150602git.el9.x86_64.r 1.7 MB/s | 37 kB 00:00 (53/419): pkgconf-1.7.3-10.el9.x86_64.rpm 2.1 MB/s | 41 kB 00:00 (54/419): pkgconf-m4-1.7.3-10.el9.noarch.rpm 808 kB/s | 15 kB 00:00 (55/419): pkgconf-pkg-config-1.7.3-10.el9.x86_6 571 kB/s | 11 kB 00:00 (56/419): python3-cffi-1.14.5-5.el9.x86_64.rpm 12 MB/s | 253 kB 00:00 (57/419): python3-cloud-what-1.29.52-1.el9.x86_ 2.6 MB/s | 55 kB 00:00 (58/419): python3-configshell-1.1.30-1.el9.noar 3.4 MB/s | 72 kB 00:00 (59/419): python3-cryptography-36.0.1-5.el9.x86 43 MB/s | 1.2 MB 00:00 (60/419): python3-decorator-4.4.2-6.el9.noarch. 1.5 MB/s | 28 kB 00:00 (61/419): python3-dns-2.6.1-3.el9.noarch.rpm 19 MB/s | 507 kB 00:00 (62/419): python3-firewall-1.3.4-18.el9.noarch. 17 MB/s | 393 kB 00:00 (63/419): python3-iniparse-0.4-45.el9.noarch.rp 2.3 MB/s | 47 kB 00:00 (64/419): python3-inotify-0.9.6-25.el9.noarch.r 2.5 MB/s | 53 kB 00:00 (65/419): python3-kmod-0.9-32.el9.x86_64.rpm 3.9 MB/s | 84 kB 00:00 (66/419): python3-libipa_hbac-2.9.9-1.el9.x86_6 1.2 MB/s | 27 kB 00:00 (67/419): python3-librepo-1.19.0-1.el9.x86_64.r 2.3 MB/s | 47 kB 00:00 (68/419): python3-linux-procfs-0.7.4-2.el9.noar 1.4 MB/s | 29 kB 00:00 (69/419): python3-nftables-1.0.9-7.el9.x86_64.r 924 kB/s | 19 kB 00:00 (70/419): python3-ply-3.11-14.el9.noarch.rpm 5.4 MB/s | 106 kB 00:00 (71/419): python3-pycparser-2.20-6.el9.noarch.r 6.4 MB/s | 135 kB 00:00 (72/419): python3-pyparsing-2.4.7-9.el9.noarch. 6.8 MB/s | 150 kB 00:00 (73/419): python3-pyudev-0.22.0-6.el9.noarch.rp 4.2 MB/s | 90 kB 00:00 (74/419): python3-sss-murmur-2.9.9-1.el9.x86_64 821 kB/s | 17 kB 00:00 (75/419): python3-sss-2.9.9-1.el9.x86_64.rpm 1.3 MB/s | 29 kB 00:00 (76/419): python3-sssdconfig-2.9.9-1.el9.noarch 2.8 MB/s | 60 kB 00:00 (77/419): python3-subscription-manager-rhsm-1.2 6.4 MB/s | 141 kB 00:00 (78/419): realmd-0.17.1-2.el9.x86_64.rpm 9.2 MB/s | 250 kB 00:00 (79/419): python3-urwid-2.1.2-4.el9.x86_64.rpm 23 MB/s | 837 kB 00:00 (80/419): shadow-utils-subid-4.9-17.el9.x86_64. 4.3 MB/s | 85 kB 00:00 (81/419): sssd-2.9.9-1.el9.x86_64.rpm 1.3 MB/s | 25 kB 00:00 (82/419): sssd-ad-2.9.9-1.el9.x86_64.rpm 11 MB/s | 216 kB 00:00 (83/419): sssd-common-pac-2.9.9-1.el9.x86_64.rp 4.8 MB/s | 93 kB 00:00 (84/419): sssd-dbus-2.9.9-1.el9.x86_64.rpm 6.1 MB/s | 133 kB 00:00 (85/419): sssd-krb5-2.9.9-1.el9.x86_64.rpm 3.4 MB/s | 70 kB 00:00 (86/419): sssd-ipa-2.9.9-1.el9.x86_64.rpm 11 MB/s | 287 kB 00:00 (87/419): sssd-krb5-common-2.9.9-1.el9.x86_64.r 4.6 MB/s | 93 kB 00:00 (88/419): sssd-ldap-2.9.9-1.el9.x86_64.rpm 7.9 MB/s | 159 kB 00:00 (89/419): sssd-passkey-2.9.9-1.el9.x86_64.rpm 2.2 MB/s | 45 kB 00:00 (90/419): sssd-proxy-2.9.9-1.el9.x86_64.rpm 3.6 MB/s | 70 kB 00:00 (91/419): sssd-tools-2.9.9-1.el9.x86_64.rpm 7.5 MB/s | 173 kB 00:00 (92/419): strace-6.12-1.el9.x86_64.rpm 37 MB/s | 1.5 MB 00:00 (93/419): subscription-manager-rhsm-certificate 945 kB/s | 21 kB 00:00 (94/419): subscription-manager-1.29.52-1.el9.x8 25 MB/s | 901 kB 00:00 (95/419): systemd-container-252-70.el9.x86_64.r 24 MB/s | 571 kB 00:00 (96/419): systemd-resolved-252-70.el9.x86_64.rp 13 MB/s | 367 kB 00:00 (97/419): tpm2-tools-5.2-7.el9.x86_64.rpm 27 MB/s | 804 kB 00:00 (98/419): tuned-2.27.0-1.el9.noarch.rpm 19 MB/s | 466 kB 00:00 (99/419): unbound-libs-1.24.2-2.el9.x86_64.rpm 22 MB/s | 580 kB 00:00 (100/419): unzip-6.0-59.el9.x86_64.rpm 7.5 MB/s | 182 kB 00:00 (101/419): usermode-1.114-7.el9.x86_64.rpm 8.1 MB/s | 188 kB 00:00 (102/419): virt-what-1.27-2.el9.x86_64.rpm 2.2 MB/s | 42 kB 00:00 (103/419): vdo-8.2.2.2-1.el9.x86_64.rpm 4.6 MB/s | 112 kB 00:00 (104/419): zip-3.0-35.el9.x86_64.rpm 13 MB/s | 266 kB 00:00 (105/419): zstd-1.5.5-1.el9.x86_64.rpm 20 MB/s | 464 kB 00:00 (106/419): PackageKit-glib-1.2.6-2.el9.x86_64.r 2.2 MB/s | 156 kB 00:00 (107/419): PackageKit-1.2.6-2.el9.x86_64.rpm 6.0 MB/s | 645 kB 00:00 (108/419): abattis-cantarell-fonts-0.301-4.el9. 13 MB/s | 365 kB 00:00 (109/419): aardvark-dns-1.17.0-1.el9.x86_64.rpm 9.1 MB/s | 892 kB 00:00 (110/419): augeas-libs-1.14.1-3.el9.x86_64.rpm 16 MB/s | 424 kB 00:00 (111/419): ansible-core-2.14.18-3.el9.x86_64.rp 63 MB/s | 2.6 MB 00:00 (112/419): bind-libs-9.16.23-43.el9.x86_64.rpm 38 MB/s | 1.2 MB 00:00 (113/419): bind-license-9.16.23-43.el9.noarch.r 1.2 MB/s | 13 kB 00:00 (114/419): bind-utils-9.16.23-43.el9.x86_64.rpm 17 MB/s | 206 kB 00:00 (115/419): boom-boot-1.6.8-2.el9.noarch.rpm 2.0 MB/s | 27 kB 00:00 (116/419): bison-3.7.4-5.el9.x86_64.rpm 47 MB/s | 943 kB 00:00 (117/419): boom-boot-conf-1.6.8-2.el9.noarch.rp 1.4 MB/s | 15 kB 00:00 (118/419): boost-filesystem-1.75.0-14.el9.x86_6 5.0 MB/s | 55 kB 00:00 (119/419): boost-iostreams-1.75.0-14.el9.x86_64 3.6 MB/s | 37 kB 00:00 (120/419): boost-regex-1.75.0-14.el9.x86_64.rpm 22 MB/s | 276 kB 00:00 (121/419): boost-system-1.75.0-14.el9.x86_64.rp 1.1 MB/s | 11 kB 00:00 (122/419): boost-thread-1.75.0-14.el9.x86_64.rp 4.6 MB/s | 53 kB 00:00 (123/419): capstone-4.0.2-12.el9.x86_64.rpm 44 MB/s | 755 kB 00:00 (124/419): certmonger-0.79.21-1.el9.x86_64.rpm 35 MB/s | 624 kB 00:00 (125/419): clevis-23-1.el9.x86_64.rpm 3.7 MB/s | 59 kB 00:00 (126/419): clevis-luks-23-1.el9.x86_64.rpm 3.4 MB/s | 35 kB 00:00 (127/419): container-selinux-2.247.0-1.el9.noar 5.5 MB/s | 59 kB 00:00 (128/419): conmon-2.2.1-1.el9.x86_64.rpm 4.0 MB/s | 48 kB 00:00 (129/419): containers-common-5.8-1.el9.x86_64.r 9.0 MB/s | 105 kB 00:00 (130/419): criu-3.19-5.el9.x86_64.rpm 33 MB/s | 562 kB 00:00 (131/419): criu-libs-3.19-5.el9.x86_64.rpm 1.3 MB/s | 30 kB 00:00 (132/419): crun-1.27-2.el9.x86_64.rpm 7.7 MB/s | 256 kB 00:00 (133/419): cpp-11.5.0-14.el9.x86_64.rpm 141 MB/s | 11 MB 00:00 (134/419): dnsmasq-2.85-20.el9.x86_64.rpm 7.5 MB/s | 327 kB 00:00 (135/419): dyninst-13.0.0-1.el9.x86_64.rpm 79 MB/s | 3.7 MB 00:00 (136/419): elfutils-devel-0.195-1.el9.x86_64.rp 2.1 MB/s | 50 kB 00:00 (137/419): edk2-ovmf-20241117-8.el9.noarch.rpm 109 MB/s | 6.1 MB 00:00 (138/419): flac-libs-1.3.3-12.el9.x86_64.rpm 7.5 MB/s | 218 kB 00:00 (139/419): elfutils-libelf-devel-0.195-1.el9.x8 4.0 MB/s | 125 kB 00:00 (140/419): fstrm-0.6.1-3.el9.x86_64.rpm 2.1 MB/s | 28 kB 00:00 (141/419): fuse-overlayfs-1.16-2.el9.x86_64.rpm 4.6 MB/s | 66 kB 00:00 (142/419): flex-2.6.4-9.el9.x86_64.rpm 17 MB/s | 313 kB 00:00 (143/419): fuse3-3.10.2-9.el9.x86_64.rpm 4.4 MB/s | 54 kB 00:00 (144/419): fuse3-libs-3.10.2-9.el9.x86_64.rpm 6.9 MB/s | 91 kB 00:00 (145/419): gdb-16.3-3.el9.x86_64.rpm 7.6 MB/s | 147 kB 00:00 (146/419): gdb-headless-16.3-3.el9.x86_64.rpm 69 MB/s | 5.1 MB 00:00 (147/419): gdk-pixbuf2-2.42.6-7.el9.x86_64.rpm 7.0 MB/s | 491 kB 00:00 (148/419): glibc-devel-2.34-270.el9.x86_64.rpm 537 kB/s | 39 kB 00:00 (149/419): git-core-2.52.0-1.el9.x86_64.rpm 47 MB/s | 5.0 MB 00:00 (150/419): gcc-11.5.0-14.el9.x86_64.rpm 127 MB/s | 32 MB 00:00 (151/419): glibc-headers-2.34-270.el9.x86_64.rp 6.8 MB/s | 548 kB 00:00 (152/419): gnutls-dane-3.8.10-5.el9.x86_64.rpm 287 kB/s | 17 kB 00:00 (153/419): gnutls-utils-3.8.10-5.el9.x86_64.rpm 21 MB/s | 289 kB 00:00 (154/419): gsm-1.0.19-6.el9.x86_64.rpm 2.2 MB/s | 34 kB 00:00 (155/419): ipa-client-4.13.1-3.el9.2.x86_64.rpm 7.7 MB/s | 138 kB 00:00 (156/419): ipa-client-common-4.13.1-3.el9.2.noa 2.5 MB/s | 48 kB 00:00 (157/419): ipa-common-4.13.1-3.el9.2.noarch.rpm 46 MB/s | 737 kB 00:00 (158/419): ipa-selinux-4.13.1-3.el9.2.noarch.rp 2.1 MB/s | 39 kB 00:00 (159/419): ipxe-roms-qemu-20200823-9.git4bd064d 45 MB/s | 675 kB 00:00 (160/419): jose-14-1.el9.x86_64.rpm 5.0 MB/s | 68 kB 00:00 (161/419): kernel-headers-5.14.0-710.el9.x86_64 69 MB/s | 2.0 MB 00:00 (162/419): libX11-1.8.12-1.el9.x86_64.rpm 16 MB/s | 648 kB 00:00 (163/419): kernel-devel-5.14.0-710.el9.x86_64.r 154 MB/s | 21 MB 00:00 (164/419): libX11-common-1.8.12-1.el9.noarch.rp 3.3 MB/s | 197 kB 00:00 (165/419): libX11-xcb-1.8.12-1.el9.x86_64.rpm 932 kB/s | 10 kB 00:00 (166/419): libXau-1.0.9-8.el9.x86_64.rpm 2.8 MB/s | 31 kB 00:00 (167/419): libXext-1.3.4-8.el9.x86_64.rpm 3.5 MB/s | 40 kB 00:00 (168/419): libXxf86vm-1.1.4-18.el9.x86_64.rpm 1.6 MB/s | 19 kB 00:00 (169/419): libappstream-glib-0.7.18-5.el9.x86_6 29 MB/s | 395 kB 00:00 (170/419): libasyncns-0.8-22.el9.x86_64.rpm 2.3 MB/s | 30 kB 00:00 (171/419): libbabeltrace-1.5.8-10.el9.x86_64.rp 14 MB/s | 190 kB 00:00 (172/419): libblkio-1.5.0-1.el9.x86_64.rpm 52 MB/s | 1.0 MB 00:00 (173/419): http-parser-2.9.4-6.el9.x86_64.rpm 145 kB/s | 38 kB 00:00 (174/419): libblockdev-lvm-2.28-16.el9.x86_64.r 3.1 MB/s | 33 kB 00:00 (175/419): libburn-1.5.4-5.el9.x86_64.rpm 14 MB/s | 172 kB 00:00 (176/419): libcap-ng-python3-0.8.2-7.el9.x86_64 2.4 MB/s | 30 kB 00:00 (177/419): libepoxy-1.5.5-4.el9.x86_64.rpm 19 MB/s | 241 kB 00:00 (178/419): libfdt-1.6.0-7.el9.x86_64.rpm 3.0 MB/s | 34 kB 00:00 (179/419): libglvnd-1.3.4-1.el9.x86_64.rpm 10 MB/s | 135 kB 00:00 (180/419): libglvnd-egl-1.3.4-1.el9.x86_64.rpm 3.2 MB/s | 37 kB 00:00 (181/419): libglvnd-glx-1.3.4-1.el9.x86_64.rpm 11 MB/s | 142 kB 00:00 (182/419): libipt-2.0.4-3.el9.x86_64.rpm 4.6 MB/s | 57 kB 00:00 (183/419): libisoburn-1.5.4-5.el9.x86_64.rpm 31 MB/s | 415 kB 00:00 (184/419): libisofs-1.5.4-4.el9.x86_64.rpm 17 MB/s | 222 kB 00:00 (185/419): libjose-14-1.el9.x86_64.rpm 4.6 MB/s | 64 kB 00:00 (186/419): libjpeg-turbo-2.0.90-7.el9.x86_64.rp 14 MB/s | 175 kB 00:00 (187/419): libluksmeta-10-1.el9.x86_64.rpm 2.1 MB/s | 24 kB 00:00 (188/419): libmpc-1.2.1-4.el9.x86_64.rpm 4.7 MB/s | 62 kB 00:00 (189/419): libnbd-1.20.3-4.el9.x86_64.rpm 13 MB/s | 164 kB 00:00 (190/419): libnet-1.2-7.el9.x86_64.rpm 5.0 MB/s | 58 kB 00:00 (191/419): libogg-1.3.4-6.el9.x86_64.rpm 3.0 MB/s | 34 kB 00:00 (192/419): libosinfo-1.10.0-1.el9.x86_64.rpm 25 MB/s | 319 kB 00:00 (193/419): libpmem-1.12.1-1.el9.x86_64.rpm 9.2 MB/s | 112 kB 00:00 (194/419): libproxy-webkitgtk4-0.4.15-35.el9.x8 1.7 MB/s | 22 kB 00:00 (195/419): libslirp-4.4.0-8.el9.x86_64.rpm 5.5 MB/s | 68 kB 00:00 (196/419): librados2-16.2.4-5.el9.x86_64.rpm 89 MB/s | 3.4 MB 00:00 (197/419): librbd1-16.2.4-5.el9.x86_64.rpm 73 MB/s | 3.0 MB 00:00 (198/419): libsndfile-1.0.31-10.el9.x86_64.rpm 11 MB/s | 205 kB 00:00 (199/419): libsoup-2.72.0-17.el9.x86_64.rpm 31 MB/s | 404 kB 00:00 (200/419): libstemmer-0-18.585svn.el9.x86_64.rp 7.4 MB/s | 83 kB 00:00 (201/419): libtpms-0.9.6-11.el9.x86_64.rpm 15 MB/s | 184 kB 00:00 (202/419): libuv-1.42.0-2.el9.x86_64.rpm 13 MB/s | 148 kB 00:00 (203/419): libvirt-client-11.10.0-13.el9.x86_64 29 MB/s | 465 kB 00:00 (204/419): libvirt-daemon-11.10.0-13.el9.x86_64 14 MB/s | 220 kB 00:00 (205/419): libvirt-daemon-common-11.10.0-13.el9 10 MB/s | 158 kB 00:00 (206/419): libvirt-daemon-config-network-11.10. 3.0 MB/s | 34 kB 00:00 (207/419): libvirt-daemon-driver-network-11.10. 17 MB/s | 278 kB 00:00 (208/419): libvirt-daemon-driver-interface-11.1 9.6 MB/s | 225 kB 00:00 (209/419): libvirt-daemon-driver-nodedev-11.10. 15 MB/s | 249 kB 00:00 (210/419): libvirt-daemon-driver-nwfilter-11.10 19 MB/s | 262 kB 00:00 (211/419): libvirt-daemon-driver-secret-11.10.0 14 MB/s | 222 kB 00:00 (212/419): libvirt-daemon-driver-qemu-11.10.0-1 48 MB/s | 1.0 MB 00:00 (213/419): libvirt-daemon-driver-storage-11.10. 1.7 MB/s | 28 kB 00:00 (214/419): libvirt-daemon-driver-storage-core-1 22 MB/s | 278 kB 00:00 (215/419): libvirt-daemon-driver-storage-iscsi- 3.3 MB/s | 39 kB 00:00 (216/419): libvirt-daemon-driver-storage-disk-1 3.0 MB/s | 42 kB 00:00 (217/419): libvirt-daemon-driver-storage-logica 3.4 MB/s | 43 kB 00:00 (218/419): libvirt-daemon-driver-storage-mpath- 3.3 MB/s | 37 kB 00:00 (219/419): libvirt-daemon-driver-storage-rbd-11 4.1 MB/s | 48 kB 00:00 (220/419): libvirt-daemon-driver-storage-scsi-1 3.3 MB/s | 39 kB 00:00 (221/419): libvirt-daemon-kvm-11.10.0-13.el9.x8 2.5 MB/s | 28 kB 00:00 (222/419): libvirt-daemon-lock-11.10.0-13.el9.x 5.6 MB/s | 69 kB 00:00 (223/419): libvirt-daemon-log-11.10.0-13.el9.x8 6.1 MB/s | 73 kB 00:00 (224/419): libvirt-daemon-plugin-lockd-11.10.0- 3.7 MB/s | 42 kB 00:00 (225/419): libvirt-daemon-proxy-11.10.0-13.el9. 17 MB/s | 218 kB 00:00 (226/419): libvirt-libs-11.10.0-13.el9.x86_64.r 116 MB/s | 5.5 MB 00:00 (227/419): libvirt-ssh-proxy-11.10.0-13.el9.x86 3.1 MB/s | 39 kB 00:00 (228/419): libvorbis-1.3.7-5.el9.x86_64.rpm 14 MB/s | 193 kB 00:00 (229/419): libwayland-client-1.21.0-1.el9.x86_6 3.1 MB/s | 33 kB 00:00 (230/419): libxcb-1.13.1-9.el9.x86_64.rpm 18 MB/s | 243 kB 00:00 (231/419): libxcrypt-devel-4.4.18-3.el9.x86_64. 2.4 MB/s | 29 kB 00:00 (232/419): libxkbcommon-1.0.3-4.el9.x86_64.rpm 10 MB/s | 133 kB 00:00 (233/419): libxshmfence-1.3-10.el9.x86_64.rpm 1.2 MB/s | 13 kB 00:00 (234/419): libxslt-1.1.34-16.el9.x86_64.rpm 18 MB/s | 241 kB 00:00 (235/419): libzstd-devel-1.5.5-1.el9.x86_64.rpm 4.5 MB/s | 51 kB 00:00 (236/419): llvm-filesystem-22.1.3-1.el9.x86_64. 1.3 MB/s | 13 kB 00:00 (237/419): llvm-libs-22.1.3-1.el9.x86_64.rpm 189 MB/s | 59 MB 00:00 (238/419): libvirt-glib-4.0.0-3.el9.x86_64.rpm 94 kB/s | 46 kB 00:00 (239/419): luksmeta-10-1.el9.x86_64.rpm 1.7 MB/s | 20 kB 00:00 (240/419): ltrace-0.7.91-43.el9.x86_64.rpm 7.7 MB/s | 138 kB 00:00 (241/419): libvirt-dbus-1.4.1-6.el9.x86_64.rpm 183 kB/s | 95 kB 00:00 (242/419): m4-1.4.19-1.el9.x86_64.rpm 21 MB/s | 300 kB 00:00 (243/419): mdevctl-1.3.0-1.el9.x86_64.rpm 51 MB/s | 972 kB 00:00 (244/419): mesa-filesystem-25.2.7-4.el9.x86_64. 766 kB/s | 11 kB 00:00 (245/419): mesa-libEGL-25.2.7-4.el9.x86_64.rpm 5.7 MB/s | 126 kB 00:00 (246/419): mesa-dri-drivers-25.2.7-4.el9.x86_64 128 MB/s | 9.3 MB 00:00 (247/419): mesa-libGL-25.2.7-4.el9.x86_64.rpm 2.4 MB/s | 117 kB 00:00 (248/419): mesa-libgbm-25.2.7-4.el9.x86_64.rpm 452 kB/s | 17 kB 00:00 (249/419): nbdkit-1.38.5-12.el9.x86_64.rpm 473 kB/s | 5.6 kB 00:00 (250/419): nbdkit-basic-filters-1.38.5-12.el9.x 21 MB/s | 339 kB 00:00 (251/419): nbdkit-basic-plugins-1.38.5-12.el9.x 12 MB/s | 220 kB 00:00 (252/419): nbdkit-curl-plugin-1.38.5-12.el9.x86 3.4 MB/s | 40 kB 00:00 (253/419): nbdkit-selinux-1.38.5-12.el9.noarch. 1.9 MB/s | 24 kB 00:00 (254/419): nbdkit-server-1.38.5-12.el9.x86_64.r 9.1 MB/s | 130 kB 00:00 (255/419): nbdkit-ssh-plugin-1.38.5-12.el9.x86_ 2.6 MB/s | 29 kB 00:00 (256/419): nmap-ncat-7.92-5.el9.x86_64.rpm 13 MB/s | 224 kB 00:00 (257/419): netavark-1.17.2-1.el9.x86_64.rpm 88 MB/s | 3.1 MB 00:00 (258/419): nss-tools-3.124.0-1.el9.x86_64.rpm 14 MB/s | 448 kB 00:00 (259/419): openssl-devel-3.5.5-3.el9.x86_64.rpm 88 MB/s | 4.8 MB 00:00 (260/419): opus-1.3.1-10.el9.x86_64.rpm 3.9 MB/s | 200 kB 00:00 (261/419): osinfo-db-20250606-2.el9.noarch.rpm 10 MB/s | 564 kB 00:00 (262/419): osinfo-db-tools-1.10.0-1.el9.x86_64. 6.0 MB/s | 74 kB 00:00 (263/419): passt-selinux-0^20251210.gd04c480-3. 2.3 MB/s | 25 kB 00:00 (264/419): passt-0^20251210.gd04c480-3.el9.x86_ 17 MB/s | 282 kB 00:00 (265/419): pcp-conf-6.3.7-9.el9.x86_64.rpm 2.5 MB/s | 31 kB 00:00 (266/419): pcp-libs-6.3.7-9.el9.x86_64.rpm 31 MB/s | 645 kB 00:00 (267/419): perl-AutoLoader-5.74-483.el9.noarch. 1.9 MB/s | 21 kB 00:00 (268/419): perl-B-1.80-483.el9.x86_64.rpm 13 MB/s | 180 kB 00:00 (269/419): perl-Carp-1.50-460.el9.noarch.rpm 2.8 MB/s | 30 kB 00:00 (270/419): perl-Class-Struct-0.66-483.el9.noarc 1.9 MB/s | 22 kB 00:00 (271/419): perl-Data-Dumper-2.174-462.el9.x86_6 4.6 MB/s | 56 kB 00:00 (272/419): perl-Digest-1.19-4.el9.noarch.rpm 2.3 MB/s | 26 kB 00:00 (273/419): perl-Digest-MD5-2.58-4.el9.x86_64.rp 3.3 MB/s | 37 kB 00:00 (274/419): perl-Encode-3.08-462.el9.x86_64.rpm 51 MB/s | 1.7 MB 00:00 (275/419): perl-Errno-1.30-483.el9.x86_64.rpm 1.1 MB/s | 15 kB 00:00 (276/419): perl-Exporter-5.74-461.el9.noarch.rp 2.8 MB/s | 32 kB 00:00 (277/419): perl-Fcntl-1.13-483.el9.x86_64.rpm 1.6 MB/s | 20 kB 00:00 (278/419): perl-File-Basename-2.85-483.el9.noar 1.4 MB/s | 17 kB 00:00 (279/419): perl-File-Path-2.18-4.el9.noarch.rpm 3.2 MB/s | 36 kB 00:00 (280/419): perl-File-Temp-0.231.100-4.el9.noarc 4.9 MB/s | 60 kB 00:00 (281/419): perl-File-stat-1.09-483.el9.noarch.r 1.6 MB/s | 17 kB 00:00 (282/419): perl-FileHandle-2.03-483.el9.noarch. 1.3 MB/s | 15 kB 00:00 (283/419): perl-Getopt-Long-2.52-4.el9.noarch.r 5.0 MB/s | 61 kB 00:00 (284/419): perl-Getopt-Std-1.12-483.el9.noarch. 1.4 MB/s | 15 kB 00:00 (285/419): perl-HTTP-Tiny-0.076-462.el9.noarch. 4.5 MB/s | 54 kB 00:00 (286/419): perl-IO-1.43-483.el9.x86_64.rpm 7.0 MB/s | 88 kB 00:00 (287/419): perl-IO-Socket-IP-0.41-5.el9.noarch. 3.8 MB/s | 43 kB 00:00 (288/419): perl-IO-Socket-SSL-2.073-2.el9.noarc 13 MB/s | 217 kB 00:00 (289/419): pcp-selinux-6.3.7-9.el9.x86_64.rpm 103 kB/s | 32 kB 00:00 (290/419): perl-IPC-Open3-1.21-483.el9.noarch.r 1.6 MB/s | 22 kB 00:00 (291/419): perl-MIME-Base64-3.16-4.el9.x86_64.r 2.8 MB/s | 31 kB 00:00 (292/419): perl-Mozilla-CA-20200520-6.el9.noarc 1.2 MB/s | 13 kB 00:00 (293/419): perl-NDBM_File-1.15-483.el9.x86_64.r 1.9 MB/s | 22 kB 00:00 (294/419): perl-Net-SSLeay-1.94-4.el9.x86_64.rp 23 MB/s | 412 kB 00:00 (295/419): perl-POSIX-1.94-483.el9.x86_64.rpm 5.2 MB/s | 96 kB 00:00 (296/419): perl-Pod-Escapes-1.07-460.el9.noarch 1.8 MB/s | 21 kB 00:00 (297/419): perl-PathTools-3.78-461.el9.x86_64.r 6.1 MB/s | 88 kB 00:00 (298/419): perl-Pod-Perldoc-3.28.01-461.el9.noa 6.7 MB/s | 87 kB 00:00 (299/419): perl-Pod-Simple-3.42-4.el9.noarch.rp 14 MB/s | 225 kB 00:00 (300/419): perl-Pod-Usage-2.01-4.el9.noarch.rpm 3.6 MB/s | 41 kB 00:00 (301/419): perl-Scalar-List-Utils-1.56-462.el9. 5.9 MB/s | 71 kB 00:00 (302/419): perl-SelectSaver-1.02-483.el9.noarch 1.1 MB/s | 11 kB 00:00 (303/419): perl-Socket-2.031-4.el9.x86_64.rpm 4.5 MB/s | 56 kB 00:00 (304/419): perl-Storable-3.21-460.el9.x86_64.rp 7.6 MB/s | 96 kB 00:00 (305/419): perl-Symbol-1.08-483.el9.noarch.rpm 1.4 MB/s | 14 kB 00:00 (306/419): perl-Term-ANSIColor-5.01-461.el9.noa 4.4 MB/s | 49 kB 00:00 (307/419): perl-Term-Cap-1.17-460.el9.noarch.rp 2.1 MB/s | 23 kB 00:00 (308/419): perl-Text-ParseWords-3.30-460.el9.no 1.6 MB/s | 17 kB 00:00 (309/419): perl-Text-Tabs+Wrap-2013.0523-460.el 2.2 MB/s | 24 kB 00:00 (310/419): perl-Time-Local-1.300-7.el9.noarch.r 3.2 MB/s | 34 kB 00:00 (311/419): perl-URI-5.09-3.el9.noarch.rpm 9.6 MB/s | 121 kB 00:00 (312/419): perl-base-2.27-483.el9.noarch.rpm 1.5 MB/s | 16 kB 00:00 (313/419): perl-constant-1.33-461.el9.noarch.rp 2.3 MB/s | 24 kB 00:00 (314/419): perl-if-0.60.800-483.el9.noarch.rpm 1.3 MB/s | 14 kB 00:00 (315/419): perl-interpreter-5.32.1-483.el9.x86_ 5.9 MB/s | 70 kB 00:00 (316/419): perl-libnet-3.13-4.el9.noarch.rpm 8.8 MB/s | 130 kB 00:00 (317/419): perl-libs-5.32.1-483.el9.x86_64.rpm 60 MB/s | 2.2 MB 00:00 (318/419): perl-mro-1.23-483.el9.x86_64.rpm 981 kB/s | 28 kB 00:00 (319/419): perl-overloading-0.02-483.el9.noarch 1.2 MB/s | 12 kB 00:00 (320/419): perl-overload-1.31-483.el9.noarch.rp 3.5 MB/s | 45 kB 00:00 (321/419): perl-parent-0.238-460.el9.noarch.rpm 1.3 MB/s | 15 kB 00:00 (322/419): perl-podlators-4.14-460.el9.noarch.r 9.0 MB/s | 114 kB 00:00 (323/419): perl-subs-1.03-483.el9.noarch.rpm 1.0 MB/s | 11 kB 00:00 (324/419): perl-vars-1.05-483.el9.noarch.rpm 1.1 MB/s | 13 kB 00:00 (325/419): pixman-0.40.0-6.el9.x86_64.rpm 7.2 MB/s | 269 kB 00:00 (326/419): podman-5.8.2-1.el9.x86_64.rpm 79 MB/s | 16 MB 00:00 (327/419): pulseaudio-libs-15.0-3.el9.x86_64.rp 4.1 MB/s | 676 kB 00:00 (328/419): python3-augeas-0.5.0-25.el9.noarch.r 2.0 MB/s | 28 kB 00:00 (329/419): python3-argcomplete-1.12.0-5.el9.noa 4.1 MB/s | 67 kB 00:00 (330/419): python3-boom-1.6.8-2.el9.noarch.rpm 31 MB/s | 623 kB 00:00 (331/419): pcp-6.3.7-9.el9.x86_64.rpm 2.0 MB/s | 1.7 MB 00:00 (332/419): python3-dbus-client-gen-0.5.1-1.el9. 114 kB/s | 27 kB 00:00 (333/419): python3-gssapi-1.6.9-5.el9.x86_64.rp 26 MB/s | 484 kB 00:00 (334/419): python3-dbus-python-client-gen-0.8.3 119 kB/s | 29 kB 00:00 (335/419): python3-into-dbus-python-0.8.2-1.el9 2.3 MB/s | 30 kB 00:00 (336/419): python3-ipaclient-4.13.1-3.el9.2.noa 33 MB/s | 662 kB 00:00 (337/419): python3-ipalib-4.13.1-3.el9.2.noarch 35 MB/s | 709 kB 00:00 (338/419): python3-dbus-signature-pyparsing-0.4 54 kB/s | 20 kB 00:00 (339/419): python3-jwcrypto-1.5.6-3.el9.noarch. 6.1 MB/s | 82 kB 00:00 (340/419): python3-ldap-3.4.5-1.el9.x86_64.rpm 16 MB/s | 255 kB 00:00 (341/419): python3-libvirt-11.10.0-2.el9.x86_64 22 MB/s | 347 kB 00:00 (342/419): python3-netaddr-0.10.1-3.el9.noarch. 44 MB/s | 1.5 MB 00:00 (343/419): python3-packaging-20.9-5.el9.noarch. 6.2 MB/s | 77 kB 00:00 (344/419): python3-pcp-6.3.7-9.el9.x86_64.rpm 10 MB/s | 156 kB 00:00 (345/419): python3-perf-5.14.0-710.el9.x86_64.r 56 MB/s | 1.8 MB 00:00 (346/419): python3-justbytes-0.15.2-1.el9.noarc 182 kB/s | 45 kB 00:00 (347/419): python3-psutil-5.8.0-12.el9.x86_64.r 13 MB/s | 214 kB 00:00 (348/419): python3-pyasn1-0.6.3-1.el9.noarch.rp 9.5 MB/s | 159 kB 00:00 (349/419): python3-pyasn1-modules-0.6.3-1.el9.n 19 MB/s | 333 kB 00:00 (350/419): python3-pyusb-1.0.2-13.el9.noarch.rp 4.9 MB/s | 92 kB 00:00 (351/419): python3-resolvelib-0.5.4-5.el9.noarc 2.8 MB/s | 34 kB 00:00 (352/419): python3-qrcode-8.0-2.el9.noarch.rpm 7.1 MB/s | 117 kB 00:00 (353/419): python3-rtslib-2.1.76-1.el9.noarch.r 7.0 MB/s | 100 kB 00:00 (354/419): python3-tracer-1.1-2.el9.noarch.rpm 11 MB/s | 154 kB 00:00 (355/419): python3-justbases-0.15.2-1.el9.noarc 149 kB/s | 49 kB 00:00 (356/419): python3-wcwidth-0.2.5-8.el9.noarch.r 3.7 MB/s | 44 kB 00:00 (357/419): python3-yubico-1.3.3-7.el9.noarch.rp 5.3 MB/s | 69 kB 00:00 (358/419): qemu-kvm-10.1.0-21.el9.x86_64.rpm 3.4 MB/s | 62 kB 00:00 (359/419): qemu-kvm-audio-pa-10.1.0-21.el9.x86_ 2.9 MB/s | 75 kB 00:00 (360/419): qemu-img-10.1.0-21.el9.x86_64.rpm 60 MB/s | 2.6 MB 00:00 (361/419): qemu-kvm-block-blkio-10.1.0-21.el9.x 5.4 MB/s | 77 kB 00:00 (362/419): qemu-kvm-block-curl-10.1.0-21.el9.x8 4.6 MB/s | 77 kB 00:00 (363/419): qemu-kvm-block-rbd-10.1.0-21.el9.x86 4.0 MB/s | 80 kB 00:00 (364/419): qemu-kvm-common-10.1.0-21.el9.x86_64 33 MB/s | 700 kB 00:00 (365/419): qemu-kvm-core-10.1.0-21.el9.x86_64.r 71 MB/s | 5.1 MB 00:00 (366/419): qemu-kvm-device-display-virtio-gpu-1 2.1 MB/s | 88 kB 00:00 (367/419): qemu-kvm-device-display-virtio-gpu-p 1.6 MB/s | 70 kB 00:00 (368/419): qemu-kvm-device-display-virtio-vga-1 3.0 MB/s | 71 kB 00:00 (369/419): qemu-kvm-device-usb-host-10.1.0-21.e 3.5 MB/s | 84 kB 00:00 (370/419): qemu-kvm-device-usb-redirect-10.1.0- 3.6 MB/s | 89 kB 00:00 (371/419): qemu-kvm-ui-egl-headless-10.1.0-21.e 3.3 MB/s | 70 kB 00:00 (372/419): qemu-kvm-docs-10.1.0-21.el9.x86_64.r 38 MB/s | 1.4 MB 00:00 (373/419): qemu-kvm-tools-10.1.0-21.el9.x86_64. 14 MB/s | 585 kB 00:00 (374/419): qemu-kvm-ui-opengl-10.1.0-21.el9.x86 5.7 MB/s | 79 kB 00:00 (375/419): qemu-pr-helper-10.1.0-21.el9.x86_64. 18 MB/s | 501 kB 00:00 (376/419): redis-6.2.20-3.el9.x86_64.rpm 23 MB/s | 1.3 MB 00:00 (377/419): scrub-2.6.1-4.el9.x86_64.rpm 1.5 MB/s | 45 kB 00:00 (378/419): rhel-system-roles-1.125.2-0.1.el9.no 51 MB/s | 5.1 MB 00:00 (379/419): seabios-bin-1.16.3-5.el9.noarch.rpm 2.8 MB/s | 100 kB 00:00 (380/419): seavgabios-bin-1.16.3-5.el9.noarch.r 958 kB/s | 34 kB 00:00 (381/419): slirp4netns-1.3.3-1.el9.x86_64.rpm 4.1 MB/s | 47 kB 00:00 (382/419): source-highlight-3.1.9-12.el9.x86_64 34 MB/s | 681 kB 00:00 (383/419): socat-1.7.4.1-9.el9.x86_64.rpm 7.8 MB/s | 303 kB 00:00 (384/419): spirv-tools-libs-2026.1-1.el9.x86_64 47 MB/s | 1.6 MB 00:00 (385/419): sshpass-1.09-4.el9.x86_64.rpm 2.4 MB/s | 28 kB 00:00 (386/419): sssd-idp-2.9.9-1.el9.x86_64.rpm 2.6 MB/s | 39 kB 00:00 (387/419): stratis-cli-3.7.0-1.el9.noarch.rpm 543 kB/s | 135 kB 00:00 (388/419): stratisd-3.7.3-3.el9.x86_64.rpm 14 MB/s | 3.5 MB 00:00 (389/419): swtpm-0.8.0-2.el9.x86_64.rpm 3.0 MB/s | 43 kB 00:00 (390/419): swtpm-libs-0.8.0-2.el9.x86_64.rpm 3.8 MB/s | 49 kB 00:00 (391/419): swtpm-tools-0.8.0-2.el9.x86_64.rpm 9.5 MB/s | 121 kB 00:00 (392/419): systemtap-client-5.5-2.el9.x86_64.rp 56 MB/s | 4.1 MB 00:00 (393/419): systemtap-devel-5.5-2.el9.x86_64.rpm 30 MB/s | 2.4 MB 00:00 (394/419): systemtap-runtime-5.5-2.el9.x86_64.r 27 MB/s | 457 kB 00:00 (395/419): target-restore-2.1.76-1.el9.noarch.r 960 kB/s | 14 kB 00:00 (396/419): targetcli-2.1.57-3.el9.noarch.rpm 5.9 MB/s | 74 kB 00:00 (397/419): tbb-2020.3-9.el9.x86_64.rpm 12 MB/s | 168 kB 00:00 (398/419): tang-14-3.el9.x86_64.rpm 179 kB/s | 44 kB 00:00 (399/419): tlog-14-1.el9.x86_64.rpm 8.9 MB/s | 119 kB 00:00 (400/419): tracer-common-1.1-2.el9.noarch.rpm 1.9 MB/s | 23 kB 00:00 (401/419): stratisd-tools-3.7.3-3.el9.x86_64.rp 1.2 MB/s | 761 kB 00:00 (402/419): udisks2-iscsi-2.9.4-12.el9.x86_64.rp 1.7 MB/s | 25 kB 00:00 (403/419): udisks2-lvm2-2.9.4-12.el9.x86_64.rpm 3.6 MB/s | 41 kB 00:00 (404/419): usbredir-0.13.0-2.el9.x86_64.rpm 2.9 MB/s | 51 kB 00:00 (405/419): valgrind-3.27.1-1.el9.x86_64.rpm 52 MB/s | 3.4 MB 00:00 (406/419): valgrind-docs-3.27.1-1.el9.x86_64.rp 26 MB/s | 1.5 MB 00:00 (407/419): valgrind-gdb-3.27.1-1.el9.x86_64.rpm 8.9 MB/s | 127 kB 00:00 (408/419): virt-install-5.1.0-1.el9.noarch.rpm 3.1 MB/s | 40 kB 00:00 (409/419): virt-manager-common-5.1.0-1.el9.noar 39 MB/s | 1.2 MB 00:00 (410/419): virtiofsd-1.13.3-1.el9.x86_64.rpm 42 MB/s | 1.0 MB 00:00 (411/419): webkit2gtk3-jsc-2.52.3-1.el9.x86_64. 83 MB/s | 8.9 MB 00:00 (412/419): wireguard-tools-1.0.20210914-4.el9.x 9.3 MB/s | 130 kB 00:00 (413/419): xkeyboard-config-2.33-2.el9.noarch.r 40 MB/s | 859 kB 00:00 (414/419): valgrind-scripts-3.27.1-1.el9.x86_64 292 kB/s | 67 kB 00:00 (415/419): xorriso-1.5.4-5.el9.x86_64.rpm 21 MB/s | 317 kB 00:00 (416/419): yajl-2.1.0-25.el9.x86_64.rpm 3.3 MB/s | 38 kB 00:00 (417/419): zlib-devel-1.2.11-41.el9.x86_64.rpm 3.4 MB/s | 45 kB 00:00 (418/419): tcsh-6.22.03-6.el9.x86_64.rpm 726 kB/s | 459 kB 00:00 (419/419): xz-devel-5.2.5-8.el9.x86_64.rpm 215 kB/s | 55 kB 00:00 -------------------------------------------------------------------------------- Total 55 MB/s | 332 MB 00:06 CentOS Stream 9 - BaseOS 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: kmod-kvdo-8.2.7.4-194.el9.x86_64 1/1 Running scriptlet: firewalld-1.3.4-18.el9.noarch 1/1 Running scriptlet: rhel-system-roles-1.125.2-0.1.el9.noarch 1/1 Preparing : 1/1 Installing : nbdkit-server-1.38.5-12.el9.x86_64 1/419 Installing : boost-system-1.75.0-14.el9.x86_64 2/419 Installing : libaio-0.3.111-13.el9.x86_64 3/419 Installing : pixman-0.40.0-6.el9.x86_64 4/419 Installing : libjose-14-1.el9.x86_64 5/419 Running scriptlet: container-selinux-4:2.247.0-1.el9.noarch 6/419 Installing : container-selinux-4:2.247.0-1.el9.noarch 6/419 Running scriptlet: container-selinux-4:2.247.0-1.el9.noarch 6/419 Installing : device-mapper-event-libs-9:1.02.207-6.el9.x86_64 7/419 Installing : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 8/419 Installing : libvirt-libs-11.10.0-13.el9.x86_64 9/419 Installing : sssd-krb5-common-2.9.9-1.el9.x86_64 10/419 Running scriptlet: libvirt-daemon-lock-11.10.0-13.el9.x86_64 11/419 Installing : libvirt-daemon-lock-11.10.0-13.el9.x86_64 11/419 Running scriptlet: libvirt-daemon-log-11.10.0-13.el9.x86_64 12/419 Installing : libvirt-daemon-log-11.10.0-13.el9.x86_64 12/419 Installing : qemu-img-17:10.1.0-21.el9.x86_64 13/419 Installing : python3-pyasn1-0.6.3-1.el9.noarch 14/419 Installing : python3-argcomplete-1.12.0-5.el9.noarch 15/419 Installing : libuv-1:1.42.0-2.el9.x86_64 16/419 Installing : libogg-2:1.3.4-6.el9.x86_64 17/419 Installing : libX11-xcb-1.8.12-1.el9.x86_64 18/419 Installing : python3-sssdconfig-2.9.9-1.el9.noarch 19/419 Installing : python3-pyparsing-2.4.7-9.el9.noarch 20/419 Installing : make-1:4.3-8.el9.x86_64 21/419 Installing : python3-packaging-20.9-5.el9.noarch 22/419 Installing : python3-pyasn1-modules-0.6.3-1.el9.noarch 23/419 Installing : python3-ldap-3.4.5-1.el9.x86_64 24/419 Installing : sssd-krb5-2.9.9-1.el9.x86_64 25/419 Installing : libvirt-client-11.10.0-13.el9.x86_64 26/419 Running scriptlet: libvirt-daemon-common-11.10.0-13.el9.x86_64 27/419 Installing : libvirt-daemon-common-11.10.0-13.el9.x86_64 27/419 Installing : libvirt-daemon-plugin-lockd-11.10.0-13.el9.x86_6 28/419 Running scriptlet: passt-selinux-0^20251210.gd04c480-3.el9.noarch 29/419 Installing : passt-selinux-0^20251210.gd04c480-3.el9.noarch 29/419 Running scriptlet: passt-selinux-0^20251210.gd04c480-3.el9.noarch 29/419 Installing : passt-0^20251210.gd04c480-3.el9.x86_64 30/419 Installing : jose-14-1.el9.x86_64 31/419 Installing : device-mapper-multipath-libs-0.8.7-46.el9.x86_64 32/419 Installing : boost-thread-1.75.0-14.el9.x86_64 33/419 Installing : ndctl-libs-82-1.el9.x86_64 34/419 Installing : daxctl-libs-82-1.el9.x86_64 35/419 Installing : python3-qrcode-8.0-2.el9.noarch 36/419 Installing : python3-pyusb-1.0.2-13.el9.noarch 37/419 Installing : python3-psutil-5.8.0-12.el9.x86_64 38/419 Installing : m4-1.4.19-1.el9.x86_64 39/419 Installing : libtpms-0.9.6-11.el9.x86_64 40/419 Installing : libslirp-4.4.0-8.el9.x86_64 41/419 Installing : slirp4netns-1.3.3-1.el9.x86_64 42/419 Installing : libmpc-1.2.1-4.el9.x86_64 43/419 Installing : libglvnd-1:1.3.4-1.el9.x86_64 44/419 Installing : libepoxy-1.5.5-4.el9.x86_64 45/419 Installing : libbabeltrace-1.5.8-10.el9.x86_64 46/419 Installing : ipa-client-common-4.13.1-3.el9.2.noarch 47/419 Installing : fuse3-libs-3.10.2-9.el9.x86_64 48/419 Installing : boom-boot-conf-1.6.8-2.el9.noarch 49/419 Installing : augeas-libs-1.14.1-3.el9.x86_64 50/419 Installing : virt-what-1.27-2.el9.x86_64 51/419 Installing : unzip-6.0-59.el9.x86_64 52/419 Installing : subscription-manager-rhsm-certificates-20220623- 53/419 Installing : sssd-dbus-2.9.9-1.el9.x86_64 54/419 Running scriptlet: sssd-dbus-2.9.9-1.el9.x86_64 54/419 Installing : sssd-common-pac-2.9.9-1.el9.x86_64 55/419 Installing : python3-pyudev-0.22.0-6.el9.noarch 56/419 Installing : python3-inotify-0.9.6-25.el9.noarch 57/419 Installing : python3-iniparse-0.4-45.el9.noarch 58/419 Installing : python3-dns-2.6.1-3.el9.noarch 59/419 Installing : python3-decorator-4.4.2-6.el9.noarch 60/419 Installing : python3-gssapi-1.6.9-5.el9.x86_64 61/419 Installing : python3-cloud-what-1.29.52-1.el9.x86_64 62/419 Installing : librdmacm-61.0-2.el9.x86_64 63/419 Installing : libproxy-0.4.15-35.el9.x86_64 64/419 Installing : libpng-2:1.6.37-17.el9.x86_64 65/419 Installing : libnvme-1.16.1-3.el9.x86_64 66/419 Installing : libnftnl-1.2.6-4.el9.x86_64 67/419 Installing : iptables-nft-1.8.10-11.el9.x86_64 68/419 Running scriptlet: iptables-nft-1.8.10-11.el9.x86_64 68/419 Installing : nftables-1:1.0.9-7.el9.x86_64 69/419 Running scriptlet: nftables-1:1.0.9-7.el9.x86_64 69/419 Installing : libipa_hbac-2.9.9-1.el9.x86_64 70/419 Installing : krb5-pkinit-1.21.1-10.el9.x86_64 71/419 Installing : device-mapper-persistent-data-1.1.0-1.el9.x86_64 72/419 Installing : python3-libipa_hbac-2.9.9-1.el9.x86_64 73/419 Installing : python3-nftables-1:1.0.9-7.el9.x86_64 74/419 Installing : python3-firewall-1.3.4-18.el9.noarch 75/419 Running scriptlet: libvirt-daemon-driver-nwfilter-11.10.0-13.el9.x8 76/419 Installing : libvirt-daemon-driver-nwfilter-11.10.0-13.el9.x8 76/419 Installing : python3-subscription-manager-rhsm-1.29.52-1.el9. 77/419 Installing : zip-3.0-35.el9.x86_64 78/419 Installing : python3-augeas-0.5.0-25.el9.noarch 79/419 Installing : cpp-11.5.0-14.el9.x86_64 80/419 Installing : swtpm-libs-0.8.0-2.el9.x86_64 81/419 Installing : swtpm-0.8.0-2.el9.x86_64 82/419 Running scriptlet: swtpm-0.8.0-2.el9.x86_64 82/419 Installing : bison-3.7.4-5.el9.x86_64 83/419 Installing : flex-2.6.4-9.el9.x86_64 84/419 Installing : python3-yubico-1.3.3-7.el9.noarch 85/419 Installing : libpmem-1.12.1-1.el9.x86_64 86/419 Installing : qemu-pr-helper-17:10.1.0-21.el9.x86_64 87/419 Running scriptlet: libvirt-daemon-driver-interface-11.10.0-13.el9.x 88/419 Installing : libvirt-daemon-driver-interface-11.10.0-13.el9.x 88/419 Running scriptlet: libvirt-daemon-driver-secret-11.10.0-13.el9.x86_ 89/419 Installing : libvirt-daemon-driver-secret-11.10.0-13.el9.x86_ 89/419 Installing : python3-dbus-signature-pyparsing-0.4.1-1.el9.noa 90/419 Installing : python3-into-dbus-python-0.8.2-1.el9.noarch 91/419 Installing : python3-dbus-python-client-gen-0.8.3-1.el9.noarc 92/419 Installing : flac-libs-1.3.3-12.el9.x86_64 93/419 Installing : libvorbis-1:1.3.7-5.el9.x86_64 94/419 Installing : sssd-ldap-2.9.9-1.el9.x86_64 95/419 Installing : libvirt-glib-4.0.0-3.el9.x86_64 96/419 Installing : libvirt-ssh-proxy-11.10.0-13.el9.x86_64 97/419 Installing : python3-libvirt-11.10.0-2.el9.x86_64 98/419 Installing : device-mapper-event-9:1.02.207-6.el9.x86_64 99/419 Running scriptlet: device-mapper-event-9:1.02.207-6.el9.x86_64 99/419 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.33-6.el9.x86_64 100/419 Installing : lvm2-9:2.03.33-6.el9.x86_64 101/419 Running scriptlet: lvm2-9:2.03.33-6.el9.x86_64 101/419 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : libblockdev-lvm-2.28-16.el9.x86_64 102/419 Installing : python3-boom-1.6.8-2.el9.noarch 103/419 Installing : sssd-idp-2.9.9-1.el9.x86_64 104/419 Installing : boost-filesystem-1.75.0-14.el9.x86_64 105/419 Installing : nbdkit-basic-filters-1.38.5-12.el9.x86_64 106/419 Installing : nbdkit-basic-plugins-1.38.5-12.el9.x86_64 107/419 Installing : nbdkit-curl-plugin-1.38.5-12.el9.x86_64 108/419 Installing : nbdkit-ssh-plugin-1.38.5-12.el9.x86_64 109/419 Installing : perl-Digest-1.19-4.el9.noarch 110/419 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 111/419 Installing : perl-B-1.80-483.el9.x86_64 112/419 Installing : perl-FileHandle-2.03-483.el9.noarch 113/419 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 114/419 Installing : perl-libnet-3.13-4.el9.noarch 115/419 Installing : perl-base-2.27-483.el9.noarch 116/419 Installing : perl-URI-5.09-3.el9.noarch 117/419 Installing : perl-AutoLoader-5.74-483.el9.noarch 118/419 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 119/419 Installing : perl-if-0.60.800-483.el9.noarch 120/419 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 121/419 Installing : perl-Time-Local-2:1.300-7.el9.noarch 122/419 Installing : perl-File-Path-2.18-4.el9.noarch 123/419 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 124/419 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 125/419 Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 126/419 Installing : perl-Net-SSLeay-1.94-4.el9.x86_64 127/419 Installing : perl-Class-Struct-0.66-483.el9.noarch 128/419 Installing : perl-POSIX-1.94-483.el9.x86_64 129/419 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 130/419 Installing : perl-IPC-Open3-1.21-483.el9.noarch 131/419 Installing : perl-subs-1.03-483.el9.noarch 132/419 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 133/419 Installing : perl-Term-Cap-1.17-460.el9.noarch 134/419 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 135/419 Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 136/419 Installing : perl-Socket-4:2.031-4.el9.x86_64 137/419 Installing : perl-SelectSaver-1.02-483.el9.noarch 138/419 Installing : perl-Symbol-1.08-483.el9.noarch 139/419 Installing : perl-File-stat-1.09-483.el9.noarch 140/419 Installing : perl-podlators-1:4.14-460.el9.noarch 141/419 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 142/419 Installing : perl-Fcntl-1.13-483.el9.x86_64 143/419 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 144/419 Installing : perl-mro-1.23-483.el9.x86_64 145/419 Installing : perl-IO-1.43-483.el9.x86_64 146/419 Installing : perl-overloading-0.02-483.el9.noarch 147/419 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 148/419 Installing : perl-Errno-1.30-483.el9.x86_64 149/419 Installing : perl-File-Basename-2.85-483.el9.noarch 150/419 Installing : perl-Getopt-Std-1.12-483.el9.noarch 151/419 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 152/419 Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 153/419 Installing : perl-constant-1.33-461.el9.noarch 154/419 Installing : perl-Storable-1:3.21-460.el9.x86_64 155/419 Installing : perl-overload-1.31-483.el9.noarch 156/419 Installing : perl-parent-1:0.238-460.el9.noarch 157/419 Installing : perl-vars-1.05-483.el9.noarch 158/419 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 159/419 Installing : perl-Carp-1.50-460.el9.noarch 160/419 Installing : perl-Exporter-5.74-461.el9.noarch 161/419 Installing : perl-NDBM_File-1.15-483.el9.x86_64 162/419 Installing : perl-PathTools-3.78-461.el9.x86_64 163/419 Installing : perl-Encode-4:3.08-462.el9.x86_64 164/419 Installing : perl-libs-4:5.32.1-483.el9.x86_64 165/419 Installing : perl-interpreter-4:5.32.1-483.el9.x86_64 166/419 Installing : yajl-2.1.0-25.el9.x86_64 167/419 Installing : xkeyboard-config-2.33-2.el9.noarch 168/419 Installing : libxkbcommon-1.0.3-4.el9.x86_64 169/419 Installing : webkit2gtk3-jsc-2.52.3-1.el9.x86_64 170/419 Installing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 171/419 Installing : virtiofsd-1.13.3-1.el9.x86_64 172/419 Installing : valgrind-docs-1:3.27.1-1.el9.x86_64 173/419 Installing : usbredir-0.13.0-2.el9.x86_64 174/419 Installing : tracer-common-1.1-2.el9.noarch 175/419 Installing : tbb-2020.3-9.el9.x86_64 176/419 Installing : dyninst-13.0.0-1.el9.x86_64 177/419 Running scriptlet: dyninst-13.0.0-1.el9.x86_64 177/419 Running scriptlet: systemtap-runtime-5.5-2.el9.x86_64 178/419 Creating group 'stapusr' with GID 156. Creating group 'stapsys' with GID 157. Creating group 'stapdev' with GID 158. Creating group 'stapunpriv' with GID 159. Creating user 'stapunpriv' (systemtap unprivileged user) with UID 159 and GID 159. Installing : systemtap-runtime-5.5-2.el9.x86_64 178/419 Running scriptlet: systemtap-runtime-5.5-2.el9.x86_64 178/419 Installing : systemtap-client-5.5-2.el9.x86_64 179/419 Installing : sshpass-1.09-4.el9.x86_64 180/419 Installing : spirv-tools-libs-2026.1-1.el9.x86_64 181/419 Installing : seavgabios-bin-1.16.3-5.el9.noarch 182/419 Installing : seabios-bin-1.16.3-5.el9.noarch 183/419 Installing : scrub-2.6.1-4.el9.x86_64 184/419 Running scriptlet: libvirt-daemon-driver-storage-core-11.10.0-13.el 185/419 Installing : libvirt-daemon-driver-storage-core-11.10.0-13.el 185/419 Installing : libvirt-daemon-driver-storage-disk-11.10.0-13.el 186/419 Installing : libvirt-daemon-driver-storage-logical-11.10.0-13 187/419 Installing : libvirt-daemon-driver-storage-mpath-11.10.0-13.e 188/419 Installing : libvirt-daemon-driver-storage-scsi-11.10.0-13.el 189/419 Installing : qemu-kvm-docs-17:10.1.0-21.el9.x86_64 190/419 Installing : python3-wcwidth-0.2.5-8.el9.noarch 191/419 Installing : python3-resolvelib-0.5.4-5.el9.noarch 192/419 Installing : python3-netaddr-0.10.1-3.el9.noarch 193/419 Installing : python3-justbases-0.15.2-1.el9.noarch 194/419 Installing : python3-justbytes-0.15.2-1.el9.noarch 195/419 Installing : python3-dbus-client-gen-0.5.1-1.el9.noarch 196/419 Running scriptlet: pcp-selinux-6.3.7-9.el9.x86_64 197/419 Installing : pcp-selinux-6.3.7-9.el9.x86_64 197/419 Running scriptlet: pcp-selinux-6.3.7-9.el9.x86_64 197/419 libsemanage.semanage_direct_install_info: Overriding pcp module at lower priority 100 with module at priority 200. Installing : pcp-conf-6.3.7-9.el9.x86_64 198/419 Installing : pcp-libs-6.3.7-9.el9.x86_64 199/419 Installing : osinfo-db-20250606-2.el9.noarch 200/419 Installing : opus-1.3.1-10.el9.x86_64 201/419 Installing : nss-tools-3.124.0-1.el9.x86_64 202/419 Installing : nmap-ncat-3:7.92-5.el9.x86_64 203/419 Running scriptlet: nmap-ncat-3:7.92-5.el9.x86_64 203/419 Running scriptlet: libvirt-daemon-proxy-11.10.0-13.el9.x86_64 204/419 Installing : libvirt-daemon-proxy-11.10.0-13.el9.x86_64 204/419 Running scriptlet: libvirt-daemon-11.10.0-13.el9.x86_64 205/419 Installing : libvirt-daemon-11.10.0-13.el9.x86_64 205/419 Running scriptlet: nbdkit-selinux-1.38.5-12.el9.noarch 206/419 Installing : nbdkit-selinux-1.38.5-12.el9.noarch 206/419 Running scriptlet: nbdkit-selinux-1.38.5-12.el9.noarch 206/419 Installing : nbdkit-1.38.5-12.el9.x86_64 207/419 Installing : mesa-filesystem-25.2.7-4.el9.x86_64 208/419 Installing : mdevctl-1.3.0-1.el9.x86_64 209/419 Running scriptlet: libvirt-daemon-driver-nodedev-11.10.0-13.el9.x86 210/419 Installing : libvirt-daemon-driver-nodedev-11.10.0-13.el9.x86 210/419 Installing : llvm-filesystem-22.1.3-1.el9.x86_64 211/419 Installing : llvm-libs-22.1.3-1.el9.x86_64 212/419 Installing : libxslt-1.1.34-16.el9.x86_64 213/419 Installing : libxshmfence-1.3-10.el9.x86_64 214/419 Installing : libwayland-client-1.21.0-1.el9.x86_64 215/419 Installing : libstemmer-0-18.585svn.el9.x86_64 216/419 Installing : libnet-1.2-7.el9.x86_64 217/419 Installing : criu-3.19-5.el9.x86_64 218/419 Installing : criu-libs-3.19-5.el9.x86_64 219/419 Installing : crun-1.27-2.el9.x86_64 220/419 Installing : libnbd-1.20.3-4.el9.x86_64 221/419 Installing : libluksmeta-10-1.el9.x86_64 222/419 Installing : luksmeta-10-1.el9.x86_64 223/419 Installing : libjpeg-turbo-2.0.90-7.el9.x86_64 224/419 Installing : gdk-pixbuf2-2.42.6-7.el9.x86_64 225/419 Installing : libisofs-1.5.4-4.el9.x86_64 226/419 Installing : libipt-2.0.4-3.el9.x86_64 227/419 Installing : libfdt-1.6.0-7.el9.x86_64 228/419 Installing : libcap-ng-python3-0.8.2-7.el9.x86_64 229/419 Installing : libburn-1.5.4-5.el9.x86_64 230/419 Installing : libisoburn-1.5.4-5.el9.x86_64 231/419 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 232/419 Installing : xorriso-1.5.4-5.el9.x86_64 232/419 Running scriptlet: xorriso-1.5.4-5.el9.x86_64 232/419 Installing : libblkio-1.5.0-1.el9.x86_64 233/419 Installing : libasyncns-0.8-22.el9.x86_64 234/419 Installing : libXau-1.0.9-8.el9.x86_64 235/419 Installing : libxcb-1.13.1-9.el9.x86_64 236/419 Installing : libglvnd-egl-1:1.3.4-1.el9.x86_64 237/419 Installing : mesa-libgbm-25.2.7-4.el9.x86_64 238/419 Installing : mesa-dri-drivers-25.2.7-4.el9.x86_64 239/419 Installing : mesa-libEGL-25.2.7-4.el9.x86_64 240/419 Installing : libX11-common-1.8.12-1.el9.noarch 241/419 Installing : libX11-1.8.12-1.el9.x86_64 242/419 Installing : libXext-1.3.4-8.el9.x86_64 243/419 Installing : libXxf86vm-1.1.4-18.el9.x86_64 244/419 Installing : libglvnd-glx-1:1.3.4-1.el9.x86_64 245/419 Installing : mesa-libGL-25.2.7-4.el9.x86_64 246/419 Installing : kernel-headers-5.14.0-710.el9.x86_64 247/419 Installing : ipxe-roms-qemu-20200823-9.git4bd064de.el9.noarch 248/419 Installing : qemu-kvm-common-17:10.1.0-21.el9.x86_64 249/419 Running scriptlet: qemu-kvm-common-17:10.1.0-21.el9.x86_64 249/419 Installing : qemu-kvm-device-display-virtio-gpu-17:10.1.0-21. 250/419 Installing : qemu-kvm-ui-opengl-17:10.1.0-21.el9.x86_64 251/419 Installing : qemu-kvm-ui-egl-headless-17:10.1.0-21.el9.x86_64 252/419 Installing : qemu-kvm-device-display-virtio-gpu-pci-17:10.1.0 253/419 Installing : qemu-kvm-block-blkio-17:10.1.0-21.el9.x86_64 254/419 Installing : qemu-kvm-device-display-virtio-vga-17:10.1.0-21. 255/419 Installing : qemu-kvm-device-usb-host-17:10.1.0-21.el9.x86_64 256/419 Installing : qemu-kvm-device-usb-redirect-17:10.1.0-21.el9.x8 257/419 Running scriptlet: ipa-selinux-4.13.1-3.el9.2.noarch 258/419 Installing : ipa-selinux-4.13.1-3.el9.2.noarch 258/419 Running scriptlet: ipa-selinux-4.13.1-3.el9.2.noarch 258/419 Installing : ipa-common-4.13.1-3.el9.2.noarch 259/419 Installing : http-parser-2.9.4-6.el9.x86_64 260/419 Installing : gsm-1.0.19-6.el9.x86_64 261/419 Installing : libsndfile-1.0.31-10.el9.x86_64 262/419 Installing : pulseaudio-libs-15.0-3.el9.x86_64 263/419 Installing : qemu-kvm-audio-pa-17:10.1.0-21.el9.x86_64 264/419 Installing : glibc-headers-2.34-270.el9.x86_64 265/419 Installing : git-core-2.52.0-1.el9.x86_64 266/419 Installing : fstrm-0.6.1-3.el9.x86_64 267/419 Installing : edk2-ovmf-20241117-8.el9.noarch 268/419 Running scriptlet: dnsmasq-2.85-20.el9.x86_64 269/419 Installing : dnsmasq-2.85-20.el9.x86_64 269/419 Running scriptlet: dnsmasq-2.85-20.el9.x86_64 269/419 Running scriptlet: libvirt-daemon-driver-network-11.10.0-13.el9.x86 270/419 Installing : libvirt-daemon-driver-network-11.10.0-13.el9.x86 270/419 Running scriptlet: libvirt-daemon-driver-network-11.10.0-13.el9.x86 270/419 Installing : conmon-3:2.2.1-1.el9.x86_64 271/419 Installing : certmonger-0.79.21-1.el9.x86_64 272/419 Running scriptlet: certmonger-0.79.21-1.el9.x86_64 272/419 Installing : capstone-4.0.2-12.el9.x86_64 273/419 Installing : qemu-kvm-core-17:10.1.0-21.el9.x86_64 274/419 Installing : boost-regex-1.75.0-14.el9.x86_64 275/419 Installing : source-highlight-3.1.9-12.el9.x86_64 276/419 Installing : gdb-headless-16.3-3.el9.x86_64 277/419 Installing : gdb-16.3-3.el9.x86_64 278/419 Installing : valgrind-1:3.27.1-1.el9.x86_64 279/419 Installing : valgrind-gdb-1:3.27.1-1.el9.x86_64 280/419 Installing : valgrind-scripts-1:3.27.1-1.el9.x86_64 281/419 Installing : boost-iostreams-1.75.0-14.el9.x86_64 282/419 Installing : librados2-2:16.2.4-5.el9.x86_64 283/419 Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 283/419 Installing : librbd1-2:16.2.4-5.el9.x86_64 284/419 Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 284/419 Installing : libvirt-daemon-driver-storage-rbd-11.10.0-13.el9 285/419 Installing : qemu-kvm-block-rbd-17:10.1.0-21.el9.x86_64 286/419 Installing : bind-license-32:9.16.23-43.el9.noarch 287/419 Installing : bind-libs-32:9.16.23-43.el9.x86_64 288/419 Installing : bind-utils-32:9.16.23-43.el9.x86_64 289/419 Installing : sssd-ipa-2.9.9-1.el9.x86_64 290/419 Installing : abattis-cantarell-fonts-0.301-4.el9.noarch 291/419 Installing : aardvark-dns-2:1.17.0-1.el9.x86_64 292/419 Installing : netavark-2:1.17.2-1.el9.x86_64 293/419 Installing : PackageKit-glib-1.2.6-2.el9.x86_64 294/419 Installing : zstd-1.5.5-1.el9.x86_64 295/419 Installing : usermode-1.114-7.el9.x86_64 296/419 Running scriptlet: unbound-libs-1.24.2-2.el9.x86_64 297/419 Installing : unbound-libs-1.24.2-2.el9.x86_64 297/419 Running scriptlet: unbound-libs-1.24.2-2.el9.x86_64 297/419 Created symlink /etc/systemd/system/timers.target.wants/unbound-anchor.timer → /usr/lib/systemd/system/unbound-anchor.timer. Installing : gnutls-dane-3.8.10-5.el9.x86_64 298/419 Installing : gnutls-utils-3.8.10-5.el9.x86_64 299/419 Installing : swtpm-tools-0.8.0-2.el9.x86_64 300/419 Installing : tpm2-tools-5.2-7.el9.x86_64 301/419 Running scriptlet: clevis-23-1.el9.x86_64 302/419 Installing : clevis-23-1.el9.x86_64 302/419 Running scriptlet: systemd-resolved-252-70.el9.x86_64 303/419 Installing : systemd-resolved-252-70.el9.x86_64 303/419 Running scriptlet: systemd-resolved-252-70.el9.x86_64 303/419 Installing : systemd-container-252-70.el9.x86_64 304/419 Installing : sssd-proxy-2.9.9-1.el9.x86_64 305/419 Installing : sssd-passkey-2.9.9-1.el9.x86_64 306/419 Installing : shadow-utils-subid-2:4.9-17.el9.x86_64 307/419 Installing : python3-urwid-2.1.2-4.el9.x86_64 308/419 Installing : python3-configshell-1:1.1.30-1.el9.noarch 309/419 Installing : python3-sss-murmur-2.9.9-1.el9.x86_64 310/419 Installing : python3-sss-2.9.9-1.el9.x86_64 311/419 Installing : sssd-tools-2.9.9-1.el9.x86_64 312/419 Installing : python3-ply-3.11-14.el9.noarch 313/419 Installing : python3-pycparser-2.20-6.el9.noarch 314/419 Installing : python3-cffi-1.14.5-5.el9.x86_64 315/419 Installing : python3-cryptography-36.0.1-5.el9.x86_64 316/419 Installing : ansible-core-1:2.14.18-3.el9.x86_64 317/419 Installing : python3-jwcrypto-1.5.6-3.el9.noarch 318/419 Installing : python3-ipalib-4.13.1-3.el9.2.noarch 319/419 Installing : python3-ipaclient-4.13.1-3.el9.2.noarch 320/419 Installing : python3-linux-procfs-0.7.4-2.el9.noarch 321/419 Installing : python3-librepo-1.19.0-1.el9.x86_64 322/419 Installing : python3-kmod-0.9-32.el9.x86_64 323/419 Installing : python3-rtslib-2.1.76-1.el9.noarch 324/419 Installing : target-restore-2.1.76-1.el9.noarch 325/419 Running scriptlet: target-restore-2.1.76-1.el9.noarch 325/419 Installing : pkgconf-m4-1.7.3-10.el9.noarch 326/419 Installing : numad-0.5-37.20150602git.el9.x86_64 327/419 Running scriptlet: numad-0.5-37.20150602git.el9.x86_64 327/419 Installing : lzop-1.04-8.el9.x86_64 328/419 Installing : libtraceevent-1.8.4-2.el9.x86_64 329/419 Installing : python3-perf-5.14.0-710.el9.x86_64 330/419 Installing : libsss_autofs-2.9.9-1.el9.x86_64 331/419 Installing : libsmbclient-4.23.5-8.el9.x86_64 332/419 Installing : libpkgconf-1.7.3-10.el9.x86_64 333/419 Installing : pkgconf-1.7.3-10.el9.x86_64 334/419 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 335/419 Installing : libzstd-devel-1.5.5-1.el9.x86_64 336/419 Installing : zlib-devel-1.2.11-41.el9.x86_64 337/419 Installing : elfutils-libelf-devel-0.195-1.el9.x86_64 338/419 Installing : glibc-devel-2.34-270.el9.x86_64 339/419 Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 340/419 Installing : gcc-11.5.0-14.el9.x86_64 341/419 Installing : openssl-devel-1:3.5.5-3.el9.x86_64 342/419 Installing : kernel-devel-5.14.0-710.el9.x86_64 343/419 Running scriptlet: kernel-devel-5.14.0-710.el9.x86_64 343/419 Running scriptlet: pcp-6.3.7-9.el9.x86_64 344/419 Creating group 'pcp' with GID 989. Creating user 'pcp' (Performance Co-Pilot) with UID 989 and GID 989. Installing : pcp-6.3.7-9.el9.x86_64 344/419 Running scriptlet: pcp-6.3.7-9.el9.x86_64 344/419 Installing : xz-devel-5.2.5-8.el9.x86_64 345/419 Installing : elfutils-devel-0.195-1.el9.x86_64 346/419 Installing : systemtap-devel-5.5-2.el9.x86_64 347/419 Installing : qemu-kvm-tools-17:10.1.0-21.el9.x86_64 348/419 Installing : qemu-kvm-17:10.1.0-21.el9.x86_64 349/419 Installing : libkadm5-1.21.1-10.el9.x86_64 350/419 Installing : krb5-workstation-1.21.1-10.el9.x86_64 351/419 Installing : libdnf-plugin-subscription-manager-1.29.52-1.el9 352/419 Running scriptlet: subscription-manager-1.29.52-1.el9.x86_64 353/419 Installing : subscription-manager-1.29.52-1.el9.x86_64 353/419 Running scriptlet: subscription-manager-1.29.52-1.el9.x86_64 353/419 Created symlink /etc/systemd/system/multi-user.target.wants/rhsmcertd.service → /usr/lib/systemd/system/rhsmcertd.service. Installing : kpatch-dnf-0.9.7_0.5-3.el9.noarch 354/419 Running scriptlet: kpatch-dnf-0.9.7_0.5-3.el9.noarch 354/419 To enable automatic kpatch-patch subscription, run: $ dnf kpatch auto Running scriptlet: kmod-kvdo-8.2.7.4-194.el9.x86_64 355/419 Installing : kmod-kvdo-8.2.7.4-194.el9.x86_64 355/419 Running scriptlet: kmod-kvdo-8.2.7.4-194.el9.x86_64 355/419 Installing : isns-utils-libs-0.101-4.el9.x86_64 356/419 Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 357/419 Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 357/419 Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket → /usr/lib/systemd/system/iscsiuio.socket. Installing : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9. 358/419 Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9. 358/419 Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-starter.service → /usr/lib/systemd/system/iscsi-starter.service. Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket → /usr/lib/systemd/system/iscsid.socket. Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-onboot.service → /usr/lib/systemd/system/iscsi-onboot.service. Installing : libvirt-daemon-driver-storage-iscsi-11.10.0-13.e 359/419 Installing : libvirt-daemon-driver-storage-11.10.0-13.el9.x86 360/419 Installing : ipset-libs-7.11-11.el9.x86_64 361/419 Installing : ipset-7.11-11.el9.x86_64 362/419 Installing : hdparm-9.62-2.el9.x86_64 363/419 Installing : fuse-common-3.10.2-9.el9.x86_64 364/419 Installing : fuse3-3.10.2-9.el9.x86_64 365/419 Installing : fuse-overlayfs-1.16-2.el9.x86_64 366/419 Running scriptlet: fuse-overlayfs-1.16-2.el9.x86_64 366/419 Installing : containers-common-5:5.8-1.el9.x86_64 367/419 Installing : firewalld-filesystem-1.3.4-18.el9.noarch 368/419 Installing : cryptsetup-2.8.6-1.el9.x86_64 369/419 Installing : clevis-luks-23-1.el9.x86_64 370/419 Installing : stratisd-3.7.3-3.el9.x86_64 371/419 Running scriptlet: stratisd-3.7.3-3.el9.x86_64 371/419 Created symlink /etc/systemd/system/multi-user.target.wants/stratisd.service → /usr/lib/systemd/system/stratisd.service. Installing : bzip2-1.0.8-11.el9.x86_64 372/419 Running scriptlet: libvirt-daemon-driver-qemu-11.10.0-13.el9.x86_64 373/419 Installing : libvirt-daemon-driver-qemu-11.10.0-13.el9.x86_64 373/419 Installing : autofs-1:5.1.7-68.el9.x86_64 374/419 Running scriptlet: autofs-1:5.1.7-68.el9.x86_64 374/419 Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 375/419 Installing : gsettings-desktop-schemas-40.0-8.el9.x86_64 376/419 Installing : glib-networking-2.68.3-3.el9.x86_64 377/419 Installing : libsoup-2.72.0-17.el9.x86_64 378/419 Installing : libappstream-glib-0.7.18-5.el9.x86_64 379/419 Installing : osinfo-db-tools-1.10.0-1.el9.x86_64 380/419 Installing : libosinfo-1.10.0-1.el9.x86_64 381/419 Installing : virt-manager-common-5.1.0-1.el9.noarch 382/419 Running scriptlet: adcli-selinux-0.9.3.1-3.el9.noarch 383/419 Installing : adcli-selinux-0.9.3.1-3.el9.noarch 383/419 Running scriptlet: adcli-selinux-0.9.3.1-3.el9.noarch 383/419 Installing : adcli-0.9.3.1-3.el9.x86_64 384/419 Installing : sssd-ad-2.9.9-1.el9.x86_64 385/419 Installing : sssd-2.9.9-1.el9.x86_64 386/419 Installing : virt-install-5.1.0-1.el9.noarch 387/419 Installing : PackageKit-1.2.6-2.el9.x86_64 388/419 Running scriptlet: PackageKit-1.2.6-2.el9.x86_64 388/419 Installing : ipa-client-4.13.1-3.el9.2.x86_64 389/419 Running scriptlet: ipa-client-4.13.1-3.el9.2.x86_64 389/419 Installing : libvirt-daemon-kvm-11.10.0-13.el9.x86_64 390/419 Installing : stratis-cli-3.7.0-1.el9.noarch 391/419 Installing : stratisd-tools-3.7.3-3.el9.x86_64 392/419 Installing : firewalld-1.3.4-18.el9.noarch 393/419 Running scriptlet: firewalld-1.3.4-18.el9.noarch 393/419 Created symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service → /usr/lib/systemd/system/firewalld.service. Created symlink /etc/systemd/system/multi-user.target.wants/firewalld.service → /usr/lib/systemd/system/firewalld.service. Installing : podman-6:5.8.2-1.el9.x86_64 394/419 Installing : tuned-2.27.0-1.el9.noarch 395/419 Running scriptlet: tuned-2.27.0-1.el9.noarch 395/419 Created symlink /etc/systemd/system/multi-user.target.wants/tuned.service → /usr/lib/systemd/system/tuned.service. Installing : udisks2-iscsi-2.9.4-12.el9.x86_64 396/419 Installing : vdo-8.2.2.2-1.el9.x86_64 397/419 Installing : kpatch-0.9.7-3.el9.noarch 398/419 Installing : python3-pcp-6.3.7-9.el9.x86_64 399/419 Installing : targetcli-2.1.57-3.el9.noarch 400/419 Installing : rhel-system-roles-1.125.2-0.1.el9.noarch 401/419 Installing : wireguard-tools-1.0.20210914-4.el9.x86_64 402/419 Running scriptlet: libvirt-daemon-config-network-11.10.0-13.el9.x86 403/419 Installing : libvirt-daemon-config-network-11.10.0-13.el9.x86 403/419 Running scriptlet: libvirt-daemon-config-network-11.10.0-13.el9.x86 403/419 Running scriptlet: tang-14-3.el9.x86_64 404/419 Installing : tang-14-3.el9.x86_64 404/419 Running scriptlet: tang-14-3.el9.x86_64 404/419 Installing : qemu-kvm-block-curl-17:10.1.0-21.el9.x86_64 405/419 Installing : python3-tracer-1.1-2.el9.noarch 406/419 Installing : boom-boot-1.6.8-2.el9.noarch 407/419 Installing : udisks2-lvm2-2.9.4-12.el9.x86_64 408/419 Running scriptlet: libvirt-dbus-1.4.1-6.el9.x86_64 409/419 Installing : libvirt-dbus-1.4.1-6.el9.x86_64 409/419 Installing : device-mapper-multipath-0.8.7-46.el9.x86_64 410/419 Running scriptlet: device-mapper-multipath-0.8.7-46.el9.x86_64 410/419 Created symlink /etc/systemd/system/sysinit.target.wants/multipathd.service → /usr/lib/systemd/system/multipathd.service. Created symlink /etc/systemd/system/sockets.target.wants/multipathd.socket → /usr/lib/systemd/system/multipathd.socket. Running scriptlet: tlog-14-1.el9.x86_64 411/419 Installing : tlog-14-1.el9.x86_64 411/419 Running scriptlet: tlog-14-1.el9.x86_64 411/419 Installing : tcsh-6.22.03-6.el9.x86_64 412/419 Running scriptlet: tcsh-6.22.03-6.el9.x86_64 412/419 Installing : socat-1.7.4.1-9.el9.x86_64 413/419 Running scriptlet: redis-6.2.20-3.el9.x86_64 414/419 Installing : redis-6.2.20-3.el9.x86_64 414/419 Running scriptlet: redis-6.2.20-3.el9.x86_64 414/419 Installing : ltrace-0.7.91-43.el9.x86_64 415/419 Installing : strace-6.12-1.el9.x86_64 416/419 Installing : realmd-0.17.1-2.el9.x86_64 417/419 Running scriptlet: realmd-0.17.1-2.el9.x86_64 417/419 Installing : glibc-all-langpacks-2.34-270.el9.x86_64 418/419 Installing : dnf-automatic-4.14.0-36.el9.noarch 419/419 Running scriptlet: dnf-automatic-4.14.0-36.el9.noarch 419/419 Running scriptlet: container-selinux-4:2.247.0-1.el9.noarch 419/419 Running scriptlet: libvirt-daemon-lock-11.10.0-13.el9.x86_64 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtlockd.socket → /usr/lib/systemd/system/virtlockd.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtlockd-admin.socket → /usr/lib/systemd/system/virtlockd-admin.socket. Running scriptlet: libvirt-daemon-log-11.10.0-13.el9.x86_64 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtlogd.socket → /usr/lib/systemd/system/virtlogd.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtlogd-admin.socket → /usr/lib/systemd/system/virtlogd-admin.socket. Running scriptlet: libvirt-daemon-common-11.10.0-13.el9.x86_64 419/419 Running scriptlet: passt-selinux-0^20251210.gd04c480-3.el9.noarch 419/419 Running scriptlet: libvirt-daemon-driver-nwfilter-11.10.0-13.el9.x8 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtnwfilterd.socket → /usr/lib/systemd/system/virtnwfilterd.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtnwfilterd-ro.socket → /usr/lib/systemd/system/virtnwfilterd-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtnwfilterd-admin.socket → /usr/lib/systemd/system/virtnwfilterd-admin.socket. Running scriptlet: swtpm-0.8.0-2.el9.x86_64 419/419 Running scriptlet: libvirt-daemon-driver-interface-11.10.0-13.el9.x 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtinterfaced.socket → /usr/lib/systemd/system/virtinterfaced.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtinterfaced-ro.socket → /usr/lib/systemd/system/virtinterfaced-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtinterfaced-admin.socket → /usr/lib/systemd/system/virtinterfaced-admin.socket. Running scriptlet: libvirt-daemon-driver-secret-11.10.0-13.el9.x86_ 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtsecretd.socket → /usr/lib/systemd/system/virtsecretd.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtsecretd-ro.socket → /usr/lib/systemd/system/virtsecretd-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtsecretd-admin.socket → /usr/lib/systemd/system/virtsecretd-admin.socket. Running scriptlet: libvirt-daemon-driver-storage-core-11.10.0-13.el 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtstoraged.socket → /usr/lib/systemd/system/virtstoraged.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtstoraged-ro.socket → /usr/lib/systemd/system/virtstoraged-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtstoraged-admin.socket → /usr/lib/systemd/system/virtstoraged-admin.socket. Running scriptlet: libvirt-daemon-proxy-11.10.0-13.el9.x86_64 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtproxyd.socket → /usr/lib/systemd/system/virtproxyd.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtproxyd-ro.socket → /usr/lib/systemd/system/virtproxyd-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtproxyd-admin.socket → /usr/lib/systemd/system/virtproxyd-admin.socket. Running scriptlet: libvirt-daemon-11.10.0-13.el9.x86_64 419/419 Running scriptlet: nbdkit-selinux-1.38.5-12.el9.noarch 419/419 Running scriptlet: libvirt-daemon-driver-nodedev-11.10.0-13.el9.x86 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtnodedevd.socket → /usr/lib/systemd/system/virtnodedevd.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtnodedevd-ro.socket → /usr/lib/systemd/system/virtnodedevd-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtnodedevd-admin.socket → /usr/lib/systemd/system/virtnodedevd-admin.socket. Running scriptlet: ipa-selinux-4.13.1-3.el9.2.noarch 419/419 Running scriptlet: libvirt-daemon-driver-network-11.10.0-13.el9.x86 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtnetworkd.socket → /usr/lib/systemd/system/virtnetworkd.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtnetworkd-ro.socket → /usr/lib/systemd/system/virtnetworkd-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtnetworkd-admin.socket → /usr/lib/systemd/system/virtnetworkd-admin.socket. Running scriptlet: subscription-manager-1.29.52-1.el9.x86_64 419/419 Running scriptlet: kmod-kvdo-8.2.7.4-194.el9.x86_64 419/419 Running scriptlet: libvirt-daemon-driver-qemu-11.10.0-13.el9.x86_64 419/419 Created symlink /etc/systemd/system/sockets.target.wants/virtqemud.socket → /usr/lib/systemd/system/virtqemud.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtqemud-ro.socket → /usr/lib/systemd/system/virtqemud-ro.socket. Created symlink /etc/systemd/system/sockets.target.wants/virtqemud-admin.socket → /usr/lib/systemd/system/virtqemud-admin.socket. Created symlink /etc/systemd/system/multi-user.target.wants/virtqemud.service → /usr/lib/systemd/system/virtqemud.service. Running scriptlet: adcli-selinux-0.9.3.1-3.el9.noarch 419/419 Running scriptlet: tuned-2.27.0-1.el9.noarch 419/419 Running scriptlet: libvirt-daemon-config-network-11.10.0-13.el9.x86 419/419 Running scriptlet: glibc-all-langpacks-2.34-270.el9.x86_64 419/419 Running scriptlet: dnf-automatic-4.14.0-36.el9.noarch 419/419 Verifying : adcli-0.9.3.1-3.el9.x86_64 1/419 Verifying : adcli-selinux-0.9.3.1-3.el9.noarch 2/419 Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 3/419 Verifying : autofs-1:5.1.7-68.el9.x86_64 4/419 Verifying : bzip2-1.0.8-11.el9.x86_64 5/419 Verifying : cryptsetup-2.8.6-1.el9.x86_64 6/419 Verifying : cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 7/419 Verifying : daxctl-libs-82-1.el9.x86_64 8/419 Verifying : device-mapper-event-9:1.02.207-6.el9.x86_64 9/419 Verifying : device-mapper-event-libs-9:1.02.207-6.el9.x86_64 10/419 Verifying : device-mapper-multipath-0.8.7-46.el9.x86_64 11/419 Verifying : device-mapper-multipath-libs-0.8.7-46.el9.x86_64 12/419 Verifying : device-mapper-persistent-data-1.1.0-1.el9.x86_64 13/419 Verifying : dnf-automatic-4.14.0-36.el9.noarch 14/419 Verifying : firewalld-1.3.4-18.el9.noarch 15/419 Verifying : firewalld-filesystem-1.3.4-18.el9.noarch 16/419 Verifying : fuse-common-3.10.2-9.el9.x86_64 17/419 Verifying : glib-networking-2.68.3-3.el9.x86_64 18/419 Verifying : glibc-all-langpacks-2.34-270.el9.x86_64 19/419 Verifying : gsettings-desktop-schemas-40.0-8.el9.x86_64 20/419 Verifying : hdparm-9.62-2.el9.x86_64 21/419 Verifying : ipset-7.11-11.el9.x86_64 22/419 Verifying : ipset-libs-7.11-11.el9.x86_64 23/419 Verifying : iptables-nft-1.8.10-11.el9.x86_64 24/419 Verifying : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9. 25/419 Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 26/419 Verifying : isns-utils-libs-0.101-4.el9.x86_64 27/419 Verifying : kmod-kvdo-8.2.7.4-194.el9.x86_64 28/419 Verifying : kpatch-0.9.7-3.el9.noarch 29/419 Verifying : kpatch-dnf-0.9.7_0.5-3.el9.noarch 30/419 Verifying : krb5-pkinit-1.21.1-10.el9.x86_64 31/419 Verifying : krb5-workstation-1.21.1-10.el9.x86_64 32/419 Verifying : libaio-0.3.111-13.el9.x86_64 33/419 Verifying : libdnf-plugin-subscription-manager-1.29.52-1.el9 34/419 Verifying : libipa_hbac-2.9.9-1.el9.x86_64 35/419 Verifying : libkadm5-1.21.1-10.el9.x86_64 36/419 Verifying : libnftnl-1.2.6-4.el9.x86_64 37/419 Verifying : libnvme-1.16.1-3.el9.x86_64 38/419 Verifying : libpkgconf-1.7.3-10.el9.x86_64 39/419 Verifying : libpng-2:1.6.37-17.el9.x86_64 40/419 Verifying : libproxy-0.4.15-35.el9.x86_64 41/419 Verifying : librdmacm-61.0-2.el9.x86_64 42/419 Verifying : libsmbclient-4.23.5-8.el9.x86_64 43/419 Verifying : libsss_autofs-2.9.9-1.el9.x86_64 44/419 Verifying : libtraceevent-1.8.4-2.el9.x86_64 45/419 Verifying : lvm2-9:2.03.33-6.el9.x86_64 46/419 Verifying : lvm2-libs-9:2.03.33-6.el9.x86_64 47/419 Verifying : lzop-1.04-8.el9.x86_64 48/419 Verifying : make-1:4.3-8.el9.x86_64 49/419 Verifying : ndctl-libs-82-1.el9.x86_64 50/419 Verifying : nftables-1:1.0.9-7.el9.x86_64 51/419 Verifying : numad-0.5-37.20150602git.el9.x86_64 52/419 Verifying : pkgconf-1.7.3-10.el9.x86_64 53/419 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 54/419 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 55/419 Verifying : python3-cffi-1.14.5-5.el9.x86_64 56/419 Verifying : python3-cloud-what-1.29.52-1.el9.x86_64 57/419 Verifying : python3-configshell-1:1.1.30-1.el9.noarch 58/419 Verifying : python3-cryptography-36.0.1-5.el9.x86_64 59/419 Verifying : python3-decorator-4.4.2-6.el9.noarch 60/419 Verifying : python3-dns-2.6.1-3.el9.noarch 61/419 Verifying : python3-firewall-1.3.4-18.el9.noarch 62/419 Verifying : python3-iniparse-0.4-45.el9.noarch 63/419 Verifying : python3-inotify-0.9.6-25.el9.noarch 64/419 Verifying : python3-kmod-0.9-32.el9.x86_64 65/419 Verifying : python3-libipa_hbac-2.9.9-1.el9.x86_64 66/419 Verifying : python3-librepo-1.19.0-1.el9.x86_64 67/419 Verifying : python3-linux-procfs-0.7.4-2.el9.noarch 68/419 Verifying : python3-nftables-1:1.0.9-7.el9.x86_64 69/419 Verifying : python3-ply-3.11-14.el9.noarch 70/419 Verifying : python3-pycparser-2.20-6.el9.noarch 71/419 Verifying : python3-pyparsing-2.4.7-9.el9.noarch 72/419 Verifying : python3-pyudev-0.22.0-6.el9.noarch 73/419 Verifying : python3-sss-2.9.9-1.el9.x86_64 74/419 Verifying : python3-sss-murmur-2.9.9-1.el9.x86_64 75/419 Verifying : python3-sssdconfig-2.9.9-1.el9.noarch 76/419 Verifying : python3-subscription-manager-rhsm-1.29.52-1.el9. 77/419 Verifying : python3-urwid-2.1.2-4.el9.x86_64 78/419 Verifying : realmd-0.17.1-2.el9.x86_64 79/419 Verifying : shadow-utils-subid-2:4.9-17.el9.x86_64 80/419 Verifying : sssd-2.9.9-1.el9.x86_64 81/419 Verifying : sssd-ad-2.9.9-1.el9.x86_64 82/419 Verifying : sssd-common-pac-2.9.9-1.el9.x86_64 83/419 Verifying : sssd-dbus-2.9.9-1.el9.x86_64 84/419 Verifying : sssd-ipa-2.9.9-1.el9.x86_64 85/419 Verifying : sssd-krb5-2.9.9-1.el9.x86_64 86/419 Verifying : sssd-krb5-common-2.9.9-1.el9.x86_64 87/419 Verifying : sssd-ldap-2.9.9-1.el9.x86_64 88/419 Verifying : sssd-passkey-2.9.9-1.el9.x86_64 89/419 Verifying : sssd-proxy-2.9.9-1.el9.x86_64 90/419 Verifying : sssd-tools-2.9.9-1.el9.x86_64 91/419 Verifying : strace-6.12-1.el9.x86_64 92/419 Verifying : subscription-manager-1.29.52-1.el9.x86_64 93/419 Verifying : subscription-manager-rhsm-certificates-20220623- 94/419 Verifying : systemd-container-252-70.el9.x86_64 95/419 Verifying : systemd-resolved-252-70.el9.x86_64 96/419 Verifying : tpm2-tools-5.2-7.el9.x86_64 97/419 Verifying : tuned-2.27.0-1.el9.noarch 98/419 Verifying : unbound-libs-1.24.2-2.el9.x86_64 99/419 Verifying : unzip-6.0-59.el9.x86_64 100/419 Verifying : usermode-1.114-7.el9.x86_64 101/419 Verifying : vdo-8.2.2.2-1.el9.x86_64 102/419 Verifying : virt-what-1.27-2.el9.x86_64 103/419 Verifying : zip-3.0-35.el9.x86_64 104/419 Verifying : zstd-1.5.5-1.el9.x86_64 105/419 Verifying : PackageKit-1.2.6-2.el9.x86_64 106/419 Verifying : PackageKit-glib-1.2.6-2.el9.x86_64 107/419 Verifying : aardvark-dns-2:1.17.0-1.el9.x86_64 108/419 Verifying : abattis-cantarell-fonts-0.301-4.el9.noarch 109/419 Verifying : ansible-core-1:2.14.18-3.el9.x86_64 110/419 Verifying : augeas-libs-1.14.1-3.el9.x86_64 111/419 Verifying : bind-libs-32:9.16.23-43.el9.x86_64 112/419 Verifying : bind-license-32:9.16.23-43.el9.noarch 113/419 Verifying : bind-utils-32:9.16.23-43.el9.x86_64 114/419 Verifying : bison-3.7.4-5.el9.x86_64 115/419 Verifying : boom-boot-1.6.8-2.el9.noarch 116/419 Verifying : boom-boot-conf-1.6.8-2.el9.noarch 117/419 Verifying : boost-filesystem-1.75.0-14.el9.x86_64 118/419 Verifying : boost-iostreams-1.75.0-14.el9.x86_64 119/419 Verifying : boost-regex-1.75.0-14.el9.x86_64 120/419 Verifying : boost-system-1.75.0-14.el9.x86_64 121/419 Verifying : boost-thread-1.75.0-14.el9.x86_64 122/419 Verifying : capstone-4.0.2-12.el9.x86_64 123/419 Verifying : certmonger-0.79.21-1.el9.x86_64 124/419 Verifying : clevis-23-1.el9.x86_64 125/419 Verifying : clevis-luks-23-1.el9.x86_64 126/419 Verifying : conmon-3:2.2.1-1.el9.x86_64 127/419 Verifying : container-selinux-4:2.247.0-1.el9.noarch 128/419 Verifying : containers-common-5:5.8-1.el9.x86_64 129/419 Verifying : cpp-11.5.0-14.el9.x86_64 130/419 Verifying : criu-3.19-5.el9.x86_64 131/419 Verifying : criu-libs-3.19-5.el9.x86_64 132/419 Verifying : crun-1.27-2.el9.x86_64 133/419 Verifying : dnsmasq-2.85-20.el9.x86_64 134/419 Verifying : dyninst-13.0.0-1.el9.x86_64 135/419 Verifying : edk2-ovmf-20241117-8.el9.noarch 136/419 Verifying : elfutils-devel-0.195-1.el9.x86_64 137/419 Verifying : elfutils-libelf-devel-0.195-1.el9.x86_64 138/419 Verifying : flac-libs-1.3.3-12.el9.x86_64 139/419 Verifying : flex-2.6.4-9.el9.x86_64 140/419 Verifying : fstrm-0.6.1-3.el9.x86_64 141/419 Verifying : fuse-overlayfs-1.16-2.el9.x86_64 142/419 Verifying : fuse3-3.10.2-9.el9.x86_64 143/419 Verifying : fuse3-libs-3.10.2-9.el9.x86_64 144/419 Verifying : gcc-11.5.0-14.el9.x86_64 145/419 Verifying : gdb-16.3-3.el9.x86_64 146/419 Verifying : gdb-headless-16.3-3.el9.x86_64 147/419 Verifying : gdk-pixbuf2-2.42.6-7.el9.x86_64 148/419 Verifying : git-core-2.52.0-1.el9.x86_64 149/419 Verifying : glibc-devel-2.34-270.el9.x86_64 150/419 Verifying : glibc-headers-2.34-270.el9.x86_64 151/419 Verifying : gnutls-dane-3.8.10-5.el9.x86_64 152/419 Verifying : gnutls-utils-3.8.10-5.el9.x86_64 153/419 Verifying : gsm-1.0.19-6.el9.x86_64 154/419 Verifying : http-parser-2.9.4-6.el9.x86_64 155/419 Verifying : ipa-client-4.13.1-3.el9.2.x86_64 156/419 Verifying : ipa-client-common-4.13.1-3.el9.2.noarch 157/419 Verifying : ipa-common-4.13.1-3.el9.2.noarch 158/419 Verifying : ipa-selinux-4.13.1-3.el9.2.noarch 159/419 Verifying : ipxe-roms-qemu-20200823-9.git4bd064de.el9.noarch 160/419 Verifying : jose-14-1.el9.x86_64 161/419 Verifying : kernel-devel-5.14.0-710.el9.x86_64 162/419 Verifying : kernel-headers-5.14.0-710.el9.x86_64 163/419 Verifying : libX11-1.8.12-1.el9.x86_64 164/419 Verifying : libX11-common-1.8.12-1.el9.noarch 165/419 Verifying : libX11-xcb-1.8.12-1.el9.x86_64 166/419 Verifying : libXau-1.0.9-8.el9.x86_64 167/419 Verifying : libXext-1.3.4-8.el9.x86_64 168/419 Verifying : libXxf86vm-1.1.4-18.el9.x86_64 169/419 Verifying : libappstream-glib-0.7.18-5.el9.x86_64 170/419 Verifying : libasyncns-0.8-22.el9.x86_64 171/419 Verifying : libbabeltrace-1.5.8-10.el9.x86_64 172/419 Verifying : libblkio-1.5.0-1.el9.x86_64 173/419 Verifying : libblockdev-lvm-2.28-16.el9.x86_64 174/419 Verifying : libburn-1.5.4-5.el9.x86_64 175/419 Verifying : libcap-ng-python3-0.8.2-7.el9.x86_64 176/419 Verifying : libepoxy-1.5.5-4.el9.x86_64 177/419 Verifying : libfdt-1.6.0-7.el9.x86_64 178/419 Verifying : libglvnd-1:1.3.4-1.el9.x86_64 179/419 Verifying : libglvnd-egl-1:1.3.4-1.el9.x86_64 180/419 Verifying : libglvnd-glx-1:1.3.4-1.el9.x86_64 181/419 Verifying : libipt-2.0.4-3.el9.x86_64 182/419 Verifying : libisoburn-1.5.4-5.el9.x86_64 183/419 Verifying : libisofs-1.5.4-4.el9.x86_64 184/419 Verifying : libjose-14-1.el9.x86_64 185/419 Verifying : libjpeg-turbo-2.0.90-7.el9.x86_64 186/419 Verifying : libluksmeta-10-1.el9.x86_64 187/419 Verifying : libmpc-1.2.1-4.el9.x86_64 188/419 Verifying : libnbd-1.20.3-4.el9.x86_64 189/419 Verifying : libnet-1.2-7.el9.x86_64 190/419 Verifying : libogg-2:1.3.4-6.el9.x86_64 191/419 Verifying : libosinfo-1.10.0-1.el9.x86_64 192/419 Verifying : libpmem-1.12.1-1.el9.x86_64 193/419 Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 194/419 Verifying : librados2-2:16.2.4-5.el9.x86_64 195/419 Verifying : librbd1-2:16.2.4-5.el9.x86_64 196/419 Verifying : libslirp-4.4.0-8.el9.x86_64 197/419 Verifying : libsndfile-1.0.31-10.el9.x86_64 198/419 Verifying : libsoup-2.72.0-17.el9.x86_64 199/419 Verifying : libstemmer-0-18.585svn.el9.x86_64 200/419 Verifying : libtpms-0.9.6-11.el9.x86_64 201/419 Verifying : libuv-1:1.42.0-2.el9.x86_64 202/419 Verifying : libvirt-client-11.10.0-13.el9.x86_64 203/419 Verifying : libvirt-daemon-11.10.0-13.el9.x86_64 204/419 Verifying : libvirt-daemon-common-11.10.0-13.el9.x86_64 205/419 Verifying : libvirt-daemon-config-network-11.10.0-13.el9.x86 206/419 Verifying : libvirt-daemon-driver-interface-11.10.0-13.el9.x 207/419 Verifying : libvirt-daemon-driver-network-11.10.0-13.el9.x86 208/419 Verifying : libvirt-daemon-driver-nodedev-11.10.0-13.el9.x86 209/419 Verifying : libvirt-daemon-driver-nwfilter-11.10.0-13.el9.x8 210/419 Verifying : libvirt-daemon-driver-qemu-11.10.0-13.el9.x86_64 211/419 Verifying : libvirt-daemon-driver-secret-11.10.0-13.el9.x86_ 212/419 Verifying : libvirt-daemon-driver-storage-11.10.0-13.el9.x86 213/419 Verifying : libvirt-daemon-driver-storage-core-11.10.0-13.el 214/419 Verifying : libvirt-daemon-driver-storage-disk-11.10.0-13.el 215/419 Verifying : libvirt-daemon-driver-storage-iscsi-11.10.0-13.e 216/419 Verifying : libvirt-daemon-driver-storage-logical-11.10.0-13 217/419 Verifying : libvirt-daemon-driver-storage-mpath-11.10.0-13.e 218/419 Verifying : libvirt-daemon-driver-storage-rbd-11.10.0-13.el9 219/419 Verifying : libvirt-daemon-driver-storage-scsi-11.10.0-13.el 220/419 Verifying : libvirt-daemon-kvm-11.10.0-13.el9.x86_64 221/419 Verifying : libvirt-daemon-lock-11.10.0-13.el9.x86_64 222/419 Verifying : libvirt-daemon-log-11.10.0-13.el9.x86_64 223/419 Verifying : libvirt-daemon-plugin-lockd-11.10.0-13.el9.x86_6 224/419 Verifying : libvirt-daemon-proxy-11.10.0-13.el9.x86_64 225/419 Verifying : libvirt-dbus-1.4.1-6.el9.x86_64 226/419 Verifying : libvirt-glib-4.0.0-3.el9.x86_64 227/419 Verifying : libvirt-libs-11.10.0-13.el9.x86_64 228/419 Verifying : libvirt-ssh-proxy-11.10.0-13.el9.x86_64 229/419 Verifying : libvorbis-1:1.3.7-5.el9.x86_64 230/419 Verifying : libwayland-client-1.21.0-1.el9.x86_64 231/419 Verifying : libxcb-1.13.1-9.el9.x86_64 232/419 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 233/419 Verifying : libxkbcommon-1.0.3-4.el9.x86_64 234/419 Verifying : libxshmfence-1.3-10.el9.x86_64 235/419 Verifying : libxslt-1.1.34-16.el9.x86_64 236/419 Verifying : libzstd-devel-1.5.5-1.el9.x86_64 237/419 Verifying : llvm-filesystem-22.1.3-1.el9.x86_64 238/419 Verifying : llvm-libs-22.1.3-1.el9.x86_64 239/419 Verifying : ltrace-0.7.91-43.el9.x86_64 240/419 Verifying : luksmeta-10-1.el9.x86_64 241/419 Verifying : m4-1.4.19-1.el9.x86_64 242/419 Verifying : mdevctl-1.3.0-1.el9.x86_64 243/419 Verifying : mesa-dri-drivers-25.2.7-4.el9.x86_64 244/419 Verifying : mesa-filesystem-25.2.7-4.el9.x86_64 245/419 Verifying : mesa-libEGL-25.2.7-4.el9.x86_64 246/419 Verifying : mesa-libGL-25.2.7-4.el9.x86_64 247/419 Verifying : mesa-libgbm-25.2.7-4.el9.x86_64 248/419 Verifying : nbdkit-1.38.5-12.el9.x86_64 249/419 Verifying : nbdkit-basic-filters-1.38.5-12.el9.x86_64 250/419 Verifying : nbdkit-basic-plugins-1.38.5-12.el9.x86_64 251/419 Verifying : nbdkit-curl-plugin-1.38.5-12.el9.x86_64 252/419 Verifying : nbdkit-selinux-1.38.5-12.el9.noarch 253/419 Verifying : nbdkit-server-1.38.5-12.el9.x86_64 254/419 Verifying : nbdkit-ssh-plugin-1.38.5-12.el9.x86_64 255/419 Verifying : netavark-2:1.17.2-1.el9.x86_64 256/419 Verifying : nmap-ncat-3:7.92-5.el9.x86_64 257/419 Verifying : nss-tools-3.124.0-1.el9.x86_64 258/419 Verifying : openssl-devel-1:3.5.5-3.el9.x86_64 259/419 Verifying : opus-1.3.1-10.el9.x86_64 260/419 Verifying : osinfo-db-20250606-2.el9.noarch 261/419 Verifying : osinfo-db-tools-1.10.0-1.el9.x86_64 262/419 Verifying : passt-0^20251210.gd04c480-3.el9.x86_64 263/419 Verifying : passt-selinux-0^20251210.gd04c480-3.el9.noarch 264/419 Verifying : pcp-6.3.7-9.el9.x86_64 265/419 Verifying : pcp-conf-6.3.7-9.el9.x86_64 266/419 Verifying : pcp-libs-6.3.7-9.el9.x86_64 267/419 Verifying : pcp-selinux-6.3.7-9.el9.x86_64 268/419 Verifying : perl-AutoLoader-5.74-483.el9.noarch 269/419 Verifying : perl-B-1.80-483.el9.x86_64 270/419 Verifying : perl-Carp-1.50-460.el9.noarch 271/419 Verifying : perl-Class-Struct-0.66-483.el9.noarch 272/419 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 273/419 Verifying : perl-Digest-1.19-4.el9.noarch 274/419 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 275/419 Verifying : perl-Encode-4:3.08-462.el9.x86_64 276/419 Verifying : perl-Errno-1.30-483.el9.x86_64 277/419 Verifying : perl-Exporter-5.74-461.el9.noarch 278/419 Verifying : perl-Fcntl-1.13-483.el9.x86_64 279/419 Verifying : perl-File-Basename-2.85-483.el9.noarch 280/419 Verifying : perl-File-Path-2.18-4.el9.noarch 281/419 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 282/419 Verifying : perl-File-stat-1.09-483.el9.noarch 283/419 Verifying : perl-FileHandle-2.03-483.el9.noarch 284/419 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 285/419 Verifying : perl-Getopt-Std-1.12-483.el9.noarch 286/419 Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 287/419 Verifying : perl-IO-1.43-483.el9.x86_64 288/419 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 289/419 Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 290/419 Verifying : perl-IPC-Open3-1.21-483.el9.noarch 291/419 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 292/419 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 293/419 Verifying : perl-NDBM_File-1.15-483.el9.x86_64 294/419 Verifying : perl-Net-SSLeay-1.94-4.el9.x86_64 295/419 Verifying : perl-POSIX-1.94-483.el9.x86_64 296/419 Verifying : perl-PathTools-3.78-461.el9.x86_64 297/419 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 298/419 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 299/419 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 300/419 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 301/419 Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 302/419 Verifying : perl-SelectSaver-1.02-483.el9.noarch 303/419 Verifying : perl-Socket-4:2.031-4.el9.x86_64 304/419 Verifying : perl-Storable-1:3.21-460.el9.x86_64 305/419 Verifying : perl-Symbol-1.08-483.el9.noarch 306/419 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 307/419 Verifying : perl-Term-Cap-1.17-460.el9.noarch 308/419 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 309/419 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 310/419 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 311/419 Verifying : perl-URI-5.09-3.el9.noarch 312/419 Verifying : perl-base-2.27-483.el9.noarch 313/419 Verifying : perl-constant-1.33-461.el9.noarch 314/419 Verifying : perl-if-0.60.800-483.el9.noarch 315/419 Verifying : perl-interpreter-4:5.32.1-483.el9.x86_64 316/419 Verifying : perl-libnet-3.13-4.el9.noarch 317/419 Verifying : perl-libs-4:5.32.1-483.el9.x86_64 318/419 Verifying : perl-mro-1.23-483.el9.x86_64 319/419 Verifying : perl-overload-1.31-483.el9.noarch 320/419 Verifying : perl-overloading-0.02-483.el9.noarch 321/419 Verifying : perl-parent-1:0.238-460.el9.noarch 322/419 Verifying : perl-podlators-1:4.14-460.el9.noarch 323/419 Verifying : perl-subs-1.03-483.el9.noarch 324/419 Verifying : perl-vars-1.05-483.el9.noarch 325/419 Verifying : pixman-0.40.0-6.el9.x86_64 326/419 Verifying : podman-6:5.8.2-1.el9.x86_64 327/419 Verifying : pulseaudio-libs-15.0-3.el9.x86_64 328/419 Verifying : python3-argcomplete-1.12.0-5.el9.noarch 329/419 Verifying : python3-augeas-0.5.0-25.el9.noarch 330/419 Verifying : python3-boom-1.6.8-2.el9.noarch 331/419 Verifying : python3-dbus-client-gen-0.5.1-1.el9.noarch 332/419 Verifying : python3-dbus-python-client-gen-0.8.3-1.el9.noarc 333/419 Verifying : python3-dbus-signature-pyparsing-0.4.1-1.el9.noa 334/419 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 335/419 Verifying : python3-into-dbus-python-0.8.2-1.el9.noarch 336/419 Verifying : python3-ipaclient-4.13.1-3.el9.2.noarch 337/419 Verifying : python3-ipalib-4.13.1-3.el9.2.noarch 338/419 Verifying : python3-justbases-0.15.2-1.el9.noarch 339/419 Verifying : python3-justbytes-0.15.2-1.el9.noarch 340/419 Verifying : python3-jwcrypto-1.5.6-3.el9.noarch 341/419 Verifying : python3-ldap-3.4.5-1.el9.x86_64 342/419 Verifying : python3-libvirt-11.10.0-2.el9.x86_64 343/419 Verifying : python3-netaddr-0.10.1-3.el9.noarch 344/419 Verifying : python3-packaging-20.9-5.el9.noarch 345/419 Verifying : python3-pcp-6.3.7-9.el9.x86_64 346/419 Verifying : python3-perf-5.14.0-710.el9.x86_64 347/419 Verifying : python3-psutil-5.8.0-12.el9.x86_64 348/419 Verifying : python3-pyasn1-0.6.3-1.el9.noarch 349/419 Verifying : python3-pyasn1-modules-0.6.3-1.el9.noarch 350/419 Verifying : python3-pyusb-1.0.2-13.el9.noarch 351/419 Verifying : python3-qrcode-8.0-2.el9.noarch 352/419 Verifying : python3-resolvelib-0.5.4-5.el9.noarch 353/419 Verifying : python3-rtslib-2.1.76-1.el9.noarch 354/419 Verifying : python3-tracer-1.1-2.el9.noarch 355/419 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 356/419 Verifying : python3-yubico-1.3.3-7.el9.noarch 357/419 Verifying : qemu-img-17:10.1.0-21.el9.x86_64 358/419 Verifying : qemu-kvm-17:10.1.0-21.el9.x86_64 359/419 Verifying : qemu-kvm-audio-pa-17:10.1.0-21.el9.x86_64 360/419 Verifying : qemu-kvm-block-blkio-17:10.1.0-21.el9.x86_64 361/419 Verifying : qemu-kvm-block-curl-17:10.1.0-21.el9.x86_64 362/419 Verifying : qemu-kvm-block-rbd-17:10.1.0-21.el9.x86_64 363/419 Verifying : qemu-kvm-common-17:10.1.0-21.el9.x86_64 364/419 Verifying : qemu-kvm-core-17:10.1.0-21.el9.x86_64 365/419 Verifying : qemu-kvm-device-display-virtio-gpu-17:10.1.0-21. 366/419 Verifying : qemu-kvm-device-display-virtio-gpu-pci-17:10.1.0 367/419 Verifying : qemu-kvm-device-display-virtio-vga-17:10.1.0-21. 368/419 Verifying : qemu-kvm-device-usb-host-17:10.1.0-21.el9.x86_64 369/419 Verifying : qemu-kvm-device-usb-redirect-17:10.1.0-21.el9.x8 370/419 Verifying : qemu-kvm-docs-17:10.1.0-21.el9.x86_64 371/419 Verifying : qemu-kvm-tools-17:10.1.0-21.el9.x86_64 372/419 Verifying : qemu-kvm-ui-egl-headless-17:10.1.0-21.el9.x86_64 373/419 Verifying : qemu-kvm-ui-opengl-17:10.1.0-21.el9.x86_64 374/419 Verifying : qemu-pr-helper-17:10.1.0-21.el9.x86_64 375/419 Verifying : redis-6.2.20-3.el9.x86_64 376/419 Verifying : rhel-system-roles-1.125.2-0.1.el9.noarch 377/419 Verifying : scrub-2.6.1-4.el9.x86_64 378/419 Verifying : seabios-bin-1.16.3-5.el9.noarch 379/419 Verifying : seavgabios-bin-1.16.3-5.el9.noarch 380/419 Verifying : slirp4netns-1.3.3-1.el9.x86_64 381/419 Verifying : socat-1.7.4.1-9.el9.x86_64 382/419 Verifying : source-highlight-3.1.9-12.el9.x86_64 383/419 Verifying : spirv-tools-libs-2026.1-1.el9.x86_64 384/419 Verifying : sshpass-1.09-4.el9.x86_64 385/419 Verifying : sssd-idp-2.9.9-1.el9.x86_64 386/419 Verifying : stratis-cli-3.7.0-1.el9.noarch 387/419 Verifying : stratisd-3.7.3-3.el9.x86_64 388/419 Verifying : stratisd-tools-3.7.3-3.el9.x86_64 389/419 Verifying : swtpm-0.8.0-2.el9.x86_64 390/419 Verifying : swtpm-libs-0.8.0-2.el9.x86_64 391/419 Verifying : swtpm-tools-0.8.0-2.el9.x86_64 392/419 Verifying : systemtap-client-5.5-2.el9.x86_64 393/419 Verifying : systemtap-devel-5.5-2.el9.x86_64 394/419 Verifying : systemtap-runtime-5.5-2.el9.x86_64 395/419 Verifying : tang-14-3.el9.x86_64 396/419 Verifying : target-restore-2.1.76-1.el9.noarch 397/419 Verifying : targetcli-2.1.57-3.el9.noarch 398/419 Verifying : tbb-2020.3-9.el9.x86_64 399/419 Verifying : tcsh-6.22.03-6.el9.x86_64 400/419 Verifying : tlog-14-1.el9.x86_64 401/419 Verifying : tracer-common-1.1-2.el9.noarch 402/419 Verifying : udisks2-iscsi-2.9.4-12.el9.x86_64 403/419 Verifying : udisks2-lvm2-2.9.4-12.el9.x86_64 404/419 Verifying : usbredir-0.13.0-2.el9.x86_64 405/419 Verifying : valgrind-1:3.27.1-1.el9.x86_64 406/419 Verifying : valgrind-docs-1:3.27.1-1.el9.x86_64 407/419 Verifying : valgrind-gdb-1:3.27.1-1.el9.x86_64 408/419 Verifying : valgrind-scripts-1:3.27.1-1.el9.x86_64 409/419 Verifying : virt-install-5.1.0-1.el9.noarch 410/419 Verifying : virt-manager-common-5.1.0-1.el9.noarch 411/419 Verifying : virtiofsd-1.13.3-1.el9.x86_64 412/419 Verifying : webkit2gtk3-jsc-2.52.3-1.el9.x86_64 413/419 Verifying : wireguard-tools-1.0.20210914-4.el9.x86_64 414/419 Verifying : xkeyboard-config-2.33-2.el9.noarch 415/419 Verifying : xorriso-1.5.4-5.el9.x86_64 416/419 Verifying : xz-devel-5.2.5-8.el9.x86_64 417/419 Verifying : yajl-2.1.0-25.el9.x86_64 418/419 Verifying : zlib-devel-1.2.11-41.el9.x86_64 419/419 Installed: PackageKit-1.2.6-2.el9.x86_64 PackageKit-glib-1.2.6-2.el9.x86_64 aardvark-dns-2:1.17.0-1.el9.x86_64 abattis-cantarell-fonts-0.301-4.el9.noarch adcli-0.9.3.1-3.el9.x86_64 adcli-selinux-0.9.3.1-3.el9.noarch adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch ansible-core-1:2.14.18-3.el9.x86_64 augeas-libs-1.14.1-3.el9.x86_64 autofs-1:5.1.7-68.el9.x86_64 bind-libs-32:9.16.23-43.el9.x86_64 bind-license-32:9.16.23-43.el9.noarch bind-utils-32:9.16.23-43.el9.x86_64 bison-3.7.4-5.el9.x86_64 boom-boot-1.6.8-2.el9.noarch boom-boot-conf-1.6.8-2.el9.noarch boost-filesystem-1.75.0-14.el9.x86_64 boost-iostreams-1.75.0-14.el9.x86_64 boost-regex-1.75.0-14.el9.x86_64 boost-system-1.75.0-14.el9.x86_64 boost-thread-1.75.0-14.el9.x86_64 bzip2-1.0.8-11.el9.x86_64 capstone-4.0.2-12.el9.x86_64 certmonger-0.79.21-1.el9.x86_64 clevis-23-1.el9.x86_64 clevis-luks-23-1.el9.x86_64 conmon-3:2.2.1-1.el9.x86_64 container-selinux-4:2.247.0-1.el9.noarch containers-common-5:5.8-1.el9.x86_64 cpp-11.5.0-14.el9.x86_64 criu-3.19-5.el9.x86_64 criu-libs-3.19-5.el9.x86_64 crun-1.27-2.el9.x86_64 cryptsetup-2.8.6-1.el9.x86_64 cyrus-sasl-gssapi-2.1.27-21.el9.x86_64 daxctl-libs-82-1.el9.x86_64 device-mapper-event-9:1.02.207-6.el9.x86_64 device-mapper-event-libs-9:1.02.207-6.el9.x86_64 device-mapper-multipath-0.8.7-46.el9.x86_64 device-mapper-multipath-libs-0.8.7-46.el9.x86_64 device-mapper-persistent-data-1.1.0-1.el9.x86_64 dnf-automatic-4.14.0-36.el9.noarch dnsmasq-2.85-20.el9.x86_64 dyninst-13.0.0-1.el9.x86_64 edk2-ovmf-20241117-8.el9.noarch elfutils-devel-0.195-1.el9.x86_64 elfutils-libelf-devel-0.195-1.el9.x86_64 firewalld-1.3.4-18.el9.noarch firewalld-filesystem-1.3.4-18.el9.noarch flac-libs-1.3.3-12.el9.x86_64 flex-2.6.4-9.el9.x86_64 fstrm-0.6.1-3.el9.x86_64 fuse-common-3.10.2-9.el9.x86_64 fuse-overlayfs-1.16-2.el9.x86_64 fuse3-3.10.2-9.el9.x86_64 fuse3-libs-3.10.2-9.el9.x86_64 gcc-11.5.0-14.el9.x86_64 gdb-16.3-3.el9.x86_64 gdb-headless-16.3-3.el9.x86_64 gdk-pixbuf2-2.42.6-7.el9.x86_64 git-core-2.52.0-1.el9.x86_64 glib-networking-2.68.3-3.el9.x86_64 glibc-all-langpacks-2.34-270.el9.x86_64 glibc-devel-2.34-270.el9.x86_64 glibc-headers-2.34-270.el9.x86_64 gnutls-dane-3.8.10-5.el9.x86_64 gnutls-utils-3.8.10-5.el9.x86_64 gsettings-desktop-schemas-40.0-8.el9.x86_64 gsm-1.0.19-6.el9.x86_64 hdparm-9.62-2.el9.x86_64 http-parser-2.9.4-6.el9.x86_64 ipa-client-4.13.1-3.el9.2.x86_64 ipa-client-common-4.13.1-3.el9.2.noarch ipa-common-4.13.1-3.el9.2.noarch ipa-selinux-4.13.1-3.el9.2.noarch ipset-7.11-11.el9.x86_64 ipset-libs-7.11-11.el9.x86_64 iptables-nft-1.8.10-11.el9.x86_64 ipxe-roms-qemu-20200823-9.git4bd064de.el9.noarch iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9.x86_64 iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3e853.el9.x86_64 isns-utils-libs-0.101-4.el9.x86_64 jose-14-1.el9.x86_64 kernel-devel-5.14.0-710.el9.x86_64 kernel-headers-5.14.0-710.el9.x86_64 kmod-kvdo-8.2.7.4-194.el9.x86_64 kpatch-0.9.7-3.el9.noarch kpatch-dnf-0.9.7_0.5-3.el9.noarch krb5-pkinit-1.21.1-10.el9.x86_64 krb5-workstation-1.21.1-10.el9.x86_64 libX11-1.8.12-1.el9.x86_64 libX11-common-1.8.12-1.el9.noarch libX11-xcb-1.8.12-1.el9.x86_64 libXau-1.0.9-8.el9.x86_64 libXext-1.3.4-8.el9.x86_64 libXxf86vm-1.1.4-18.el9.x86_64 libaio-0.3.111-13.el9.x86_64 libappstream-glib-0.7.18-5.el9.x86_64 libasyncns-0.8-22.el9.x86_64 libbabeltrace-1.5.8-10.el9.x86_64 libblkio-1.5.0-1.el9.x86_64 libblockdev-lvm-2.28-16.el9.x86_64 libburn-1.5.4-5.el9.x86_64 libcap-ng-python3-0.8.2-7.el9.x86_64 libdnf-plugin-subscription-manager-1.29.52-1.el9.x86_64 libepoxy-1.5.5-4.el9.x86_64 libfdt-1.6.0-7.el9.x86_64 libglvnd-1:1.3.4-1.el9.x86_64 libglvnd-egl-1:1.3.4-1.el9.x86_64 libglvnd-glx-1:1.3.4-1.el9.x86_64 libipa_hbac-2.9.9-1.el9.x86_64 libipt-2.0.4-3.el9.x86_64 libisoburn-1.5.4-5.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libjose-14-1.el9.x86_64 libjpeg-turbo-2.0.90-7.el9.x86_64 libkadm5-1.21.1-10.el9.x86_64 libluksmeta-10-1.el9.x86_64 libmpc-1.2.1-4.el9.x86_64 libnbd-1.20.3-4.el9.x86_64 libnet-1.2-7.el9.x86_64 libnftnl-1.2.6-4.el9.x86_64 libnvme-1.16.1-3.el9.x86_64 libogg-2:1.3.4-6.el9.x86_64 libosinfo-1.10.0-1.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libpmem-1.12.1-1.el9.x86_64 libpng-2:1.6.37-17.el9.x86_64 libproxy-0.4.15-35.el9.x86_64 libproxy-webkitgtk4-0.4.15-35.el9.x86_64 librados2-2:16.2.4-5.el9.x86_64 librbd1-2:16.2.4-5.el9.x86_64 librdmacm-61.0-2.el9.x86_64 libslirp-4.4.0-8.el9.x86_64 libsmbclient-4.23.5-8.el9.x86_64 libsndfile-1.0.31-10.el9.x86_64 libsoup-2.72.0-17.el9.x86_64 libsss_autofs-2.9.9-1.el9.x86_64 libstemmer-0-18.585svn.el9.x86_64 libtpms-0.9.6-11.el9.x86_64 libtraceevent-1.8.4-2.el9.x86_64 libuv-1:1.42.0-2.el9.x86_64 libvirt-client-11.10.0-13.el9.x86_64 libvirt-daemon-11.10.0-13.el9.x86_64 libvirt-daemon-common-11.10.0-13.el9.x86_64 libvirt-daemon-config-network-11.10.0-13.el9.x86_64 libvirt-daemon-driver-interface-11.10.0-13.el9.x86_64 libvirt-daemon-driver-network-11.10.0-13.el9.x86_64 libvirt-daemon-driver-nodedev-11.10.0-13.el9.x86_64 libvirt-daemon-driver-nwfilter-11.10.0-13.el9.x86_64 libvirt-daemon-driver-qemu-11.10.0-13.el9.x86_64 libvirt-daemon-driver-secret-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-core-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-disk-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-iscsi-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-logical-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-mpath-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-rbd-11.10.0-13.el9.x86_64 libvirt-daemon-driver-storage-scsi-11.10.0-13.el9.x86_64 libvirt-daemon-kvm-11.10.0-13.el9.x86_64 libvirt-daemon-lock-11.10.0-13.el9.x86_64 libvirt-daemon-log-11.10.0-13.el9.x86_64 libvirt-daemon-plugin-lockd-11.10.0-13.el9.x86_64 libvirt-daemon-proxy-11.10.0-13.el9.x86_64 libvirt-dbus-1.4.1-6.el9.x86_64 libvirt-glib-4.0.0-3.el9.x86_64 libvirt-libs-11.10.0-13.el9.x86_64 libvirt-ssh-proxy-11.10.0-13.el9.x86_64 libvorbis-1:1.3.7-5.el9.x86_64 libwayland-client-1.21.0-1.el9.x86_64 libxcb-1.13.1-9.el9.x86_64 libxcrypt-devel-4.4.18-3.el9.x86_64 libxkbcommon-1.0.3-4.el9.x86_64 libxshmfence-1.3-10.el9.x86_64 libxslt-1.1.34-16.el9.x86_64 libzstd-devel-1.5.5-1.el9.x86_64 llvm-filesystem-22.1.3-1.el9.x86_64 llvm-libs-22.1.3-1.el9.x86_64 ltrace-0.7.91-43.el9.x86_64 luksmeta-10-1.el9.x86_64 lvm2-9:2.03.33-6.el9.x86_64 lvm2-libs-9:2.03.33-6.el9.x86_64 lzop-1.04-8.el9.x86_64 m4-1.4.19-1.el9.x86_64 make-1:4.3-8.el9.x86_64 mdevctl-1.3.0-1.el9.x86_64 mesa-dri-drivers-25.2.7-4.el9.x86_64 mesa-filesystem-25.2.7-4.el9.x86_64 mesa-libEGL-25.2.7-4.el9.x86_64 mesa-libGL-25.2.7-4.el9.x86_64 mesa-libgbm-25.2.7-4.el9.x86_64 nbdkit-1.38.5-12.el9.x86_64 nbdkit-basic-filters-1.38.5-12.el9.x86_64 nbdkit-basic-plugins-1.38.5-12.el9.x86_64 nbdkit-curl-plugin-1.38.5-12.el9.x86_64 nbdkit-selinux-1.38.5-12.el9.noarch nbdkit-server-1.38.5-12.el9.x86_64 nbdkit-ssh-plugin-1.38.5-12.el9.x86_64 ndctl-libs-82-1.el9.x86_64 netavark-2:1.17.2-1.el9.x86_64 nftables-1:1.0.9-7.el9.x86_64 nmap-ncat-3:7.92-5.el9.x86_64 nss-tools-3.124.0-1.el9.x86_64 numad-0.5-37.20150602git.el9.x86_64 openssl-devel-1:3.5.5-3.el9.x86_64 opus-1.3.1-10.el9.x86_64 osinfo-db-20250606-2.el9.noarch osinfo-db-tools-1.10.0-1.el9.x86_64 passt-0^20251210.gd04c480-3.el9.x86_64 passt-selinux-0^20251210.gd04c480-3.el9.noarch pcp-6.3.7-9.el9.x86_64 pcp-conf-6.3.7-9.el9.x86_64 pcp-libs-6.3.7-9.el9.x86_64 pcp-selinux-6.3.7-9.el9.x86_64 perl-AutoLoader-5.74-483.el9.noarch perl-B-1.80-483.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-483.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-483.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-483.el9.x86_64 perl-File-Basename-2.85-483.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-483.el9.noarch perl-FileHandle-2.03-483.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-483.el9.noarch perl-HTTP-Tiny-0.076-462.el9.noarch perl-IO-1.43-483.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-2.el9.noarch perl-IPC-Open3-1.21-483.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-483.el9.x86_64 perl-Net-SSLeay-1.94-4.el9.x86_64 perl-POSIX-1.94-483.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 perl-SelectSaver-1.02-483.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-483.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-483.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-483.el9.noarch perl-interpreter-4:5.32.1-483.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-483.el9.x86_64 perl-mro-1.23-483.el9.x86_64 perl-overload-1.31-483.el9.noarch perl-overloading-0.02-483.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-483.el9.noarch perl-vars-1.05-483.el9.noarch pixman-0.40.0-6.el9.x86_64 pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 podman-6:5.8.2-1.el9.x86_64 pulseaudio-libs-15.0-3.el9.x86_64 python3-argcomplete-1.12.0-5.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-boom-1.6.8-2.el9.noarch python3-cffi-1.14.5-5.el9.x86_64 python3-cloud-what-1.29.52-1.el9.x86_64 python3-configshell-1:1.1.30-1.el9.noarch python3-cryptography-36.0.1-5.el9.x86_64 python3-dbus-client-gen-0.5.1-1.el9.noarch python3-dbus-python-client-gen-0.8.3-1.el9.noarch python3-dbus-signature-pyparsing-0.4.1-1.el9.noarch python3-decorator-4.4.2-6.el9.noarch python3-dns-2.6.1-3.el9.noarch python3-firewall-1.3.4-18.el9.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-iniparse-0.4-45.el9.noarch python3-inotify-0.9.6-25.el9.noarch python3-into-dbus-python-0.8.2-1.el9.noarch python3-ipaclient-4.13.1-3.el9.2.noarch python3-ipalib-4.13.1-3.el9.2.noarch python3-justbases-0.15.2-1.el9.noarch python3-justbytes-0.15.2-1.el9.noarch python3-jwcrypto-1.5.6-3.el9.noarch python3-kmod-0.9-32.el9.x86_64 python3-ldap-3.4.5-1.el9.x86_64 python3-libipa_hbac-2.9.9-1.el9.x86_64 python3-librepo-1.19.0-1.el9.x86_64 python3-libvirt-11.10.0-2.el9.x86_64 python3-linux-procfs-0.7.4-2.el9.noarch python3-netaddr-0.10.1-3.el9.noarch python3-nftables-1:1.0.9-7.el9.x86_64 python3-packaging-20.9-5.el9.noarch python3-pcp-6.3.7-9.el9.x86_64 python3-perf-5.14.0-710.el9.x86_64 python3-ply-3.11-14.el9.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyasn1-0.6.3-1.el9.noarch python3-pyasn1-modules-0.6.3-1.el9.noarch python3-pycparser-2.20-6.el9.noarch python3-pyparsing-2.4.7-9.el9.noarch python3-pyudev-0.22.0-6.el9.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-8.0-2.el9.noarch python3-resolvelib-0.5.4-5.el9.noarch python3-rtslib-2.1.76-1.el9.noarch python3-sss-2.9.9-1.el9.x86_64 python3-sss-murmur-2.9.9-1.el9.x86_64 python3-sssdconfig-2.9.9-1.el9.noarch python3-subscription-manager-rhsm-1.29.52-1.el9.x86_64 python3-tracer-1.1-2.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 python3-wcwidth-0.2.5-8.el9.noarch python3-yubico-1.3.3-7.el9.noarch qemu-img-17:10.1.0-21.el9.x86_64 qemu-kvm-17:10.1.0-21.el9.x86_64 qemu-kvm-audio-pa-17:10.1.0-21.el9.x86_64 qemu-kvm-block-blkio-17:10.1.0-21.el9.x86_64 qemu-kvm-block-curl-17:10.1.0-21.el9.x86_64 qemu-kvm-block-rbd-17:10.1.0-21.el9.x86_64 qemu-kvm-common-17:10.1.0-21.el9.x86_64 qemu-kvm-core-17:10.1.0-21.el9.x86_64 qemu-kvm-device-display-virtio-gpu-17:10.1.0-21.el9.x86_64 qemu-kvm-device-display-virtio-gpu-pci-17:10.1.0-21.el9.x86_64 qemu-kvm-device-display-virtio-vga-17:10.1.0-21.el9.x86_64 qemu-kvm-device-usb-host-17:10.1.0-21.el9.x86_64 qemu-kvm-device-usb-redirect-17:10.1.0-21.el9.x86_64 qemu-kvm-docs-17:10.1.0-21.el9.x86_64 qemu-kvm-tools-17:10.1.0-21.el9.x86_64 qemu-kvm-ui-egl-headless-17:10.1.0-21.el9.x86_64 qemu-kvm-ui-opengl-17:10.1.0-21.el9.x86_64 qemu-pr-helper-17:10.1.0-21.el9.x86_64 realmd-0.17.1-2.el9.x86_64 redis-6.2.20-3.el9.x86_64 rhel-system-roles-1.125.2-0.1.el9.noarch scrub-2.6.1-4.el9.x86_64 seabios-bin-1.16.3-5.el9.noarch seavgabios-bin-1.16.3-5.el9.noarch shadow-utils-subid-2:4.9-17.el9.x86_64 slirp4netns-1.3.3-1.el9.x86_64 socat-1.7.4.1-9.el9.x86_64 source-highlight-3.1.9-12.el9.x86_64 spirv-tools-libs-2026.1-1.el9.x86_64 sshpass-1.09-4.el9.x86_64 sssd-2.9.9-1.el9.x86_64 sssd-ad-2.9.9-1.el9.x86_64 sssd-common-pac-2.9.9-1.el9.x86_64 sssd-dbus-2.9.9-1.el9.x86_64 sssd-idp-2.9.9-1.el9.x86_64 sssd-ipa-2.9.9-1.el9.x86_64 sssd-krb5-2.9.9-1.el9.x86_64 sssd-krb5-common-2.9.9-1.el9.x86_64 sssd-ldap-2.9.9-1.el9.x86_64 sssd-passkey-2.9.9-1.el9.x86_64 sssd-proxy-2.9.9-1.el9.x86_64 sssd-tools-2.9.9-1.el9.x86_64 strace-6.12-1.el9.x86_64 stratis-cli-3.7.0-1.el9.noarch stratisd-3.7.3-3.el9.x86_64 stratisd-tools-3.7.3-3.el9.x86_64 subscription-manager-1.29.52-1.el9.x86_64 subscription-manager-rhsm-certificates-20220623-1.el9.noarch swtpm-0.8.0-2.el9.x86_64 swtpm-libs-0.8.0-2.el9.x86_64 swtpm-tools-0.8.0-2.el9.x86_64 systemd-container-252-70.el9.x86_64 systemd-resolved-252-70.el9.x86_64 systemtap-client-5.5-2.el9.x86_64 systemtap-devel-5.5-2.el9.x86_64 systemtap-runtime-5.5-2.el9.x86_64 tang-14-3.el9.x86_64 target-restore-2.1.76-1.el9.noarch targetcli-2.1.57-3.el9.noarch tbb-2020.3-9.el9.x86_64 tcsh-6.22.03-6.el9.x86_64 tlog-14-1.el9.x86_64 tpm2-tools-5.2-7.el9.x86_64 tracer-common-1.1-2.el9.noarch tuned-2.27.0-1.el9.noarch udisks2-iscsi-2.9.4-12.el9.x86_64 udisks2-lvm2-2.9.4-12.el9.x86_64 unbound-libs-1.24.2-2.el9.x86_64 unzip-6.0-59.el9.x86_64 usbredir-0.13.0-2.el9.x86_64 usermode-1.114-7.el9.x86_64 valgrind-1:3.27.1-1.el9.x86_64 valgrind-docs-1:3.27.1-1.el9.x86_64 valgrind-gdb-1:3.27.1-1.el9.x86_64 valgrind-scripts-1:3.27.1-1.el9.x86_64 vdo-8.2.2.2-1.el9.x86_64 virt-install-5.1.0-1.el9.noarch virt-manager-common-5.1.0-1.el9.noarch virt-what-1.27-2.el9.x86_64 virtiofsd-1.13.3-1.el9.x86_64 webkit2gtk3-jsc-2.52.3-1.el9.x86_64 wireguard-tools-1.0.20210914-4.el9.x86_64 xkeyboard-config-2.33-2.el9.noarch xorriso-1.5.4-5.el9.x86_64 xz-devel-5.2.5-8.el9.x86_64 yajl-2.1.0-25.el9.x86_64 zip-3.0-35.el9.x86_64 zlib-devel-1.2.11-41.el9.x86_64 zstd-1.5.5-1.el9.x86_64 Complete! + mkdir -p /var/lib/package-sets/clevis + dnf download --downloaddir=/var/lib/package-sets/clevis clevis-systemd clevis-dracut Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:04:29 ago on Wed 10 Jun 2026 08:05:58 PM EDT. (1/2): clevis-systemd-23-1.el9.x86_64.rpm 68 kB/s | 10 kB 00:00 (2/2): clevis-dracut-23-1.el9.x86_64.rpm 81 kB/s | 14 kB 00:00 + mkdir -p /var/lib/package-sets/stratis + dnf download --downloaddir=/var/lib/package-sets/stratis stratisd Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:04:31 ago on Wed 10 Jun 2026 08:05:58 PM EDT. stratisd-3.7.3-3.el9.x86_64.rpm 14 MB/s | 3.5 MB 00:00 + rpm -q cloud-init cloud-init-24.4-8.el9.noarch + dnf remove -y cloud-init Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: cloud-init noarch 24.4-8.el9 @koji-override-0 4.4 M Removing unused dependencies: python3-configobj noarch 5.0.6-25.el9 @koji-override-0 341 k python3-jsonpatch noarch 1.21-16.el9 @koji-override-0 55 k python3-jsonpointer noarch 2.0-4.el9 @koji-override-0 34 k python3-oauthlib noarch 3.1.1-5.el9 @koji-override-0 888 k python3-prettytable noarch 0.7.2-27.el9 @koji-override-0 166 k python3-pyserial noarch 3.4-12.el9 @koji-override-0 665 k Transaction Summary ================================================================================ Remove 7 Packages Freed space: 6.5 M Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: cloud-init-24.4-8.el9.noarch 1/7 Erasing : cloud-init-24.4-8.el9.noarch 1/7 Running scriptlet: cloud-init-24.4-8.el9.noarch 1/7 /etc/ssh/sshd_config.d/50-cloud-init.conf not removed Erasing : python3-jsonpatch-1.21-16.el9.noarch 2/7 Erasing : python3-jsonpointer-2.0-4.el9.noarch 3/7 Erasing : python3-configobj-5.0.6-25.el9.noarch 4/7 Erasing : python3-oauthlib-3.1.1-5.el9.noarch 5/7 Erasing : python3-prettytable-0.7.2-27.el9.noarch 6/7 Erasing : python3-pyserial-3.4-12.el9.noarch 7/7 Verifying : cloud-init-24.4-8.el9.noarch 1/7 Verifying : python3-configobj-5.0.6-25.el9.noarch 2/7 Verifying : python3-jsonpatch-1.21-16.el9.noarch 3/7 Verifying : python3-jsonpointer-2.0-4.el9.noarch 4/7 Verifying : python3-oauthlib-3.1.1-5.el9.noarch 5/7 Verifying : python3-prettytable-0.7.2-27.el9.noarch 6/7 Verifying : python3-pyserial-3.4-12.el9.noarch 7/7 Installed products updated. Removed: cloud-init-24.4-8.el9.noarch python3-configobj-5.0.6-25.el9.noarch python3-jsonpatch-1.21-16.el9.noarch python3-jsonpointer-2.0-4.el9.noarch python3-oauthlib-3.1.1-5.el9.noarch python3-prettytable-0.7.2-27.el9.noarch python3-pyserial-3.4-12.el9.noarch Complete! + '[' -x /usr/bin/insights-client ']' + dnf --setopt=install_weak_deps=False install -y cockpit Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:04:34 ago on Wed 10 Jun 2026 08:05:58 PM EDT. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: cockpit x86_64 363.2-1.el9 baseos 33 k Transaction Summary ================================================================================ Install 1 Package Total download size: 33 k Installed size: 36 k Downloading Packages: cockpit-363.2-1.el9.x86_64.rpm 167 kB/s | 33 kB 00:00 -------------------------------------------------------------------------------- Total 67 kB/s | 33 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : cockpit-363.2-1.el9.x86_64 1/1 Verifying : cockpit-363.2-1.el9.x86_64 1/1 Installed products updated. Installed: cockpit-363.2-1.el9.x86_64 Complete! + '[' centos-9-stream '!=' centos-9-stream ']' + '[' 1 -eq 1 ']' ++ cut -d - -f 2 + major=9 ++ cut -d - -f 3 + minor=stream + dnf install -y rpm-build Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:04:36 ago on Wed 10 Jun 2026 08:05:58 PM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: rpm-build x86_64 4.16.1.3-40.el9 appstream 66 k Installing dependencies: annobin x86_64 13.14-1.el9 appstream 785 k debugedit x86_64 5.0-11.el9 appstream 77 k dwz x86_64 0.16-1.el9 appstream 134 k ed x86_64 1.14.2-12.el9 baseos 75 k efi-srpm-macros noarch 6-4.el9 appstream 21 k elfutils x86_64 0.195-1.el9 baseos 607 k fonts-srpm-macros noarch 1:2.0.5-7.el9.1 appstream 28 k gcc-plugin-annobin x86_64 11.5.0-14.el9 appstream 37 k ghc-srpm-macros noarch 1.5.0-6.el9 appstream 8.8 k go-srpm-macros noarch 3.8.1-1.el9 appstream 27 k info x86_64 6.7-15.el9 baseos 225 k kernel-srpm-macros noarch 1.0-14.el9 appstream 14 k lua-srpm-macros noarch 1-6.el9 appstream 9.5 k ocaml-srpm-macros noarch 6-6.el9 appstream 8.8 k openblas-srpm-macros noarch 2-11.el9 appstream 8.4 k patch x86_64 2.7.6-16.el9 appstream 128 k perl-srpm-macros noarch 1-41.el9 appstream 9.1 k pyproject-srpm-macros noarch 1.18.5-1.el9 appstream 12 k python-srpm-macros noarch 3.9-54.el9 appstream 18 k qt5-srpm-macros noarch 5.15.9-1.el9 appstream 8.8 k redhat-rpm-config noarch 210-1.el9 appstream 70 k rust-srpm-macros noarch 17-4.el9 appstream 10 k Transaction Summary ================================================================================ Install 23 Packages Total download size: 2.3 M Installed size: 6.1 M Downloading Packages: (1/23): ed-1.14.2-12.el9.x86_64.rpm 879 kB/s | 75 kB 00:00 (2/23): info-6.7-15.el9.x86_64.rpm 2.2 MB/s | 225 kB 00:00 (3/23): elfutils-0.195-1.el9.x86_64.rpm 4.7 MB/s | 607 kB 00:00 (4/23): debugedit-5.0-11.el9.x86_64.rpm 81 kB/s | 77 kB 00:00 (5/23): dwz-0.16-1.el9.x86_64.rpm 128 kB/s | 134 kB 00:01 (6/23): annobin-13.14-1.el9.x86_64.rpm 477 kB/s | 785 kB 00:01 (7/23): efi-srpm-macros-6-4.el9.noarch.rpm 28 kB/s | 21 kB 00:00 (8/23): fonts-srpm-macros-2.0.5-7.el9.1.noarch. 35 kB/s | 28 kB 00:00 (9/23): ghc-srpm-macros-1.5.0-6.el9.noarch.rpm 13 kB/s | 8.8 kB 00:00 (10/23): gcc-plugin-annobin-11.5.0-14.el9.x86_6 40 kB/s | 37 kB 00:00 (11/23): go-srpm-macros-3.8.1-1.el9.noarch.rpm 34 kB/s | 27 kB 00:00 (12/23): kernel-srpm-macros-1.0-14.el9.noarch.r 20 kB/s | 14 kB 00:00 (13/23): lua-srpm-macros-1-6.el9.noarch.rpm 14 kB/s | 9.5 kB 00:00 (14/23): openblas-srpm-macros-2-11.el9.noarch.r 13 kB/s | 8.4 kB 00:00 (15/23): ocaml-srpm-macros-6-6.el9.noarch.rpm 7.8 kB/s | 8.8 kB 00:01 (16/23): patch-2.7.6-16.el9.x86_64.rpm 115 kB/s | 128 kB 00:01 (17/23): pyproject-srpm-macros-1.18.5-1.el9.noa 18 kB/s | 12 kB 00:00 (18/23): perl-srpm-macros-1-41.el9.noarch.rpm 12 kB/s | 9.1 kB 00:00 (19/23): python-srpm-macros-3.9-54.el9.noarch.r 25 kB/s | 18 kB 00:00 (20/23): qt5-srpm-macros-5.15.9-1.el9.noarch.rp 13 kB/s | 8.8 kB 00:00 (21/23): redhat-rpm-config-210-1.el9.noarch.rpm 50 kB/s | 70 kB 00:01 (22/23): rpm-build-4.16.1.3-40.el9.x86_64.rpm 66 kB/s | 66 kB 00:01 (23/23): rust-srpm-macros-17-4.el9.noarch.rpm 10 kB/s | 10 kB 00:01 -------------------------------------------------------------------------------- Total 371 kB/s | 2.3 MB 00:06 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : dwz-0.16-1.el9.x86_64 1/23 Installing : elfutils-0.195-1.el9.x86_64 2/23 Installing : debugedit-5.0-11.el9.x86_64 3/23 Installing : rust-srpm-macros-17-4.el9.noarch 4/23 Installing : qt5-srpm-macros-5.15.9-1.el9.noarch 5/23 Installing : perl-srpm-macros-1-41.el9.noarch 6/23 Installing : openblas-srpm-macros-2-11.el9.noarch 7/23 Installing : ocaml-srpm-macros-6-6.el9.noarch 8/23 Installing : lua-srpm-macros-1-6.el9.noarch 9/23 Installing : kernel-srpm-macros-1.0-14.el9.noarch 10/23 Installing : ghc-srpm-macros-1.5.0-6.el9.noarch 11/23 Installing : gcc-plugin-annobin-11.5.0-14.el9.x86_64 12/23 Installing : efi-srpm-macros-6-4.el9.noarch 13/23 Installing : annobin-13.14-1.el9.x86_64 14/23 Installing : info-6.7-15.el9.x86_64 15/23 Installing : ed-1.14.2-12.el9.x86_64 16/23 Installing : patch-2.7.6-16.el9.x86_64 17/23 Installing : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 18/23 Installing : go-srpm-macros-3.8.1-1.el9.noarch 19/23 Installing : python-srpm-macros-3.9-54.el9.noarch 20/23 Installing : redhat-rpm-config-210-1.el9.noarch 21/23 Running scriptlet: redhat-rpm-config-210-1.el9.noarch 21/23 Installing : rpm-build-4.16.1.3-40.el9.x86_64 22/23 Installing : pyproject-srpm-macros-1.18.5-1.el9.noarch 23/23 Running scriptlet: pyproject-srpm-macros-1.18.5-1.el9.noarch 23/23 Verifying : ed-1.14.2-12.el9.x86_64 1/23 Verifying : elfutils-0.195-1.el9.x86_64 2/23 Verifying : info-6.7-15.el9.x86_64 3/23 Verifying : annobin-13.14-1.el9.x86_64 4/23 Verifying : debugedit-5.0-11.el9.x86_64 5/23 Verifying : dwz-0.16-1.el9.x86_64 6/23 Verifying : efi-srpm-macros-6-4.el9.noarch 7/23 Verifying : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 8/23 Verifying : gcc-plugin-annobin-11.5.0-14.el9.x86_64 9/23 Verifying : ghc-srpm-macros-1.5.0-6.el9.noarch 10/23 Verifying : go-srpm-macros-3.8.1-1.el9.noarch 11/23 Verifying : kernel-srpm-macros-1.0-14.el9.noarch 12/23 Verifying : lua-srpm-macros-1-6.el9.noarch 13/23 Verifying : ocaml-srpm-macros-6-6.el9.noarch 14/23 Verifying : openblas-srpm-macros-2-11.el9.noarch 15/23 Verifying : patch-2.7.6-16.el9.x86_64 16/23 Verifying : perl-srpm-macros-1-41.el9.noarch 17/23 Verifying : pyproject-srpm-macros-1.18.5-1.el9.noarch 18/23 Verifying : python-srpm-macros-3.9-54.el9.noarch 19/23 Verifying : qt5-srpm-macros-5.15.9-1.el9.noarch 20/23 Verifying : redhat-rpm-config-210-1.el9.noarch 21/23 Verifying : rpm-build-4.16.1.3-40.el9.x86_64 22/23 Verifying : rust-srpm-macros-17-4.el9.noarch 23/23 Installed products updated. Installed: annobin-13.14-1.el9.x86_64 debugedit-5.0-11.el9.x86_64 dwz-0.16-1.el9.x86_64 ed-1.14.2-12.el9.x86_64 efi-srpm-macros-6-4.el9.noarch elfutils-0.195-1.el9.x86_64 fonts-srpm-macros-1:2.0.5-7.el9.1.noarch gcc-plugin-annobin-11.5.0-14.el9.x86_64 ghc-srpm-macros-1.5.0-6.el9.noarch go-srpm-macros-3.8.1-1.el9.noarch info-6.7-15.el9.x86_64 kernel-srpm-macros-1.0-14.el9.noarch lua-srpm-macros-1-6.el9.noarch ocaml-srpm-macros-6-6.el9.noarch openblas-srpm-macros-2-11.el9.noarch patch-2.7.6-16.el9.x86_64 perl-srpm-macros-1-41.el9.noarch pyproject-srpm-macros-1.18.5-1.el9.noarch python-srpm-macros-3.9-54.el9.noarch qt5-srpm-macros-5.15.9-1.el9.noarch redhat-rpm-config-210-1.el9.noarch rpm-build-4.16.1.3-40.el9.x86_64 rust-srpm-macros-17-4.el9.noarch Complete! + dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:04:45 ago on Wed 10 Jun 2026 08:05:58 PM EDT. epel-release-latest-9.noarch.rpm 827 kB/s | 19 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 9-10.el9 @commandline 19 k Transaction Summary ================================================================================ Install 1 Package Total size: 19 k Installed size: 26 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-9-10.el9.noarch 1/1 Running scriptlet: epel-release-9-10.el9.noarch 1/1 Many EPEL packages require the CodeReady Builder (CRB) repository. It is recommended that you run /usr/bin/crb enable to enable the CRB repository. Verifying : epel-release-9-10.el9.noarch 1/1 Installed products updated. Installed: epel-release-9-10.el9.noarch Complete! + dnf install -y mock Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Extra Packages for Enterprise Linux 9 - x86_64 6.5 MB/s | 21 MB 00:03 Extra Packages for Enterprise Linux 9 openh264 28 kB/s | 2.5 kB 00:00 Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: mock noarch 6.7-1.el9 epel 242 k Installing dependencies: containers-common-extra x86_64 5:5.8-1.el9 appstream 5.2 k createrepo_c x86_64 0.20.1-4.el9 appstream 74 k createrepo_c-libs x86_64 0.20.1-4.el9 appstream 98 k distribution-gpg-keys noarch 1.119-1.el9 epel 741 k mock-core-configs noarch 44.2-1.el9 epel 110 k mock-filesystem noarch 6.7-1.el9 epel 21 k python3-backoff noarch 2.2.1-1.el9 epel 31 k python3-pyroute2 noarch 0.5.14-3.el9 epel 618 k python3-templated-dictionary noarch 1.5-1.el9 epel 19 k Installing weak dependencies: btrfs-progs x86_64 6.12-3.el9 epel 1.2 M buildah x86_64 2:1.43.1-1.el9 appstream 11 M skopeo x86_64 2:1.22.2-2.el9 appstream 8.2 M Transaction Summary ================================================================================ Install 13 Packages Total download size: 22 M Installed size: 75 M Downloading Packages: (1/13): containers-common-extra-5.8-1.el9.x86_6 12 kB/s | 5.2 kB 00:00 (2/13): createrepo_c-0.20.1-4.el9.x86_64.rpm 123 kB/s | 74 kB 00:00 (3/13): createrepo_c-libs-0.20.1-4.el9.x86_64.r 269 kB/s | 98 kB 00:00 (4/13): btrfs-progs-6.12-3.el9.x86_64.rpm 9.8 MB/s | 1.2 MB 00:00 (5/13): distribution-gpg-keys-1.119-1.el9.noarc 19 MB/s | 741 kB 00:00 (6/13): mock-6.7-1.el9.noarch.rpm 6.6 MB/s | 242 kB 00:00 (7/13): mock-core-configs-44.2-1.el9.noarch.rpm 882 kB/s | 110 kB 00:00 (8/13): mock-filesystem-6.7-1.el9.noarch.rpm 599 kB/s | 21 kB 00:00 (9/13): python3-backoff-2.2.1-1.el9.noarch.rpm 968 kB/s | 31 kB 00:00 (10/13): python3-pyroute2-0.5.14-3.el9.noarch.r 17 MB/s | 618 kB 00:00 (11/13): python3-templated-dictionary-1.5-1.el9 572 kB/s | 19 kB 00:00 (12/13): buildah-1.43.1-1.el9.x86_64.rpm 4.1 MB/s | 11 MB 00:02 (13/13): skopeo-1.22.2-2.el9.x86_64.rpm 2.9 MB/s | 8.2 MB 00:02 -------------------------------------------------------------------------------- Total 5.7 MB/s | 22 MB 00:03 Extra Packages for Enterprise Linux 9 - x86_64 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x3228467C: Userid : "Fedora (epel9) " Fingerprint: FF8A D134 4597 106E CE81 3B91 8A38 72BF 3228 467C From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-9 Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: mock-filesystem-6.7-1.el9.noarch 1/13 Installing : mock-filesystem-6.7-1.el9.noarch 1/13 Installing : python3-templated-dictionary-1.5-1.el9.noarch 2/13 Installing : python3-pyroute2-0.5.14-3.el9.noarch 3/13 Installing : python3-backoff-2.2.1-1.el9.noarch 4/13 Installing : distribution-gpg-keys-1.119-1.el9.noarch 5/13 Installing : btrfs-progs-6.12-3.el9.x86_64 6/13 Installing : skopeo-2:1.22.2-2.el9.x86_64 7/13 Installing : createrepo_c-libs-0.20.1-4.el9.x86_64 8/13 Installing : createrepo_c-0.20.1-4.el9.x86_64 9/13 Installing : containers-common-extra-5:5.8-1.el9.x86_64 10/13 Installing : buildah-2:1.43.1-1.el9.x86_64 11/13 Installing : mock-core-configs-44.2-1.el9.noarch 12/13 Running scriptlet: mock-core-configs-44.2-1.el9.noarch 12/13 Installing : mock-6.7-1.el9.noarch 13/13 Running scriptlet: mock-6.7-1.el9.noarch 13/13 Verifying : buildah-2:1.43.1-1.el9.x86_64 1/13 Verifying : containers-common-extra-5:5.8-1.el9.x86_64 2/13 Verifying : createrepo_c-0.20.1-4.el9.x86_64 3/13 Verifying : createrepo_c-libs-0.20.1-4.el9.x86_64 4/13 Verifying : skopeo-2:1.22.2-2.el9.x86_64 5/13 Verifying : btrfs-progs-6.12-3.el9.x86_64 6/13 Verifying : distribution-gpg-keys-1.119-1.el9.noarch 7/13 Verifying : mock-6.7-1.el9.noarch 8/13 Verifying : mock-core-configs-44.2-1.el9.noarch 9/13 Verifying : mock-filesystem-6.7-1.el9.noarch 10/13 Verifying : python3-backoff-2.2.1-1.el9.noarch 11/13 Verifying : python3-pyroute2-0.5.14-3.el9.noarch 12/13 Verifying : python3-templated-dictionary-1.5-1.el9.noarch 13/13 Installed products updated. Installed: btrfs-progs-6.12-3.el9.x86_64 buildah-2:1.43.1-1.el9.x86_64 containers-common-extra-5:5.8-1.el9.x86_64 createrepo_c-0.20.1-4.el9.x86_64 createrepo_c-libs-0.20.1-4.el9.x86_64 distribution-gpg-keys-1.119-1.el9.noarch mock-6.7-1.el9.noarch mock-core-configs-44.2-1.el9.noarch mock-filesystem-6.7-1.el9.noarch python3-backoff-2.2.1-1.el9.noarch python3-pyroute2-0.5.14-3.el9.noarch python3-templated-dictionary-1.5-1.el9.noarch skopeo-2:1.22.2-2.el9.x86_64 Complete! + dnf config-manager --set-disabled epel Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. + '[' centos-9-stream '!=' centos-9-stream ']' + '[' 9-stream '!=' centos-9-stream ']' + ln -sf centos-stream-9-x86_64.cfg /etc/mock/default.cfg + useradd -c Builder -G mock builder ++ cut -d - -f 1 + opsys=centos ++ cut -d - -f 2 + version=9 ++ /var/lib/testvm/build-deps.sh 'centos 9' warning: Macro expanded in comment on line 16: %{version}. warning: Macro expanded in comment on line 19: %{centos} explicitly + su builder -c '/usr/bin/mock --verbose --no-bootstrap-image -i "autoconf" "automake" "gcc" "gdb" "gettext >= 0.21" "glib-networking" "glib2-devel >= 2.68.0" "gnutls-devel >= 3.4.3" "krb5-devel >= 1.11" "krb5-server" "make" "openssh-clients" "openssl-devel" "pam-devel" "pkgconfig(gio-unix-2.0)" "pkgconfig(json-glib-1.0)" "pkgconfig(polkit-agent-1) >= 0.105" "python3-devel" "python3-pip" "sed" "selinux-policy" "selinux-policy-devel" "systemd-devel >= 235" "zlib-devel" libappstream-glib rpmlint gettext desktop-file-utils' INFO: mock.py version 6.7 starting (python version = 3.9.25, NVR = mock-6.7-1.el9), args: /usr/libexec/mock/mock --verbose --no-bootstrap-image -i autoconf automake gcc gdb 'gettext >= 0.21' glib-networking 'glib2-devel >= 2.68.0' 'gnutls-devel >= 3.4.3' 'krb5-devel >= 1.11' krb5-server make openssh-clients openssl-devel pam-devel 'pkgconfig(gio-unix-2.0)' 'pkgconfig(json-glib-1.0)' 'pkgconfig(polkit-agent-1) >= 0.105' python3-devel python3-pip sed selinux-policy selinux-policy-devel 'systemd-devel >= 235' zlib-devel libappstream-glib rpmlint gettext desktop-file-utils Start(bootstrap): init plugins DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64-bootstrap/yum_cache DEBUG: created dir: /var/cache/mock/centos-stream-9-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64-bootstrap/dnf_cache DEBUG: created dir: /var/cache/mock/centos-stream-9-x86_64-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64/yum_cache DEBUG: created dir: /var/cache/mock/centos-stream-9-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64/dnf_cache DEBUG: created dir: /var/cache/mock/centos-stream-9-x86_64/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/chroot-aliases.cfg', '/etc/mock/centos-stream-9-x86_64.cfg', '/etc/mock/site-defaults.cfg', '/etc/mock/templates/centos-stream-9.tpl'] DEBUG: version: 6.7 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /var/lib/mock/centos-stream-9-x86_64/result DEBUG: rootdir: /var/lib/mock/centos-stream-9-x86_64/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1002 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: None DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.wlb2_6wk:/etc/resolv.conf', '--bind=/dev/mapper/control', '--bind=/dev/fuse', '--bind=/dev/loop-control', '--bind=/dev/loop0', '--bind=/dev/loop1', '--bind=/dev/loop2', '--bind=/dev/loop3', '--bind=/dev/loop4', '--bind=/dev/loop5', '--bind=/dev/loop6', '--bind=/dev/loop7', '--bind=/dev/loop8', '--bind=/dev/loop9', '--bind=/dev/loop10', '--bind=/dev/loop11'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: False DEBUG: bootstrap_image: quay.io/centos/centos:stream9 DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: True DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: False DEBUG: cleanup_on_failure: False DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', 'expand_spec', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/centos-stream-9-x86_64/ccache/u1002/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/centos-stream-9-x86_64/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'tmpfs_enable': False, 'tmpfs_opts': {'required_ram_mb': 900, 'max_fs_size': None, 'mode': '0755', 'keep_mounted': False, 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'expand_spec_enable': False, 'expand_spec_opts': {'rpmspec_opts': [], 'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/centos-stream-9-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/centos-stream-9-x86_64', 'root': 'centos-stream-9-x86_64', 'resultdir': '/var/lib/mock/centos-stream-9-x86_64/result'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install tar redhat-rpm-config redhat-release which xz sed make bzip2 gzip coreutils unzip diffutils cpio bash gawk rpm-build info patch util-linux findutils grep glibc-minimal-langpack DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 9 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'centos-9-stream-127-0-0-2-2201', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: static_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (centos-stream-9-x86_64; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'armv7hl': 'arm', 'i686': 'i386'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: 4dfeed89-1b0c-4622-84fa-87909e0c4737 DEBUG: config_path: /etc/mock DEBUG: chroot_name: default DEBUG: config_file: /etc/mock/default.cfg DEBUG: koji_primary_repo: centos-stream DEBUG: dist: el9 DEBUG: description: CentOS Stream 9 DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= best=1 install_weak_deps=0 protected_packages= module_platform_id=platform:el9 user_agent=Mock (centos-stream-9-x86_64; x86_64) [local] name=CentOS Stream $releasever - Koji Local - BUILDROOT ONLY! baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/$basearch/ cost=2000 enabled=0 skip_if_unavailable=False [baseos] name=CentOS Stream $releasever - BaseOS #baseurl=http://mirror.stream.centos.org/$releasever-stream/BaseOS/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official gpgcheck=1 enabled=1 skip_if_unavailable=False [appstream] name=CentOS Stream $releasever - AppStream #baseurl=http://mirror.stream.centos.org/$releasever-stream/AppStream/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official gpgcheck=1 enabled=1 skip_if_unavailable=False [crb] name=CentOS Stream $releasever - CRB #baseurl=http://mirror.stream.centos.org/$releasever-stream/CRB/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-crb-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official gpgcheck=1 enabled=1 skip_if_unavailable=False [highavailability] name=CentOS Stream $releasever - HighAvailability #baseurl=http://mirror.stream.centos.org/$releasever-stream/HighAvailability/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official gpgcheck=1 enabled=0 [nfv] name=CentOS Stream $releasever - NFV #baseurl=http://mirror.stream.centos.org/$releasever-stream/NFV/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-nfv-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official gpgcheck=1 enabled=0 [rt] name=CentOS Stream $releasever - RT #baseurl=http://mirror.stream.centos.org/$releasever-stream/RT/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-rt-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official gpgcheck=1 enabled=0 [resilientstorage] name=CentOS Stream $releasever - ResilientStorage #baseurl=http://mirror.stream.centos.org/$releasever-stream/ResilientStorage/$basearch/os/ metalink=https://mirrors.centos.org/metalink?repo=centos-resilientstorage-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official gpgcheck=1 enabled=0 [extras-common] name=CentOS Stream $releasever - Extras packages #baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/extras/$basearch/extras-common/ metalink=https://mirrors.centos.org/metalink?repo=centos-extras-sig-extras-common-$releasever-stream&arch=$basearch gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512 gpgcheck=1 enabled=1 skip_if_unavailable=False DEBUG: root: centos-stream-9-x86_64 DEBUG: legal_host_arches: ('x86_64',) DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64 DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/result DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/result Mock Version: 6.7 INFO: Mock Version: 6.7 INFO: Mock Version: 6.7 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/results DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64-bootstrap/root_cache/ DEBUG: created dir: /var/cache/mock/centos-stream-9-x86_64-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/yum DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/log DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/yum DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/rpm DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/tmp DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/tmp/ccache DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/tmp DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/dnf DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/yum DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/run/lock DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/pts DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/shm DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-710.el9.x86_64 DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/centos-stream-9-x86_64-bootstrap/root DEBUG: resultdir = /var/lib/mock/centos-stream-9-x86_64-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-9-x86_64-bootstrap/yum_cache', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-9-x86_64-bootstrap/dnf_cache', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc Start(bootstrap): installing dnf tooling DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.x2dtiv0b', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/installation-homedir DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'python3-dnf', 'python3-dnf-plugins-core'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'python3-dnf', 'python3-dnf-plugins-core', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Updating Subscription Management repositories. DEBUG: Unable to read consumer identity DEBUG: This system is not registered with an entitlement server. You can use subscription-manager to register. DEBUG: CentOS Stream 9 - BaseOS 1.9 MB/s | 8.9 MB 00:04 DEBUG: CentOS Stream 9 - AppStream 2.4 MB/s | 28 MB 00:11 DEBUG: CentOS Stream 9 - CRB 2.5 MB/s | 8.3 MB 00:03 DEBUG: CentOS Stream 9 - Extras packages 36 kB/s | 21 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-dnf noarch 4.14.0-36.el9 baseos 467 k DEBUG: python3-dnf-plugins-core noarch 4.3.0-26.el9 baseos 263 k DEBUG: Installing dependencies: DEBUG: alternatives x86_64 1.24-2.el9 baseos 39 k DEBUG: attr x86_64 2.5.1-3.el9 baseos 61 k DEBUG: audit-libs x86_64 3.1.5-8.el9 baseos 121 k DEBUG: basesystem noarch 11-13.el9 baseos 3.9 k DEBUG: bash x86_64 5.1.8-9.el9 baseos 1.7 M DEBUG: bzip2-libs x86_64 1.0.8-11.el9 baseos 39 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.305-91.el9 baseos 1.0 M DEBUG: centos-gpg-keys noarch 9.0-38.el9 baseos 24 k DEBUG: centos-stream-release noarch 9.0-38.el9 baseos 24 k DEBUG: centos-stream-repos noarch 9.0-38.el9 baseos 8.9 k DEBUG: coreutils x86_64 8.32-42.el9 baseos 1.2 M DEBUG: coreutils-common x86_64 8.32-42.el9 baseos 2.0 M DEBUG: crypto-policies noarch 20260224-1.gitea0f072.el9 baseos 89 k DEBUG: curl x86_64 7.76.1-43.el9 baseos 292 k DEBUG: cyrus-sasl-lib x86_64 2.1.27-21.el9 baseos 769 k DEBUG: dbus-libs x86_64 1:1.12.20-9.el9 baseos 150 k DEBUG: dnf-data noarch 4.14.0-36.el9 baseos 38 k DEBUG: elfutils-default-yama-scope noarch 0.195-1.el9 baseos 8.9 k DEBUG: elfutils-libelf x86_64 0.195-1.el9 baseos 205 k DEBUG: elfutils-libs x86_64 0.195-1.el9 baseos 269 k DEBUG: expat x86_64 2.5.0-6.el9 baseos 117 k DEBUG: file-libs x86_64 5.39-19.el9 baseos 587 k DEBUG: filesystem x86_64 3.16-5.el9 baseos 4.8 M DEBUG: findutils x86_64 1:4.8.0-7.el9 baseos 547 k DEBUG: gawk x86_64 5.1.0-6.el9 baseos 1.0 M DEBUG: gdbm-libs x86_64 1:1.23-1.el9 baseos 56 k DEBUG: glib2 x86_64 2.68.4-20.el9 baseos 2.6 M DEBUG: glibc x86_64 2.34-270.el9 baseos 2.0 M DEBUG: glibc-common x86_64 2.34-270.el9 baseos 308 k DEBUG: glibc-minimal-langpack x86_64 2.34-270.el9 baseos 24 k DEBUG: gmp x86_64 1:6.2.0-13.el9 baseos 315 k DEBUG: gnupg2 x86_64 2.3.3-5.el9 baseos 2.5 M DEBUG: gnutls x86_64 3.8.10-5.el9 baseos 1.4 M DEBUG: gpgme x86_64 1.15.1-6.el9 baseos 207 k DEBUG: grep x86_64 3.6-5.el9 baseos 269 k DEBUG: ima-evm-utils x86_64 1.6.2-3.el9 baseos 71 k DEBUG: json-c x86_64 0.14-11.el9 baseos 43 k DEBUG: keyutils x86_64 1.6.3-1.el9 baseos 74 k DEBUG: keyutils-libs x86_64 1.6.3-1.el9 baseos 32 k DEBUG: krb5-libs x86_64 1.21.1-10.el9 baseos 765 k DEBUG: libacl x86_64 2.3.1-4.el9 baseos 23 k DEBUG: libarchive x86_64 3.5.3-9.el9 baseos 387 k DEBUG: libassuan x86_64 2.5.5-3.el9 baseos 68 k DEBUG: libattr x86_64 2.5.1-3.el9 baseos 19 k DEBUG: libblkid x86_64 2.37.4-25.el9 baseos 105 k DEBUG: libbrotli x86_64 1.0.9-9.el9 baseos 312 k DEBUG: libcap x86_64 2.48-10.el9 baseos 70 k DEBUG: libcap-ng x86_64 0.8.2-7.el9 baseos 33 k DEBUG: libcom_err x86_64 1.46.5-8.el9 baseos 26 k DEBUG: libcomps x86_64 0.1.18-1.el9 baseos 78 k DEBUG: libcurl x86_64 7.76.1-43.el9 baseos 284 k DEBUG: libdnf x86_64 0.69.0-19.el9 baseos 666 k DEBUG: libevent x86_64 2.1.12-8.el9 baseos 262 k DEBUG: libffi x86_64 3.4.2-8.el9 baseos 38 k DEBUG: libgcc x86_64 11.5.0-14.el9 baseos 85 k DEBUG: libgcrypt x86_64 1.10.0-11.el9 baseos 508 k DEBUG: libgomp x86_64 11.5.0-14.el9 baseos 257 k DEBUG: libgpg-error x86_64 1.42-5.el9 baseos 216 k DEBUG: libidn2 x86_64 2.3.0-7.el9 baseos 101 k DEBUG: libksba x86_64 1.5.1-7.el9 baseos 153 k DEBUG: libmodulemd x86_64 2.13.0-2.el9 baseos 233 k DEBUG: libmount x86_64 2.37.4-25.el9 baseos 133 k DEBUG: libnghttp2 x86_64 1.43.0-7.el9 baseos 72 k DEBUG: libpsl x86_64 0.21.1-5.el9 baseos 64 k DEBUG: librepo x86_64 1.19.0-1.el9 baseos 89 k DEBUG: libreport-filesystem noarch 2.15.2-6.el9 baseos 13 k DEBUG: libselinux x86_64 3.6-4.el9 baseos 84 k DEBUG: libsemanage x86_64 3.6-5.el9 baseos 118 k DEBUG: libsepol x86_64 3.6-3.el9 baseos 329 k DEBUG: libsigsegv x86_64 2.13-4.el9 baseos 27 k DEBUG: libsmartcols x86_64 2.37.4-25.el9 baseos 61 k DEBUG: libsolv x86_64 0.7.24-6.el9 baseos 402 k DEBUG: libssh x86_64 0.10.4-18.el9 baseos 213 k DEBUG: libssh-config noarch 0.10.4-18.el9 baseos 8.0 k DEBUG: libstdc++ x86_64 11.5.0-14.el9 baseos 742 k DEBUG: libtasn1 x86_64 4.16.0-10.el9 baseos 73 k DEBUG: libtool-ltdl x86_64 2.4.6-46.el9 baseos 36 k DEBUG: libunistring x86_64 0.9.10-15.el9 baseos 496 k DEBUG: libuuid x86_64 2.37.4-25.el9 baseos 26 k DEBUG: libverto x86_64 0.3.2-3.el9 baseos 22 k DEBUG: libxcrypt x86_64 4.4.18-3.el9 baseos 116 k DEBUG: libxml2 x86_64 2.9.13-15.el9 baseos 747 k DEBUG: libyaml x86_64 0.2.5-7.el9 baseos 61 k DEBUG: libzstd x86_64 1.5.5-1.el9 baseos 295 k DEBUG: lua-libs x86_64 5.4.4-4.el9 baseos 130 k DEBUG: lz4-libs x86_64 1.9.3-5.el9 baseos 68 k DEBUG: mpfr x86_64 4.1.0-10.el9 baseos 324 k DEBUG: ncurses-base noarch 6.2-12.20210508.el9 baseos 95 k DEBUG: ncurses-libs x86_64 6.2-12.20210508.el9 baseos 328 k DEBUG: nettle x86_64 3.10.1-1.el9 baseos 563 k DEBUG: npth x86_64 1.6-8.el9 baseos 25 k DEBUG: openldap x86_64 2.6.13-1.el9 baseos 285 k DEBUG: openssl-fips-provider x86_64 1:3.5.5-3.el9 baseos 814 k DEBUG: openssl-libs x86_64 1:3.5.5-3.el9 baseos 2.3 M DEBUG: p11-kit x86_64 0.26.2-1.el9 baseos 602 k DEBUG: p11-kit-trust x86_64 0.26.2-1.el9 baseos 155 k DEBUG: pcre x86_64 8.44-4.el9 baseos 197 k DEBUG: pcre2 x86_64 10.40-6.el9 baseos 234 k DEBUG: pcre2-syntax noarch 10.40-6.el9 baseos 141 k DEBUG: popt x86_64 1.18-8.el9 baseos 65 k DEBUG: publicsuffix-list-dafsa noarch 20210518-3.el9 baseos 58 k DEBUG: python3 x86_64 3.9.25-7.el9 baseos 26 k DEBUG: python3-dateutil noarch 1:2.9.0.post0-1.el9 baseos 302 k DEBUG: python3-dbus x86_64 1.2.18-2.el9 baseos 144 k DEBUG: python3-gpg x86_64 1.15.1-6.el9 baseos 281 k DEBUG: python3-hawkey x86_64 0.69.0-19.el9 baseos 101 k DEBUG: python3-libcomps x86_64 0.1.18-1.el9 baseos 49 k DEBUG: python3-libdnf x86_64 0.69.0-19.el9 baseos 792 k DEBUG: python3-libs x86_64 3.9.25-7.el9 baseos 8.1 M DEBUG: python3-pip-wheel noarch 21.3.1-2.el9 baseos 1.1 M DEBUG: python3-rpm x86_64 4.16.1.3-40.el9 baseos 64 k DEBUG: python3-setuptools-wheel noarch 53.0.0-15.el9 baseos 468 k DEBUG: python3-six noarch 1.15.0-9.el9 baseos 37 k DEBUG: python3-systemd x86_64 234-19.el9 baseos 89 k DEBUG: readline x86_64 8.1-4.el9 baseos 212 k DEBUG: rpm x86_64 4.16.1.3-40.el9 baseos 535 k DEBUG: rpm-build-libs x86_64 4.16.1.3-40.el9 baseos 88 k DEBUG: rpm-libs x86_64 4.16.1.3-40.el9 baseos 307 k DEBUG: rpm-sign-libs x86_64 4.16.1.3-40.el9 baseos 20 k DEBUG: sed x86_64 4.8-10.el9 baseos 303 k DEBUG: setup noarch 2.13.7-10.el9 baseos 146 k DEBUG: shadow-utils x86_64 2:4.9-17.el9 baseos 1.2 M DEBUG: sqlite-libs x86_64 3.34.1-10.el9 baseos 643 k DEBUG: systemd-libs x86_64 252-70.el9 baseos 659 k DEBUG: tpm2-tss x86_64 3.2.3-1.el9 baseos 603 k DEBUG: tzdata noarch 2026b-1.el9 baseos 905 k DEBUG: xz-libs x86_64 5.2.5-8.el9 baseos 93 k DEBUG: zlib x86_64 1.2.11-41.el9 baseos 91 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 130 Packages DEBUG: Total download size: 58 M DEBUG: Installed size: 181 M DEBUG: Downloading Packages: DEBUG: (1/130): alternatives-1.24-2.el9.x86_64.rpm 194 kB/s | 39 kB 00:00 DEBUG: (2/130): attr-2.5.1-3.el9.x86_64.rpm 256 kB/s | 61 kB 00:00 DEBUG: (3/130): basesystem-11-13.el9.noarch.rpm 92 kB/s | 3.9 kB 00:00 DEBUG: (4/130): audit-libs-3.1.5-8.el9.x86_64.rpm 403 kB/s | 121 kB 00:00 DEBUG: (5/130): bzip2-libs-1.0.8-11.el9.x86_64.rpm 139 kB/s | 39 kB 00:00 DEBUG: (6/130): ca-certificates-2025.2.80_v9.0.305-91. 3.2 MB/s | 1.0 MB 00:00 DEBUG: (7/130): bash-5.1.8-9.el9.x86_64.rpm 4.3 MB/s | 1.7 MB 00:00 DEBUG: (8/130): centos-gpg-keys-9.0-38.el9.noarch.rpm 240 kB/s | 24 kB 00:00 DEBUG: (9/130): centos-stream-release-9.0-38.el9.noarc 576 kB/s | 24 kB 00:00 DEBUG: (10/130): centos-stream-repos-9.0-38.el9.noarch 216 kB/s | 8.9 kB 00:00 DEBUG: (11/130): coreutils-8.32-42.el9.x86_64.rpm 20 MB/s | 1.2 MB 00:00 DEBUG: (12/130): coreutils-common-8.32-42.el9.x86_64.r 29 MB/s | 2.0 MB 00:00 DEBUG: (13/130): crypto-policies-20260224-1.gitea0f072 1.3 MB/s | 89 kB 00:00 DEBUG: (14/130): curl-7.76.1-43.el9.x86_64.rpm 5.6 MB/s | 292 kB 00:00 DEBUG: (15/130): cyrus-sasl-lib-2.1.27-21.el9.x86_64.r 8.4 MB/s | 769 kB 00:00 DEBUG: (16/130): dbus-libs-1.12.20-9.el9.x86_64.rpm 1.7 MB/s | 150 kB 00:00 DEBUG: (17/130): dnf-data-4.14.0-36.el9.noarch.rpm 431 kB/s | 38 kB 00:00 DEBUG: (18/130): elfutils-default-yama-scope-0.195-1.e 207 kB/s | 8.9 kB 00:00 DEBUG: (19/130): elfutils-libelf-0.195-1.el9.x86_64.rp 4.4 MB/s | 205 kB 00:00 DEBUG: (20/130): elfutils-libs-0.195-1.el9.x86_64.rpm 5.6 MB/s | 269 kB 00:00 DEBUG: (21/130): expat-2.5.0-6.el9.x86_64.rpm 2.7 MB/s | 117 kB 00:00 DEBUG: (22/130): file-libs-5.39-19.el9.x86_64.rpm 12 MB/s | 587 kB 00:00 DEBUG: (23/130): filesystem-3.16-5.el9.x86_64.rpm 54 MB/s | 4.8 MB 00:00 DEBUG: (24/130): findutils-4.8.0-7.el9.x86_64.rpm 9.9 MB/s | 547 kB 00:00 DEBUG: (25/130): gawk-5.1.0-6.el9.x86_64.rpm 19 MB/s | 1.0 MB 00:00 DEBUG: (26/130): gdbm-libs-1.23-1.el9.x86_64.rpm 1.3 MB/s | 56 kB 00:00 DEBUG: (27/130): glib2-2.68.4-20.el9.x86_64.rpm 45 MB/s | 2.6 MB 00:00 DEBUG: (28/130): glibc-2.34-270.el9.x86_64.rpm 33 MB/s | 2.0 MB 00:00 DEBUG: (29/130): glibc-common-2.34-270.el9.x86_64.rpm 6.9 MB/s | 308 kB 00:00 DEBUG: (30/130): glibc-minimal-langpack-2.34-270.el9.x 575 kB/s | 24 kB 00:00 DEBUG: (31/130): gmp-6.2.0-13.el9.x86_64.rpm 7.1 MB/s | 315 kB 00:00 DEBUG: (32/130): gnupg2-2.3.3-5.el9.x86_64.rpm 45 MB/s | 2.5 MB 00:00 DEBUG: (33/130): gnutls-3.8.10-5.el9.x86_64.rpm 28 MB/s | 1.4 MB 00:00 DEBUG: (34/130): gpgme-1.15.1-6.el9.x86_64.rpm 4.6 MB/s | 207 kB 00:00 DEBUG: (35/130): grep-3.6-5.el9.x86_64.rpm 6.1 MB/s | 269 kB 00:00 DEBUG: (36/130): ima-evm-utils-1.6.2-3.el9.x86_64.rpm 1.7 MB/s | 71 kB 00:00 DEBUG: (37/130): json-c-0.14-11.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 DEBUG: (38/130): keyutils-1.6.3-1.el9.x86_64.rpm 1.7 MB/s | 74 kB 00:00 DEBUG: (39/130): keyutils-libs-1.6.3-1.el9.x86_64.rpm 761 kB/s | 32 kB 00:00 DEBUG: (40/130): krb5-libs-1.21.1-10.el9.x86_64.rpm 16 MB/s | 765 kB 00:00 DEBUG: (41/130): libacl-2.3.1-4.el9.x86_64.rpm 545 kB/s | 23 kB 00:00 DEBUG: (42/130): libarchive-3.5.3-9.el9.x86_64.rpm 8.5 MB/s | 387 kB 00:00 DEBUG: (43/130): libassuan-2.5.5-3.el9.x86_64.rpm 1.6 MB/s | 68 kB 00:00 DEBUG: (44/130): libattr-2.5.1-3.el9.x86_64.rpm 451 kB/s | 19 kB 00:00 DEBUG: (45/130): libblkid-2.37.4-25.el9.x86_64.rpm 2.4 MB/s | 105 kB 00:00 DEBUG: (46/130): libbrotli-1.0.9-9.el9.x86_64.rpm 6.9 MB/s | 312 kB 00:00 DEBUG: (47/130): libcap-2.48-10.el9.x86_64.rpm 1.6 MB/s | 70 kB 00:00 DEBUG: (48/130): libcap-ng-0.8.2-7.el9.x86_64.rpm 788 kB/s | 33 kB 00:00 DEBUG: (49/130): libcom_err-1.46.5-8.el9.x86_64.rpm 636 kB/s | 26 kB 00:00 DEBUG: (50/130): libcomps-0.1.18-1.el9.x86_64.rpm 1.8 MB/s | 78 kB 00:00 DEBUG: (51/130): libcurl-7.76.1-43.el9.x86_64.rpm 6.3 MB/s | 284 kB 00:00 DEBUG: (52/130): libdnf-0.69.0-19.el9.x86_64.rpm 14 MB/s | 666 kB 00:00 DEBUG: (53/130): libevent-2.1.12-8.el9.x86_64.rpm 5.9 MB/s | 262 kB 00:00 DEBUG: (54/130): libffi-3.4.2-8.el9.x86_64.rpm 895 kB/s | 38 kB 00:00 DEBUG: (55/130): libgcc-11.5.0-14.el9.x86_64.rpm 2.0 MB/s | 85 kB 00:00 DEBUG: (56/130): libgcrypt-1.10.0-11.el9.x86_64.rpm 11 MB/s | 508 kB 00:00 DEBUG: (57/130): libgomp-11.5.0-14.el9.x86_64.rpm 5.8 MB/s | 257 kB 00:00 DEBUG: (58/130): libgpg-error-1.42-5.el9.x86_64.rpm 4.8 MB/s | 216 kB 00:00 DEBUG: (59/130): libidn2-2.3.0-7.el9.x86_64.rpm 2.3 MB/s | 101 kB 00:00 DEBUG: (60/130): libksba-1.5.1-7.el9.x86_64.rpm 3.5 MB/s | 153 kB 00:00 DEBUG: (61/130): libmodulemd-2.13.0-2.el9.x86_64.rpm 5.2 MB/s | 233 kB 00:00 DEBUG: (62/130): libmount-2.37.4-25.el9.x86_64.rpm 3.0 MB/s | 133 kB 00:00 DEBUG: (63/130): libnghttp2-1.43.0-7.el9.x86_64.rpm 1.7 MB/s | 72 kB 00:00 DEBUG: (64/130): libpsl-0.21.1-5.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 DEBUG: (65/130): librepo-1.19.0-1.el9.x86_64.rpm 2.1 MB/s | 89 kB 00:00 DEBUG: (66/130): libreport-filesystem-2.15.2-6.el9.noa 309 kB/s | 13 kB 00:00 DEBUG: (67/130): libselinux-3.6-4.el9.x86_64.rpm 2.0 MB/s | 84 kB 00:00 DEBUG: (68/130): libsemanage-3.6-5.el9.x86_64.rpm 2.7 MB/s | 118 kB 00:00 DEBUG: (69/130): libsepol-3.6-3.el9.x86_64.rpm 7.3 MB/s | 329 kB 00:00 DEBUG: (70/130): libsigsegv-2.13-4.el9.x86_64.rpm 632 kB/s | 27 kB 00:00 DEBUG: (71/130): libsmartcols-2.37.4-25.el9.x86_64.rpm 1.4 MB/s | 61 kB 00:00 DEBUG: (72/130): libsolv-0.7.24-6.el9.x86_64.rpm 8.7 MB/s | 402 kB 00:00 DEBUG: (73/130): libssh-0.10.4-18.el9.x86_64.rpm 4.6 MB/s | 213 kB 00:00 DEBUG: (74/130): libssh-config-0.10.4-18.el9.noarch.rp 190 kB/s | 8.0 kB 00:00 DEBUG: (75/130): libstdc++-11.5.0-14.el9.x86_64.rpm 16 MB/s | 742 kB 00:00 DEBUG: (76/130): libtasn1-4.16.0-10.el9.x86_64.rpm 1.5 MB/s | 73 kB 00:00 DEBUG: (77/130): libtool-ltdl-2.4.6-46.el9.x86_64.rpm 843 kB/s | 36 kB 00:00 DEBUG: (78/130): libunistring-0.9.10-15.el9.x86_64.rpm 11 MB/s | 496 kB 00:00 DEBUG: (79/130): libuuid-2.37.4-25.el9.x86_64.rpm 557 kB/s | 26 kB 00:00 DEBUG: (80/130): libverto-0.3.2-3.el9.x86_64.rpm 517 kB/s | 22 kB 00:00 DEBUG: (81/130): libxcrypt-4.4.18-3.el9.x86_64.rpm 2.6 MB/s | 116 kB 00:00 DEBUG: (82/130): libxml2-2.9.13-15.el9.x86_64.rpm 15 MB/s | 747 kB 00:00 DEBUG: (83/130): libyaml-0.2.5-7.el9.x86_64.rpm 1.4 MB/s | 61 kB 00:00 DEBUG: (84/130): libzstd-1.5.5-1.el9.x86_64.rpm 6.7 MB/s | 295 kB 00:00 DEBUG: (85/130): lua-libs-5.4.4-4.el9.x86_64.rpm 3.0 MB/s | 130 kB 00:00 DEBUG: (86/130): lz4-libs-1.9.3-5.el9.x86_64.rpm 1.6 MB/s | 68 kB 00:00 DEBUG: (87/130): mpfr-4.1.0-10.el9.x86_64.rpm 7.3 MB/s | 324 kB 00:00 DEBUG: (88/130): ncurses-base-6.2-12.20210508.el9.noar 2.1 MB/s | 95 kB 00:00 DEBUG: (89/130): ncurses-libs-6.2-12.20210508.el9.x86_ 7.4 MB/s | 328 kB 00:00 DEBUG: (90/130): nettle-3.10.1-1.el9.x86_64.rpm 12 MB/s | 563 kB 00:00 DEBUG: (91/130): npth-1.6-8.el9.x86_64.rpm 572 kB/s | 25 kB 00:00 DEBUG: (92/130): openldap-2.6.13-1.el9.x86_64.rpm 6.5 MB/s | 285 kB 00:00 DEBUG: (93/130): openssl-fips-provider-3.5.5-3.el9.x86 15 MB/s | 814 kB 00:00 DEBUG: (94/130): openssl-libs-3.5.5-3.el9.x86_64.rpm 37 MB/s | 2.3 MB 00:00 DEBUG: (95/130): p11-kit-0.26.2-1.el9.x86_64.rpm 9.6 MB/s | 602 kB 00:00 DEBUG: (96/130): p11-kit-trust-0.26.2-1.el9.x86_64.rpm 3.6 MB/s | 155 kB 00:00 DEBUG: (97/130): pcre-8.44-4.el9.x86_64.rpm 4.4 MB/s | 197 kB 00:00 DEBUG: (98/130): pcre2-10.40-6.el9.x86_64.rpm 5.1 MB/s | 234 kB 00:00 DEBUG: (99/130): pcre2-syntax-10.40-6.el9.noarch.rpm 3.2 MB/s | 141 kB 00:00 DEBUG: (100/130): popt-1.18-8.el9.x86_64.rpm 1.5 MB/s | 65 kB 00:00 DEBUG: (101/130): publicsuffix-list-dafsa-20210518-3.e 1.3 MB/s | 58 kB 00:00 DEBUG: (102/130): python3-3.9.25-7.el9.x86_64.rpm 624 kB/s | 26 kB 00:00 DEBUG: (103/130): python3-dateutil-2.9.0.post0-1.el9.n 6.8 MB/s | 302 kB 00:00 DEBUG: (104/130): python3-dbus-1.2.18-2.el9.x86_64.rpm 3.1 MB/s | 144 kB 00:00 DEBUG: (105/130): python3-dnf-4.14.0-36.el9.noarch.rpm 10 MB/s | 467 kB 00:00 DEBUG: (106/130): python3-dnf-plugins-core-4.3.0-26.el 5.7 MB/s | 263 kB 00:00 DEBUG: (107/130): python3-gpg-1.15.1-6.el9.x86_64.rpm 5.9 MB/s | 281 kB 00:00 DEBUG: (108/130): python3-hawkey-0.69.0-19.el9.x86_64. 2.3 MB/s | 101 kB 00:00 DEBUG: (109/130): python3-libcomps-0.1.18-1.el9.x86_64 1.1 MB/s | 49 kB 00:00 DEBUG: (110/130): python3-libdnf-0.69.0-19.el9.x86_64. 17 MB/s | 792 kB 00:00 DEBUG: (111/130): python3-libs-3.9.25-7.el9.x86_64.rpm 95 MB/s | 8.1 MB 00:00 DEBUG: (112/130): python3-pip-wheel-21.3.1-2.el9.noarc 17 MB/s | 1.1 MB 00:00 DEBUG: (113/130): python3-rpm-4.16.1.3-40.el9.x86_64.r 948 kB/s | 64 kB 00:00 DEBUG: (114/130): python3-setuptools-wheel-53.0.0-15.e 10 MB/s | 468 kB 00:00 DEBUG: (115/130): python3-six-1.15.0-9.el9.noarch.rpm 806 kB/s | 37 kB 00:00 DEBUG: (116/130): python3-systemd-234-19.el9.x86_64.rp 1.9 MB/s | 89 kB 00:00 DEBUG: (117/130): readline-8.1-4.el9.x86_64.rpm 4.6 MB/s | 212 kB 00:00 DEBUG: (118/130): rpm-4.16.1.3-40.el9.x86_64.rpm 11 MB/s | 535 kB 00:00 DEBUG: (119/130): rpm-build-libs-4.16.1.3-40.el9.x86_6 1.8 MB/s | 88 kB 00:00 DEBUG: (120/130): rpm-libs-4.16.1.3-40.el9.x86_64.rpm 6.8 MB/s | 307 kB 00:00 DEBUG: (121/130): rpm-sign-libs-4.16.1.3-40.el9.x86_64 431 kB/s | 20 kB 00:00 DEBUG: (122/130): sed-4.8-10.el9.x86_64.rpm 6.4 MB/s | 303 kB 00:00 DEBUG: (123/130): setup-2.13.7-10.el9.noarch.rpm 3.0 MB/s | 146 kB 00:00 DEBUG: (124/130): shadow-utils-4.9-17.el9.x86_64.rpm 23 MB/s | 1.2 MB 00:00 DEBUG: (125/130): sqlite-libs-3.34.1-10.el9.x86_64.rpm 12 MB/s | 643 kB 00:00 DEBUG: (126/130): systemd-libs-252-70.el9.x86_64.rpm 14 MB/s | 659 kB 00:00 DEBUG: (127/130): tpm2-tss-3.2.3-1.el9.x86_64.rpm 11 MB/s | 603 kB 00:00 DEBUG: (128/130): tzdata-2026b-1.el9.noarch.rpm 16 MB/s | 905 kB 00:00 DEBUG: (129/130): xz-libs-5.2.5-8.el9.x86_64.rpm 2.1 MB/s | 93 kB 00:00 DEBUG: (130/130): zlib-1.2.11-41.el9.x86_64.rpm 2.1 MB/s | 91 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 22 MB/s | 58 MB 00:02 DEBUG: CentOS Stream 9 - BaseOS 1.6 MB/s | 1.6 kB 00:00 DEBUG: Importing GPG key 0x8483C65D: DEBUG: Userid : "CentOS (CentOS Official Signing Key) " DEBUG: Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D DEBUG: From : /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official DEBUG: Key imported successfully DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: filesystem-3.16-5.el9.x86_64 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : tzdata-2026b-1.el9.noarch 1/130 DEBUG: Installing : python3-setuptools-wheel-53.0.0-15.el9.noarch 2/130 DEBUG: Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 3/130 DEBUG: Installing : pcre2-syntax-10.40-6.el9.noarch 4/130 DEBUG: Installing : ncurses-base-6.2-12.20210508.el9.noarch 5/130 DEBUG: Installing : libssh-config-0.10.4-18.el9.noarch 6/130 DEBUG: Installing : libreport-filesystem-2.15.2-6.el9.noarch 7/130 DEBUG: Installing : dnf-data-4.14.0-36.el9.noarch 8/130 DEBUG: warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew DEBUG: Installing : coreutils-common-8.32-42.el9.x86_64 9/130 DEBUG: Installing : centos-gpg-keys-9.0-38.el9.noarch 10/130 DEBUG: Installing : centos-stream-repos-9.0-38.el9.noarch 11/130 DEBUG: Installing : centos-stream-release-9.0-38.el9.noarch 12/130 DEBUG: Installing : setup-2.13.7-10.el9.noarch 13/130 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.13.7-10.el9.noarch 13/130 DEBUG: Installing : filesystem-3.16-5.el9.x86_64 14/130 DEBUG: Installing : basesystem-11-13.el9.noarch 15/130 DEBUG: Installing : ncurses-libs-6.2-12.20210508.el9.x86_64 16/130 DEBUG: Installing : bash-5.1.8-9.el9.x86_64 17/130 DEBUG: Running scriptlet: bash-5.1.8-9.el9.x86_64 17/130 DEBUG: Installing : libgcc-11.5.0-14.el9.x86_64 18/130 DEBUG: Running scriptlet: libgcc-11.5.0-14.el9.x86_64 18/130 DEBUG: Installing : glibc-minimal-langpack-2.34-270.el9.x86_64 19/130 DEBUG: Installing : glibc-common-2.34-270.el9.x86_64 20/130 DEBUG: Running scriptlet: glibc-2.34-270.el9.x86_64 21/130 DEBUG: Installing : glibc-2.34-270.el9.x86_64 21/130 DEBUG: Running scriptlet: glibc-2.34-270.el9.x86_64 21/130 DEBUG: Installing : zlib-1.2.11-41.el9.x86_64 22/130 DEBUG: Installing : bzip2-libs-1.0.8-11.el9.x86_64 23/130 DEBUG: Installing : xz-libs-5.2.5-8.el9.x86_64 24/130 DEBUG: Installing : libzstd-1.5.5-1.el9.x86_64 25/130 DEBUG: Installing : sqlite-libs-3.34.1-10.el9.x86_64 26/130 DEBUG: Installing : libcap-2.48-10.el9.x86_64 27/130 DEBUG: Installing : libgpg-error-1.42-5.el9.x86_64 28/130 DEBUG: Installing : libxml2-2.9.13-15.el9.x86_64 29/130 DEBUG: Installing : libattr-2.5.1-3.el9.x86_64 30/130 DEBUG: Installing : libacl-2.3.1-4.el9.x86_64 31/130 DEBUG: Installing : libffi-3.4.2-8.el9.x86_64 32/130 DEBUG: Installing : libxcrypt-4.4.18-3.el9.x86_64 33/130 DEBUG: Installing : popt-1.18-8.el9.x86_64 34/130 DEBUG: Installing : crypto-policies-20260224-1.gitea0f072.el9.noarch 35/130 DEBUG: Running scriptlet: crypto-policies-20260224-1.gitea0f072.el9.noarch 35/130 DEBUG: Installing : gmp-1:6.2.0-13.el9.x86_64 36/130 DEBUG: Installing : keyutils-libs-1.6.3-1.el9.x86_64 37/130 DEBUG: Installing : libcom_err-1.46.5-8.el9.x86_64 38/130 DEBUG: Installing : libstdc++-11.5.0-14.el9.x86_64 39/130 DEBUG: Installing : libtasn1-4.16.0-10.el9.x86_64 40/130 DEBUG: Installing : p11-kit-0.26.2-1.el9.x86_64 41/130 DEBUG: Installing : libunistring-0.9.10-15.el9.x86_64 42/130 DEBUG: Installing : libidn2-2.3.0-7.el9.x86_64 43/130 DEBUG: Installing : libuuid-2.37.4-25.el9.x86_64 44/130 DEBUG: Installing : lua-libs-5.4.4-4.el9.x86_64 45/130 DEBUG: Installing : readline-8.1-4.el9.x86_64 46/130 DEBUG: Installing : libassuan-2.5.5-3.el9.x86_64 47/130 DEBUG: Installing : libgcrypt-1.10.0-11.el9.x86_64 48/130 DEBUG: Installing : elfutils-libelf-0.195-1.el9.x86_64 49/130 DEBUG: Installing : file-libs-5.39-19.el9.x86_64 50/130 DEBUG: Installing : expat-2.5.0-6.el9.x86_64 51/130 DEBUG: Installing : gdbm-libs-1:1.23-1.el9.x86_64 52/130 DEBUG: Installing : json-c-0.14-11.el9.x86_64 53/130 DEBUG: Installing : libsepol-3.6-3.el9.x86_64 54/130 DEBUG: Installing : libsigsegv-2.13-4.el9.x86_64 55/130 DEBUG: Installing : libsmartcols-2.37.4-25.el9.x86_64 56/130 DEBUG: Installing : lz4-libs-1.9.3-5.el9.x86_64 57/130 DEBUG: Installing : pcre-8.44-4.el9.x86_64 58/130 DEBUG: Installing : grep-3.6-5.el9.x86_64 59/130 DEBUG: Installing : libcomps-0.1.18-1.el9.x86_64 60/130 DEBUG: Installing : libpsl-0.21.1-5.el9.x86_64 61/130 DEBUG: Installing : keyutils-1.6.3-1.el9.x86_64 62/130 DEBUG: Installing : mpfr-4.1.0-10.el9.x86_64 63/130 DEBUG: Installing : gawk-5.1.0-6.el9.x86_64 64/130 DEBUG: Installing : attr-2.5.1-3.el9.x86_64 65/130 DEBUG: Installing : libksba-1.5.1-7.el9.x86_64 66/130 DEBUG: Installing : alternatives-1.24-2.el9.x86_64 67/130 DEBUG: Installing : p11-kit-trust-0.26.2-1.el9.x86_64 68/130 DEBUG: Running scriptlet: p11-kit-trust-0.26.2-1.el9.x86_64 68/130 DEBUG: Installing : libbrotli-1.0.9-9.el9.x86_64 69/130 DEBUG: Installing : libcap-ng-0.8.2-7.el9.x86_64 70/130 DEBUG: Installing : audit-libs-3.1.5-8.el9.x86_64 71/130 DEBUG: Installing : libgomp-11.5.0-14.el9.x86_64 72/130 DEBUG: Installing : libnghttp2-1.43.0-7.el9.x86_64 73/130 DEBUG: Installing : libtool-ltdl-2.4.6-46.el9.x86_64 74/130 DEBUG: Installing : libverto-0.3.2-3.el9.x86_64 75/130 DEBUG: Installing : libyaml-0.2.5-7.el9.x86_64 76/130 DEBUG: Installing : nettle-3.10.1-1.el9.x86_64 77/130 DEBUG: Installing : gnutls-3.8.10-5.el9.x86_64 78/130 DEBUG: Installing : npth-1.6-8.el9.x86_64 79/130 DEBUG: Installing : pcre2-10.40-6.el9.x86_64 80/130 DEBUG: Installing : libselinux-3.6-4.el9.x86_64 81/130 DEBUG: Installing : sed-4.8-10.el9.x86_64 82/130 DEBUG: Installing : findutils-1:4.8.0-7.el9.x86_64 83/130 DEBUG: Installing : openssl-fips-provider-1:3.5.5-3.el9.x86_64 84/130 DEBUG: Installing : openssl-libs-1:3.5.5-3.el9.x86_64 85/130 DEBUG: Installing : coreutils-8.32-42.el9.x86_64 86/130 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 87/130 DEBUG: Installing : ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 87/130 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 87/130 DEBUG: Installing : krb5-libs-1.21.1-10.el9.x86_64 88/130 DEBUG: Installing : systemd-libs-252-70.el9.x86_64 89/130 DEBUG: Running scriptlet: systemd-libs-252-70.el9.x86_64 89/130 DEBUG: Installing : dbus-libs-1:1.12.20-9.el9.x86_64 90/130 DEBUG: Installing : cyrus-sasl-lib-2.1.27-21.el9.x86_64 91/130 DEBUG: Installing : libssh-0.10.4-18.el9.x86_64 92/130 DEBUG: Installing : python3-pip-wheel-21.3.1-2.el9.noarch 93/130 DEBUG: Installing : python3-3.9.25-7.el9.x86_64 94/130 DEBUG: Installing : python3-libs-3.9.25-7.el9.x86_64 95/130 DEBUG: Installing : python3-libcomps-0.1.18-1.el9.x86_64 96/130 DEBUG: Installing : python3-six-1.15.0-9.el9.noarch 97/130 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el9.noarch 98/130 DEBUG: Installing : python3-systemd-234-19.el9.x86_64 99/130 DEBUG: Installing : libblkid-2.37.4-25.el9.x86_64 100/130 DEBUG: Running scriptlet: libblkid-2.37.4-25.el9.x86_64 100/130 DEBUG: Installing : libmount-2.37.4-25.el9.x86_64 101/130 DEBUG: Installing : glib2-2.68.4-20.el9.x86_64 102/130 DEBUG: Installing : python3-dbus-1.2.18-2.el9.x86_64 103/130 DEBUG: Installing : libarchive-3.5.3-9.el9.x86_64 104/130 DEBUG: Installing : libevent-2.1.12-8.el9.x86_64 105/130 DEBUG: Installing : libsemanage-3.6-5.el9.x86_64 106/130 DEBUG: Installing : shadow-utils-2:4.9-17.el9.x86_64 107/130 DEBUG: Installing : openldap-2.6.13-1.el9.x86_64 108/130 DEBUG: Installing : libcurl-7.76.1-43.el9.x86_64 109/130 DEBUG: Installing : gnupg2-2.3.3-5.el9.x86_64 110/130 DEBUG: Installing : gpgme-1.15.1-6.el9.x86_64 111/130 DEBUG: Installing : librepo-1.19.0-1.el9.x86_64 112/130 DEBUG: Installing : python3-gpg-1.15.1-6.el9.x86_64 113/130 DEBUG: Installing : curl-7.76.1-43.el9.x86_64 114/130 DEBUG: Installing : rpm-4.16.1.3-40.el9.x86_64 115/130 DEBUG: Installing : rpm-libs-4.16.1.3-40.el9.x86_64 116/130 DEBUG: Installing : libmodulemd-2.13.0-2.el9.x86_64 117/130 DEBUG: Installing : libsolv-0.7.24-6.el9.x86_64 118/130 DEBUG: Installing : libdnf-0.69.0-19.el9.x86_64 119/130 DEBUG: Installing : python3-libdnf-0.69.0-19.el9.x86_64 120/130 DEBUG: Installing : python3-hawkey-0.69.0-19.el9.x86_64 121/130 DEBUG: Running scriptlet: tpm2-tss-3.2.3-1.el9.x86_64 122/130 DEBUG: useradd: Warning: missing or non-executable shell '/usr/sbin/nologin' DEBUG: Installing : tpm2-tss-3.2.3-1.el9.x86_64 122/130 DEBUG: Installing : ima-evm-utils-1.6.2-3.el9.x86_64 123/130 DEBUG: Installing : rpm-sign-libs-4.16.1.3-40.el9.x86_64 124/130 DEBUG: Installing : elfutils-default-yama-scope-0.195-1.el9.noarch 125/130 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.195-1.el9.noarch 125/130 DEBUG: Installing : elfutils-libs-0.195-1.el9.x86_64 126/130 DEBUG: Installing : rpm-build-libs-4.16.1.3-40.el9.x86_64 127/130 DEBUG: Installing : python3-rpm-4.16.1.3-40.el9.x86_64 128/130 DEBUG: Installing : python3-dnf-4.14.0-36.el9.noarch 129/130 DEBUG: Installing : python3-dnf-plugins-core-4.3.0-26.el9.noarch 130/130 DEBUG: Running scriptlet: filesystem-3.16-5.el9.x86_64 130/130 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 130/130 DEBUG: Running scriptlet: rpm-4.16.1.3-40.el9.x86_64 130/130 DEBUG: Running scriptlet: python3-dnf-plugins-core-4.3.0-26.el9.noarch 130/130 DEBUG: Verifying : alternatives-1.24-2.el9.x86_64 1/130 DEBUG: Verifying : attr-2.5.1-3.el9.x86_64 2/130 DEBUG: Verifying : audit-libs-3.1.5-8.el9.x86_64 3/130 DEBUG: Verifying : basesystem-11-13.el9.noarch 4/130 DEBUG: Verifying : bash-5.1.8-9.el9.x86_64 5/130 DEBUG: Verifying : bzip2-libs-1.0.8-11.el9.x86_64 6/130 DEBUG: Verifying : ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 7/130 DEBUG: Verifying : centos-gpg-keys-9.0-38.el9.noarch 8/130 DEBUG: Verifying : centos-stream-release-9.0-38.el9.noarch 9/130 DEBUG: Verifying : centos-stream-repos-9.0-38.el9.noarch 10/130 DEBUG: Verifying : coreutils-8.32-42.el9.x86_64 11/130 DEBUG: Verifying : coreutils-common-8.32-42.el9.x86_64 12/130 DEBUG: Verifying : crypto-policies-20260224-1.gitea0f072.el9.noarch 13/130 DEBUG: Verifying : curl-7.76.1-43.el9.x86_64 14/130 DEBUG: Verifying : cyrus-sasl-lib-2.1.27-21.el9.x86_64 15/130 DEBUG: Verifying : dbus-libs-1:1.12.20-9.el9.x86_64 16/130 DEBUG: Verifying : dnf-data-4.14.0-36.el9.noarch 17/130 DEBUG: Verifying : elfutils-default-yama-scope-0.195-1.el9.noarch 18/130 DEBUG: Verifying : elfutils-libelf-0.195-1.el9.x86_64 19/130 DEBUG: Verifying : elfutils-libs-0.195-1.el9.x86_64 20/130 DEBUG: Verifying : expat-2.5.0-6.el9.x86_64 21/130 DEBUG: Verifying : file-libs-5.39-19.el9.x86_64 22/130 DEBUG: Verifying : filesystem-3.16-5.el9.x86_64 23/130 DEBUG: Verifying : findutils-1:4.8.0-7.el9.x86_64 24/130 DEBUG: Verifying : gawk-5.1.0-6.el9.x86_64 25/130 DEBUG: Verifying : gdbm-libs-1:1.23-1.el9.x86_64 26/130 DEBUG: Verifying : glib2-2.68.4-20.el9.x86_64 27/130 DEBUG: Verifying : glibc-2.34-270.el9.x86_64 28/130 DEBUG: Verifying : glibc-common-2.34-270.el9.x86_64 29/130 DEBUG: Verifying : glibc-minimal-langpack-2.34-270.el9.x86_64 30/130 DEBUG: Verifying : gmp-1:6.2.0-13.el9.x86_64 31/130 DEBUG: Verifying : gnupg2-2.3.3-5.el9.x86_64 32/130 DEBUG: Verifying : gnutls-3.8.10-5.el9.x86_64 33/130 DEBUG: Verifying : gpgme-1.15.1-6.el9.x86_64 34/130 DEBUG: Verifying : grep-3.6-5.el9.x86_64 35/130 DEBUG: Verifying : ima-evm-utils-1.6.2-3.el9.x86_64 36/130 DEBUG: Verifying : json-c-0.14-11.el9.x86_64 37/130 DEBUG: Verifying : keyutils-1.6.3-1.el9.x86_64 38/130 DEBUG: Verifying : keyutils-libs-1.6.3-1.el9.x86_64 39/130 DEBUG: Verifying : krb5-libs-1.21.1-10.el9.x86_64 40/130 DEBUG: Verifying : libacl-2.3.1-4.el9.x86_64 41/130 DEBUG: Verifying : libarchive-3.5.3-9.el9.x86_64 42/130 DEBUG: Verifying : libassuan-2.5.5-3.el9.x86_64 43/130 DEBUG: Verifying : libattr-2.5.1-3.el9.x86_64 44/130 DEBUG: Verifying : libblkid-2.37.4-25.el9.x86_64 45/130 DEBUG: Verifying : libbrotli-1.0.9-9.el9.x86_64 46/130 DEBUG: Verifying : libcap-2.48-10.el9.x86_64 47/130 DEBUG: Verifying : libcap-ng-0.8.2-7.el9.x86_64 48/130 DEBUG: Verifying : libcom_err-1.46.5-8.el9.x86_64 49/130 DEBUG: Verifying : libcomps-0.1.18-1.el9.x86_64 50/130 DEBUG: Verifying : libcurl-7.76.1-43.el9.x86_64 51/130 DEBUG: Verifying : libdnf-0.69.0-19.el9.x86_64 52/130 DEBUG: Verifying : libevent-2.1.12-8.el9.x86_64 53/130 DEBUG: Verifying : libffi-3.4.2-8.el9.x86_64 54/130 DEBUG: Verifying : libgcc-11.5.0-14.el9.x86_64 55/130 DEBUG: Verifying : libgcrypt-1.10.0-11.el9.x86_64 56/130 DEBUG: Verifying : libgomp-11.5.0-14.el9.x86_64 57/130 DEBUG: Verifying : libgpg-error-1.42-5.el9.x86_64 58/130 DEBUG: Verifying : libidn2-2.3.0-7.el9.x86_64 59/130 DEBUG: Verifying : libksba-1.5.1-7.el9.x86_64 60/130 DEBUG: Verifying : libmodulemd-2.13.0-2.el9.x86_64 61/130 DEBUG: Verifying : libmount-2.37.4-25.el9.x86_64 62/130 DEBUG: Verifying : libnghttp2-1.43.0-7.el9.x86_64 63/130 DEBUG: Verifying : libpsl-0.21.1-5.el9.x86_64 64/130 DEBUG: Verifying : librepo-1.19.0-1.el9.x86_64 65/130 DEBUG: Verifying : libreport-filesystem-2.15.2-6.el9.noarch 66/130 DEBUG: Verifying : libselinux-3.6-4.el9.x86_64 67/130 DEBUG: Verifying : libsemanage-3.6-5.el9.x86_64 68/130 DEBUG: Verifying : libsepol-3.6-3.el9.x86_64 69/130 DEBUG: Verifying : libsigsegv-2.13-4.el9.x86_64 70/130 DEBUG: Verifying : libsmartcols-2.37.4-25.el9.x86_64 71/130 DEBUG: Verifying : libsolv-0.7.24-6.el9.x86_64 72/130 DEBUG: Verifying : libssh-0.10.4-18.el9.x86_64 73/130 DEBUG: Verifying : libssh-config-0.10.4-18.el9.noarch 74/130 DEBUG: Verifying : libstdc++-11.5.0-14.el9.x86_64 75/130 DEBUG: Verifying : libtasn1-4.16.0-10.el9.x86_64 76/130 DEBUG: Verifying : libtool-ltdl-2.4.6-46.el9.x86_64 77/130 DEBUG: Verifying : libunistring-0.9.10-15.el9.x86_64 78/130 DEBUG: Verifying : libuuid-2.37.4-25.el9.x86_64 79/130 DEBUG: Verifying : libverto-0.3.2-3.el9.x86_64 80/130 DEBUG: Verifying : libxcrypt-4.4.18-3.el9.x86_64 81/130 DEBUG: Verifying : libxml2-2.9.13-15.el9.x86_64 82/130 DEBUG: Verifying : libyaml-0.2.5-7.el9.x86_64 83/130 DEBUG: Verifying : libzstd-1.5.5-1.el9.x86_64 84/130 DEBUG: Verifying : lua-libs-5.4.4-4.el9.x86_64 85/130 DEBUG: Verifying : lz4-libs-1.9.3-5.el9.x86_64 86/130 DEBUG: Verifying : mpfr-4.1.0-10.el9.x86_64 87/130 DEBUG: Verifying : ncurses-base-6.2-12.20210508.el9.noarch 88/130 DEBUG: Verifying : ncurses-libs-6.2-12.20210508.el9.x86_64 89/130 DEBUG: Verifying : nettle-3.10.1-1.el9.x86_64 90/130 DEBUG: Verifying : npth-1.6-8.el9.x86_64 91/130 DEBUG: Verifying : openldap-2.6.13-1.el9.x86_64 92/130 DEBUG: Verifying : openssl-fips-provider-1:3.5.5-3.el9.x86_64 93/130 DEBUG: Verifying : openssl-libs-1:3.5.5-3.el9.x86_64 94/130 DEBUG: Verifying : p11-kit-0.26.2-1.el9.x86_64 95/130 DEBUG: Verifying : p11-kit-trust-0.26.2-1.el9.x86_64 96/130 DEBUG: Verifying : pcre-8.44-4.el9.x86_64 97/130 DEBUG: Verifying : pcre2-10.40-6.el9.x86_64 98/130 DEBUG: Verifying : pcre2-syntax-10.40-6.el9.noarch 99/130 DEBUG: Verifying : popt-1.18-8.el9.x86_64 100/130 DEBUG: Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 101/130 DEBUG: Verifying : python3-3.9.25-7.el9.x86_64 102/130 DEBUG: Verifying : python3-dateutil-1:2.9.0.post0-1.el9.noarch 103/130 DEBUG: Verifying : python3-dbus-1.2.18-2.el9.x86_64 104/130 DEBUG: Verifying : python3-dnf-4.14.0-36.el9.noarch 105/130 DEBUG: Verifying : python3-dnf-plugins-core-4.3.0-26.el9.noarch 106/130 DEBUG: Verifying : python3-gpg-1.15.1-6.el9.x86_64 107/130 DEBUG: Verifying : python3-hawkey-0.69.0-19.el9.x86_64 108/130 DEBUG: Verifying : python3-libcomps-0.1.18-1.el9.x86_64 109/130 DEBUG: Verifying : python3-libdnf-0.69.0-19.el9.x86_64 110/130 DEBUG: Verifying : python3-libs-3.9.25-7.el9.x86_64 111/130 DEBUG: Verifying : python3-pip-wheel-21.3.1-2.el9.noarch 112/130 DEBUG: Verifying : python3-rpm-4.16.1.3-40.el9.x86_64 113/130 DEBUG: Verifying : python3-setuptools-wheel-53.0.0-15.el9.noarch 114/130 DEBUG: Verifying : python3-six-1.15.0-9.el9.noarch 115/130 DEBUG: Verifying : python3-systemd-234-19.el9.x86_64 116/130 DEBUG: Verifying : readline-8.1-4.el9.x86_64 117/130 DEBUG: Verifying : rpm-4.16.1.3-40.el9.x86_64 118/130 DEBUG: Verifying : rpm-build-libs-4.16.1.3-40.el9.x86_64 119/130 DEBUG: Verifying : rpm-libs-4.16.1.3-40.el9.x86_64 120/130 DEBUG: Verifying : rpm-sign-libs-4.16.1.3-40.el9.x86_64 121/130 DEBUG: Verifying : sed-4.8-10.el9.x86_64 122/130 DEBUG: Verifying : setup-2.13.7-10.el9.noarch 123/130 DEBUG: Verifying : shadow-utils-2:4.9-17.el9.x86_64 124/130 DEBUG: Verifying : sqlite-libs-3.34.1-10.el9.x86_64 125/130 DEBUG: Verifying : systemd-libs-252-70.el9.x86_64 126/130 DEBUG: Verifying : tpm2-tss-3.2.3-1.el9.x86_64 127/130 DEBUG: Verifying : tzdata-2026b-1.el9.noarch 128/130 DEBUG: Verifying : xz-libs-5.2.5-8.el9.x86_64 129/130 DEBUG: Verifying : zlib-1.2.11-41.el9.x86_64 130/130 DEBUG: Installed products updated. DEBUG: Installed: DEBUG: alternatives-1.24-2.el9.x86_64 DEBUG: attr-2.5.1-3.el9.x86_64 DEBUG: audit-libs-3.1.5-8.el9.x86_64 DEBUG: basesystem-11-13.el9.noarch DEBUG: bash-5.1.8-9.el9.x86_64 DEBUG: bzip2-libs-1.0.8-11.el9.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch DEBUG: centos-gpg-keys-9.0-38.el9.noarch DEBUG: centos-stream-release-9.0-38.el9.noarch DEBUG: centos-stream-repos-9.0-38.el9.noarch DEBUG: coreutils-8.32-42.el9.x86_64 DEBUG: coreutils-common-8.32-42.el9.x86_64 DEBUG: crypto-policies-20260224-1.gitea0f072.el9.noarch DEBUG: curl-7.76.1-43.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64 DEBUG: dbus-libs-1:1.12.20-9.el9.x86_64 DEBUG: dnf-data-4.14.0-36.el9.noarch DEBUG: elfutils-default-yama-scope-0.195-1.el9.noarch DEBUG: elfutils-libelf-0.195-1.el9.x86_64 DEBUG: elfutils-libs-0.195-1.el9.x86_64 DEBUG: expat-2.5.0-6.el9.x86_64 DEBUG: file-libs-5.39-19.el9.x86_64 DEBUG: filesystem-3.16-5.el9.x86_64 DEBUG: findutils-1:4.8.0-7.el9.x86_64 DEBUG: gawk-5.1.0-6.el9.x86_64 DEBUG: gdbm-libs-1:1.23-1.el9.x86_64 DEBUG: glib2-2.68.4-20.el9.x86_64 DEBUG: glibc-2.34-270.el9.x86_64 DEBUG: glibc-common-2.34-270.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-270.el9.x86_64 DEBUG: gmp-1:6.2.0-13.el9.x86_64 DEBUG: gnupg2-2.3.3-5.el9.x86_64 DEBUG: gnutls-3.8.10-5.el9.x86_64 DEBUG: gpgme-1.15.1-6.el9.x86_64 DEBUG: grep-3.6-5.el9.x86_64 DEBUG: ima-evm-utils-1.6.2-3.el9.x86_64 DEBUG: json-c-0.14-11.el9.x86_64 DEBUG: keyutils-1.6.3-1.el9.x86_64 DEBUG: keyutils-libs-1.6.3-1.el9.x86_64 DEBUG: krb5-libs-1.21.1-10.el9.x86_64 DEBUG: libacl-2.3.1-4.el9.x86_64 DEBUG: libarchive-3.5.3-9.el9.x86_64 DEBUG: libassuan-2.5.5-3.el9.x86_64 DEBUG: libattr-2.5.1-3.el9.x86_64 DEBUG: libblkid-2.37.4-25.el9.x86_64 DEBUG: libbrotli-1.0.9-9.el9.x86_64 DEBUG: libcap-2.48-10.el9.x86_64 DEBUG: libcap-ng-0.8.2-7.el9.x86_64 DEBUG: libcom_err-1.46.5-8.el9.x86_64 DEBUG: libcomps-0.1.18-1.el9.x86_64 DEBUG: libcurl-7.76.1-43.el9.x86_64 DEBUG: libdnf-0.69.0-19.el9.x86_64 DEBUG: libevent-2.1.12-8.el9.x86_64 DEBUG: libffi-3.4.2-8.el9.x86_64 DEBUG: libgcc-11.5.0-14.el9.x86_64 DEBUG: libgcrypt-1.10.0-11.el9.x86_64 DEBUG: libgomp-11.5.0-14.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: libidn2-2.3.0-7.el9.x86_64 DEBUG: libksba-1.5.1-7.el9.x86_64 DEBUG: libmodulemd-2.13.0-2.el9.x86_64 DEBUG: libmount-2.37.4-25.el9.x86_64 DEBUG: libnghttp2-1.43.0-7.el9.x86_64 DEBUG: libpsl-0.21.1-5.el9.x86_64 DEBUG: librepo-1.19.0-1.el9.x86_64 DEBUG: libreport-filesystem-2.15.2-6.el9.noarch DEBUG: libselinux-3.6-4.el9.x86_64 DEBUG: libsemanage-3.6-5.el9.x86_64 DEBUG: libsepol-3.6-3.el9.x86_64 DEBUG: libsigsegv-2.13-4.el9.x86_64 DEBUG: libsmartcols-2.37.4-25.el9.x86_64 DEBUG: libsolv-0.7.24-6.el9.x86_64 DEBUG: libssh-0.10.4-18.el9.x86_64 DEBUG: libssh-config-0.10.4-18.el9.noarch DEBUG: libstdc++-11.5.0-14.el9.x86_64 DEBUG: libtasn1-4.16.0-10.el9.x86_64 DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64 DEBUG: libunistring-0.9.10-15.el9.x86_64 DEBUG: libuuid-2.37.4-25.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: libxcrypt-4.4.18-3.el9.x86_64 DEBUG: libxml2-2.9.13-15.el9.x86_64 DEBUG: libyaml-0.2.5-7.el9.x86_64 DEBUG: libzstd-1.5.5-1.el9.x86_64 DEBUG: lua-libs-5.4.4-4.el9.x86_64 DEBUG: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: mpfr-4.1.0-10.el9.x86_64 DEBUG: ncurses-base-6.2-12.20210508.el9.noarch DEBUG: ncurses-libs-6.2-12.20210508.el9.x86_64 DEBUG: nettle-3.10.1-1.el9.x86_64 DEBUG: npth-1.6-8.el9.x86_64 DEBUG: openldap-2.6.13-1.el9.x86_64 DEBUG: openssl-fips-provider-1:3.5.5-3.el9.x86_64 DEBUG: openssl-libs-1:3.5.5-3.el9.x86_64 DEBUG: p11-kit-0.26.2-1.el9.x86_64 DEBUG: p11-kit-trust-0.26.2-1.el9.x86_64 DEBUG: pcre-8.44-4.el9.x86_64 DEBUG: pcre2-10.40-6.el9.x86_64 DEBUG: pcre2-syntax-10.40-6.el9.noarch DEBUG: popt-1.18-8.el9.x86_64 DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: python3-3.9.25-7.el9.x86_64 DEBUG: python3-dateutil-1:2.9.0.post0-1.el9.noarch DEBUG: python3-dbus-1.2.18-2.el9.x86_64 DEBUG: python3-dnf-4.14.0-36.el9.noarch DEBUG: python3-dnf-plugins-core-4.3.0-26.el9.noarch DEBUG: python3-gpg-1.15.1-6.el9.x86_64 DEBUG: python3-hawkey-0.69.0-19.el9.x86_64 DEBUG: python3-libcomps-0.1.18-1.el9.x86_64 DEBUG: python3-libdnf-0.69.0-19.el9.x86_64 DEBUG: python3-libs-3.9.25-7.el9.x86_64 DEBUG: python3-pip-wheel-21.3.1-2.el9.noarch DEBUG: python3-rpm-4.16.1.3-40.el9.x86_64 DEBUG: python3-setuptools-wheel-53.0.0-15.el9.noarch DEBUG: python3-six-1.15.0-9.el9.noarch DEBUG: python3-systemd-234-19.el9.x86_64 DEBUG: readline-8.1-4.el9.x86_64 DEBUG: rpm-4.16.1.3-40.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-40.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-40.el9.x86_64 DEBUG: rpm-sign-libs-4.16.1.3-40.el9.x86_64 DEBUG: sed-4.8-10.el9.x86_64 DEBUG: setup-2.13.7-10.el9.noarch DEBUG: shadow-utils-2:4.9-17.el9.x86_64 DEBUG: sqlite-libs-3.34.1-10.el9.x86_64 DEBUG: systemd-libs-252-70.el9.x86_64 DEBUG: tpm2-tss-3.2.3-1.el9.x86_64 DEBUG: tzdata-2026b-1.el9.noarch DEBUG: xz-libs-5.2.5-8.el9.x86_64 DEBUG: zlib-1.2.11-41.el9.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish(bootstrap): installing dnf tooling DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/etc/os-release DEBUG: method _setup_build_dirs skipped in bootstrap DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/.initialized DEBUG: child environment: None DEBUG: Executing command: ['sync'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Start(bootstrap): creating root cache DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/centos-stream-9-x86_64-bootstrap/root_cache/cache.tar.gz', '-C', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root', '--exclude=./proc', '--exclude=./sys', '--exclude=./dev', '--exclude=./tmp/ccache', '--exclude=./var/cache/yum', '--exclude=./var/cache/dnf', '--exclude=./var/log', '--exclude=.//proc', '--exclude=.//proc', '--exclude=.//sys', '--exclude=.//sys', '--exclude=.//dev/shm', '--exclude=.//dev/pts', '--exclude=.//proc/filesystems', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//var/cache/dnf', '.'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish(bootstrap): creating root cache Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/result INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64/root_cache/ DEBUG: created dir: /var/cache/mock/centos-stream-9-x86_64/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/centos-stream-9-x86_64/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 46 bits physical, 57 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 1 DEBUG: On-line CPU(s) list: 0 DEBUG: Vendor ID: GenuineIntel DEBUG: Model name: Intel Xeon Processor (Icelake) DEBUG: CPU family: 6 DEBUG: Model: 134 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 1 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 4589.22 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 wbnoinvd arat vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid fsrm md_clear arch_capabilities DEBUG: Virtualization: VT-x DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 32 KiB (1 instance) DEBUG: L1i cache: 32 KiB (1 instance) DEBUG: L2 cache: 4 MiB (1 instance) DEBUG: L3 cache: 16 MiB (1 instance) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Indirect target selection: Mitigation; Aligned branch/return thunks DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown DEBUG: Vulnerability Old microcode: Not affected DEBUG: Vulnerability Reg file data sampling: Vulnerable: No microcode DEBUG: Vulnerability Retbleed: Not affected DEBUG: Vulnerability Spec rstack overflow: Not affected DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS Not affected; BHI SW loop, KVM SW loop DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsa: Not affected DEBUG: Vulnerability Tsx async abort: Mitigation; TSX disabled DEBUG: Vulnerability Vmscape: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 1.7Gi 542Mi 233Mi 7.0Mi 1.1Gi 1.1Gi DEBUG: Swap: 0B 0B 0B DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/centos-stream-9-x86_64/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: /dev/vda4 xfs 18G 3.6G 15G 20% / DEBUG: /dev/vda4 xfs 18G 3.6G 15G 20% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/lib/yum DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/log DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/cache/yum DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/rpm DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/tmp DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/tmp/ccache DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/tmp DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/dnf DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/yum DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/proc DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/sys DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/run/lock DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/dev/pts DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/dev/shm DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/dev/mapper DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/dev/mapper DEBUG: kernel version == 5.14.0-710.el9.x86_64 DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64/root/etc/fstab DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/centos-stream-9-x86_64/root DEBUG: resultdir = /var/lib/mock/centos-stream-9-x86_64/result INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/etc/pki/ca-trust/source/blocklist DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/centos-stream-9-x86_64/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-9-x86_64/yum_cache', '/var/lib/mock/centos-stream-9-x86_64/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/centos-stream-9-x86_64/dnf_cache', '/var/lib/mock/centos-stream-9-x86_64/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/etc Start: installing minimal buildroot with dnf DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/centos-stream-9-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.ymg6dcdd', '/var/lib/mock/centos-stream-9-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/centos-stream-9-x86_64/root', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/installation-homedir DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-9-x86_64/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'tar', 'redhat-rpm-config', 'redhat-release', 'which', 'xz', 'sed', 'make', 'bzip2', 'gzip', 'coreutils', 'unzip', 'diffutils', 'cpio', 'bash', 'gawk', 'rpm-build', 'info', 'patch', 'util-linux', 'findutils', 'grep', 'glibc-minimal-langpack'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.c1a6ptsc:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '196ab2fd21d74088843050f5546fe7d8', '-D', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.c1a6ptsc:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/centos-stream-9-x86_64/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-9-x86_64/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'tar', 'redhat-rpm-config', 'redhat-release', 'which', 'xz', 'sed', 'make', 'bzip2', 'gzip', 'coreutils', 'unzip', 'diffutils', 'cpio', 'bash', 'gawk', 'rpm-build', 'info', 'patch', 'util-linux', 'findutils', 'grep', 'glibc-minimal-langpack', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/centos-stream-9-x86_64/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: CentOS Stream 9 - BaseOS 36 MB/s | 8.9 MB 00:00 DEBUG: CentOS Stream 9 - AppStream 41 MB/s | 28 MB 00:00 DEBUG: CentOS Stream 9 - CRB 21 MB/s | 8.3 MB 00:00 DEBUG: CentOS Stream 9 - Extras packages 147 kB/s | 21 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: bash x86_64 5.1.8-9.el9 baseos 1.7 M DEBUG: bzip2 x86_64 1.0.8-11.el9 baseos 55 k DEBUG: centos-stream-release noarch 9.0-38.el9 baseos 24 k DEBUG: coreutils x86_64 8.32-42.el9 baseos 1.2 M DEBUG: cpio x86_64 2.13-16.el9 baseos 275 k DEBUG: diffutils x86_64 3.7-12.el9 baseos 397 k DEBUG: findutils x86_64 1:4.8.0-7.el9 baseos 547 k DEBUG: gawk x86_64 5.1.0-6.el9 baseos 1.0 M DEBUG: glibc-minimal-langpack x86_64 2.34-270.el9 baseos 24 k DEBUG: grep x86_64 3.6-5.el9 baseos 269 k DEBUG: gzip x86_64 1.12-1.el9 baseos 163 k DEBUG: info x86_64 6.7-15.el9 baseos 225 k DEBUG: make x86_64 1:4.3-8.el9 baseos 536 k DEBUG: patch x86_64 2.7.6-16.el9 appstream 128 k DEBUG: redhat-rpm-config noarch 210-1.el9 appstream 70 k DEBUG: rpm-build x86_64 4.16.1.3-40.el9 appstream 66 k DEBUG: sed x86_64 4.8-10.el9 baseos 303 k DEBUG: tar x86_64 2:1.34-11.el9 baseos 885 k DEBUG: unzip x86_64 6.0-59.el9 baseos 182 k DEBUG: util-linux x86_64 2.37.4-25.el9 baseos 2.3 M DEBUG: which x86_64 2.21-30.el9 baseos 41 k DEBUG: xz x86_64 5.2.5-8.el9 baseos 226 k DEBUG: Installing dependencies: DEBUG: alternatives x86_64 1.24-2.el9 baseos 39 k DEBUG: audit-libs x86_64 3.1.5-8.el9 baseos 121 k DEBUG: basesystem noarch 11-13.el9 baseos 3.9 k DEBUG: binutils x86_64 2.35.2-72.el9 baseos 4.6 M DEBUG: binutils-gold x86_64 2.35.2-72.el9 baseos 734 k DEBUG: bzip2-libs x86_64 1.0.8-11.el9 baseos 39 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.305-91.el9 baseos 1.0 M DEBUG: centos-gpg-keys noarch 9.0-38.el9 baseos 24 k DEBUG: centos-stream-repos noarch 9.0-38.el9 baseos 8.9 k DEBUG: coreutils-common x86_64 8.32-42.el9 baseos 2.0 M DEBUG: cracklib x86_64 2.9.6-28.el9 baseos 93 k DEBUG: cracklib-dicts x86_64 2.9.6-28.el9 baseos 3.6 M DEBUG: crypto-policies noarch 20260224-1.gitea0f072.el9 baseos 89 k DEBUG: curl x86_64 7.76.1-43.el9 baseos 292 k DEBUG: cyrus-sasl-lib x86_64 2.1.27-21.el9 baseos 769 k DEBUG: debugedit x86_64 5.0-11.el9 appstream 77 k DEBUG: dwz x86_64 0.16-1.el9 appstream 134 k DEBUG: ed x86_64 1.14.2-12.el9 baseos 75 k DEBUG: efi-srpm-macros noarch 6-4.el9 appstream 21 k DEBUG: elfutils x86_64 0.195-1.el9 baseos 607 k DEBUG: elfutils-debuginfod-client x86_64 0.195-1.el9 baseos 43 k DEBUG: elfutils-default-yama-scope noarch 0.195-1.el9 baseos 8.9 k DEBUG: elfutils-libelf x86_64 0.195-1.el9 baseos 205 k DEBUG: elfutils-libs x86_64 0.195-1.el9 baseos 269 k DEBUG: file x86_64 5.39-19.el9 baseos 48 k DEBUG: file-libs x86_64 5.39-19.el9 baseos 587 k DEBUG: filesystem x86_64 3.16-5.el9 baseos 4.8 M DEBUG: fonts-srpm-macros noarch 1:2.0.5-7.el9.1 appstream 28 k DEBUG: gdb-minimal x86_64 16.3-3.el9 appstream 4.4 M DEBUG: gdbm-libs x86_64 1:1.23-1.el9 baseos 56 k DEBUG: ghc-srpm-macros noarch 1.5.0-6.el9 appstream 8.8 k DEBUG: glibc x86_64 2.34-270.el9 baseos 2.0 M DEBUG: glibc-common x86_64 2.34-270.el9 baseos 308 k DEBUG: glibc-gconv-extra x86_64 2.34-270.el9 baseos 1.7 M DEBUG: gmp x86_64 1:6.2.0-13.el9 baseos 315 k DEBUG: go-srpm-macros noarch 3.8.1-1.el9 appstream 27 k DEBUG: groff-base x86_64 1.22.4-10.el9 baseos 1.1 M DEBUG: json-c x86_64 0.14-11.el9 baseos 43 k DEBUG: kernel-srpm-macros noarch 1.0-14.el9 appstream 14 k DEBUG: keyutils-libs x86_64 1.6.3-1.el9 baseos 32 k DEBUG: krb5-libs x86_64 1.21.1-10.el9 baseos 765 k DEBUG: libacl x86_64 2.3.1-4.el9 baseos 23 k DEBUG: libarchive x86_64 3.5.3-9.el9 baseos 387 k DEBUG: libattr x86_64 2.5.1-3.el9 baseos 19 k DEBUG: libblkid x86_64 2.37.4-25.el9 baseos 105 k DEBUG: libbrotli x86_64 1.0.9-9.el9 baseos 312 k DEBUG: libcap x86_64 2.48-10.el9 baseos 70 k DEBUG: libcap-ng x86_64 0.8.2-7.el9 baseos 33 k DEBUG: libcom_err x86_64 1.46.5-8.el9 baseos 26 k DEBUG: libcurl x86_64 7.76.1-43.el9 baseos 284 k DEBUG: libdb x86_64 5.3.28-57.el9 baseos 735 k DEBUG: libeconf x86_64 0.4.1-7.el9 baseos 26 k DEBUG: libevent x86_64 2.1.12-8.el9 baseos 262 k DEBUG: libfdisk x86_64 2.37.4-25.el9 baseos 152 k DEBUG: libffi x86_64 3.4.2-8.el9 baseos 38 k DEBUG: libgcc x86_64 11.5.0-14.el9 baseos 85 k DEBUG: libgcrypt x86_64 1.10.0-11.el9 baseos 508 k DEBUG: libgomp x86_64 11.5.0-14.el9 baseos 257 k DEBUG: libgpg-error x86_64 1.42-5.el9 baseos 216 k DEBUG: libidn2 x86_64 2.3.0-7.el9 baseos 101 k DEBUG: libmount x86_64 2.37.4-25.el9 baseos 133 k DEBUG: libnghttp2 x86_64 1.43.0-7.el9 baseos 72 k DEBUG: libpkgconf x86_64 1.7.3-10.el9 baseos 36 k DEBUG: libpsl x86_64 0.21.1-5.el9 baseos 64 k DEBUG: libpwquality x86_64 1.4.4-8.el9 baseos 119 k DEBUG: libselinux x86_64 3.6-4.el9 baseos 84 k DEBUG: libsemanage x86_64 3.6-5.el9 baseos 118 k DEBUG: libsepol x86_64 3.6-3.el9 baseos 329 k DEBUG: libsigsegv x86_64 2.13-4.el9 baseos 27 k DEBUG: libsmartcols x86_64 2.37.4-25.el9 baseos 61 k DEBUG: libssh x86_64 0.10.4-18.el9 baseos 213 k DEBUG: libssh-config noarch 0.10.4-18.el9 baseos 8.0 k DEBUG: libstdc++ x86_64 11.5.0-14.el9 baseos 742 k DEBUG: libtasn1 x86_64 4.16.0-10.el9 baseos 73 k DEBUG: libtool-ltdl x86_64 2.4.6-46.el9 baseos 36 k DEBUG: libunistring x86_64 0.9.10-15.el9 baseos 496 k DEBUG: libutempter x86_64 1.2.1-6.el9 baseos 27 k DEBUG: libuuid x86_64 2.37.4-25.el9 baseos 26 k DEBUG: libverto x86_64 0.3.2-3.el9 baseos 22 k DEBUG: libxcrypt x86_64 4.4.18-3.el9 baseos 116 k DEBUG: libxml2 x86_64 2.9.13-15.el9 baseos 747 k DEBUG: libzstd x86_64 1.5.5-1.el9 baseos 295 k DEBUG: lua-libs x86_64 5.4.4-4.el9 baseos 130 k DEBUG: lua-srpm-macros noarch 1-6.el9 appstream 9.5 k DEBUG: lz4-libs x86_64 1.9.3-5.el9 baseos 68 k DEBUG: mpfr x86_64 4.1.0-10.el9 baseos 324 k DEBUG: ncurses x86_64 6.2-12.20210508.el9 baseos 406 k DEBUG: ncurses-base noarch 6.2-12.20210508.el9 baseos 95 k DEBUG: ncurses-libs x86_64 6.2-12.20210508.el9 baseos 328 k DEBUG: ocaml-srpm-macros noarch 6-6.el9 appstream 8.8 k DEBUG: openblas-srpm-macros noarch 2-11.el9 appstream 8.4 k DEBUG: openldap x86_64 2.6.13-1.el9 baseos 285 k DEBUG: openssl x86_64 1:3.5.5-3.el9 baseos 1.5 M DEBUG: openssl-fips-provider x86_64 1:3.5.5-3.el9 baseos 814 k DEBUG: openssl-libs x86_64 1:3.5.5-3.el9 baseos 2.3 M DEBUG: p11-kit x86_64 0.26.2-1.el9 baseos 602 k DEBUG: p11-kit-trust x86_64 0.26.2-1.el9 baseos 155 k DEBUG: pam x86_64 1.5.1-29.el9 baseos 624 k DEBUG: pcre x86_64 8.44-4.el9 baseos 197 k DEBUG: pcre2 x86_64 10.40-6.el9 baseos 234 k DEBUG: pcre2-syntax noarch 10.40-6.el9 baseos 141 k DEBUG: perl-AutoLoader noarch 5.74-483.el9 appstream 21 k DEBUG: perl-B x86_64 1.80-483.el9 appstream 180 k DEBUG: perl-Carp noarch 1.50-460.el9 appstream 30 k DEBUG: perl-Class-Struct noarch 0.66-483.el9 appstream 22 k DEBUG: perl-Data-Dumper x86_64 2.174-462.el9 appstream 56 k DEBUG: perl-Digest noarch 1.19-4.el9 appstream 26 k DEBUG: perl-Digest-MD5 x86_64 2.58-4.el9 appstream 37 k DEBUG: perl-Encode x86_64 4:3.08-462.el9 appstream 1.7 M DEBUG: perl-Errno x86_64 1.30-483.el9 appstream 15 k DEBUG: perl-Exporter noarch 5.74-461.el9 appstream 32 k DEBUG: perl-Fcntl x86_64 1.13-483.el9 appstream 20 k DEBUG: perl-File-Basename noarch 2.85-483.el9 appstream 17 k DEBUG: perl-File-Path noarch 2.18-4.el9 appstream 36 k DEBUG: perl-File-Temp noarch 1:0.231.100-4.el9 appstream 60 k DEBUG: perl-File-stat noarch 1.09-483.el9 appstream 17 k DEBUG: perl-FileHandle noarch 2.03-483.el9 appstream 15 k DEBUG: perl-Getopt-Long noarch 1:2.52-4.el9 appstream 61 k DEBUG: perl-Getopt-Std noarch 1.12-483.el9 appstream 15 k DEBUG: perl-HTTP-Tiny noarch 0.076-462.el9 appstream 54 k DEBUG: perl-IO x86_64 1.43-483.el9 appstream 88 k DEBUG: perl-IO-Socket-IP noarch 0.41-5.el9 appstream 43 k DEBUG: perl-IO-Socket-SSL noarch 2.073-2.el9 appstream 217 k DEBUG: perl-IPC-Open3 noarch 1.21-483.el9 appstream 22 k DEBUG: perl-MIME-Base64 x86_64 3.16-4.el9 appstream 31 k DEBUG: perl-Mozilla-CA noarch 20200520-6.el9 appstream 13 k DEBUG: perl-Net-SSLeay x86_64 1.94-4.el9 appstream 412 k DEBUG: perl-POSIX x86_64 1.94-483.el9 appstream 96 k DEBUG: perl-PathTools x86_64 3.78-461.el9 appstream 88 k DEBUG: perl-Pod-Escapes noarch 1:1.07-460.el9 appstream 21 k DEBUG: perl-Pod-Perldoc noarch 3.28.01-461.el9 appstream 87 k DEBUG: perl-Pod-Simple noarch 1:3.42-4.el9 appstream 225 k DEBUG: perl-Pod-Usage noarch 4:2.01-4.el9 appstream 41 k DEBUG: perl-Scalar-List-Utils x86_64 4:1.56-462.el9 appstream 71 k DEBUG: perl-SelectSaver noarch 1.02-483.el9 appstream 11 k DEBUG: perl-Socket x86_64 4:2.031-4.el9 appstream 56 k DEBUG: perl-Storable x86_64 1:3.21-460.el9 appstream 96 k DEBUG: perl-Symbol noarch 1.08-483.el9 appstream 14 k DEBUG: perl-Term-ANSIColor noarch 5.01-461.el9 appstream 49 k DEBUG: perl-Term-Cap noarch 1.17-460.el9 appstream 23 k DEBUG: perl-Text-ParseWords noarch 3.30-460.el9 appstream 17 k DEBUG: perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 appstream 24 k DEBUG: perl-Time-Local noarch 2:1.300-7.el9 appstream 34 k DEBUG: perl-URI noarch 5.09-3.el9 appstream 121 k DEBUG: perl-base noarch 2.27-483.el9 appstream 16 k DEBUG: perl-constant noarch 1.33-461.el9 appstream 24 k DEBUG: perl-if noarch 0.60.800-483.el9 appstream 14 k DEBUG: perl-interpreter x86_64 4:5.32.1-483.el9 appstream 70 k DEBUG: perl-libnet noarch 3.13-4.el9 appstream 130 k DEBUG: perl-libs x86_64 4:5.32.1-483.el9 appstream 2.2 M DEBUG: perl-mro x86_64 1.23-483.el9 appstream 28 k DEBUG: perl-overload noarch 1.31-483.el9 appstream 45 k DEBUG: perl-overloading noarch 0.02-483.el9 appstream 12 k DEBUG: perl-parent noarch 1:0.238-460.el9 appstream 15 k DEBUG: perl-podlators noarch 1:4.14-460.el9 appstream 114 k DEBUG: perl-srpm-macros noarch 1-41.el9 appstream 9.1 k DEBUG: perl-subs noarch 1.03-483.el9 appstream 11 k DEBUG: perl-vars noarch 1.05-483.el9 appstream 13 k DEBUG: pkgconf x86_64 1.7.3-10.el9 baseos 41 k DEBUG: pkgconf-m4 noarch 1.7.3-10.el9 baseos 15 k DEBUG: pkgconf-pkg-config x86_64 1.7.3-10.el9 baseos 11 k DEBUG: popt x86_64 1.18-8.el9 baseos 65 k DEBUG: publicsuffix-list-dafsa noarch 20210518-3.el9 baseos 58 k DEBUG: pyproject-srpm-macros noarch 1.18.5-1.el9 appstream 12 k DEBUG: python-srpm-macros noarch 3.9-54.el9 appstream 18 k DEBUG: qt5-srpm-macros noarch 5.15.9-1.el9 appstream 8.8 k DEBUG: readline x86_64 8.1-4.el9 baseos 212 k DEBUG: rpm x86_64 4.16.1.3-40.el9 baseos 535 k DEBUG: rpm-build-libs x86_64 4.16.1.3-40.el9 baseos 88 k DEBUG: rpm-libs x86_64 4.16.1.3-40.el9 baseos 307 k DEBUG: rust-srpm-macros noarch 17-4.el9 appstream 10 k DEBUG: setup noarch 2.13.7-10.el9 baseos 146 k DEBUG: shadow-utils x86_64 2:4.9-17.el9 baseos 1.2 M DEBUG: sqlite-libs x86_64 3.34.1-10.el9 baseos 643 k DEBUG: systemd-libs x86_64 252-70.el9 baseos 659 k DEBUG: tzdata noarch 2026b-1.el9 baseos 905 k DEBUG: util-linux-core x86_64 2.37.4-25.el9 baseos 458 k DEBUG: xz-libs x86_64 5.2.5-8.el9 baseos 93 k DEBUG: zip x86_64 3.0-35.el9 baseos 266 k DEBUG: zlib x86_64 1.2.11-41.el9 baseos 91 k DEBUG: zstd x86_64 1.5.5-1.el9 baseos 464 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 203 Packages DEBUG: Total download size: 70 M DEBUG: Installed size: 225 M DEBUG: Downloading Packages: DEBUG: (1/203): basesystem-11-13.el9.noarch.rpm 9.1 kB/s | 3.9 kB 00:00 DEBUG: (2/203): alternatives-1.24-2.el9.x86_64.rpm 78 kB/s | 39 kB 00:00 DEBUG: (3/203): audit-libs-3.1.5-8.el9.x86_64.rpm 179 kB/s | 121 kB 00:00 DEBUG: (4/203): binutils-gold-2.35.2-72.el9.x86_64.rpm 776 kB/s | 734 kB 00:00 DEBUG: (5/203): bzip2-1.0.8-11.el9.x86_64.rpm 272 kB/s | 55 kB 00:00 DEBUG: (6/203): bzip2-libs-1.0.8-11.el9.x86_64.rpm 324 kB/s | 39 kB 00:00 DEBUG: (7/203): bash-5.1.8-9.el9.x86_64.rpm 730 kB/s | 1.7 MB 00:02 DEBUG: (8/203): centos-gpg-keys-9.0-38.el9.noarch.rpm 205 kB/s | 24 kB 00:00 DEBUG: (9/203): centos-stream-release-9.0-38.el9.noarc 200 kB/s | 24 kB 00:00 DEBUG: (10/203): centos-stream-repos-9.0-38.el9.noarch 75 kB/s | 8.9 kB 00:00 DEBUG: (11/203): ca-certificates-2025.2.80_v9.0.305-91 770 kB/s | 1.0 MB 00:01 DEBUG: (12/203): coreutils-8.32-42.el9.x86_64.rpm 775 kB/s | 1.2 MB 00:01 DEBUG: (13/203): cpio-2.13-16.el9.x86_64.rpm 610 kB/s | 275 kB 00:00 DEBUG: (14/203): cracklib-2.9.6-28.el9.x86_64.rpm 456 kB/s | 93 kB 00:00 DEBUG: (15/203): coreutils-common-8.32-42.el9.x86_64.r 818 kB/s | 2.0 MB 00:02 DEBUG: (16/203): crypto-policies-20260224-1.gitea0f072 440 kB/s | 89 kB 00:00 DEBUG: (17/203): binutils-2.35.2-72.el9.x86_64.rpm 814 kB/s | 4.6 MB 00:05 DEBUG: (18/203): curl-7.76.1-43.el9.x86_64.rpm 647 kB/s | 292 kB 00:00 DEBUG: (19/203): diffutils-3.7-12.el9.x86_64.rpm 745 kB/s | 397 kB 00:00 DEBUG: (20/203): ed-1.14.2-12.el9.x86_64.rpm 371 kB/s | 75 kB 00:00 DEBUG: (21/203): cyrus-sasl-lib-2.1.27-21.el9.x86_64.r 744 kB/s | 769 kB 00:01 DEBUG: (22/203): elfutils-debuginfod-client-0.195-1.el 364 kB/s | 43 kB 00:00 DEBUG: (23/203): elfutils-default-yama-scope-0.195-1.e 75 kB/s | 8.9 kB 00:00 DEBUG: (24/203): elfutils-libelf-0.195-1.el9.x86_64.rp 557 kB/s | 205 kB 00:00 DEBUG: (25/203): elfutils-0.195-1.el9.x86_64.rpm 777 kB/s | 607 kB 00:00 DEBUG: (26/203): file-5.39-19.el9.x86_64.rpm 398 kB/s | 48 kB 00:00 DEBUG: (27/203): elfutils-libs-0.195-1.el9.x86_64.rpm 596 kB/s | 269 kB 00:00 DEBUG: (28/203): file-libs-5.39-19.el9.x86_64.rpm 751 kB/s | 587 kB 00:00 DEBUG: (29/203): findutils-4.8.0-7.el9.x86_64.rpm 781 kB/s | 547 kB 00:00 DEBUG: (30/203): cracklib-dicts-2.9.6-28.el9.x86_64.rp 825 kB/s | 3.6 MB 00:04 DEBUG: (31/203): gdbm-libs-1.23-1.el9.x86_64.rpm 279 kB/s | 56 kB 00:00 DEBUG: (32/203): gawk-5.1.0-6.el9.x86_64.rpm 796 kB/s | 1.0 MB 00:01 DEBUG: (33/203): glibc-common-2.34-270.el9.x86_64.rpm 683 kB/s | 308 kB 00:00 DEBUG: (34/203): glibc-2.34-270.el9.x86_64.rpm 801 kB/s | 2.0 MB 00:02 DEBUG: (35/203): glibc-minimal-langpack-2.34-270.el9.x 201 kB/s | 24 kB 00:00 DEBUG: (36/203): gmp-6.2.0-13.el9.x86_64.rpm 697 kB/s | 315 kB 00:00 DEBUG: (37/203): glibc-gconv-extra-2.34-270.el9.x86_64 816 kB/s | 1.7 MB 00:02 DEBUG: (38/203): grep-3.6-5.el9.x86_64.rpm 594 kB/s | 269 kB 00:00 DEBUG: (39/203): gzip-1.12-1.el9.x86_64.rpm 570 kB/s | 163 kB 00:00 DEBUG: (40/203): info-6.7-15.el9.x86_64.rpm 610 kB/s | 225 kB 00:00 DEBUG: (41/203): filesystem-3.16-5.el9.x86_64.rpm 827 kB/s | 4.8 MB 00:05 DEBUG: (42/203): json-c-0.14-11.el9.x86_64.rpm 316 kB/s | 43 kB 00:00 DEBUG: (43/203): keyutils-libs-1.6.3-1.el9.x86_64.rpm 199 kB/s | 32 kB 00:00 DEBUG: (44/203): libacl-2.3.1-4.el9.x86_64.rpm 193 kB/s | 23 kB 00:00 DEBUG: (45/203): groff-base-1.22.4-10.el9.x86_64.rpm 810 kB/s | 1.1 MB 00:01 DEBUG: (46/203): libattr-2.5.1-3.el9.x86_64.rpm 159 kB/s | 19 kB 00:00 DEBUG: (47/203): libblkid-2.37.4-25.el9.x86_64.rpm 521 kB/s | 105 kB 00:00 DEBUG: (48/203): libarchive-3.5.3-9.el9.x86_64.rpm 722 kB/s | 387 kB 00:00 DEBUG: (49/203): libcap-2.48-10.el9.x86_64.rpm 343 kB/s | 70 kB 00:00 DEBUG: (50/203): krb5-libs-1.21.1-10.el9.x86_64.rpm 739 kB/s | 765 kB 00:01 DEBUG: (51/203): libcap-ng-0.8.2-7.el9.x86_64.rpm 251 kB/s | 33 kB 00:00 DEBUG: (52/203): libbrotli-1.0.9-9.el9.x86_64.rpm 690 kB/s | 312 kB 00:00 DEBUG: (53/203): libcom_err-1.46.5-8.el9.x86_64.rpm 222 kB/s | 26 kB 00:00 DEBUG: (54/203): libeconf-0.4.1-7.el9.x86_64.rpm 215 kB/s | 26 kB 00:00 DEBUG: (55/203): libcurl-7.76.1-43.el9.x86_64.rpm 626 kB/s | 284 kB 00:00 DEBUG: (56/203): libevent-2.1.12-8.el9.x86_64.rpm 710 kB/s | 262 kB 00:00 DEBUG: (57/203): libffi-3.4.2-8.el9.x86_64.rpm 316 kB/s | 38 kB 00:00 DEBUG: (58/203): libfdisk-2.37.4-25.el9.x86_64.rpm 533 kB/s | 152 kB 00:00 DEBUG: (59/203): libgcc-11.5.0-14.el9.x86_64.rpm 420 kB/s | 85 kB 00:00 DEBUG: (60/203): libdb-5.3.28-57.el9.x86_64.rpm 772 kB/s | 735 kB 00:00 DEBUG: (61/203): libgomp-11.5.0-14.el9.x86_64.rpm 697 kB/s | 257 kB 00:00 DEBUG: (62/203): libgcrypt-1.10.0-11.el9.x86_64.rpm 725 kB/s | 508 kB 00:00 DEBUG: (63/203): libgpg-error-1.42-5.el9.x86_64.rpm 548 kB/s | 216 kB 00:00 DEBUG: (64/203): libidn2-2.3.0-7.el9.x86_64.rpm 461 kB/s | 101 kB 00:00 DEBUG: (65/203): libpkgconf-1.7.3-10.el9.x86_64.rpm 301 kB/s | 36 kB 00:00 DEBUG: (66/203): libnghttp2-1.43.0-7.el9.x86_64.rpm 352 kB/s | 72 kB 00:00 DEBUG: (67/203): libmount-2.37.4-25.el9.x86_64.rpm 465 kB/s | 133 kB 00:00 DEBUG: (68/203): libpsl-0.21.1-5.el9.x86_64.rpm 318 kB/s | 64 kB 00:00 DEBUG: (69/203): libpwquality-1.4.4-8.el9.x86_64.rpm 582 kB/s | 119 kB 00:00 DEBUG: (70/203): libselinux-3.6-4.el9.x86_64.rpm 418 kB/s | 84 kB 00:00 DEBUG: (71/203): libsemanage-3.6-5.el9.x86_64.rpm 582 kB/s | 118 kB 00:00 DEBUG: (72/203): libsigsegv-2.13-4.el9.x86_64.rpm 230 kB/s | 27 kB 00:00 DEBUG: (73/203): libsmartcols-2.37.4-25.el9.x86_64.rpm 300 kB/s | 61 kB 00:00 DEBUG: (74/203): libsepol-3.6-3.el9.x86_64.rpm 727 kB/s | 329 kB 00:00 DEBUG: (75/203): libssh-config-0.10.4-18.el9.noarch.rp 67 kB/s | 8.0 kB 00:00 DEBUG: (76/203): libssh-0.10.4-18.el9.x86_64.rpm 575 kB/s | 213 kB 00:00 DEBUG: (77/203): libtool-ltdl-2.4.6-46.el9.x86_64.rpm 299 kB/s | 36 kB 00:00 DEBUG: (78/203): libtasn1-4.16.0-10.el9.x86_64.rpm 361 kB/s | 73 kB 00:00 DEBUG: (79/203): libutempter-1.2.1-6.el9.x86_64.rpm 220 kB/s | 27 kB 00:00 DEBUG: (80/203): libuuid-2.37.4-25.el9.x86_64.rpm 216 kB/s | 26 kB 00:00 DEBUG: (81/203): libverto-0.3.2-3.el9.x86_64.rpm 135 kB/s | 22 kB 00:00 DEBUG: (82/203): libxcrypt-4.4.18-3.el9.x86_64.rpm 572 kB/s | 116 kB 00:00 DEBUG: (83/203): libunistring-0.9.10-15.el9.x86_64.rpm 707 kB/s | 496 kB 00:00 DEBUG: (84/203): libstdc++-11.5.0-14.el9.x86_64.rpm 784 kB/s | 742 kB 00:00 DEBUG: (85/203): lua-libs-5.4.4-4.el9.x86_64.rpm 451 kB/s | 130 kB 00:00 DEBUG: (86/203): libzstd-1.5.5-1.el9.x86_64.rpm 653 kB/s | 295 kB 00:00 DEBUG: (87/203): lz4-libs-1.9.3-5.el9.x86_64.rpm 336 kB/s | 68 kB 00:00 DEBUG: (88/203): libxml2-2.9.13-15.el9.x86_64.rpm 786 kB/s | 747 kB 00:00 DEBUG: (89/203): mpfr-4.1.0-10.el9.x86_64.rpm 720 kB/s | 324 kB 00:00 DEBUG: (90/203): make-4.3-8.el9.x86_64.rpm 763 kB/s | 536 kB 00:00 DEBUG: (91/203): ncurses-base-6.2-12.20210508.el9.noar 472 kB/s | 95 kB 00:00 DEBUG: (92/203): ncurses-6.2-12.20210508.el9.x86_64.rp 659 kB/s | 406 kB 00:00 DEBUG: (93/203): ncurses-libs-6.2-12.20210508.el9.x86_ 724 kB/s | 328 kB 00:00 DEBUG: (94/203): openldap-2.6.13-1.el9.x86_64.rpm 630 kB/s | 285 kB 00:00 DEBUG: (95/203): openssl-fips-provider-3.5.5-3.el9.x86 786 kB/s | 814 kB 00:01 DEBUG: (96/203): openssl-3.5.5-3.el9.x86_64.rpm 815 kB/s | 1.5 MB 00:01 DEBUG: (97/203): p11-kit-0.26.2-1.el9.x86_64.rpm 767 kB/s | 602 kB 00:00 DEBUG: (98/203): p11-kit-trust-0.26.2-1.el9.x86_64.rpm 543 kB/s | 155 kB 00:00 DEBUG: (99/203): pcre-8.44-4.el9.x86_64.rpm 498 kB/s | 197 kB 00:00 DEBUG: (100/203): pam-1.5.1-29.el9.x86_64.rpm 718 kB/s | 624 kB 00:00 DEBUG: (101/203): pcre2-10.40-6.el9.x86_64.rpm 635 kB/s | 234 kB 00:00 DEBUG: (102/203): openssl-libs-3.5.5-3.el9.x86_64.rpm 828 kB/s | 2.3 MB 00:02 DEBUG: (103/203): pkgconf-1.7.3-10.el9.x86_64.rpm 340 kB/s | 41 kB 00:00 DEBUG: (104/203): pcre2-syntax-10.40-6.el9.noarch.rpm 494 kB/s | 141 kB 00:00 DEBUG: (105/203): pkgconf-m4-1.7.3-10.el9.noarch.rpm 128 kB/s | 15 kB 00:00 DEBUG: (106/203): pkgconf-pkg-config-1.7.3-10.el9.x86_ 92 kB/s | 11 kB 00:00 DEBUG: (107/203): popt-1.18-8.el9.x86_64.rpm 319 kB/s | 65 kB 00:00 DEBUG: (108/203): publicsuffix-list-dafsa-20210518-3.e 288 kB/s | 58 kB 00:00 DEBUG: (109/203): rpm-build-libs-4.16.1.3-40.el9.x86_6 432 kB/s | 88 kB 00:00 DEBUG: (110/203): readline-8.1-4.el9.x86_64.rpm 575 kB/s | 212 kB 00:00 DEBUG: (111/203): rpm-libs-4.16.1.3-40.el9.x86_64.rpm 681 kB/s | 307 kB 00:00 DEBUG: (112/203): sed-4.8-10.el9.x86_64.rpm 669 kB/s | 303 kB 00:00 DEBUG: (113/203): rpm-4.16.1.3-40.el9.x86_64.rpm 761 kB/s | 535 kB 00:00 DEBUG: (114/203): setup-2.13.7-10.el9.noarch.rpm 510 kB/s | 146 kB 00:00 DEBUG: (115/203): sqlite-libs-3.34.1-10.el9.x86_64.rpm 745 kB/s | 643 kB 00:00 DEBUG: (116/203): systemd-libs-252-70.el9.x86_64.rpm 760 kB/s | 659 kB 00:00 DEBUG: (117/203): shadow-utils-4.9-17.el9.x86_64.rpm 795 kB/s | 1.2 MB 00:01 DEBUG: (118/203): tzdata-2026b-1.el9.noarch.rpm 1.6 MB/s | 905 kB 00:00 DEBUG: (119/203): unzip-6.0-59.el9.x86_64.rpm 635 kB/s | 182 kB 00:00 DEBUG: (120/203): tar-1.34-11.el9.x86_64.rpm 796 kB/s | 885 kB 00:01 DEBUG: (121/203): util-linux-2.37.4-25.el9.x86_64.rpm 5.9 MB/s | 2.3 MB 00:00 DEBUG: (122/203): which-2.21-30.el9.x86_64.rpm 334 kB/s | 41 kB 00:00 DEBUG: (123/203): xz-5.2.5-8.el9.x86_64.rpm 1.8 MB/s | 226 kB 00:00 DEBUG: (124/203): util-linux-core-2.37.4-25.el9.x86_64 1.2 MB/s | 458 kB 00:00 DEBUG: (125/203): zip-3.0-35.el9.x86_64.rpm 2.1 MB/s | 266 kB 00:00 DEBUG: (126/203): xz-libs-5.2.5-8.el9.x86_64.rpm 452 kB/s | 93 kB 00:00 DEBUG: (127/203): zlib-1.2.11-41.el9.x86_64.rpm 487 kB/s | 91 kB 00:00 DEBUG: (128/203): zstd-1.5.5-1.el9.x86_64.rpm 3.6 MB/s | 464 kB 00:00 DEBUG: (129/203): dwz-0.16-1.el9.x86_64.rpm 1.1 MB/s | 134 kB 00:00 DEBUG: (130/203): debugedit-5.0-11.el9.x86_64.rpm 352 kB/s | 77 kB 00:00 DEBUG: (131/203): efi-srpm-macros-6-4.el9.noarch.rpm 172 kB/s | 21 kB 00:00 DEBUG: (132/203): fonts-srpm-macros-2.0.5-7.el9.1.noar 229 kB/s | 28 kB 00:00 DEBUG: (133/203): ghc-srpm-macros-1.5.0-6.el9.noarch.r 72 kB/s | 8.8 kB 00:00 DEBUG: (134/203): go-srpm-macros-3.8.1-1.el9.noarch.rp 218 kB/s | 27 kB 00:00 DEBUG: (135/203): kernel-srpm-macros-1.0-14.el9.noarch 103 kB/s | 14 kB 00:00 DEBUG: (136/203): lua-srpm-macros-1-6.el9.noarch.rpm 59 kB/s | 9.5 kB 00:00 DEBUG: (137/203): ocaml-srpm-macros-6-6.el9.noarch.rpm 37 kB/s | 8.8 kB 00:00 DEBUG: (138/203): openblas-srpm-macros-2-11.el9.noarch 37 kB/s | 8.4 kB 00:00 DEBUG: (139/203): perl-AutoLoader-5.74-483.el9.noarch. 151 kB/s | 21 kB 00:00 DEBUG: (140/203): patch-2.7.6-16.el9.x86_64.rpm 445 kB/s | 128 kB 00:00 DEBUG: (141/203): gdb-minimal-16.3-3.el9.x86_64.rpm 5.2 MB/s | 4.4 MB 00:00 DEBUG: (142/203): perl-B-1.80-483.el9.x86_64.rpm 1.2 MB/s | 180 kB 00:00 DEBUG: (143/203): perl-Carp-1.50-460.el9.noarch.rpm 221 kB/s | 30 kB 00:00 DEBUG: (144/203): perl-Class-Struct-0.66-483.el9.noarc 151 kB/s | 22 kB 00:00 DEBUG: (145/203): perl-Digest-1.19-4.el9.noarch.rpm 195 kB/s | 26 kB 00:00 DEBUG: (146/203): perl-Data-Dumper-2.174-462.el9.x86_6 274 kB/s | 56 kB 00:00 DEBUG: (147/203): perl-Digest-MD5-2.58-4.el9.x86_64.rp 239 kB/s | 37 kB 00:00 DEBUG: (148/203): perl-Errno-1.30-483.el9.x86_64.rpm 83 kB/s | 15 kB 00:00 DEBUG: (149/203): perl-Exporter-5.74-461.el9.noarch.rp 204 kB/s | 32 kB 00:00 DEBUG: (150/203): perl-Encode-3.08-462.el9.x86_64.rpm 5.3 MB/s | 1.7 MB 00:00 DEBUG: (151/203): perl-Fcntl-1.13-483.el9.x86_64.rpm 164 kB/s | 20 kB 00:00 DEBUG: (152/203): perl-File-Basename-2.85-483.el9.noar 131 kB/s | 17 kB 00:00 DEBUG: (153/203): perl-File-Path-2.18-4.el9.noarch.rpm 294 kB/s | 36 kB 00:00 DEBUG: (154/203): perl-File-Temp-0.231.100-4.el9.noarc 454 kB/s | 60 kB 00:00 DEBUG: (155/203): perl-File-stat-1.09-483.el9.noarch.r 138 kB/s | 17 kB 00:00 DEBUG: (156/203): perl-FileHandle-2.03-483.el9.noarch. 123 kB/s | 15 kB 00:00 DEBUG: (157/203): perl-Getopt-Long-2.52-4.el9.noarch.r 510 kB/s | 61 kB 00:00 DEBUG: (158/203): perl-Getopt-Std-1.12-483.el9.noarch. 96 kB/s | 15 kB 00:00 DEBUG: (159/203): perl-HTTP-Tiny-0.076-462.el9.noarch. 440 kB/s | 54 kB 00:00 DEBUG: (160/203): perl-IO-1.43-483.el9.x86_64.rpm 628 kB/s | 88 kB 00:00 DEBUG: (161/203): perl-IO-Socket-IP-0.41-5.el9.noarch. 351 kB/s | 43 kB 00:00 DEBUG: (162/203): perl-IO-Socket-SSL-2.073-2.el9.noarc 1.7 MB/s | 217 kB 00:00 DEBUG: (163/203): perl-IPC-Open3-1.21-483.el9.noarch.r 189 kB/s | 22 kB 00:00 DEBUG: (164/203): perl-MIME-Base64-3.16-4.el9.x86_64.r 248 kB/s | 31 kB 00:00 DEBUG: (165/203): perl-Mozilla-CA-20200520-6.el9.noarc 81 kB/s | 13 kB 00:00 DEBUG: (166/203): perl-Net-SSLeay-1.94-4.el9.x86_64.rp 2.7 MB/s | 412 kB 00:00 DEBUG: (167/203): perl-POSIX-1.94-483.el9.x86_64.rpm 468 kB/s | 96 kB 00:00 DEBUG: (168/203): perl-PathTools-3.78-461.el9.x86_64.r 711 kB/s | 88 kB 00:00 DEBUG: (169/203): perl-Pod-Escapes-1.07-460.el9.noarch 156 kB/s | 21 kB 00:00 DEBUG: (170/203): perl-Pod-Perldoc-3.28.01-461.el9.noa 710 kB/s | 87 kB 00:00 DEBUG: (171/203): perl-Pod-Simple-3.42-4.el9.noarch.rp 1.8 MB/s | 225 kB 00:00 DEBUG: (172/203): perl-Pod-Usage-2.01-4.el9.noarch.rpm 340 kB/s | 41 kB 00:00 DEBUG: (173/203): perl-Scalar-List-Utils-1.56-462.el9. 582 kB/s | 71 kB 00:00 DEBUG: (174/203): perl-SelectSaver-1.02-483.el9.noarch 95 kB/s | 11 kB 00:00 DEBUG: (175/203): perl-Socket-2.031-4.el9.x86_64.rpm 272 kB/s | 56 kB 00:00 DEBUG: (176/203): perl-Storable-3.21-460.el9.x86_64.rp 781 kB/s | 96 kB 00:00 DEBUG: (177/203): perl-Symbol-1.08-483.el9.noarch.rpm 116 kB/s | 14 kB 00:00 DEBUG: (178/203): perl-Term-ANSIColor-5.01-461.el9.noa 400 kB/s | 49 kB 00:00 DEBUG: (179/203): perl-Term-Cap-1.17-460.el9.noarch.rp 191 kB/s | 23 kB 00:00 DEBUG: (180/203): perl-Text-ParseWords-3.30-460.el9.no 139 kB/s | 17 kB 00:00 DEBUG: (181/203): perl-Text-Tabs+Wrap-2013.0523-460.el 193 kB/s | 24 kB 00:00 DEBUG: (182/203): perl-Time-Local-1.300-7.el9.noarch.r 290 kB/s | 34 kB 00:00 DEBUG: (183/203): perl-URI-5.09-3.el9.noarch.rpm 594 kB/s | 121 kB 00:00 DEBUG: (184/203): perl-base-2.27-483.el9.noarch.rpm 131 kB/s | 16 kB 00:00 DEBUG: (185/203): perl-constant-1.33-461.el9.noarch.rp 200 kB/s | 24 kB 00:00 DEBUG: (186/203): perl-if-0.60.800-483.el9.noarch.rpm 111 kB/s | 14 kB 00:00 DEBUG: (187/203): perl-interpreter-5.32.1-483.el9.x86_ 589 kB/s | 70 kB 00:00 DEBUG: (188/203): perl-mro-1.23-483.el9.x86_64.rpm 232 kB/s | 28 kB 00:00 DEBUG: (189/203): perl-libnet-3.13-4.el9.noarch.rpm 453 kB/s | 130 kB 00:00 DEBUG: (190/203): perl-overload-1.31-483.el9.noarch.rp 369 kB/s | 45 kB 00:00 DEBUG: (191/203): perl-overloading-0.02-483.el9.noarch 103 kB/s | 12 kB 00:00 DEBUG: (192/203): perl-libs-5.32.1-483.el9.x86_64.rpm 5.8 MB/s | 2.2 MB 00:00 DEBUG: (193/203): perl-parent-0.238-460.el9.noarch.rpm 123 kB/s | 15 kB 00:00 DEBUG: (194/203): perl-srpm-macros-1-41.el9.noarch.rpm 75 kB/s | 9.1 kB 00:00 DEBUG: (195/203): perl-subs-1.03-483.el9.noarch.rpm 94 kB/s | 11 kB 00:00 DEBUG: (196/203): perl-podlators-4.14-460.el9.noarch.r 560 kB/s | 114 kB 00:00 DEBUG: (197/203): perl-vars-1.05-483.el9.noarch.rpm 103 kB/s | 13 kB 00:00 DEBUG: (198/203): pyproject-srpm-macros-1.18.5-1.el9.n 86 kB/s | 12 kB 00:00 DEBUG: (199/203): python-srpm-macros-3.9-54.el9.noarch 134 kB/s | 18 kB 00:00 DEBUG: (200/203): redhat-rpm-config-210-1.el9.noarch.r 583 kB/s | 70 kB 00:00 DEBUG: (201/203): qt5-srpm-macros-5.15.9-1.el9.noarch. 72 kB/s | 8.8 kB 00:00 DEBUG: (202/203): rpm-build-4.16.1.3-40.el9.x86_64.rpm 300 kB/s | 66 kB 00:00 DEBUG: (203/203): rust-srpm-macros-17-4.el9.noarch.rpm 85 kB/s | 10 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 2.3 MB/s | 70 MB 00:30 DEBUG: CentOS Stream 9 - BaseOS 1.6 MB/s | 1.6 kB 00:00 DEBUG: Importing GPG key 0x8483C65D: DEBUG: Userid : "CentOS (CentOS Official Signing Key) " DEBUG: Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D DEBUG: From : /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official DEBUG: Key imported successfully DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: filesystem-3.16-5.el9.x86_64 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : rust-srpm-macros-17-4.el9.noarch 1/203 DEBUG: Installing : qt5-srpm-macros-5.15.9-1.el9.noarch 2/203 DEBUG: Installing : perl-srpm-macros-1-41.el9.noarch 3/203 DEBUG: Installing : openblas-srpm-macros-2-11.el9.noarch 4/203 DEBUG: Installing : ocaml-srpm-macros-6-6.el9.noarch 5/203 DEBUG: Installing : ghc-srpm-macros-1.5.0-6.el9.noarch 6/203 DEBUG: Installing : tzdata-2026b-1.el9.noarch 7/203 DEBUG: Installing : publicsuffix-list-dafsa-20210518-3.el9.noarch 8/203 DEBUG: Installing : pkgconf-m4-1.7.3-10.el9.noarch 9/203 DEBUG: Installing : pcre2-syntax-10.40-6.el9.noarch 10/203 DEBUG: Installing : ncurses-base-6.2-12.20210508.el9.noarch 11/203 DEBUG: Installing : libssh-config-0.10.4-18.el9.noarch 12/203 DEBUG: Installing : coreutils-common-8.32-42.el9.x86_64 13/203 DEBUG: Installing : centos-gpg-keys-9.0-38.el9.noarch 14/203 DEBUG: Installing : centos-stream-repos-9.0-38.el9.noarch 15/203 DEBUG: Installing : centos-stream-release-9.0-38.el9.noarch 16/203 DEBUG: Installing : setup-2.13.7-10.el9.noarch 17/203 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.13.7-10.el9.noarch 17/203 DEBUG: Installing : filesystem-3.16-5.el9.x86_64 18/203 DEBUG: Installing : basesystem-11-13.el9.noarch 19/203 DEBUG: Installing : ncurses-libs-6.2-12.20210508.el9.x86_64 20/203 DEBUG: Installing : bash-5.1.8-9.el9.x86_64 21/203 DEBUG: Running scriptlet: bash-5.1.8-9.el9.x86_64 21/203 DEBUG: Installing : libgcc-11.5.0-14.el9.x86_64 22/203 DEBUG: Running scriptlet: libgcc-11.5.0-14.el9.x86_64 22/203 DEBUG: Installing : glibc-gconv-extra-2.34-270.el9.x86_64 23/203 DEBUG: Running scriptlet: glibc-gconv-extra-2.34-270.el9.x86_64 23/203 DEBUG: Installing : glibc-minimal-langpack-2.34-270.el9.x86_64 24/203 DEBUG: Installing : glibc-common-2.34-270.el9.x86_64 25/203 DEBUG: Running scriptlet: glibc-2.34-270.el9.x86_64 26/203 DEBUG: Installing : glibc-2.34-270.el9.x86_64 26/203 DEBUG: Running scriptlet: glibc-2.34-270.el9.x86_64 26/203 DEBUG: Installing : zlib-1.2.11-41.el9.x86_64 27/203 DEBUG: Installing : xz-libs-5.2.5-8.el9.x86_64 28/203 DEBUG: Installing : bzip2-libs-1.0.8-11.el9.x86_64 29/203 DEBUG: Installing : libzstd-1.5.5-1.el9.x86_64 30/203 DEBUG: Installing : elfutils-libelf-0.195-1.el9.x86_64 31/203 DEBUG: Installing : libstdc++-11.5.0-14.el9.x86_64 32/203 DEBUG: Installing : libxcrypt-4.4.18-3.el9.x86_64 33/203 DEBUG: Installing : libuuid-2.37.4-25.el9.x86_64 34/203 DEBUG: Installing : gmp-1:6.2.0-13.el9.x86_64 35/203 DEBUG: Installing : libattr-2.5.1-3.el9.x86_64 36/203 DEBUG: Installing : libacl-2.3.1-4.el9.x86_64 37/203 DEBUG: Installing : libcap-2.48-10.el9.x86_64 38/203 DEBUG: Installing : popt-1.18-8.el9.x86_64 39/203 DEBUG: Installing : libcom_err-1.46.5-8.el9.x86_64 40/203 DEBUG: Installing : lz4-libs-1.9.3-5.el9.x86_64 41/203 DEBUG: Installing : readline-8.1-4.el9.x86_64 42/203 DEBUG: Installing : crypto-policies-20260224-1.gitea0f072.el9.noarch 43/203 DEBUG: Running scriptlet: crypto-policies-20260224-1.gitea0f072.el9.noarch 43/203 DEBUG: Installing : mpfr-4.1.0-10.el9.x86_64 44/203 DEBUG: Installing : dwz-0.16-1.el9.x86_64 45/203 DEBUG: Installing : unzip-6.0-59.el9.x86_64 46/203 DEBUG: Installing : file-libs-5.39-19.el9.x86_64 47/203 DEBUG: Installing : file-5.39-19.el9.x86_64 48/203 DEBUG: Installing : sqlite-libs-3.34.1-10.el9.x86_64 49/203 DEBUG: Installing : alternatives-1.24-2.el9.x86_64 50/203 DEBUG: Installing : libcap-ng-0.8.2-7.el9.x86_64 51/203 DEBUG: Installing : audit-libs-3.1.5-8.el9.x86_64 52/203 DEBUG: Installing : libffi-3.4.2-8.el9.x86_64 53/203 DEBUG: Installing : libsepol-3.6-3.el9.x86_64 54/203 DEBUG: Installing : libsigsegv-2.13-4.el9.x86_64 55/203 DEBUG: Installing : gawk-5.1.0-6.el9.x86_64 56/203 DEBUG: Installing : libsmartcols-2.37.4-25.el9.x86_64 57/203 DEBUG: Installing : libtasn1-4.16.0-10.el9.x86_64 58/203 DEBUG: Installing : p11-kit-0.26.2-1.el9.x86_64 59/203 DEBUG: Installing : libunistring-0.9.10-15.el9.x86_64 60/203 DEBUG: Installing : libidn2-2.3.0-7.el9.x86_64 61/203 DEBUG: Installing : lua-libs-5.4.4-4.el9.x86_64 62/203 DEBUG: Installing : libpsl-0.21.1-5.el9.x86_64 63/203 DEBUG: Installing : p11-kit-trust-0.26.2-1.el9.x86_64 64/203 DEBUG: Running scriptlet: p11-kit-trust-0.26.2-1.el9.x86_64 64/203 DEBUG: Installing : zip-3.0-35.el9.x86_64 65/203 DEBUG: Installing : zstd-1.5.5-1.el9.x86_64 66/203 DEBUG: Running scriptlet: groff-base-1.22.4-10.el9.x86_64 67/203 DEBUG: Installing : groff-base-1.22.4-10.el9.x86_64 67/203 DEBUG: Running scriptlet: groff-base-1.22.4-10.el9.x86_64 67/203 DEBUG: Installing : bzip2-1.0.8-11.el9.x86_64 68/203 DEBUG: Installing : libxml2-2.9.13-15.el9.x86_64 69/203 DEBUG: Installing : info-6.7-15.el9.x86_64 70/203 DEBUG: Installing : ed-1.14.2-12.el9.x86_64 71/203 DEBUG: Installing : cpio-2.13-16.el9.x86_64 72/203 DEBUG: Installing : diffutils-3.7-12.el9.x86_64 73/203 DEBUG: Installing : gdbm-libs-1:1.23-1.el9.x86_64 74/203 DEBUG: Installing : json-c-0.14-11.el9.x86_64 75/203 DEBUG: Installing : keyutils-libs-1.6.3-1.el9.x86_64 76/203 DEBUG: Installing : libbrotli-1.0.9-9.el9.x86_64 77/203 DEBUG: Installing : libdb-5.3.28-57.el9.x86_64 78/203 DEBUG: Installing : libeconf-0.4.1-7.el9.x86_64 79/203 DEBUG: Installing : libgomp-11.5.0-14.el9.x86_64 80/203 DEBUG: Installing : libgpg-error-1.42-5.el9.x86_64 81/203 DEBUG: Installing : libgcrypt-1.10.0-11.el9.x86_64 82/203 DEBUG: Installing : libnghttp2-1.43.0-7.el9.x86_64 83/203 DEBUG: Installing : libpkgconf-1.7.3-10.el9.x86_64 84/203 DEBUG: Installing : pkgconf-1.7.3-10.el9.x86_64 85/203 DEBUG: Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 86/203 DEBUG: Installing : libtool-ltdl-2.4.6-46.el9.x86_64 87/203 DEBUG: Installing : libverto-0.3.2-3.el9.x86_64 88/203 DEBUG: Installing : ncurses-6.2-12.20210508.el9.x86_64 89/203 DEBUG: Installing : pcre-8.44-4.el9.x86_64 90/203 DEBUG: Installing : grep-3.6-5.el9.x86_64 91/203 DEBUG: Installing : xz-5.2.5-8.el9.x86_64 92/203 DEBUG: Installing : pcre2-10.40-6.el9.x86_64 93/203 DEBUG: Installing : libselinux-3.6-4.el9.x86_64 94/203 DEBUG: Installing : sed-4.8-10.el9.x86_64 95/203 DEBUG: Installing : findutils-1:4.8.0-7.el9.x86_64 96/203 DEBUG: Installing : openssl-fips-provider-1:3.5.5-3.el9.x86_64 97/203 DEBUG: Installing : openssl-libs-1:3.5.5-3.el9.x86_64 98/203 DEBUG: Installing : coreutils-8.32-42.el9.x86_64 99/203 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 100/203 DEBUG: Installing : ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 100/203 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 100/203 DEBUG: Installing : libblkid-2.37.4-25.el9.x86_64 101/203 DEBUG: Running scriptlet: libblkid-2.37.4-25.el9.x86_64 101/203 DEBUG: Installing : krb5-libs-1.21.1-10.el9.x86_64 102/203 DEBUG: Installing : libmount-2.37.4-25.el9.x86_64 103/203 DEBUG: Installing : gzip-1.12-1.el9.x86_64 104/203 DEBUG: Installing : cracklib-2.9.6-28.el9.x86_64 105/203 DEBUG: Installing : systemd-libs-252-70.el9.x86_64 106/203 DEBUG: Running scriptlet: systemd-libs-252-70.el9.x86_64 106/203 DEBUG: Installing : libarchive-3.5.3-9.el9.x86_64 107/203 DEBUG: Installing : util-linux-core-2.37.4-25.el9.x86_64 108/203 DEBUG: Running scriptlet: util-linux-core-2.37.4-25.el9.x86_64 108/203 DEBUG: Installing : cracklib-dicts-2.9.6-28.el9.x86_64 109/203 DEBUG: Installing : cyrus-sasl-lib-2.1.27-21.el9.x86_64 110/203 DEBUG: Installing : libssh-0.10.4-18.el9.x86_64 111/203 DEBUG: Installing : libfdisk-2.37.4-25.el9.x86_64 112/203 DEBUG: Installing : perl-Digest-1.19-4.el9.noarch 113/203 DEBUG: Installing : perl-Digest-MD5-2.58-4.el9.x86_64 114/203 DEBUG: Installing : perl-B-1.80-483.el9.x86_64 115/203 DEBUG: Installing : perl-FileHandle-2.03-483.el9.noarch 116/203 DEBUG: Installing : perl-Data-Dumper-2.174-462.el9.x86_64 117/203 DEBUG: Installing : perl-libnet-3.13-4.el9.noarch 118/203 DEBUG: Installing : perl-AutoLoader-5.74-483.el9.noarch 119/203 DEBUG: Installing : perl-base-2.27-483.el9.noarch 120/203 DEBUG: Installing : perl-URI-5.09-3.el9.noarch 121/203 DEBUG: Installing : perl-if-0.60.800-483.el9.noarch 122/203 DEBUG: Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 123/203 DEBUG: Installing : perl-Time-Local-2:1.300-7.el9.noarch 124/203 DEBUG: Installing : perl-File-Path-2.18-4.el9.noarch 125/203 DEBUG: Installing : perl-IO-Socket-SSL-2.073-2.el9.noarch 126/203 DEBUG: Installing : perl-Net-SSLeay-1.94-4.el9.x86_64 127/203 DEBUG: Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 128/203 DEBUG: Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 129/203 DEBUG: Installing : perl-Mozilla-CA-20200520-6.el9.noarch 130/203 DEBUG: Installing : perl-Class-Struct-0.66-483.el9.noarch 131/203 DEBUG: Installing : perl-POSIX-1.94-483.el9.x86_64 132/203 DEBUG: Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 133/203 DEBUG: Installing : perl-IPC-Open3-1.21-483.el9.noarch 134/203 DEBUG: Installing : perl-subs-1.03-483.el9.noarch 135/203 DEBUG: Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 136/203 DEBUG: Installing : perl-Term-Cap-1.17-460.el9.noarch 137/203 DEBUG: Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 138/203 DEBUG: Installing : perl-HTTP-Tiny-0.076-462.el9.noarch 139/203 DEBUG: Installing : perl-Socket-4:2.031-4.el9.x86_64 140/203 DEBUG: Installing : perl-SelectSaver-1.02-483.el9.noarch 141/203 DEBUG: Installing : perl-Symbol-1.08-483.el9.noarch 142/203 DEBUG: Installing : perl-File-stat-1.09-483.el9.noarch 143/203 DEBUG: Installing : perl-podlators-1:4.14-460.el9.noarch 144/203 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 145/203 DEBUG: Installing : perl-Fcntl-1.13-483.el9.x86_64 146/203 DEBUG: Installing : perl-Text-ParseWords-3.30-460.el9.noarch 147/203 DEBUG: Installing : perl-mro-1.23-483.el9.x86_64 148/203 DEBUG: Installing : perl-IO-1.43-483.el9.x86_64 149/203 DEBUG: Installing : perl-overloading-0.02-483.el9.noarch 150/203 DEBUG: Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 151/203 DEBUG: Installing : perl-Errno-1.30-483.el9.x86_64 152/203 DEBUG: Installing : perl-File-Basename-2.85-483.el9.noarch 153/203 DEBUG: Installing : perl-Getopt-Std-1.12-483.el9.noarch 154/203 DEBUG: Installing : perl-MIME-Base64-3.16-4.el9.x86_64 155/203 DEBUG: Installing : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 156/203 DEBUG: Installing : perl-constant-1.33-461.el9.noarch 157/203 DEBUG: Installing : perl-Storable-1:3.21-460.el9.x86_64 158/203 DEBUG: Installing : perl-overload-1.31-483.el9.noarch 159/203 DEBUG: Installing : perl-parent-1:0.238-460.el9.noarch 160/203 DEBUG: Installing : perl-vars-1.05-483.el9.noarch 161/203 DEBUG: Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 162/203 DEBUG: Installing : perl-Carp-1.50-460.el9.noarch 163/203 DEBUG: Installing : perl-Exporter-5.74-461.el9.noarch 164/203 DEBUG: Installing : perl-PathTools-3.78-461.el9.x86_64 165/203 DEBUG: Installing : perl-Encode-4:3.08-462.el9.x86_64 166/203 DEBUG: Installing : perl-libs-4:5.32.1-483.el9.x86_64 167/203 DEBUG: Installing : perl-interpreter-4:5.32.1-483.el9.x86_64 168/203 DEBUG: Installing : kernel-srpm-macros-1.0-14.el9.noarch 169/203 DEBUG: Installing : openssl-1:3.5.5-3.el9.x86_64 170/203 DEBUG: Installing : libpwquality-1.4.4-8.el9.x86_64 171/203 DEBUG: Installing : pam-1.5.1-29.el9.x86_64 172/203 DEBUG: Installing : libevent-2.1.12-8.el9.x86_64 173/203 DEBUG: Installing : libsemanage-3.6-5.el9.x86_64 174/203 DEBUG: Installing : shadow-utils-2:4.9-17.el9.x86_64 175/203 DEBUG: Running scriptlet: libutempter-1.2.1-6.el9.x86_64 176/203 DEBUG: Installing : libutempter-1.2.1-6.el9.x86_64 176/203 DEBUG: Installing : openldap-2.6.13-1.el9.x86_64 177/203 DEBUG: Installing : libcurl-7.76.1-43.el9.x86_64 178/203 DEBUG: Installing : curl-7.76.1-43.el9.x86_64 179/203 DEBUG: Installing : rpm-4.16.1.3-40.el9.x86_64 180/203 DEBUG: Installing : rpm-libs-4.16.1.3-40.el9.x86_64 181/203 DEBUG: Installing : efi-srpm-macros-6-4.el9.noarch 182/203 DEBUG: Installing : lua-srpm-macros-1-6.el9.noarch 183/203 DEBUG: Installing : tar-2:1.34-11.el9.x86_64 184/203 DEBUG: Installing : patch-2.7.6-16.el9.x86_64 185/203 DEBUG: Installing : elfutils-default-yama-scope-0.195-1.el9.noarch 186/203 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.195-1.el9.noarch 186/203 DEBUG: Installing : elfutils-libs-0.195-1.el9.x86_64 187/203 DEBUG: Installing : elfutils-debuginfod-client-0.195-1.el9.x86_64 188/203 DEBUG: Installing : binutils-gold-2.35.2-72.el9.x86_64 189/203 DEBUG: Installing : binutils-2.35.2-72.el9.x86_64 190/203 DEBUG: Running scriptlet: binutils-2.35.2-72.el9.x86_64 190/203 DEBUG: Installing : elfutils-0.195-1.el9.x86_64 191/203 DEBUG: Installing : gdb-minimal-16.3-3.el9.x86_64 192/203 DEBUG: Installing : debugedit-5.0-11.el9.x86_64 193/203 DEBUG: Installing : rpm-build-libs-4.16.1.3-40.el9.x86_64 194/203 DEBUG: Installing : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 195/203 DEBUG: Installing : go-srpm-macros-3.8.1-1.el9.noarch 196/203 DEBUG: Installing : python-srpm-macros-3.9-54.el9.noarch 197/203 DEBUG: Installing : pyproject-srpm-macros-1.18.5-1.el9.noarch 198/203 DEBUG: Installing : redhat-rpm-config-210-1.el9.noarch 199/203 DEBUG: Installing : rpm-build-4.16.1.3-40.el9.x86_64 200/203 DEBUG: Installing : util-linux-2.37.4-25.el9.x86_64 201/203 DEBUG: Installing : make-1:4.3-8.el9.x86_64 202/203 DEBUG: Installing : which-2.21-30.el9.x86_64 203/203 DEBUG: Running scriptlet: filesystem-3.16-5.el9.x86_64 203/203 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 203/203 DEBUG: Running scriptlet: rpm-4.16.1.3-40.el9.x86_64 203/203 DEBUG: Running scriptlet: which-2.21-30.el9.x86_64 203/203 DEBUG: Verifying : alternatives-1.24-2.el9.x86_64 1/203 DEBUG: Verifying : audit-libs-3.1.5-8.el9.x86_64 2/203 DEBUG: Verifying : basesystem-11-13.el9.noarch 3/203 DEBUG: Verifying : bash-5.1.8-9.el9.x86_64 4/203 DEBUG: Verifying : binutils-2.35.2-72.el9.x86_64 5/203 DEBUG: Verifying : binutils-gold-2.35.2-72.el9.x86_64 6/203 DEBUG: Verifying : bzip2-1.0.8-11.el9.x86_64 7/203 DEBUG: Verifying : bzip2-libs-1.0.8-11.el9.x86_64 8/203 DEBUG: Verifying : ca-certificates-2025.2.80_v9.0.305-91.el9.noarch 9/203 DEBUG: Verifying : centos-gpg-keys-9.0-38.el9.noarch 10/203 DEBUG: Verifying : centos-stream-release-9.0-38.el9.noarch 11/203 DEBUG: Verifying : centos-stream-repos-9.0-38.el9.noarch 12/203 DEBUG: Verifying : coreutils-8.32-42.el9.x86_64 13/203 DEBUG: Verifying : coreutils-common-8.32-42.el9.x86_64 14/203 DEBUG: Verifying : cpio-2.13-16.el9.x86_64 15/203 DEBUG: Verifying : cracklib-2.9.6-28.el9.x86_64 16/203 DEBUG: Verifying : cracklib-dicts-2.9.6-28.el9.x86_64 17/203 DEBUG: Verifying : crypto-policies-20260224-1.gitea0f072.el9.noarch 18/203 DEBUG: Verifying : curl-7.76.1-43.el9.x86_64 19/203 DEBUG: Verifying : cyrus-sasl-lib-2.1.27-21.el9.x86_64 20/203 DEBUG: Verifying : diffutils-3.7-12.el9.x86_64 21/203 DEBUG: Verifying : ed-1.14.2-12.el9.x86_64 22/203 DEBUG: Verifying : elfutils-0.195-1.el9.x86_64 23/203 DEBUG: Verifying : elfutils-debuginfod-client-0.195-1.el9.x86_64 24/203 DEBUG: Verifying : elfutils-default-yama-scope-0.195-1.el9.noarch 25/203 DEBUG: Verifying : elfutils-libelf-0.195-1.el9.x86_64 26/203 DEBUG: Verifying : elfutils-libs-0.195-1.el9.x86_64 27/203 DEBUG: Verifying : file-5.39-19.el9.x86_64 28/203 DEBUG: Verifying : file-libs-5.39-19.el9.x86_64 29/203 DEBUG: Verifying : filesystem-3.16-5.el9.x86_64 30/203 DEBUG: Verifying : findutils-1:4.8.0-7.el9.x86_64 31/203 DEBUG: Verifying : gawk-5.1.0-6.el9.x86_64 32/203 DEBUG: Verifying : gdbm-libs-1:1.23-1.el9.x86_64 33/203 DEBUG: Verifying : glibc-2.34-270.el9.x86_64 34/203 DEBUG: Verifying : glibc-common-2.34-270.el9.x86_64 35/203 DEBUG: Verifying : glibc-gconv-extra-2.34-270.el9.x86_64 36/203 DEBUG: Verifying : glibc-minimal-langpack-2.34-270.el9.x86_64 37/203 DEBUG: Verifying : gmp-1:6.2.0-13.el9.x86_64 38/203 DEBUG: Verifying : grep-3.6-5.el9.x86_64 39/203 DEBUG: Verifying : groff-base-1.22.4-10.el9.x86_64 40/203 DEBUG: Verifying : gzip-1.12-1.el9.x86_64 41/203 DEBUG: Verifying : info-6.7-15.el9.x86_64 42/203 DEBUG: Verifying : json-c-0.14-11.el9.x86_64 43/203 DEBUG: Verifying : keyutils-libs-1.6.3-1.el9.x86_64 44/203 DEBUG: Verifying : krb5-libs-1.21.1-10.el9.x86_64 45/203 DEBUG: Verifying : libacl-2.3.1-4.el9.x86_64 46/203 DEBUG: Verifying : libarchive-3.5.3-9.el9.x86_64 47/203 DEBUG: Verifying : libattr-2.5.1-3.el9.x86_64 48/203 DEBUG: Verifying : libblkid-2.37.4-25.el9.x86_64 49/203 DEBUG: Verifying : libbrotli-1.0.9-9.el9.x86_64 50/203 DEBUG: Verifying : libcap-2.48-10.el9.x86_64 51/203 DEBUG: Verifying : libcap-ng-0.8.2-7.el9.x86_64 52/203 DEBUG: Verifying : libcom_err-1.46.5-8.el9.x86_64 53/203 DEBUG: Verifying : libcurl-7.76.1-43.el9.x86_64 54/203 DEBUG: Verifying : libdb-5.3.28-57.el9.x86_64 55/203 DEBUG: Verifying : libeconf-0.4.1-7.el9.x86_64 56/203 DEBUG: Verifying : libevent-2.1.12-8.el9.x86_64 57/203 DEBUG: Verifying : libfdisk-2.37.4-25.el9.x86_64 58/203 DEBUG: Verifying : libffi-3.4.2-8.el9.x86_64 59/203 DEBUG: Verifying : libgcc-11.5.0-14.el9.x86_64 60/203 DEBUG: Verifying : libgcrypt-1.10.0-11.el9.x86_64 61/203 DEBUG: Verifying : libgomp-11.5.0-14.el9.x86_64 62/203 DEBUG: Verifying : libgpg-error-1.42-5.el9.x86_64 63/203 DEBUG: Verifying : libidn2-2.3.0-7.el9.x86_64 64/203 DEBUG: Verifying : libmount-2.37.4-25.el9.x86_64 65/203 DEBUG: Verifying : libnghttp2-1.43.0-7.el9.x86_64 66/203 DEBUG: Verifying : libpkgconf-1.7.3-10.el9.x86_64 67/203 DEBUG: Verifying : libpsl-0.21.1-5.el9.x86_64 68/203 DEBUG: Verifying : libpwquality-1.4.4-8.el9.x86_64 69/203 DEBUG: Verifying : libselinux-3.6-4.el9.x86_64 70/203 DEBUG: Verifying : libsemanage-3.6-5.el9.x86_64 71/203 DEBUG: Verifying : libsepol-3.6-3.el9.x86_64 72/203 DEBUG: Verifying : libsigsegv-2.13-4.el9.x86_64 73/203 DEBUG: Verifying : libsmartcols-2.37.4-25.el9.x86_64 74/203 DEBUG: Verifying : libssh-0.10.4-18.el9.x86_64 75/203 DEBUG: Verifying : libssh-config-0.10.4-18.el9.noarch 76/203 DEBUG: Verifying : libstdc++-11.5.0-14.el9.x86_64 77/203 DEBUG: Verifying : libtasn1-4.16.0-10.el9.x86_64 78/203 DEBUG: Verifying : libtool-ltdl-2.4.6-46.el9.x86_64 79/203 DEBUG: Verifying : libunistring-0.9.10-15.el9.x86_64 80/203 DEBUG: Verifying : libutempter-1.2.1-6.el9.x86_64 81/203 DEBUG: Verifying : libuuid-2.37.4-25.el9.x86_64 82/203 DEBUG: Verifying : libverto-0.3.2-3.el9.x86_64 83/203 DEBUG: Verifying : libxcrypt-4.4.18-3.el9.x86_64 84/203 DEBUG: Verifying : libxml2-2.9.13-15.el9.x86_64 85/203 DEBUG: Verifying : libzstd-1.5.5-1.el9.x86_64 86/203 DEBUG: Verifying : lua-libs-5.4.4-4.el9.x86_64 87/203 DEBUG: Verifying : lz4-libs-1.9.3-5.el9.x86_64 88/203 DEBUG: Verifying : make-1:4.3-8.el9.x86_64 89/203 DEBUG: Verifying : mpfr-4.1.0-10.el9.x86_64 90/203 DEBUG: Verifying : ncurses-6.2-12.20210508.el9.x86_64 91/203 DEBUG: Verifying : ncurses-base-6.2-12.20210508.el9.noarch 92/203 DEBUG: Verifying : ncurses-libs-6.2-12.20210508.el9.x86_64 93/203 DEBUG: Verifying : openldap-2.6.13-1.el9.x86_64 94/203 DEBUG: Verifying : openssl-1:3.5.5-3.el9.x86_64 95/203 DEBUG: Verifying : openssl-fips-provider-1:3.5.5-3.el9.x86_64 96/203 DEBUG: Verifying : openssl-libs-1:3.5.5-3.el9.x86_64 97/203 DEBUG: Verifying : p11-kit-0.26.2-1.el9.x86_64 98/203 DEBUG: Verifying : p11-kit-trust-0.26.2-1.el9.x86_64 99/203 DEBUG: Verifying : pam-1.5.1-29.el9.x86_64 100/203 DEBUG: Verifying : pcre-8.44-4.el9.x86_64 101/203 DEBUG: Verifying : pcre2-10.40-6.el9.x86_64 102/203 DEBUG: Verifying : pcre2-syntax-10.40-6.el9.noarch 103/203 DEBUG: Verifying : pkgconf-1.7.3-10.el9.x86_64 104/203 DEBUG: Verifying : pkgconf-m4-1.7.3-10.el9.noarch 105/203 DEBUG: Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 106/203 DEBUG: Verifying : popt-1.18-8.el9.x86_64 107/203 DEBUG: Verifying : publicsuffix-list-dafsa-20210518-3.el9.noarch 108/203 DEBUG: Verifying : readline-8.1-4.el9.x86_64 109/203 DEBUG: Verifying : rpm-4.16.1.3-40.el9.x86_64 110/203 DEBUG: Verifying : rpm-build-libs-4.16.1.3-40.el9.x86_64 111/203 DEBUG: Verifying : rpm-libs-4.16.1.3-40.el9.x86_64 112/203 DEBUG: Verifying : sed-4.8-10.el9.x86_64 113/203 DEBUG: Verifying : setup-2.13.7-10.el9.noarch 114/203 DEBUG: Verifying : shadow-utils-2:4.9-17.el9.x86_64 115/203 DEBUG: Verifying : sqlite-libs-3.34.1-10.el9.x86_64 116/203 DEBUG: Verifying : systemd-libs-252-70.el9.x86_64 117/203 DEBUG: Verifying : tar-2:1.34-11.el9.x86_64 118/203 DEBUG: Verifying : tzdata-2026b-1.el9.noarch 119/203 DEBUG: Verifying : unzip-6.0-59.el9.x86_64 120/203 DEBUG: Verifying : util-linux-2.37.4-25.el9.x86_64 121/203 DEBUG: Verifying : util-linux-core-2.37.4-25.el9.x86_64 122/203 DEBUG: Verifying : which-2.21-30.el9.x86_64 123/203 DEBUG: Verifying : xz-5.2.5-8.el9.x86_64 124/203 DEBUG: Verifying : xz-libs-5.2.5-8.el9.x86_64 125/203 DEBUG: Verifying : zip-3.0-35.el9.x86_64 126/203 DEBUG: Verifying : zlib-1.2.11-41.el9.x86_64 127/203 DEBUG: Verifying : zstd-1.5.5-1.el9.x86_64 128/203 DEBUG: Verifying : debugedit-5.0-11.el9.x86_64 129/203 DEBUG: Verifying : dwz-0.16-1.el9.x86_64 130/203 DEBUG: Verifying : efi-srpm-macros-6-4.el9.noarch 131/203 DEBUG: Verifying : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch 132/203 DEBUG: Verifying : gdb-minimal-16.3-3.el9.x86_64 133/203 DEBUG: Verifying : ghc-srpm-macros-1.5.0-6.el9.noarch 134/203 DEBUG: Verifying : go-srpm-macros-3.8.1-1.el9.noarch 135/203 DEBUG: Verifying : kernel-srpm-macros-1.0-14.el9.noarch 136/203 DEBUG: Verifying : lua-srpm-macros-1-6.el9.noarch 137/203 DEBUG: Verifying : ocaml-srpm-macros-6-6.el9.noarch 138/203 DEBUG: Verifying : openblas-srpm-macros-2-11.el9.noarch 139/203 DEBUG: Verifying : patch-2.7.6-16.el9.x86_64 140/203 DEBUG: Verifying : perl-AutoLoader-5.74-483.el9.noarch 141/203 DEBUG: Verifying : perl-B-1.80-483.el9.x86_64 142/203 DEBUG: Verifying : perl-Carp-1.50-460.el9.noarch 143/203 DEBUG: Verifying : perl-Class-Struct-0.66-483.el9.noarch 144/203 DEBUG: Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 145/203 DEBUG: Verifying : perl-Digest-1.19-4.el9.noarch 146/203 DEBUG: Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 147/203 DEBUG: Verifying : perl-Encode-4:3.08-462.el9.x86_64 148/203 DEBUG: Verifying : perl-Errno-1.30-483.el9.x86_64 149/203 DEBUG: Verifying : perl-Exporter-5.74-461.el9.noarch 150/203 DEBUG: Verifying : perl-Fcntl-1.13-483.el9.x86_64 151/203 DEBUG: Verifying : perl-File-Basename-2.85-483.el9.noarch 152/203 DEBUG: Verifying : perl-File-Path-2.18-4.el9.noarch 153/203 DEBUG: Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 154/203 DEBUG: Verifying : perl-File-stat-1.09-483.el9.noarch 155/203 DEBUG: Verifying : perl-FileHandle-2.03-483.el9.noarch 156/203 DEBUG: Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 157/203 DEBUG: Verifying : perl-Getopt-Std-1.12-483.el9.noarch 158/203 DEBUG: Verifying : perl-HTTP-Tiny-0.076-462.el9.noarch 159/203 DEBUG: Verifying : perl-IO-1.43-483.el9.x86_64 160/203 DEBUG: Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 161/203 DEBUG: Verifying : perl-IO-Socket-SSL-2.073-2.el9.noarch 162/203 DEBUG: Verifying : perl-IPC-Open3-1.21-483.el9.noarch 163/203 DEBUG: Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 164/203 DEBUG: Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 165/203 DEBUG: Verifying : perl-Net-SSLeay-1.94-4.el9.x86_64 166/203 DEBUG: Verifying : perl-POSIX-1.94-483.el9.x86_64 167/203 DEBUG: Verifying : perl-PathTools-3.78-461.el9.x86_64 168/203 DEBUG: Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 169/203 DEBUG: Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 170/203 DEBUG: Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 171/203 DEBUG: Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 172/203 DEBUG: Verifying : perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 173/203 DEBUG: Verifying : perl-SelectSaver-1.02-483.el9.noarch 174/203 DEBUG: Verifying : perl-Socket-4:2.031-4.el9.x86_64 175/203 DEBUG: Verifying : perl-Storable-1:3.21-460.el9.x86_64 176/203 DEBUG: Verifying : perl-Symbol-1.08-483.el9.noarch 177/203 DEBUG: Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 178/203 DEBUG: Verifying : perl-Term-Cap-1.17-460.el9.noarch 179/203 DEBUG: Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 180/203 DEBUG: Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 181/203 DEBUG: Verifying : perl-Time-Local-2:1.300-7.el9.noarch 182/203 DEBUG: Verifying : perl-URI-5.09-3.el9.noarch 183/203 DEBUG: Verifying : perl-base-2.27-483.el9.noarch 184/203 DEBUG: Verifying : perl-constant-1.33-461.el9.noarch 185/203 DEBUG: Verifying : perl-if-0.60.800-483.el9.noarch 186/203 DEBUG: Verifying : perl-interpreter-4:5.32.1-483.el9.x86_64 187/203 DEBUG: Verifying : perl-libnet-3.13-4.el9.noarch 188/203 DEBUG: Verifying : perl-libs-4:5.32.1-483.el9.x86_64 189/203 DEBUG: Verifying : perl-mro-1.23-483.el9.x86_64 190/203 DEBUG: Verifying : perl-overload-1.31-483.el9.noarch 191/203 DEBUG: Verifying : perl-overloading-0.02-483.el9.noarch 192/203 DEBUG: Verifying : perl-parent-1:0.238-460.el9.noarch 193/203 DEBUG: Verifying : perl-podlators-1:4.14-460.el9.noarch 194/203 DEBUG: Verifying : perl-srpm-macros-1-41.el9.noarch 195/203 DEBUG: Verifying : perl-subs-1.03-483.el9.noarch 196/203 DEBUG: Verifying : perl-vars-1.05-483.el9.noarch 197/203 DEBUG: Verifying : pyproject-srpm-macros-1.18.5-1.el9.noarch 198/203 DEBUG: Verifying : python-srpm-macros-3.9-54.el9.noarch 199/203 DEBUG: Verifying : qt5-srpm-macros-5.15.9-1.el9.noarch 200/203 DEBUG: Verifying : redhat-rpm-config-210-1.el9.noarch 201/203 DEBUG: Verifying : rpm-build-4.16.1.3-40.el9.x86_64 202/203 DEBUG: Verifying : rust-srpm-macros-17-4.el9.noarch 203/203 DEBUG: Installed: DEBUG: alternatives-1.24-2.el9.x86_64 DEBUG: audit-libs-3.1.5-8.el9.x86_64 DEBUG: basesystem-11-13.el9.noarch DEBUG: bash-5.1.8-9.el9.x86_64 DEBUG: binutils-2.35.2-72.el9.x86_64 DEBUG: binutils-gold-2.35.2-72.el9.x86_64 DEBUG: bzip2-1.0.8-11.el9.x86_64 DEBUG: bzip2-libs-1.0.8-11.el9.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch DEBUG: centos-gpg-keys-9.0-38.el9.noarch DEBUG: centos-stream-release-9.0-38.el9.noarch DEBUG: centos-stream-repos-9.0-38.el9.noarch DEBUG: coreutils-8.32-42.el9.x86_64 DEBUG: coreutils-common-8.32-42.el9.x86_64 DEBUG: cpio-2.13-16.el9.x86_64 DEBUG: cracklib-2.9.6-28.el9.x86_64 DEBUG: cracklib-dicts-2.9.6-28.el9.x86_64 DEBUG: crypto-policies-20260224-1.gitea0f072.el9.noarch DEBUG: curl-7.76.1-43.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64 DEBUG: debugedit-5.0-11.el9.x86_64 DEBUG: diffutils-3.7-12.el9.x86_64 DEBUG: dwz-0.16-1.el9.x86_64 DEBUG: ed-1.14.2-12.el9.x86_64 DEBUG: efi-srpm-macros-6-4.el9.noarch DEBUG: elfutils-0.195-1.el9.x86_64 DEBUG: elfutils-debuginfod-client-0.195-1.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.195-1.el9.noarch DEBUG: elfutils-libelf-0.195-1.el9.x86_64 DEBUG: elfutils-libs-0.195-1.el9.x86_64 DEBUG: file-5.39-19.el9.x86_64 DEBUG: file-libs-5.39-19.el9.x86_64 DEBUG: filesystem-3.16-5.el9.x86_64 DEBUG: findutils-1:4.8.0-7.el9.x86_64 DEBUG: fonts-srpm-macros-1:2.0.5-7.el9.1.noarch DEBUG: gawk-5.1.0-6.el9.x86_64 DEBUG: gdb-minimal-16.3-3.el9.x86_64 DEBUG: gdbm-libs-1:1.23-1.el9.x86_64 DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch DEBUG: glibc-2.34-270.el9.x86_64 DEBUG: glibc-common-2.34-270.el9.x86_64 DEBUG: glibc-gconv-extra-2.34-270.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-270.el9.x86_64 DEBUG: gmp-1:6.2.0-13.el9.x86_64 DEBUG: go-srpm-macros-3.8.1-1.el9.noarch DEBUG: grep-3.6-5.el9.x86_64 DEBUG: groff-base-1.22.4-10.el9.x86_64 DEBUG: gzip-1.12-1.el9.x86_64 DEBUG: info-6.7-15.el9.x86_64 DEBUG: json-c-0.14-11.el9.x86_64 DEBUG: kernel-srpm-macros-1.0-14.el9.noarch DEBUG: keyutils-libs-1.6.3-1.el9.x86_64 DEBUG: krb5-libs-1.21.1-10.el9.x86_64 DEBUG: libacl-2.3.1-4.el9.x86_64 DEBUG: libarchive-3.5.3-9.el9.x86_64 DEBUG: libattr-2.5.1-3.el9.x86_64 DEBUG: libblkid-2.37.4-25.el9.x86_64 DEBUG: libbrotli-1.0.9-9.el9.x86_64 DEBUG: libcap-2.48-10.el9.x86_64 DEBUG: libcap-ng-0.8.2-7.el9.x86_64 DEBUG: libcom_err-1.46.5-8.el9.x86_64 DEBUG: libcurl-7.76.1-43.el9.x86_64 DEBUG: libdb-5.3.28-57.el9.x86_64 DEBUG: libeconf-0.4.1-7.el9.x86_64 DEBUG: libevent-2.1.12-8.el9.x86_64 DEBUG: libfdisk-2.37.4-25.el9.x86_64 DEBUG: libffi-3.4.2-8.el9.x86_64 DEBUG: libgcc-11.5.0-14.el9.x86_64 DEBUG: libgcrypt-1.10.0-11.el9.x86_64 DEBUG: libgomp-11.5.0-14.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: libidn2-2.3.0-7.el9.x86_64 DEBUG: libmount-2.37.4-25.el9.x86_64 DEBUG: libnghttp2-1.43.0-7.el9.x86_64 DEBUG: libpkgconf-1.7.3-10.el9.x86_64 DEBUG: libpsl-0.21.1-5.el9.x86_64 DEBUG: libpwquality-1.4.4-8.el9.x86_64 DEBUG: libselinux-3.6-4.el9.x86_64 DEBUG: libsemanage-3.6-5.el9.x86_64 DEBUG: libsepol-3.6-3.el9.x86_64 DEBUG: libsigsegv-2.13-4.el9.x86_64 DEBUG: libsmartcols-2.37.4-25.el9.x86_64 DEBUG: libssh-0.10.4-18.el9.x86_64 DEBUG: libssh-config-0.10.4-18.el9.noarch DEBUG: libstdc++-11.5.0-14.el9.x86_64 DEBUG: libtasn1-4.16.0-10.el9.x86_64 DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64 DEBUG: libunistring-0.9.10-15.el9.x86_64 DEBUG: libutempter-1.2.1-6.el9.x86_64 DEBUG: libuuid-2.37.4-25.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: libxcrypt-4.4.18-3.el9.x86_64 DEBUG: libxml2-2.9.13-15.el9.x86_64 DEBUG: libzstd-1.5.5-1.el9.x86_64 DEBUG: lua-libs-5.4.4-4.el9.x86_64 DEBUG: lua-srpm-macros-1-6.el9.noarch DEBUG: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: make-1:4.3-8.el9.x86_64 DEBUG: mpfr-4.1.0-10.el9.x86_64 DEBUG: ncurses-6.2-12.20210508.el9.x86_64 DEBUG: ncurses-base-6.2-12.20210508.el9.noarch DEBUG: ncurses-libs-6.2-12.20210508.el9.x86_64 DEBUG: ocaml-srpm-macros-6-6.el9.noarch DEBUG: openblas-srpm-macros-2-11.el9.noarch DEBUG: openldap-2.6.13-1.el9.x86_64 DEBUG: openssl-1:3.5.5-3.el9.x86_64 DEBUG: openssl-fips-provider-1:3.5.5-3.el9.x86_64 DEBUG: openssl-libs-1:3.5.5-3.el9.x86_64 DEBUG: p11-kit-0.26.2-1.el9.x86_64 DEBUG: p11-kit-trust-0.26.2-1.el9.x86_64 DEBUG: pam-1.5.1-29.el9.x86_64 DEBUG: patch-2.7.6-16.el9.x86_64 DEBUG: pcre-8.44-4.el9.x86_64 DEBUG: pcre2-10.40-6.el9.x86_64 DEBUG: pcre2-syntax-10.40-6.el9.noarch DEBUG: perl-AutoLoader-5.74-483.el9.noarch DEBUG: perl-B-1.80-483.el9.x86_64 DEBUG: perl-Carp-1.50-460.el9.noarch DEBUG: perl-Class-Struct-0.66-483.el9.noarch DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 DEBUG: perl-Digest-1.19-4.el9.noarch DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64 DEBUG: perl-Encode-4:3.08-462.el9.x86_64 DEBUG: perl-Errno-1.30-483.el9.x86_64 DEBUG: perl-Exporter-5.74-461.el9.noarch DEBUG: perl-Fcntl-1.13-483.el9.x86_64 DEBUG: perl-File-Basename-2.85-483.el9.noarch DEBUG: perl-File-Path-2.18-4.el9.noarch DEBUG: perl-File-Temp-1:0.231.100-4.el9.noarch DEBUG: perl-File-stat-1.09-483.el9.noarch DEBUG: perl-FileHandle-2.03-483.el9.noarch DEBUG: perl-Getopt-Long-1:2.52-4.el9.noarch DEBUG: perl-Getopt-Std-1.12-483.el9.noarch DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch DEBUG: perl-IO-1.43-483.el9.x86_64 DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch DEBUG: perl-IPC-Open3-1.21-483.el9.noarch DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64 DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch DEBUG: perl-Net-SSLeay-1.94-4.el9.x86_64 DEBUG: perl-POSIX-1.94-483.el9.x86_64 DEBUG: perl-PathTools-3.78-461.el9.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-460.el9.noarch DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch DEBUG: perl-Pod-Simple-1:3.42-4.el9.noarch DEBUG: perl-Pod-Usage-4:2.01-4.el9.noarch DEBUG: perl-Scalar-List-Utils-4:1.56-462.el9.x86_64 DEBUG: perl-SelectSaver-1.02-483.el9.noarch DEBUG: perl-Socket-4:2.031-4.el9.x86_64 DEBUG: perl-Storable-1:3.21-460.el9.x86_64 DEBUG: perl-Symbol-1.08-483.el9.noarch DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-Term-Cap-1.17-460.el9.noarch DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch DEBUG: perl-Time-Local-2:1.300-7.el9.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-base-2.27-483.el9.noarch DEBUG: perl-constant-1.33-461.el9.noarch DEBUG: perl-if-0.60.800-483.el9.noarch DEBUG: perl-interpreter-4:5.32.1-483.el9.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-libs-4:5.32.1-483.el9.x86_64 DEBUG: perl-mro-1.23-483.el9.x86_64 DEBUG: perl-overload-1.31-483.el9.noarch DEBUG: perl-overloading-0.02-483.el9.noarch DEBUG: perl-parent-1:0.238-460.el9.noarch DEBUG: perl-podlators-1:4.14-460.el9.noarch DEBUG: perl-srpm-macros-1-41.el9.noarch DEBUG: perl-subs-1.03-483.el9.noarch DEBUG: perl-vars-1.05-483.el9.noarch DEBUG: pkgconf-1.7.3-10.el9.x86_64 DEBUG: pkgconf-m4-1.7.3-10.el9.noarch DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64 DEBUG: popt-1.18-8.el9.x86_64 DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pyproject-srpm-macros-1.18.5-1.el9.noarch DEBUG: python-srpm-macros-3.9-54.el9.noarch DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch DEBUG: readline-8.1-4.el9.x86_64 DEBUG: redhat-rpm-config-210-1.el9.noarch DEBUG: rpm-4.16.1.3-40.el9.x86_64 DEBUG: rpm-build-4.16.1.3-40.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-40.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-40.el9.x86_64 DEBUG: rust-srpm-macros-17-4.el9.noarch DEBUG: sed-4.8-10.el9.x86_64 DEBUG: setup-2.13.7-10.el9.noarch DEBUG: shadow-utils-2:4.9-17.el9.x86_64 DEBUG: sqlite-libs-3.34.1-10.el9.x86_64 DEBUG: systemd-libs-252-70.el9.x86_64 DEBUG: tar-2:1.34-11.el9.x86_64 DEBUG: tzdata-2026b-1.el9.noarch DEBUG: unzip-6.0-59.el9.x86_64 DEBUG: util-linux-2.37.4-25.el9.x86_64 DEBUG: util-linux-core-2.37.4-25.el9.x86_64 DEBUG: which-2.21-30.el9.x86_64 DEBUG: xz-5.2.5-8.el9.x86_64 DEBUG: xz-libs-5.2.5-8.el9.x86_64 DEBUG: zip-3.0-35.el9.x86_64 DEBUG: zlib-1.2.11-41.el9.x86_64 DEBUG: zstd-1.5.5-1.el9.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-9-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: installing minimal buildroot with dnf DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64/root/etc/os-release DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/SOURCES DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/centos-stream-9-x86_64/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: userdel: user 'mockbuild' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: groupdel: group 'mock' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1002', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/centos-stream-9-x86_64/root/.initialized DEBUG: child environment: None DEBUG: Executing command: ['sync'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Start: creating root cache DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/centos-stream-9-x86_64/root_cache/cache.tar.gz', '-C', '/var/lib/mock/centos-stream-9-x86_64/root', '--exclude=./proc', '--exclude=./sys', '--exclude=./dev', '--exclude=./tmp/ccache', '--exclude=./var/cache/yum', '--exclude=./var/cache/dnf', '--exclude=./var/log', '--exclude=.//proc', '--exclude=.//proc', '--exclude=.//sys', '--exclude=.//sys', '--exclude=.//dev/shm', '--exclude=.//dev/pts', '--exclude=.//proc/filesystems', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//var/cache/dnf', '.'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: creating root cache Finish: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/centos-stream-9-x86_64/root', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.c1a6ptsc:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'da8a451c81e44900a4bf07c803862fcc', '-D', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.c1a6ptsc:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--resolv-conf=off', '/bin/rpm', '-qa', '--root', '/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: gpg-pubkey-8483c65d-5ccc5b19 DEBUG: rust-srpm-macros-17-4.el9.noarch DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch DEBUG: perl-srpm-macros-1-41.el9.noarch DEBUG: openblas-srpm-macros-2-11.el9.noarch DEBUG: ocaml-srpm-macros-6-6.el9.noarch DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch DEBUG: tzdata-2026b-1.el9.noarch DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pkgconf-m4-1.7.3-10.el9.noarch DEBUG: pcre2-syntax-10.40-6.el9.noarch DEBUG: ncurses-base-6.2-12.20210508.el9.noarch DEBUG: libssh-config-0.10.4-18.el9.noarch DEBUG: coreutils-common-8.32-42.el9.x86_64 DEBUG: centos-gpg-keys-9.0-38.el9.noarch DEBUG: centos-stream-repos-9.0-38.el9.noarch DEBUG: centos-stream-release-9.0-38.el9.noarch DEBUG: setup-2.13.7-10.el9.noarch DEBUG: filesystem-3.16-5.el9.x86_64 DEBUG: basesystem-11-13.el9.noarch DEBUG: ncurses-libs-6.2-12.20210508.el9.x86_64 DEBUG: bash-5.1.8-9.el9.x86_64 DEBUG: libgcc-11.5.0-14.el9.x86_64 DEBUG: glibc-gconv-extra-2.34-270.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-270.el9.x86_64 DEBUG: glibc-common-2.34-270.el9.x86_64 DEBUG: glibc-2.34-270.el9.x86_64 DEBUG: zlib-1.2.11-41.el9.x86_64 DEBUG: xz-libs-5.2.5-8.el9.x86_64 DEBUG: bzip2-libs-1.0.8-11.el9.x86_64 DEBUG: libzstd-1.5.5-1.el9.x86_64 DEBUG: elfutils-libelf-0.195-1.el9.x86_64 DEBUG: libstdc++-11.5.0-14.el9.x86_64 DEBUG: libxcrypt-4.4.18-3.el9.x86_64 DEBUG: libuuid-2.37.4-25.el9.x86_64 DEBUG: gmp-6.2.0-13.el9.x86_64 DEBUG: libattr-2.5.1-3.el9.x86_64 DEBUG: libacl-2.3.1-4.el9.x86_64 DEBUG: libcap-2.48-10.el9.x86_64 DEBUG: popt-1.18-8.el9.x86_64 DEBUG: libcom_err-1.46.5-8.el9.x86_64 DEBUG: lz4-libs-1.9.3-5.el9.x86_64 DEBUG: readline-8.1-4.el9.x86_64 DEBUG: crypto-policies-20260224-1.gitea0f072.el9.noarch DEBUG: mpfr-4.1.0-10.el9.x86_64 DEBUG: dwz-0.16-1.el9.x86_64 DEBUG: unzip-6.0-59.el9.x86_64 DEBUG: file-libs-5.39-19.el9.x86_64 DEBUG: file-5.39-19.el9.x86_64 DEBUG: sqlite-libs-3.34.1-10.el9.x86_64 DEBUG: alternatives-1.24-2.el9.x86_64 DEBUG: libcap-ng-0.8.2-7.el9.x86_64 DEBUG: audit-libs-3.1.5-8.el9.x86_64 DEBUG: libffi-3.4.2-8.el9.x86_64 DEBUG: libsepol-3.6-3.el9.x86_64 DEBUG: libsigsegv-2.13-4.el9.x86_64 DEBUG: gawk-5.1.0-6.el9.x86_64 DEBUG: libsmartcols-2.37.4-25.el9.x86_64 DEBUG: libtasn1-4.16.0-10.el9.x86_64 DEBUG: p11-kit-0.26.2-1.el9.x86_64 DEBUG: libunistring-0.9.10-15.el9.x86_64 DEBUG: libidn2-2.3.0-7.el9.x86_64 DEBUG: lua-libs-5.4.4-4.el9.x86_64 DEBUG: libpsl-0.21.1-5.el9.x86_64 DEBUG: p11-kit-trust-0.26.2-1.el9.x86_64 DEBUG: zip-3.0-35.el9.x86_64 DEBUG: zstd-1.5.5-1.el9.x86_64 DEBUG: groff-base-1.22.4-10.el9.x86_64 DEBUG: bzip2-1.0.8-11.el9.x86_64 DEBUG: libxml2-2.9.13-15.el9.x86_64 DEBUG: info-6.7-15.el9.x86_64 DEBUG: ed-1.14.2-12.el9.x86_64 DEBUG: cpio-2.13-16.el9.x86_64 DEBUG: diffutils-3.7-12.el9.x86_64 DEBUG: gdbm-libs-1.23-1.el9.x86_64 DEBUG: json-c-0.14-11.el9.x86_64 DEBUG: keyutils-libs-1.6.3-1.el9.x86_64 DEBUG: libbrotli-1.0.9-9.el9.x86_64 DEBUG: libdb-5.3.28-57.el9.x86_64 DEBUG: libeconf-0.4.1-7.el9.x86_64 DEBUG: libgomp-11.5.0-14.el9.x86_64 DEBUG: libgpg-error-1.42-5.el9.x86_64 DEBUG: libgcrypt-1.10.0-11.el9.x86_64 DEBUG: libnghttp2-1.43.0-7.el9.x86_64 DEBUG: libpkgconf-1.7.3-10.el9.x86_64 DEBUG: pkgconf-1.7.3-10.el9.x86_64 DEBUG: pkgconf-pkg-config-1.7.3-10.el9.x86_64 DEBUG: libtool-ltdl-2.4.6-46.el9.x86_64 DEBUG: libverto-0.3.2-3.el9.x86_64 DEBUG: ncurses-6.2-12.20210508.el9.x86_64 DEBUG: pcre-8.44-4.el9.x86_64 DEBUG: grep-3.6-5.el9.x86_64 DEBUG: xz-5.2.5-8.el9.x86_64 DEBUG: pcre2-10.40-6.el9.x86_64 DEBUG: libselinux-3.6-4.el9.x86_64 DEBUG: sed-4.8-10.el9.x86_64 DEBUG: findutils-4.8.0-7.el9.x86_64 DEBUG: openssl-fips-provider-3.5.5-3.el9.x86_64 DEBUG: openssl-libs-3.5.5-3.el9.x86_64 DEBUG: coreutils-8.32-42.el9.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-91.el9.noarch DEBUG: libblkid-2.37.4-25.el9.x86_64 DEBUG: krb5-libs-1.21.1-10.el9.x86_64 DEBUG: libmount-2.37.4-25.el9.x86_64 DEBUG: gzip-1.12-1.el9.x86_64 DEBUG: cracklib-2.9.6-28.el9.x86_64 DEBUG: systemd-libs-252-70.el9.x86_64 DEBUG: libarchive-3.5.3-9.el9.x86_64 DEBUG: util-linux-core-2.37.4-25.el9.x86_64 DEBUG: cracklib-dicts-2.9.6-28.el9.x86_64 DEBUG: cyrus-sasl-lib-2.1.27-21.el9.x86_64 DEBUG: libssh-0.10.4-18.el9.x86_64 DEBUG: libfdisk-2.37.4-25.el9.x86_64 DEBUG: perl-Digest-1.19-4.el9.noarch DEBUG: perl-Digest-MD5-2.58-4.el9.x86_64 DEBUG: perl-B-1.80-483.el9.x86_64 DEBUG: perl-FileHandle-2.03-483.el9.noarch DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-AutoLoader-5.74-483.el9.noarch DEBUG: perl-base-2.27-483.el9.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-if-0.60.800-483.el9.noarch DEBUG: perl-IO-Socket-IP-0.41-5.el9.noarch DEBUG: perl-Time-Local-1.300-7.el9.noarch DEBUG: perl-File-Path-2.18-4.el9.noarch DEBUG: perl-IO-Socket-SSL-2.073-2.el9.noarch DEBUG: perl-Net-SSLeay-1.94-4.el9.x86_64 DEBUG: perl-Pod-Escapes-1.07-460.el9.noarch DEBUG: perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch DEBUG: perl-Mozilla-CA-20200520-6.el9.noarch DEBUG: perl-Class-Struct-0.66-483.el9.noarch DEBUG: perl-POSIX-1.94-483.el9.x86_64 DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-IPC-Open3-1.21-483.el9.noarch DEBUG: perl-subs-1.03-483.el9.noarch DEBUG: perl-File-Temp-0.231.100-4.el9.noarch DEBUG: perl-Term-Cap-1.17-460.el9.noarch DEBUG: perl-Pod-Simple-3.42-4.el9.noarch DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch DEBUG: perl-Socket-2.031-4.el9.x86_64 DEBUG: perl-SelectSaver-1.02-483.el9.noarch DEBUG: perl-Symbol-1.08-483.el9.noarch DEBUG: perl-File-stat-1.09-483.el9.noarch DEBUG: perl-podlators-4.14-460.el9.noarch DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch DEBUG: perl-Fcntl-1.13-483.el9.x86_64 DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-mro-1.23-483.el9.x86_64 DEBUG: perl-IO-1.43-483.el9.x86_64 DEBUG: perl-overloading-0.02-483.el9.noarch DEBUG: perl-Pod-Usage-2.01-4.el9.noarch DEBUG: perl-Errno-1.30-483.el9.x86_64 DEBUG: perl-File-Basename-2.85-483.el9.noarch DEBUG: perl-Getopt-Std-1.12-483.el9.noarch DEBUG: perl-MIME-Base64-3.16-4.el9.x86_64 DEBUG: perl-Scalar-List-Utils-1.56-462.el9.x86_64 DEBUG: perl-constant-1.33-461.el9.noarch DEBUG: perl-Storable-3.21-460.el9.x86_64 DEBUG: perl-overload-1.31-483.el9.noarch DEBUG: perl-parent-0.238-460.el9.noarch DEBUG: perl-vars-1.05-483.el9.noarch DEBUG: perl-Getopt-Long-2.52-4.el9.noarch DEBUG: perl-Carp-1.50-460.el9.noarch DEBUG: perl-Exporter-5.74-461.el9.noarch DEBUG: perl-PathTools-3.78-461.el9.x86_64 DEBUG: perl-Encode-3.08-462.el9.x86_64 DEBUG: perl-libs-5.32.1-483.el9.x86_64 DEBUG: perl-interpreter-5.32.1-483.el9.x86_64 DEBUG: kernel-srpm-macros-1.0-14.el9.noarch DEBUG: openssl-3.5.5-3.el9.x86_64 DEBUG: libpwquality-1.4.4-8.el9.x86_64 DEBUG: pam-1.5.1-29.el9.x86_64 DEBUG: libevent-2.1.12-8.el9.x86_64 DEBUG: libsemanage-3.6-5.el9.x86_64 DEBUG: shadow-utils-4.9-17.el9.x86_64 DEBUG: libutempter-1.2.1-6.el9.x86_64 DEBUG: openldap-2.6.13-1.el9.x86_64 DEBUG: libcurl-7.76.1-43.el9.x86_64 DEBUG: curl-7.76.1-43.el9.x86_64 DEBUG: rpm-4.16.1.3-40.el9.x86_64 DEBUG: rpm-libs-4.16.1.3-40.el9.x86_64 DEBUG: efi-srpm-macros-6-4.el9.noarch DEBUG: lua-srpm-macros-1-6.el9.noarch DEBUG: tar-1.34-11.el9.x86_64 DEBUG: patch-2.7.6-16.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.195-1.el9.noarch DEBUG: elfutils-libs-0.195-1.el9.x86_64 DEBUG: elfutils-debuginfod-client-0.195-1.el9.x86_64 DEBUG: binutils-gold-2.35.2-72.el9.x86_64 DEBUG: binutils-2.35.2-72.el9.x86_64 DEBUG: elfutils-0.195-1.el9.x86_64 DEBUG: gdb-minimal-16.3-3.el9.x86_64 DEBUG: debugedit-5.0-11.el9.x86_64 DEBUG: rpm-build-libs-4.16.1.3-40.el9.x86_64 DEBUG: fonts-srpm-macros-2.0.5-7.el9.1.noarch DEBUG: go-srpm-macros-3.8.1-1.el9.noarch DEBUG: python-srpm-macros-3.9-54.el9.noarch DEBUG: pyproject-srpm-macros-1.18.5-1.el9.noarch DEBUG: redhat-rpm-config-210-1.el9.noarch DEBUG: rpm-build-4.16.1.3-40.el9.x86_64 DEBUG: util-linux-2.37.4-25.el9.x86_64 DEBUG: make-4.3-8.el9.x86_64 DEBUG: which-2.21-30.el9.x86_64 DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: Installed packages: INFO: alternatives-1.24-2.el9.x86_64 audit-libs-3.1.5-8.el9.x86_64 basesystem-11-13.el9.noarch bash-5.1.8-9.el9.x86_64 binutils-2.35.2-72.el9.x86_64 binutils-gold-2.35.2-72.el9.x86_64 bzip2-1.0.8-11.el9.x86_64 bzip2-libs-1.0.8-11.el9.x86_64 ca-certificates-2025.2.80_v9.0.305-91.el9.noarch centos-gpg-keys-9.0-38.el9.noarch centos-stream-release-9.0-38.el9.noarch centos-stream-repos-9.0-38.el9.noarch coreutils-8.32-42.el9.x86_64 coreutils-common-8.32-42.el9.x86_64 cpio-2.13-16.el9.x86_64 cracklib-2.9.6-28.el9.x86_64 cracklib-dicts-2.9.6-28.el9.x86_64 crypto-policies-20260224-1.gitea0f072.el9.noarch curl-7.76.1-43.el9.x86_64 cyrus-sasl-lib-2.1.27-21.el9.x86_64 debugedit-5.0-11.el9.x86_64 diffutils-3.7-12.el9.x86_64 dwz-0.16-1.el9.x86_64 ed-1.14.2-12.el9.x86_64 efi-srpm-macros-6-4.el9.noarch elfutils-0.195-1.el9.x86_64 elfutils-debuginfod-client-0.195-1.el9.x86_64 elfutils-default-yama-scope-0.195-1.el9.noarch elfutils-libelf-0.195-1.el9.x86_64 elfutils-libs-0.195-1.el9.x86_64 file-5.39-19.el9.x86_64 file-libs-5.39-19.el9.x86_64 filesystem-3.16-5.el9.x86_64 findutils-4.8.0-7.el9.x86_64 fonts-srpm-macros-2.0.5-7.el9.1.noarch gawk-5.1.0-6.el9.x86_64 gdb-minimal-16.3-3.el9.x86_64 gdbm-libs-1.23-1.el9.x86_64 ghc-srpm-macros-1.5.0-6.el9.noarch glibc-2.34-270.el9.x86_64 glibc-common-2.34-270.el9.x86_64 glibc-gconv-extra-2.34-270.el9.x86_64 glibc-minimal-langpack-2.34-270.el9.x86_64 gmp-6.2.0-13.el9.x86_64 go-srpm-macros-3.8.1-1.el9.noarch gpg-pubkey-8483c65d-5ccc5b19 grep-3.6-5.el9.x86_64 groff-base-1.22.4-10.el9.x86_64 gzip-1.12-1.el9.x86_64 info-6.7-15.el9.x86_64 json-c-0.14-11.el9.x86_64 kernel-srpm-macros-1.0-14.el9.noarch keyutils-libs-1.6.3-1.el9.x86_64 krb5-libs-1.21.1-10.el9.x86_64 libacl-2.3.1-4.el9.x86_64 libarchive-3.5.3-9.el9.x86_64 libattr-2.5.1-3.el9.x86_64 libblkid-2.37.4-25.el9.x86_64 libbrotli-1.0.9-9.el9.x86_64 libcap-2.48-10.el9.x86_64 libcap-ng-0.8.2-7.el9.x86_64 libcom_err-1.46.5-8.el9.x86_64 libcurl-7.76.1-43.el9.x86_64 libdb-5.3.28-57.el9.x86_64 libeconf-0.4.1-7.el9.x86_64 libevent-2.1.12-8.el9.x86_64 libfdisk-2.37.4-25.el9.x86_64 libffi-3.4.2-8.el9.x86_64 libgcc-11.5.0-14.el9.x86_64 libgcrypt-1.10.0-11.el9.x86_64 libgomp-11.5.0-14.el9.x86_64 libgpg-error-1.42-5.el9.x86_64 libidn2-2.3.0-7.el9.x86_64 libmount-2.37.4-25.el9.x86_64 libnghttp2-1.43.0-7.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libpsl-0.21.1-5.el9.x86_64 libpwquality-1.4.4-8.el9.x86_64 libselinux-3.6-4.el9.x86_64 libsemanage-3.6-5.el9.x86_64 libsepol-3.6-3.el9.x86_64 libsigsegv-2.13-4.el9.x86_64 libsmartcols-2.37.4-25.el9.x86_64 libssh-0.10.4-18.el9.x86_64 libssh-config-0.10.4-18.el9.noarch libstdc++-11.5.0-14.el9.x86_64 libtasn1-4.16.0-10.el9.x86_64 libtool-ltdl-2.4.6-46.el9.x86_64 libunistring-0.9.10-15.el9.x86_64 libutempter-1.2.1-6.el9.x86_64 libuuid-2.37.4-25.el9.x86_64 libverto-0.3.2-3.el9.x86_64 libxcrypt-4.4.18-3.el9.x86_64 libxml2-2.9.13-15.el9.x86_64 libzstd-1.5.5-1.el9.x86_64 lua-libs-5.4.4-4.el9.x86_64 lua-srpm-macros-1-6.el9.noarch lz4-libs-1.9.3-5.el9.x86_64 make-4.3-8.el9.x86_64 mpfr-4.1.0-10.el9.x86_64 ncurses-6.2-12.20210508.el9.x86_64 ncurses-base-6.2-12.20210508.el9.noarch ncurses-libs-6.2-12.20210508.el9.x86_64 ocaml-srpm-macros-6-6.el9.noarch openblas-srpm-macros-2-11.el9.noarch openldap-2.6.13-1.el9.x86_64 openssl-3.5.5-3.el9.x86_64 openssl-fips-provider-3.5.5-3.el9.x86_64 openssl-libs-3.5.5-3.el9.x86_64 p11-kit-0.26.2-1.el9.x86_64 p11-kit-trust-0.26.2-1.el9.x86_64 pam-1.5.1-29.el9.x86_64 patch-2.7.6-16.el9.x86_64 pcre-8.44-4.el9.x86_64 pcre2-10.40-6.el9.x86_64 pcre2-syntax-10.40-6.el9.noarch perl-AutoLoader-5.74-483.el9.noarch perl-B-1.80-483.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-483.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-3.08-462.el9.x86_64 perl-Errno-1.30-483.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-483.el9.x86_64 perl-File-Basename-2.85-483.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-0.231.100-4.el9.noarch perl-File-stat-1.09-483.el9.noarch perl-FileHandle-2.03-483.el9.noarch perl-Getopt-Long-2.52-4.el9.noarch perl-Getopt-Std-1.12-483.el9.noarch perl-HTTP-Tiny-0.076-462.el9.noarch perl-IO-1.43-483.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-2.el9.noarch perl-IPC-Open3-1.21-483.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-Net-SSLeay-1.94-4.el9.x86_64 perl-POSIX-1.94-483.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-3.42-4.el9.noarch perl-Pod-Usage-2.01-4.el9.noarch perl-Scalar-List-Utils-1.56-462.el9.x86_64 perl-SelectSaver-1.02-483.el9.noarch perl-Socket-2.031-4.el9.x86_64 perl-Storable-3.21-460.el9.x86_64 perl-Symbol-1.08-483.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-483.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-483.el9.noarch perl-interpreter-5.32.1-483.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-5.32.1-483.el9.x86_64 perl-mro-1.23-483.el9.x86_64 perl-overload-1.31-483.el9.noarch perl-overloading-0.02-483.el9.noarch perl-parent-0.238-460.el9.noarch perl-podlators-4.14-460.el9.noarch perl-srpm-macros-1-41.el9.noarch perl-subs-1.03-483.el9.noarch perl-vars-1.05-483.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 popt-1.18-8.el9.x86_64 publicsuffix-list-dafsa-20210518-3.el9.noarch pyproject-srpm-macros-1.18.5-1.el9.noarch python-srpm-macros-3.9-54.el9.noarch qt5-srpm-macros-5.15.9-1.el9.noarch readline-8.1-4.el9.x86_64 redhat-rpm-config-210-1.el9.noarch rpm-4.16.1.3-40.el9.x86_64 rpm-build-4.16.1.3-40.el9.x86_64 rpm-build-libs-4.16.1.3-40.el9.x86_64 rpm-libs-4.16.1.3-40.el9.x86_64 rust-srpm-macros-17-4.el9.noarch sed-4.8-10.el9.x86_64 setup-2.13.7-10.el9.noarch shadow-utils-4.9-17.el9.x86_64 sqlite-libs-3.34.1-10.el9.x86_64 systemd-libs-252-70.el9.x86_64 tar-1.34-11.el9.x86_64 tzdata-2026b-1.el9.noarch unzip-6.0-59.el9.x86_64 util-linux-2.37.4-25.el9.x86_64 util-linux-core-2.37.4-25.el9.x86_64 which-2.21-30.el9.x86_64 xz-5.2.5-8.el9.x86_64 xz-libs-5.2.5-8.el9.x86_64 zip-3.0-35.el9.x86_64 zlib-1.2.11-41.el9.x86_64 zstd-1.5.5-1.el9.x86_64 INFO: installing package(s): autoconf automake gcc gdb gettext >= 0.21 glib-networking glib2-devel >= 2.68.0 gnutls-devel >= 3.4.3 krb5-devel >= 1.11 krb5-server make openssh-clients openssl-devel pam-devel pkgconfig(gio-unix-2.0) pkgconfig(json-glib-1.0) pkgconfig(polkit-agent-1) >= 0.105 python3-devel python3-pip sed selinux-policy selinux-policy-devel systemd-devel >= 235 zlib-devel libappstream-glib rpmlint gettext desktop-file-utils DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/centos-stream-9-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.ymg6dcdd', '/var/lib/mock/centos-stream-9-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/centos-stream-9-x86_64/root', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/centos-stream-9-x86_64/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-9-x86_64/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'autoconf', 'automake', 'gcc', 'gdb', 'gettext >= 0.21', 'glib-networking', 'glib2-devel >= 2.68.0', 'gnutls-devel >= 3.4.3', 'krb5-devel >= 1.11', 'krb5-server', 'make', 'openssh-clients', 'openssl-devel', 'pam-devel', 'pkgconfig(gio-unix-2.0)', 'pkgconfig(json-glib-1.0)', 'pkgconfig(polkit-agent-1) >= 0.105', 'python3-devel', 'python3-pip', 'sed', 'selinux-policy', 'selinux-policy-devel', 'systemd-devel >= 235', 'zlib-devel', 'libappstream-glib', 'rpmlint', 'gettext', 'desktop-file-utils'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.c1a6ptsc:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4ebd3332674947cead8bd1776e4adbaf', '-D', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.c1a6ptsc:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/centos-stream-9-x86_64/root/installation-homedir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=C.UTF-8', '--setenv=LC_MESSAGES=C.UTF-8', '--resolv-conf=off', '/usr/bin/dnf-3', '--installroot', '/var/lib/mock/centos-stream-9-x86_64/root/', '--releasever', '9', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'autoconf', 'automake', 'gcc', 'gdb', 'gettext >= 0.21', 'glib-networking', 'glib2-devel >= 2.68.0', 'gnutls-devel >= 3.4.3', 'krb5-devel >= 1.11', 'krb5-server', 'make', 'openssh-clients', 'openssl-devel', 'pam-devel', 'pkgconfig(gio-unix-2.0)', 'pkgconfig(json-glib-1.0)', 'pkgconfig(polkit-agent-1) >= 0.105', 'python3-devel', 'python3-pip', 'sed', 'selinux-policy', 'selinux-policy-devel', 'systemd-devel >= 235', 'zlib-devel', 'libappstream-glib', 'rpmlint', 'gettext', 'desktop-file-utils', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/centos-stream-9-x86_64/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8', 'SYSTEMD_NSPAWN_TMPFS_TMP': '0', 'SYSTEMD_SECCOMP': '0'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:57 ago on Wed Jun 10 20:12:11 2026. DEBUG: Package make-1:4.3-8.el9.x86_64 is already installed. DEBUG: Package sed-4.8-10.el9.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repository Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: autoconf noarch 2.69-41.el9 appstream 681 k DEBUG: automake noarch 1.16.2-8.el9 appstream 689 k DEBUG: desktop-file-utils x86_64 0.26-6.el9 appstream 74 k DEBUG: gcc x86_64 11.5.0-14.el9 appstream 32 M DEBUG: gdb x86_64 16.3-3.el9 appstream 147 k DEBUG: gettext x86_64 0.21-8.el9 baseos 1.1 M DEBUG: glib-networking x86_64 2.68.3-3.el9 baseos 186 k DEBUG: glib2-devel x86_64 2.68.4-20.el9 appstream 550 k DEBUG: gnutls-devel x86_64 3.8.10-5.el9 appstream 2.4 M DEBUG: json-glib-devel x86_64 1.6.6-1.el9 appstream 61 k DEBUG: krb5-devel x86_64 1.21.1-10.el9 appstream 142 k DEBUG: krb5-server x86_64 1.21.1-10.el9 baseos 303 k DEBUG: libappstream-glib x86_64 0.7.18-5.el9 appstream 395 k DEBUG: openssh-clients x86_64 9.9p1-8.el9 baseos 772 k DEBUG: openssl-devel x86_64 1:3.5.5-3.el9 appstream 4.8 M DEBUG: pam-devel x86_64 1.5.1-29.el9 appstream 160 k DEBUG: polkit-devel x86_64 0.117-16.el9 appstream 44 k DEBUG: python3-devel x86_64 3.9.25-7.el9 appstream 245 k DEBUG: python3-pip noarch 21.3.1-2.el9 appstream 2.0 M DEBUG: rpmlint noarch 1.11-19.el9 appstream 198 k DEBUG: selinux-policy noarch 38.1.80-1.el9 baseos 40 k DEBUG: selinux-policy-devel noarch 38.1.80-1.el9 appstream 1.5 M DEBUG: systemd-devel x86_64 252-70.el9 appstream 651 k DEBUG: zlib-devel x86_64 1.2.11-41.el9 appstream 45 k DEBUG: Installing dependencies: DEBUG: acl x86_64 2.3.1-4.el9 baseos 71 k DEBUG: adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 baseos 832 k DEBUG: annobin x86_64 13.14-1.el9 appstream 785 k DEBUG: attr x86_64 2.5.1-3.el9 baseos 61 k DEBUG: boost-regex x86_64 1.75.0-14.el9 appstream 276 k DEBUG: checkpolicy x86_64 3.6-1.el9 baseos 353 k DEBUG: cpp x86_64 11.5.0-14.el9 appstream 11 M DEBUG: dbus x86_64 1:1.12.20-9.el9 baseos 2.9 k DEBUG: dbus-broker x86_64 28-7.el9 baseos 172 k DEBUG: dbus-common noarch 1:1.12.20-9.el9 baseos 13 k DEBUG: dnf noarch 4.14.0-36.el9 baseos 478 k DEBUG: dnf-data noarch 4.14.0-36.el9 baseos 38 k DEBUG: emacs-filesystem noarch 1:27.2-18.el9 appstream 9.2 k DEBUG: enchant x86_64 1:1.6.0-30.el9 appstream 62 k DEBUG: expat x86_64 2.5.0-6.el9 baseos 117 k DEBUG: fonts-filesystem noarch 1:2.0.5-7.el9.1 baseos 10 k DEBUG: gcc-plugin-annobin x86_64 11.5.0-14.el9 appstream 37 k DEBUG: gdb-headless x86_64 16.3-3.el9 appstream 5.1 M DEBUG: gdk-pixbuf2 x86_64 2.42.6-7.el9 appstream 491 k DEBUG: gettext-libs x86_64 0.21-8.el9 baseos 303 k DEBUG: glib2 x86_64 2.68.4-20.el9 baseos 2.6 M DEBUG: glibc-devel x86_64 2.34-270.el9 appstream 39 k DEBUG: glibc-headers x86_64 2.34-270.el9 appstream 548 k DEBUG: gmp-c++ x86_64 1:6.2.0-13.el9 appstream 19 k DEBUG: gmp-devel x86_64 1:6.2.0-13.el9 appstream 174 k DEBUG: gnupg2 x86_64 2.3.3-5.el9 baseos 2.5 M DEBUG: gnutls x86_64 3.8.10-5.el9 baseos 1.4 M DEBUG: gnutls-c++ x86_64 3.8.10-5.el9 appstream 27 k DEBUG: gnutls-dane x86_64 3.8.10-5.el9 appstream 17 k DEBUG: gpgme x86_64 1.15.1-6.el9 baseos 207 k DEBUG: gsettings-desktop-schemas x86_64 40.0-8.el9 baseos 682 k DEBUG: hunspell x86_64 1.7.0-11.el9 appstream 325 k DEBUG: hunspell-en-US noarch 0.20140811.1-20.el9 appstream 177 k DEBUG: hunspell-filesystem x86_64 1.7.0-11.el9 appstream 8.7 k DEBUG: ima-evm-utils x86_64 1.6.2-3.el9 baseos 71 k DEBUG: json-glib x86_64 1.6.6-1.el9 baseos 163 k DEBUG: kernel-headers x86_64 5.14.0-710.el9 appstream 2.0 M DEBUG: keyutils x86_64 1.6.3-1.el9 baseos 74 k DEBUG: keyutils-libs-devel x86_64 1.6.3-1.el9 appstream 60 k DEBUG: kmod-libs x86_64 28-11.el9 baseos 62 k DEBUG: krb5-pkinit x86_64 1.21.1-10.el9 baseos 57 k DEBUG: less x86_64 590-6.el9 baseos 162 k DEBUG: libassuan x86_64 2.5.5-3.el9 baseos 68 k DEBUG: libbabeltrace x86_64 1.5.8-10.el9 appstream 190 k DEBUG: libblkid-devel x86_64 2.37.4-25.el9 appstream 15 k DEBUG: libcbor x86_64 0.7.0-5.el9 baseos 57 k DEBUG: libcom_err-devel x86_64 1.46.5-8.el9 appstream 16 k DEBUG: libcomps x86_64 0.1.18-1.el9 baseos 78 k DEBUG: libdnf x86_64 0.69.0-19.el9 baseos 666 k DEBUG: libedit x86_64 3.1-39.20210216cvs.el9 baseos 104 k DEBUG: libev x86_64 4.33-6.el9 baseos 52 k DEBUG: libffi-devel x86_64 3.4.2-8.el9 appstream 29 k DEBUG: libfido2 x86_64 1.13.0-2.el9 baseos 99 k DEBUG: libicu x86_64 67.1-10.el9 baseos 9.6 M DEBUG: libidn2-devel x86_64 2.3.0-7.el9 appstream 64 k DEBUG: libipt x86_64 2.0.4-3.el9 appstream 57 k DEBUG: libjpeg-turbo x86_64 2.0.90-7.el9 appstream 175 k DEBUG: libkadm5 x86_64 1.21.1-10.el9 baseos 75 k DEBUG: libksba x86_64 1.5.1-7.el9 baseos 153 k DEBUG: libmodulemd x86_64 2.13.0-2.el9 baseos 233 k DEBUG: libmount-devel x86_64 2.37.4-25.el9 appstream 16 k DEBUG: libmpc x86_64 1.2.1-4.el9 appstream 62 k DEBUG: libpipeline x86_64 1.5.3-4.el9 baseos 49 k DEBUG: libpng x86_64 2:1.6.37-17.el9 baseos 116 k DEBUG: libproxy x86_64 0.4.15-35.el9 baseos 74 k DEBUG: librepo x86_64 1.19.0-1.el9 baseos 89 k DEBUG: libreport-filesystem noarch 2.15.2-6.el9 baseos 13 k DEBUG: libseccomp x86_64 2.5.6-1.el9 baseos 69 k DEBUG: libselinux-devel x86_64 3.6-4.el9 appstream 158 k DEBUG: libselinux-utils x86_64 3.6-4.el9 baseos 186 k DEBUG: libsepol-devel x86_64 3.6-3.el9 appstream 47 k DEBUG: libsolv x86_64 0.7.24-6.el9 baseos 402 k DEBUG: libsoup x86_64 2.72.0-17.el9 appstream 404 k DEBUG: libss x86_64 1.46.5-8.el9 baseos 32 k DEBUG: libstemmer x86_64 0-18.585svn.el9 appstream 83 k DEBUG: libtasn1-devel x86_64 4.16.0-10.el9 appstream 335 k DEBUG: libtasn1-tools x86_64 4.16.0-10.el9 appstream 23 k DEBUG: libverto-devel x86_64 0.3.2-3.el9 appstream 15 k DEBUG: libverto-libev x86_64 0.3.2-3.el9 baseos 14 k DEBUG: libxcrypt-devel x86_64 4.4.18-3.el9 appstream 29 k DEBUG: libyaml x86_64 0.2.5-7.el9 baseos 61 k DEBUG: llvm-filesystem x86_64 22.1.3-1.el9 appstream 13 k DEBUG: llvm-libs x86_64 22.1.3-1.el9 appstream 59 M DEBUG: lmdb-libs x86_64 0.9.29-3.el9 baseos 61 k DEBUG: logrotate x86_64 3.18.0-12.el9 baseos 74 k DEBUG: m4 x86_64 1.4.19-1.el9 appstream 300 k DEBUG: man-db x86_64 2.9.3-9.el9 baseos 1.2 M DEBUG: nettle x86_64 3.10.1-1.el9 baseos 563 k DEBUG: nettle-devel x86_64 3.10.1-1.el9 appstream 726 k DEBUG: npth x86_64 1.6-8.el9 baseos 25 k DEBUG: openssh x86_64 9.9p1-8.el9 baseos 425 k DEBUG: p11-kit-devel x86_64 0.26.2-1.el9 appstream 96 k DEBUG: pcre-cpp x86_64 8.44-4.el9 appstream 26 k DEBUG: pcre-devel x86_64 8.44-4.el9 appstream 506 k DEBUG: pcre-utf16 x86_64 8.44-4.el9 appstream 184 k DEBUG: pcre-utf32 x86_64 8.44-4.el9 appstream 174 k DEBUG: pcre2-devel x86_64 10.40-6.el9 appstream 512 k DEBUG: pcre2-utf16 x86_64 10.40-6.el9 appstream 214 k DEBUG: pcre2-utf32 x86_64 10.40-6.el9 appstream 203 k DEBUG: perl-DynaLoader x86_64 1.47-483.el9 appstream 25 k DEBUG: perl-File-Compare noarch 1.100.600-483.el9 appstream 13 k DEBUG: perl-File-Copy noarch 2.34-483.el9 appstream 20 k DEBUG: perl-File-Find noarch 1.37-483.el9 appstream 25 k DEBUG: perl-Thread-Queue noarch 3.14-460.el9 appstream 22 k DEBUG: perl-threads x86_64 1:2.25-460.el9 appstream 58 k DEBUG: perl-threads-shared x86_64 1.61-460.el9 appstream 45 k DEBUG: policycoreutils x86_64 3.6-7.el9 baseos 238 k DEBUG: policycoreutils-devel x86_64 3.6-7.el9 appstream 145 k DEBUG: policycoreutils-python-utils noarch 3.6-7.el9 baseos 75 k DEBUG: polkit-docs noarch 0.117-16.el9 appstream 249 k DEBUG: polkit-libs x86_64 0.117-16.el9 baseos 8.3 M DEBUG: protobuf-c x86_64 1.3.3-13.el9 baseos 35 k DEBUG: python-rpm-macros noarch 3.9-54.el9 appstream 15 k DEBUG: python3 x86_64 3.9.25-7.el9 baseos 26 k DEBUG: python3-audit x86_64 3.1.5-8.el9 baseos 82 k DEBUG: python3-distro noarch 1.5.0-7.el9 baseos 37 k DEBUG: python3-dnf noarch 4.14.0-36.el9 baseos 467 k DEBUG: python3-enchant noarch 3.2.0-5.el9 appstream 86 k DEBUG: python3-file-magic noarch 5.39-19.el9 appstream 16 k DEBUG: python3-gpg x86_64 1.15.1-6.el9 baseos 281 k DEBUG: python3-hawkey x86_64 0.69.0-19.el9 baseos 101 k DEBUG: python3-libcomps x86_64 0.1.18-1.el9 baseos 49 k DEBUG: python3-libdnf x86_64 0.69.0-19.el9 baseos 792 k DEBUG: python3-libs x86_64 3.9.25-7.el9 baseos 8.1 M DEBUG: python3-libselinux x86_64 3.6-4.el9 baseos 187 k DEBUG: python3-libsemanage x86_64 3.6-5.el9 baseos 79 k DEBUG: python3-packaging noarch 20.9-5.el9 appstream 77 k DEBUG: python3-pip-wheel noarch 21.3.1-2.el9 baseos 1.1 M DEBUG: python3-policycoreutils noarch 3.6-7.el9 baseos 2.1 M DEBUG: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k DEBUG: python3-rpm x86_64 4.16.1.3-40.el9 baseos 64 k DEBUG: python3-rpm-generators noarch 12-9.el9 appstream 28 k DEBUG: python3-rpm-macros noarch 3.9-54.el9 appstream 10 k DEBUG: python3-setools x86_64 4.4.4-1.el9 baseos 605 k DEBUG: python3-setuptools noarch 53.0.0-15.el9 baseos 936 k DEBUG: python3-setuptools-wheel noarch 53.0.0-15.el9 baseos 468 k DEBUG: rpm-plugin-selinux x86_64 4.16.1.3-40.el9 baseos 15 k DEBUG: rpm-sign-libs x86_64 4.16.1.3-40.el9 baseos 20 k DEBUG: selinux-policy-targeted noarch 38.1.80-1.el9 baseos 6.9 M DEBUG: shared-mime-info x86_64 2.1-5.el9 baseos 558 k DEBUG: source-highlight x86_64 3.1.9-12.el9 appstream 681 k DEBUG: sysprof-capture-devel x86_64 3.40.1-3.el9 appstream 60 k DEBUG: systemd x86_64 252-70.el9 baseos 4.2 M DEBUG: systemd-pam x86_64 252-70.el9 baseos 265 k DEBUG: systemd-rpm-macros noarch 252-70.el9 baseos 52 k DEBUG: tpm2-tss x86_64 3.2.3-1.el9 baseos 603 k DEBUG: unbound-libs x86_64 1.24.2-2.el9 baseos 580 k DEBUG: words noarch 3.0-39.el9 baseos 1.2 M DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 172 Packages DEBUG: Total download size: 199 M DEBUG: Installed size: 685 M DEBUG: Downloading Packages: DEBUG: (1/172): attr-2.5.1-3.el9.x86_64.rpm 164 kB/s | 61 kB 00:00 DEBUG: (2/172): acl-2.3.1-4.el9.x86_64.rpm 185 kB/s | 71 kB 00:00 DEBUG: (3/172): dbus-1.12.20-9.el9.x86_64.rpm 34 kB/s | 2.9 kB 00:00 DEBUG: (4/172): checkpolicy-3.6-1.el9.x86_64.rpm 1.1 MB/s | 353 kB 00:00 DEBUG: (5/172): adobe-source-code-pro-fonts-2.030.1.05 1.1 MB/s | 832 kB 00:00 DEBUG: (6/172): dbus-common-1.12.20-9.el9.noarch.rpm 157 kB/s | 13 kB 00:00 DEBUG: (7/172): dbus-broker-28-7.el9.x86_64.rpm 476 kB/s | 172 kB 00:00 DEBUG: (8/172): dnf-4.14.0-36.el9.noarch.rpm 3.8 MB/s | 478 kB 00:00 DEBUG: (9/172): dnf-data-4.14.0-36.el9.noarch.rpm 444 kB/s | 38 kB 00:00 DEBUG: (10/172): fonts-filesystem-2.0.5-7.el9.1.noarch 122 kB/s | 10 kB 00:00 DEBUG: (11/172): expat-2.5.0-6.el9.x86_64.rpm 642 kB/s | 117 kB 00:00 DEBUG: (12/172): gettext-libs-0.21-8.el9.x86_64.rpm 2.8 MB/s | 303 kB 00:00 DEBUG: (13/172): gettext-0.21-8.el9.x86_64.rpm 4.5 MB/s | 1.1 MB 00:00 DEBUG: (14/172): glib-networking-2.68.3-3.el9.x86_64.r 1.2 MB/s | 186 kB 00:00 DEBUG: (15/172): glib2-2.68.4-20.el9.x86_64.rpm 9.9 MB/s | 2.6 MB 00:00 DEBUG: (16/172): gnupg2-2.3.3-5.el9.x86_64.rpm 12 MB/s | 2.5 MB 00:00 DEBUG: (17/172): gpgme-1.15.1-6.el9.x86_64.rpm 2.4 MB/s | 207 kB 00:00 DEBUG: (18/172): gsettings-desktop-schemas-40.0-8.el9. 7.0 MB/s | 682 kB 00:00 DEBUG: (19/172): gnutls-3.8.10-5.el9.x86_64.rpm 4.2 MB/s | 1.4 MB 00:00 DEBUG: (20/172): ima-evm-utils-1.6.2-3.el9.x86_64.rpm 859 kB/s | 71 kB 00:00 DEBUG: (21/172): json-glib-1.6.6-1.el9.x86_64.rpm 1.9 MB/s | 163 kB 00:00 DEBUG: (22/172): keyutils-1.6.3-1.el9.x86_64.rpm 882 kB/s | 74 kB 00:00 DEBUG: (23/172): kmod-libs-28-11.el9.x86_64.rpm 746 kB/s | 62 kB 00:00 DEBUG: (24/172): krb5-pkinit-1.21.1-10.el9.x86_64.rpm 690 kB/s | 57 kB 00:00 DEBUG: (25/172): less-590-6.el9.x86_64.rpm 1.9 MB/s | 162 kB 00:00 DEBUG: (26/172): libassuan-2.5.5-3.el9.x86_64.rpm 822 kB/s | 68 kB 00:00 DEBUG: (27/172): krb5-server-1.21.1-10.el9.x86_64.rpm 2.5 MB/s | 303 kB 00:00 DEBUG: (28/172): libcbor-0.7.0-5.el9.x86_64.rpm 689 kB/s | 57 kB 00:00 DEBUG: (29/172): libcomps-0.1.18-1.el9.x86_64.rpm 937 kB/s | 78 kB 00:00 DEBUG: (30/172): libdnf-0.69.0-19.el9.x86_64.rpm 6.1 MB/s | 666 kB 00:00 DEBUG: (31/172): libedit-3.1-39.20210216cvs.el9.x86_64 1.2 MB/s | 104 kB 00:00 DEBUG: (32/172): libev-4.33-6.el9.x86_64.rpm 631 kB/s | 52 kB 00:00 DEBUG: (33/172): libfido2-1.13.0-2.el9.x86_64.rpm 1.1 MB/s | 99 kB 00:00 DEBUG: (34/172): libkadm5-1.21.1-10.el9.x86_64.rpm 907 kB/s | 75 kB 00:00 DEBUG: (35/172): libksba-1.5.1-7.el9.x86_64.rpm 1.7 MB/s | 153 kB 00:00 DEBUG: (36/172): libmodulemd-2.13.0-2.el9.x86_64.rpm 2.6 MB/s | 233 kB 00:00 DEBUG: (37/172): libpipeline-1.5.3-4.el9.x86_64.rpm 593 kB/s | 49 kB 00:00 DEBUG: (38/172): libpng-1.6.37-17.el9.x86_64.rpm 1.3 MB/s | 116 kB 00:00 DEBUG: (39/172): libproxy-0.4.15-35.el9.x86_64.rpm 888 kB/s | 74 kB 00:00 DEBUG: (40/172): libicu-67.1-10.el9.x86_64.rpm 26 MB/s | 9.6 MB 00:00 DEBUG: (41/172): librepo-1.19.0-1.el9.x86_64.rpm 916 kB/s | 89 kB 00:00 DEBUG: (42/172): libreport-filesystem-2.15.2-6.el9.noa 157 kB/s | 13 kB 00:00 DEBUG: (43/172): libseccomp-2.5.6-1.el9.x86_64.rpm 827 kB/s | 69 kB 00:00 DEBUG: (44/172): libselinux-utils-3.6-4.el9.x86_64.rpm 2.1 MB/s | 186 kB 00:00 DEBUG: (45/172): libsolv-0.7.24-6.el9.x86_64.rpm 4.1 MB/s | 402 kB 00:00 DEBUG: (46/172): libss-1.46.5-8.el9.x86_64.rpm 385 kB/s | 32 kB 00:00 DEBUG: (47/172): libverto-libev-0.3.2-3.el9.x86_64.rpm 170 kB/s | 14 kB 00:00 DEBUG: (48/172): libyaml-0.2.5-7.el9.x86_64.rpm 735 kB/s | 61 kB 00:00 DEBUG: (49/172): lmdb-libs-0.9.29-3.el9.x86_64.rpm 730 kB/s | 61 kB 00:00 DEBUG: (50/172): logrotate-3.18.0-12.el9.x86_64.rpm 902 kB/s | 74 kB 00:00 DEBUG: (51/172): man-db-2.9.3-9.el9.x86_64.rpm 9.2 MB/s | 1.2 MB 00:00 DEBUG: (52/172): npth-1.6-8.el9.x86_64.rpm 301 kB/s | 25 kB 00:00 DEBUG: (53/172): nettle-3.10.1-1.el9.x86_64.rpm 5.9 MB/s | 563 kB 00:00 DEBUG: (54/172): policycoreutils-3.6-7.el9.x86_64.rpm 2.7 MB/s | 238 kB 00:00 DEBUG: (55/172): openssh-9.9p1-8.el9.x86_64.rpm 4.3 MB/s | 425 kB 00:00 DEBUG: (56/172): openssh-clients-9.9p1-8.el9.x86_64.rp 7.7 MB/s | 772 kB 00:00 DEBUG: (57/172): policycoreutils-python-utils-3.6-7.el 917 kB/s | 75 kB 00:00 DEBUG: (58/172): protobuf-c-1.3.3-13.el9.x86_64.rpm 427 kB/s | 35 kB 00:00 DEBUG: (59/172): python3-3.9.25-7.el9.x86_64.rpm 316 kB/s | 26 kB 00:00 DEBUG: (60/172): python3-audit-3.1.5-8.el9.x86_64.rpm 1.0 MB/s | 82 kB 00:00 DEBUG: (61/172): python3-distro-1.5.0-7.el9.noarch.rpm 450 kB/s | 37 kB 00:00 DEBUG: (62/172): python3-dnf-4.14.0-36.el9.noarch.rpm 5.0 MB/s | 467 kB 00:00 DEBUG: (63/172): python3-gpg-1.15.1-6.el9.x86_64.rpm 3.3 MB/s | 281 kB 00:00 DEBUG: (64/172): python3-hawkey-0.69.0-19.el9.x86_64.r 1.2 MB/s | 101 kB 00:00 DEBUG: (65/172): polkit-libs-0.117-16.el9.x86_64.rpm 23 MB/s | 8.3 MB 00:00 DEBUG: (66/172): python3-libcomps-0.1.18-1.el9.x86_64. 588 kB/s | 49 kB 00:00 DEBUG: (67/172): python3-libdnf-0.69.0-19.el9.x86_64.r 7.9 MB/s | 792 kB 00:00 DEBUG: (68/172): python3-libselinux-3.6-4.el9.x86_64.r 2.2 MB/s | 187 kB 00:00 DEBUG: (69/172): python3-libsemanage-3.6-5.el9.x86_64. 957 kB/s | 79 kB 00:00 DEBUG: (70/172): python3-pip-wheel-21.3.1-2.el9.noarch 12 MB/s | 1.1 MB 00:00 DEBUG: (71/172): python3-libs-3.9.25-7.el9.x86_64.rpm 29 MB/s | 8.1 MB 00:00 DEBUG: (72/172): python3-policycoreutils-3.6-7.el9.noa 17 MB/s | 2.1 MB 00:00 DEBUG: (73/172): python3-pyparsing-2.4.7-9.el9.noarch. 1.8 MB/s | 150 kB 00:00 DEBUG: (74/172): python3-rpm-4.16.1.3-40.el9.x86_64.rp 779 kB/s | 64 kB 00:00 DEBUG: (75/172): python3-setools-4.4.4-1.el9.x86_64.rp 6.3 MB/s | 605 kB 00:00 DEBUG: (76/172): python3-setuptools-53.0.0-15.el9.noar 10 MB/s | 936 kB 00:00 DEBUG: (77/172): python3-setuptools-wheel-53.0.0-15.el 5.3 MB/s | 468 kB 00:00 DEBUG: (78/172): rpm-plugin-selinux-4.16.1.3-40.el9.x8 187 kB/s | 15 kB 00:00 DEBUG: (79/172): rpm-sign-libs-4.16.1.3-40.el9.x86_64. 238 kB/s | 20 kB 00:00 DEBUG: (80/172): selinux-policy-38.1.80-1.el9.noarch.r 487 kB/s | 40 kB 00:00 DEBUG: (81/172): shared-mime-info-2.1-5.el9.x86_64.rpm 6.3 MB/s | 558 kB 00:00 DEBUG: (82/172): systemd-pam-252-70.el9.x86_64.rpm 3.1 MB/s | 265 kB 00:00 DEBUG: (83/172): systemd-252-70.el9.x86_64.rpm 23 MB/s | 4.2 MB 00:00 DEBUG: (84/172): systemd-rpm-macros-252-70.el9.noarch. 632 kB/s | 52 kB 00:00 DEBUG: (85/172): selinux-policy-targeted-38.1.80-1.el9 24 MB/s | 6.9 MB 00:00 DEBUG: (86/172): tpm2-tss-3.2.3-1.el9.x86_64.rpm 6.6 MB/s | 603 kB 00:00 DEBUG: (87/172): unbound-libs-1.24.2-2.el9.x86_64.rpm 6.4 MB/s | 580 kB 00:00 DEBUG: (88/172): words-3.0-39.el9.noarch.rpm 9.9 MB/s | 1.2 MB 00:00 DEBUG: (89/172): automake-1.16.2-8.el9.noarch.rpm 484 kB/s | 689 kB 00:01 DEBUG: (90/172): autoconf-2.69-41.el9.noarch.rpm 459 kB/s | 681 kB 00:01 DEBUG: (91/172): annobin-13.14-1.el9.x86_64.rpm 493 kB/s | 785 kB 00:01 DEBUG: (92/172): desktop-file-utils-0.26-6.el9.x86_64. 294 kB/s | 74 kB 00:00 DEBUG: (93/172): boost-regex-1.75.0-14.el9.x86_64.rpm 551 kB/s | 276 kB 00:00 DEBUG: (94/172): emacs-filesystem-27.2-18.el9.noarch.r 55 kB/s | 9.2 kB 00:00 DEBUG: (95/172): enchant-1.6.0-30.el9.x86_64.rpm 246 kB/s | 62 kB 00:00 DEBUG: (96/172): gcc-plugin-annobin-11.5.0-14.el9.x86_ 81 kB/s | 37 kB 00:00 DEBUG: (97/172): gdb-16.3-3.el9.x86_64.rpm 438 kB/s | 147 kB 00:00 DEBUG: (98/172): cpp-11.5.0-14.el9.x86_64.rpm 4.0 MB/s | 11 MB 00:02 DEBUG: (99/172): gdk-pixbuf2-2.42.6-7.el9.x86_64.rpm 1.6 MB/s | 491 kB 00:00 DEBUG: (100/172): glib2-devel-2.68.4-20.el9.x86_64.rpm 1.8 MB/s | 550 kB 00:00 DEBUG: (101/172): glibc-devel-2.34-270.el9.x86_64.rpm 209 kB/s | 39 kB 00:00 DEBUG: (102/172): glibc-headers-2.34-270.el9.x86_64.rp 1.8 MB/s | 548 kB 00:00 DEBUG: (103/172): gmp-c++-6.2.0-13.el9.x86_64.rpm 89 kB/s | 19 kB 00:00 DEBUG: (104/172): gmp-devel-6.2.0-13.el9.x86_64.rpm 848 kB/s | 174 kB 00:00 DEBUG: (105/172): gnutls-c++-3.8.10-5.el9.x86_64.rpm 143 kB/s | 27 kB 00:00 DEBUG: (106/172): gnutls-dane-3.8.10-5.el9.x86_64.rpm 88 kB/s | 17 kB 00:00 DEBUG: (107/172): gnutls-devel-3.8.10-5.el9.x86_64.rpm 3.4 MB/s | 2.4 MB 00:00 DEBUG: (108/172): hunspell-1.7.0-11.el9.x86_64.rpm 1.6 MB/s | 325 kB 00:00 DEBUG: (109/172): hunspell-en-US-0.20140811.1-20.el9.n 911 kB/s | 177 kB 00:00 DEBUG: (110/172): hunspell-filesystem-1.7.0-11.el9.x86 46 kB/s | 8.7 kB 00:00 DEBUG: (111/172): json-glib-devel-1.6.6-1.el9.x86_64.r 281 kB/s | 61 kB 00:00 DEBUG: (112/172): kernel-headers-5.14.0-710.el9.x86_64 3.4 MB/s | 2.0 MB 00:00 DEBUG: (113/172): gcc-11.5.0-14.el9.x86_64.rpm 5.1 MB/s | 32 MB 00:06 DEBUG: (114/172): keyutils-libs-devel-1.6.3-1.el9.x86_ 300 kB/s | 60 kB 00:00 DEBUG: (115/172): krb5-devel-1.21.1-10.el9.x86_64.rpm 641 kB/s | 142 kB 00:00 DEBUG: (116/172): libappstream-glib-0.7.18-5.el9.x86_6 1.5 MB/s | 395 kB 00:00 DEBUG: (117/172): gdb-headless-16.3-3.el9.x86_64.rpm 923 kB/s | 5.1 MB 00:05 DEBUG: (118/172): libbabeltrace-1.5.8-10.el9.x86_64.rp 1.1 MB/s | 190 kB 00:00 DEBUG: (119/172): libblkid-devel-2.37.4-25.el9.x86_64. 76 kB/s | 15 kB 00:00 DEBUG: (120/172): libcom_err-devel-1.46.5-8.el9.x86_64 57 kB/s | 16 kB 00:00 DEBUG: (121/172): libffi-devel-3.4.2-8.el9.x86_64.rpm 154 kB/s | 29 kB 00:00 DEBUG: (122/172): libidn2-devel-2.3.0-7.el9.x86_64.rpm 309 kB/s | 64 kB 00:00 DEBUG: (123/172): libipt-2.0.4-3.el9.x86_64.rpm 335 kB/s | 57 kB 00:00 DEBUG: (124/172): libjpeg-turbo-2.0.90-7.el9.x86_64.rp 920 kB/s | 175 kB 00:00 DEBUG: (125/172): libmount-devel-2.37.4-25.el9.x86_64. 84 kB/s | 16 kB 00:00 DEBUG: (126/172): libmpc-1.2.1-4.el9.x86_64.rpm 367 kB/s | 62 kB 00:00 DEBUG: (127/172): libselinux-devel-3.6-4.el9.x86_64.rp 645 kB/s | 158 kB 00:00 DEBUG: (128/172): libsepol-devel-3.6-3.el9.x86_64.rpm 275 kB/s | 47 kB 00:00 DEBUG: (129/172): libsoup-2.72.0-17.el9.x86_64.rpm 2.3 MB/s | 404 kB 00:00 DEBUG: (130/172): libstemmer-0-18.585svn.el9.x86_64.rp 492 kB/s | 83 kB 00:00 DEBUG: (131/172): libtasn1-devel-4.16.0-10.el9.x86_64. 1.7 MB/s | 335 kB 00:00 DEBUG: (132/172): libtasn1-tools-4.16.0-10.el9.x86_64. 134 kB/s | 23 kB 00:00 DEBUG: (133/172): libverto-devel-0.3.2-3.el9.x86_64.rp 85 kB/s | 15 kB 00:00 DEBUG: (134/172): libxcrypt-devel-4.4.18-3.el9.x86_64. 152 kB/s | 29 kB 00:00 DEBUG: (135/172): llvm-filesystem-22.1.3-1.el9.x86_64. 78 kB/s | 13 kB 00:00 DEBUG: (136/172): m4-1.4.19-1.el9.x86_64.rpm 1.5 MB/s | 300 kB 00:00 DEBUG: (137/172): nettle-devel-3.10.1-1.el9.x86_64.rpm 3.8 MB/s | 726 kB 00:00 DEBUG: (138/172): p11-kit-devel-0.26.2-1.el9.x86_64.rp 507 kB/s | 96 kB 00:00 DEBUG: (139/172): pam-devel-1.5.1-29.el9.x86_64.rpm 755 kB/s | 160 kB 00:00 DEBUG: (140/172): openssl-devel-3.5.5-3.el9.x86_64.rpm 9.0 MB/s | 4.8 MB 00:00 DEBUG: (141/172): pcre-cpp-8.44-4.el9.x86_64.rpm 151 kB/s | 26 kB 00:00 DEBUG: (142/172): pcre-devel-8.44-4.el9.x86_64.rpm 2.5 MB/s | 506 kB 00:00 DEBUG: (143/172): pcre-utf16-8.44-4.el9.x86_64.rpm 1.1 MB/s | 184 kB 00:00 DEBUG: (144/172): pcre-utf32-8.44-4.el9.x86_64.rpm 897 kB/s | 174 kB 00:00 DEBUG: (145/172): pcre2-devel-10.40-6.el9.x86_64.rpm 2.9 MB/s | 512 kB 00:00 DEBUG: (146/172): pcre2-utf32-10.40-6.el9.x86_64.rpm 1.2 MB/s | 203 kB 00:00 DEBUG: (147/172): pcre2-utf16-10.40-6.el9.x86_64.rpm 1.1 MB/s | 214 kB 00:00 DEBUG: (148/172): perl-File-Compare-1.100.600-483.el9. 76 kB/s | 13 kB 00:00 DEBUG: (149/172): perl-DynaLoader-1.47-483.el9.x86_64. 134 kB/s | 25 kB 00:00 DEBUG: (150/172): perl-File-Find-1.37-483.el9.noarch.r 148 kB/s | 25 kB 00:00 DEBUG: (151/172): perl-File-Copy-2.34-483.el9.noarch.r 104 kB/s | 20 kB 00:00 DEBUG: (152/172): perl-threads-2.25-460.el9.x86_64.rpm 346 kB/s | 58 kB 00:00 DEBUG: (153/172): perl-Thread-Queue-3.14-460.el9.noarc 114 kB/s | 22 kB 00:00 DEBUG: (154/172): perl-threads-shared-1.61-460.el9.x86 233 kB/s | 45 kB 00:00 DEBUG: (155/172): policycoreutils-devel-3.6-7.el9.x86_ 731 kB/s | 145 kB 00:00 DEBUG: (156/172): polkit-docs-0.117-16.el9.noarch.rpm 1.2 MB/s | 249 kB 00:00 DEBUG: (157/172): polkit-devel-0.117-16.el9.x86_64.rpm 183 kB/s | 44 kB 00:00 DEBUG: (158/172): python3-devel-3.9.25-7.el9.x86_64.rp 1.4 MB/s | 245 kB 00:00 DEBUG: (159/172): python-rpm-macros-3.9-54.el9.noarch. 78 kB/s | 15 kB 00:00 DEBUG: (160/172): python3-file-magic-5.39-19.el9.noarc 96 kB/s | 16 kB 00:00 DEBUG: (161/172): python3-enchant-3.2.0-5.el9.noarch.r 453 kB/s | 86 kB 00:00 DEBUG: (162/172): python3-packaging-20.9-5.el9.noarch. 392 kB/s | 77 kB 00:00 DEBUG: (163/172): python3-pip-21.3.1-2.el9.noarch.rpm 7.7 MB/s | 2.0 MB 00:00 DEBUG: (164/172): python3-rpm-generators-12-9.el9.noar 143 kB/s | 28 kB 00:00 DEBUG: (165/172): python3-rpm-macros-3.9-54.el9.noarch 60 kB/s | 10 kB 00:00 DEBUG: (166/172): rpmlint-1.11-19.el9.noarch.rpm 1.0 MB/s | 198 kB 00:00 DEBUG: (167/172): selinux-policy-devel-38.1.80-1.el9.n 6.0 MB/s | 1.5 MB 00:00 DEBUG: (168/172): source-highlight-3.1.9-12.el9.x86_64 3.3 MB/s | 681 kB 00:00 DEBUG: (169/172): sysprof-capture-devel-3.40.1-3.el9.x 353 kB/s | 60 kB 00:00 DEBUG: (170/172): systemd-devel-252-70.el9.x86_64.rpm 3.1 MB/s | 651 kB 00:00 DEBUG: (171/172): zlib-devel-1.2.11-41.el9.x86_64.rpm 266 kB/s | 45 kB 00:00 DEBUG: (172/172): llvm-libs-22.1.3-1.el9.x86_64.rpm 7.7 MB/s | 59 MB 00:07 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 9.2 MB/s | 199 MB 00:21 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: selinux-policy-targeted-38.1.80-1.el9.noarch 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : expat-2.5.0-6.el9.x86_64 1/172 DEBUG: Installing : nettle-3.10.1-1.el9.x86_64 2/172 DEBUG: Installing : gnutls-3.8.10-5.el9.x86_64 3/172 DEBUG: Installing : glib2-2.68.4-20.el9.x86_64 4/172 DEBUG: Installing : json-glib-1.6.6-1.el9.x86_64 5/172 DEBUG: Installing : python-rpm-macros-3.9-54.el9.noarch 6/172 DEBUG: Installing : perl-threads-1:2.25-460.el9.x86_64 7/172 DEBUG: Installing : perl-File-Copy-2.34-483.el9.noarch 8/172 DEBUG: Installing : perl-File-Compare-1.100.600-483.el9.noarch 9/172 DEBUG: Installing : perl-DynaLoader-1.47-483.el9.x86_64 10/172 DEBUG: Installing : m4-1.4.19-1.el9.x86_64 11/172 DEBUG: Installing : libmpc-1.2.1-4.el9.x86_64 12/172 DEBUG: Installing : emacs-filesystem-1:27.2-18.el9.noarch 13/172 DEBUG: Installing : libsolv-0.7.24-6.el9.x86_64 14/172 DEBUG: Installing : libkadm5-1.21.1-10.el9.x86_64 15/172 DEBUG: Installing : libedit-3.1-39.20210216cvs.el9.x86_64 16/172 DEBUG: Installing : libassuan-2.5.5-3.el9.x86_64 17/172 DEBUG: Installing : checkpolicy-3.6-1.el9.x86_64 18/172 DEBUG: Installing : desktop-file-utils-0.26-6.el9.x86_64 19/172 DEBUG: Installing : cpp-11.5.0-14.el9.x86_64 20/172 DEBUG: Installing : perl-threads-shared-1.61-460.el9.x86_64 21/172 DEBUG: Installing : perl-Thread-Queue-3.14-460.el9.noarch 22/172 DEBUG: Installing : python3-rpm-macros-3.9-54.el9.noarch 23/172 DEBUG: Installing : polkit-libs-0.117-16.el9.x86_64 24/172 DEBUG: Installing : shared-mime-info-2.1-5.el9.x86_64 25/172 DEBUG: Running scriptlet: shared-mime-info-2.1-5.el9.x86_64 25/172 DEBUG: Installing : libbabeltrace-1.5.8-10.el9.x86_64 26/172 DEBUG: Installing : gnutls-c++-3.8.10-5.el9.x86_64 27/172 DEBUG: Installing : libcomps-0.1.18-1.el9.x86_64 28/172 DEBUG: Installing : zlib-devel-1.2.11-41.el9.x86_64 29/172 DEBUG: Installing : sysprof-capture-devel-3.40.1-3.el9.x86_64 30/172 DEBUG: Installing : perl-File-Find-1.37-483.el9.noarch 31/172 DEBUG: Installing : autoconf-2.69-41.el9.noarch 32/172 DEBUG: Installing : pcre2-utf32-10.40-6.el9.x86_64 33/172 DEBUG: Installing : pcre2-utf16-10.40-6.el9.x86_64 34/172 DEBUG: Installing : pcre2-devel-10.40-6.el9.x86_64 35/172 DEBUG: Installing : pcre-utf32-8.44-4.el9.x86_64 36/172 DEBUG: Installing : pcre-utf16-8.44-4.el9.x86_64 37/172 DEBUG: Installing : pcre-cpp-8.44-4.el9.x86_64 38/172 DEBUG: Installing : pcre-devel-8.44-4.el9.x86_64 39/172 DEBUG: Installing : p11-kit-devel-0.26.2-1.el9.x86_64 40/172 DEBUG: Installing : llvm-filesystem-22.1.3-1.el9.x86_64 41/172 DEBUG: Installing : llvm-libs-22.1.3-1.el9.x86_64 42/172 DEBUG: Installing : libverto-devel-0.3.2-3.el9.x86_64 43/172 DEBUG: Installing : libtasn1-tools-4.16.0-10.el9.x86_64 44/172 DEBUG: Installing : libtasn1-devel-4.16.0-10.el9.x86_64 45/172 DEBUG: Installing : libstemmer-0-18.585svn.el9.x86_64 46/172 DEBUG: Installing : libsepol-devel-3.6-3.el9.x86_64 47/172 DEBUG: Installing : libselinux-devel-3.6-4.el9.x86_64 48/172 DEBUG: Installing : libjpeg-turbo-2.0.90-7.el9.x86_64 49/172 DEBUG: Installing : libipt-2.0.4-3.el9.x86_64 50/172 DEBUG: Installing : libidn2-devel-2.3.0-7.el9.x86_64 51/172 DEBUG: Installing : libffi-devel-3.4.2-8.el9.x86_64 52/172 DEBUG: Installing : libcom_err-devel-1.46.5-8.el9.x86_64 53/172 DEBUG: Installing : libblkid-devel-2.37.4-25.el9.x86_64 54/172 DEBUG: Installing : libmount-devel-2.37.4-25.el9.x86_64 55/172 DEBUG: Installing : keyutils-libs-devel-1.6.3-1.el9.x86_64 56/172 DEBUG: Installing : kernel-headers-5.14.0-710.el9.x86_64 57/172 DEBUG: Installing : hunspell-filesystem-1.7.0-11.el9.x86_64 58/172 DEBUG: Installing : hunspell-en-US-0.20140811.1-20.el9.noarch 59/172 DEBUG: Installing : hunspell-1.7.0-11.el9.x86_64 60/172 DEBUG: Installing : enchant-1:1.6.0-30.el9.x86_64 61/172 DEBUG: Installing : gmp-c++-1:6.2.0-13.el9.x86_64 62/172 DEBUG: Installing : gmp-devel-1:6.2.0-13.el9.x86_64 63/172 DEBUG: Installing : nettle-devel-3.10.1-1.el9.x86_64 64/172 DEBUG: Installing : glibc-headers-2.34-270.el9.x86_64 65/172 DEBUG: Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 66/172 DEBUG: Installing : glibc-devel-2.34-270.el9.x86_64 67/172 DEBUG: Installing : gcc-11.5.0-14.el9.x86_64 68/172 DEBUG: Running scriptlet: gcc-11.5.0-14.el9.x86_64 68/172 DEBUG: Installing : words-3.0-39.el9.noarch 69/172 DEBUG: Running scriptlet: tpm2-tss-3.2.3-1.el9.x86_64 70/172 DEBUG: Installing : tpm2-tss-3.2.3-1.el9.x86_64 70/172 DEBUG: Installing : systemd-rpm-macros-252-70.el9.noarch 71/172 DEBUG: Installing : python3-setuptools-wheel-53.0.0-15.el9.noarch 72/172 DEBUG: Installing : python3-pip-wheel-21.3.1-2.el9.noarch 73/172 DEBUG: Installing : python3-3.9.25-7.el9.x86_64 74/172 DEBUG: Installing : python3-libs-3.9.25-7.el9.x86_64 75/172 DEBUG: Installing : python3-setuptools-53.0.0-15.el9.noarch 76/172 DEBUG: Installing : python3-libselinux-3.6-4.el9.x86_64 77/172 DEBUG: Installing : glib2-devel-2.68.4-20.el9.x86_64 78/172 DEBUG: Installing : polkit-docs-0.117-16.el9.noarch 79/172 DEBUG: Installing : polkit-devel-0.117-16.el9.x86_64 80/172 DEBUG: Installing : python3-libsemanage-3.6-5.el9.x86_64 81/172 DEBUG: Installing : python3-distro-1.5.0-7.el9.noarch 82/172 DEBUG: Installing : python3-setools-4.4.4-1.el9.x86_64 83/172 DEBUG: Installing : python3-pip-21.3.1-2.el9.noarch 84/172 DEBUG: Installing : python3-libcomps-0.1.18-1.el9.x86_64 85/172 DEBUG: Installing : python3-audit-3.1.5-8.el9.x86_64 86/172 DEBUG: Installing : python3-pyparsing-2.4.7-9.el9.noarch 87/172 DEBUG: Installing : python3-packaging-20.9-5.el9.noarch 88/172 DEBUG: Installing : python3-rpm-generators-12-9.el9.noarch 89/172 DEBUG: Installing : python3-enchant-3.2.0-5.el9.noarch 90/172 DEBUG: Installing : python3-file-magic-5.39-19.el9.noarch 91/172 DEBUG: Installing : protobuf-c-1.3.3-13.el9.x86_64 92/172 DEBUG: Running scriptlet: unbound-libs-1.24.2-2.el9.x86_64 93/172 DEBUG: Installing : unbound-libs-1.24.2-2.el9.x86_64 93/172 DEBUG: Running scriptlet: unbound-libs-1.24.2-2.el9.x86_64 93/172 DEBUG: Installing : gnutls-dane-3.8.10-5.el9.x86_64 94/172 DEBUG: Running scriptlet: openssh-9.9p1-8.el9.x86_64 95/172 DEBUG: Installing : openssh-9.9p1-8.el9.x86_64 95/172 DEBUG: Installing : npth-1.6-8.el9.x86_64 96/172 DEBUG: Installing : lmdb-libs-0.9.29-3.el9.x86_64 97/172 DEBUG: Installing : libyaml-0.2.5-7.el9.x86_64 98/172 DEBUG: Installing : libmodulemd-2.13.0-2.el9.x86_64 99/172 DEBUG: Installing : libss-1.46.5-8.el9.x86_64 100/172 DEBUG: Installing : libselinux-utils-3.6-4.el9.x86_64 101/172 DEBUG: Installing : policycoreutils-3.6-7.el9.x86_64 102/172 DEBUG: Running scriptlet: policycoreutils-3.6-7.el9.x86_64 102/172 DEBUG: Installing : selinux-policy-38.1.80-1.el9.noarch 103/172 DEBUG: Running scriptlet: selinux-policy-38.1.80-1.el9.noarch 103/172 DEBUG: Running scriptlet: selinux-policy-targeted-38.1.80-1.el9.noarch 104/172 DEBUG: Installing : selinux-policy-targeted-38.1.80-1.el9.noarch 104/172 DEBUG: Running scriptlet: selinux-policy-targeted-38.1.80-1.el9.noarch 104/172 DEBUG: Installing : python3-policycoreutils-3.6-7.el9.noarch 105/172 DEBUG: Installing : policycoreutils-python-utils-3.6-7.el9.noarch 106/172 DEBUG: Installing : libseccomp-2.5.6-1.el9.x86_64 107/172 DEBUG: Installing : libreport-filesystem-2.15.2-6.el9.noarch 108/172 DEBUG: Installing : dnf-data-4.14.0-36.el9.noarch 109/172 DEBUG: warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew DEBUG: Installing : libproxy-0.4.15-35.el9.x86_64 110/172 DEBUG: Installing : libpng-2:1.6.37-17.el9.x86_64 111/172 DEBUG: Installing : gdk-pixbuf2-2.42.6-7.el9.x86_64 112/172 DEBUG: Installing : libpipeline-1.5.3-4.el9.x86_64 113/172 DEBUG: Installing : libksba-1.5.1-7.el9.x86_64 114/172 DEBUG: Installing : gnupg2-2.3.3-5.el9.x86_64 115/172 DEBUG: Installing : gpgme-1.15.1-6.el9.x86_64 116/172 DEBUG: Installing : librepo-1.19.0-1.el9.x86_64 117/172 DEBUG: Installing : libdnf-0.69.0-19.el9.x86_64 118/172 DEBUG: Installing : python3-libdnf-0.69.0-19.el9.x86_64 119/172 DEBUG: Installing : python3-hawkey-0.69.0-19.el9.x86_64 120/172 DEBUG: Installing : python3-gpg-1.15.1-6.el9.x86_64 121/172 DEBUG: Installing : libicu-67.1-10.el9.x86_64 122/172 DEBUG: Installing : boost-regex-1.75.0-14.el9.x86_64 123/172 DEBUG: Installing : source-highlight-3.1.9-12.el9.x86_64 124/172 DEBUG: Installing : libev-4.33-6.el9.x86_64 125/172 DEBUG: Installing : libverto-libev-0.3.2-3.el9.x86_64 126/172 DEBUG: Installing : libcbor-0.7.0-5.el9.x86_64 127/172 DEBUG: Installing : libfido2-1.13.0-2.el9.x86_64 128/172 DEBUG: Installing : less-590-6.el9.x86_64 129/172 DEBUG: Running scriptlet: man-db-2.9.3-9.el9.x86_64 130/172 DEBUG: Installing : man-db-2.9.3-9.el9.x86_64 130/172 DEBUG: Running scriptlet: man-db-2.9.3-9.el9.x86_64 130/172 DEBUG: Installing : krb5-pkinit-1.21.1-10.el9.x86_64 131/172 DEBUG: Installing : kmod-libs-28-11.el9.x86_64 132/172 DEBUG: Installing : keyutils-1.6.3-1.el9.x86_64 133/172 DEBUG: Installing : gettext-libs-0.21-8.el9.x86_64 134/172 DEBUG: Installing : fonts-filesystem-1:2.0.5-7.el9.1.noarch 135/172 DEBUG: Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 136/172 DEBUG: Installing : gsettings-desktop-schemas-40.0-8.el9.x86_64 137/172 DEBUG: Installing : glib-networking-2.68.3-3.el9.x86_64 138/172 DEBUG: Installing : libsoup-2.72.0-17.el9.x86_64 139/172 DEBUG: Installing : libappstream-glib-0.7.18-5.el9.x86_64 140/172 DEBUG: Installing : attr-2.5.1-3.el9.x86_64 141/172 DEBUG: Installing : ima-evm-utils-1.6.2-3.el9.x86_64 142/172 DEBUG: Installing : rpm-sign-libs-4.16.1.3-40.el9.x86_64 143/172 DEBUG: Installing : python3-rpm-4.16.1.3-40.el9.x86_64 144/172 DEBUG: Installing : python3-dnf-4.14.0-36.el9.noarch 145/172 DEBUG: Installing : dnf-4.14.0-36.el9.noarch 146/172 DEBUG: Running scriptlet: dnf-4.14.0-36.el9.noarch 146/172 DEBUG: Installing : policycoreutils-devel-3.6-7.el9.x86_64 147/172 DEBUG: Installing : selinux-policy-devel-38.1.80-1.el9.noarch 148/172 DEBUG: Running scriptlet: selinux-policy-devel-38.1.80-1.el9.noarch 148/172 DEBUG: Installing : gdb-headless-16.3-3.el9.x86_64 149/172 DEBUG: Installing : acl-2.3.1-4.el9.x86_64 150/172 DEBUG: Installing : dbus-1:1.12.20-9.el9.x86_64 151/172 DEBUG: Installing : systemd-pam-252-70.el9.x86_64 152/172 DEBUG: Running scriptlet: systemd-252-70.el9.x86_64 153/172 DEBUG: Installing : systemd-252-70.el9.x86_64 153/172 DEBUG: Running scriptlet: systemd-252-70.el9.x86_64 153/172 DEBUG: Installing : dbus-common-1:1.12.20-9.el9.noarch 154/172 DEBUG: Running scriptlet: dbus-common-1:1.12.20-9.el9.noarch 154/172 DEBUG: Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket. DEBUG: Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket. DEBUG: Running scriptlet: dbus-broker-28-7.el9.x86_64 155/172 DEBUG: Installing : dbus-broker-28-7.el9.x86_64 155/172 DEBUG: Running scriptlet: dbus-broker-28-7.el9.x86_64 155/172 DEBUG: Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service. DEBUG: Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service. DEBUG: Running scriptlet: logrotate-3.18.0-12.el9.x86_64 156/172 DEBUG: Installing : logrotate-3.18.0-12.el9.x86_64 156/172 DEBUG: Running scriptlet: logrotate-3.18.0-12.el9.x86_64 156/172 DEBUG: Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer. DEBUG: Installing : krb5-server-1.21.1-10.el9.x86_64 157/172 DEBUG: Running scriptlet: krb5-server-1.21.1-10.el9.x86_64 157/172 DEBUG: Running in chroot, ignoring command 'daemon-reload' DEBUG: Installing : systemd-devel-252-70.el9.x86_64 158/172 DEBUG: Installing : gdb-16.3-3.el9.x86_64 159/172 DEBUG: Installing : rpmlint-1.11-19.el9.noarch 160/172 DEBUG: Installing : gettext-0.21-8.el9.x86_64 161/172 DEBUG: Installing : openssh-clients-9.9p1-8.el9.x86_64 162/172 DEBUG: Running scriptlet: openssh-clients-9.9p1-8.el9.x86_64 162/172 DEBUG: Installing : rpm-plugin-selinux-4.16.1.3-40.el9.x86_64 163/172 DEBUG: Installing : gnutls-devel-3.8.10-5.el9.x86_64 164/172 DEBUG: Installing : python3-devel-3.9.25-7.el9.x86_64 165/172 DEBUG: Installing : json-glib-devel-1.6.6-1.el9.x86_64 166/172 DEBUG: Installing : annobin-13.14-1.el9.x86_64 167/172 DEBUG: Running scriptlet: annobin-13.14-1.el9.x86_64 167/172 DEBUG: Installing : gcc-plugin-annobin-11.5.0-14.el9.x86_64 168/172 DEBUG: Running scriptlet: gcc-plugin-annobin-11.5.0-14.el9.x86_64 168/172 DEBUG: Installing : krb5-devel-1.21.1-10.el9.x86_64 169/172 DEBUG: Installing : automake-1.16.2-8.el9.noarch 170/172 DEBUG: Installing : pam-devel-1.5.1-29.el9.x86_64 171/172 DEBUG: Installing : openssl-devel-1:3.5.5-3.el9.x86_64 172/172 DEBUG: Running scriptlet: selinux-policy-targeted-38.1.80-1.el9.noarch 172/172 DEBUG: Running scriptlet: openssl-devel-1:3.5.5-3.el9.x86_64 172/172 DEBUG: Verifying : acl-2.3.1-4.el9.x86_64 1/172 DEBUG: Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 2/172 DEBUG: Verifying : attr-2.5.1-3.el9.x86_64 3/172 DEBUG: Verifying : checkpolicy-3.6-1.el9.x86_64 4/172 DEBUG: Verifying : dbus-1:1.12.20-9.el9.x86_64 5/172 DEBUG: Verifying : dbus-broker-28-7.el9.x86_64 6/172 DEBUG: Verifying : dbus-common-1:1.12.20-9.el9.noarch 7/172 DEBUG: Verifying : dnf-4.14.0-36.el9.noarch 8/172 DEBUG: Verifying : dnf-data-4.14.0-36.el9.noarch 9/172 DEBUG: Verifying : expat-2.5.0-6.el9.x86_64 10/172 DEBUG: Verifying : fonts-filesystem-1:2.0.5-7.el9.1.noarch 11/172 DEBUG: Verifying : gettext-0.21-8.el9.x86_64 12/172 DEBUG: Verifying : gettext-libs-0.21-8.el9.x86_64 13/172 DEBUG: Verifying : glib-networking-2.68.3-3.el9.x86_64 14/172 DEBUG: Verifying : glib2-2.68.4-20.el9.x86_64 15/172 DEBUG: Verifying : gnupg2-2.3.3-5.el9.x86_64 16/172 DEBUG: Verifying : gnutls-3.8.10-5.el9.x86_64 17/172 DEBUG: Verifying : gpgme-1.15.1-6.el9.x86_64 18/172 DEBUG: Verifying : gsettings-desktop-schemas-40.0-8.el9.x86_64 19/172 DEBUG: Verifying : ima-evm-utils-1.6.2-3.el9.x86_64 20/172 DEBUG: Verifying : json-glib-1.6.6-1.el9.x86_64 21/172 DEBUG: Verifying : keyutils-1.6.3-1.el9.x86_64 22/172 DEBUG: Verifying : kmod-libs-28-11.el9.x86_64 23/172 DEBUG: Verifying : krb5-pkinit-1.21.1-10.el9.x86_64 24/172 DEBUG: Verifying : krb5-server-1.21.1-10.el9.x86_64 25/172 DEBUG: Verifying : less-590-6.el9.x86_64 26/172 DEBUG: Verifying : libassuan-2.5.5-3.el9.x86_64 27/172 DEBUG: Verifying : libcbor-0.7.0-5.el9.x86_64 28/172 DEBUG: Verifying : libcomps-0.1.18-1.el9.x86_64 29/172 DEBUG: Verifying : libdnf-0.69.0-19.el9.x86_64 30/172 DEBUG: Verifying : libedit-3.1-39.20210216cvs.el9.x86_64 31/172 DEBUG: Verifying : libev-4.33-6.el9.x86_64 32/172 DEBUG: Verifying : libfido2-1.13.0-2.el9.x86_64 33/172 DEBUG: Verifying : libicu-67.1-10.el9.x86_64 34/172 DEBUG: Verifying : libkadm5-1.21.1-10.el9.x86_64 35/172 DEBUG: Verifying : libksba-1.5.1-7.el9.x86_64 36/172 DEBUG: Verifying : libmodulemd-2.13.0-2.el9.x86_64 37/172 DEBUG: Verifying : libpipeline-1.5.3-4.el9.x86_64 38/172 DEBUG: Verifying : libpng-2:1.6.37-17.el9.x86_64 39/172 DEBUG: Verifying : libproxy-0.4.15-35.el9.x86_64 40/172 DEBUG: Verifying : librepo-1.19.0-1.el9.x86_64 41/172 DEBUG: Verifying : libreport-filesystem-2.15.2-6.el9.noarch 42/172 DEBUG: Verifying : libseccomp-2.5.6-1.el9.x86_64 43/172 DEBUG: Verifying : libselinux-utils-3.6-4.el9.x86_64 44/172 DEBUG: Verifying : libsolv-0.7.24-6.el9.x86_64 45/172 DEBUG: Verifying : libss-1.46.5-8.el9.x86_64 46/172 DEBUG: Verifying : libverto-libev-0.3.2-3.el9.x86_64 47/172 DEBUG: Verifying : libyaml-0.2.5-7.el9.x86_64 48/172 DEBUG: Verifying : lmdb-libs-0.9.29-3.el9.x86_64 49/172 DEBUG: Verifying : logrotate-3.18.0-12.el9.x86_64 50/172 DEBUG: Verifying : man-db-2.9.3-9.el9.x86_64 51/172 DEBUG: Verifying : nettle-3.10.1-1.el9.x86_64 52/172 DEBUG: Verifying : npth-1.6-8.el9.x86_64 53/172 DEBUG: Verifying : openssh-9.9p1-8.el9.x86_64 54/172 DEBUG: Verifying : openssh-clients-9.9p1-8.el9.x86_64 55/172 DEBUG: Verifying : policycoreutils-3.6-7.el9.x86_64 56/172 DEBUG: Verifying : policycoreutils-python-utils-3.6-7.el9.noarch 57/172 DEBUG: Verifying : polkit-libs-0.117-16.el9.x86_64 58/172 DEBUG: Verifying : protobuf-c-1.3.3-13.el9.x86_64 59/172 DEBUG: Verifying : python3-3.9.25-7.el9.x86_64 60/172 DEBUG: Verifying : python3-audit-3.1.5-8.el9.x86_64 61/172 DEBUG: Verifying : python3-distro-1.5.0-7.el9.noarch 62/172 DEBUG: Verifying : python3-dnf-4.14.0-36.el9.noarch 63/172 DEBUG: Verifying : python3-gpg-1.15.1-6.el9.x86_64 64/172 DEBUG: Verifying : python3-hawkey-0.69.0-19.el9.x86_64 65/172 DEBUG: Verifying : python3-libcomps-0.1.18-1.el9.x86_64 66/172 DEBUG: Verifying : python3-libdnf-0.69.0-19.el9.x86_64 67/172 DEBUG: Verifying : python3-libs-3.9.25-7.el9.x86_64 68/172 DEBUG: Verifying : python3-libselinux-3.6-4.el9.x86_64 69/172 DEBUG: Verifying : python3-libsemanage-3.6-5.el9.x86_64 70/172 DEBUG: Verifying : python3-pip-wheel-21.3.1-2.el9.noarch 71/172 DEBUG: Verifying : python3-policycoreutils-3.6-7.el9.noarch 72/172 DEBUG: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 73/172 DEBUG: Verifying : python3-rpm-4.16.1.3-40.el9.x86_64 74/172 DEBUG: Verifying : python3-setools-4.4.4-1.el9.x86_64 75/172 DEBUG: Verifying : python3-setuptools-53.0.0-15.el9.noarch 76/172 DEBUG: Verifying : python3-setuptools-wheel-53.0.0-15.el9.noarch 77/172 DEBUG: Verifying : rpm-plugin-selinux-4.16.1.3-40.el9.x86_64 78/172 DEBUG: Verifying : rpm-sign-libs-4.16.1.3-40.el9.x86_64 79/172 DEBUG: Verifying : selinux-policy-38.1.80-1.el9.noarch 80/172 DEBUG: Verifying : selinux-policy-targeted-38.1.80-1.el9.noarch 81/172 DEBUG: Verifying : shared-mime-info-2.1-5.el9.x86_64 82/172 DEBUG: Verifying : systemd-252-70.el9.x86_64 83/172 DEBUG: Verifying : systemd-pam-252-70.el9.x86_64 84/172 DEBUG: Verifying : systemd-rpm-macros-252-70.el9.noarch 85/172 DEBUG: Verifying : tpm2-tss-3.2.3-1.el9.x86_64 86/172 DEBUG: Verifying : unbound-libs-1.24.2-2.el9.x86_64 87/172 DEBUG: Verifying : words-3.0-39.el9.noarch 88/172 DEBUG: Verifying : annobin-13.14-1.el9.x86_64 89/172 DEBUG: Verifying : autoconf-2.69-41.el9.noarch 90/172 DEBUG: Verifying : automake-1.16.2-8.el9.noarch 91/172 DEBUG: Verifying : boost-regex-1.75.0-14.el9.x86_64 92/172 DEBUG: Verifying : cpp-11.5.0-14.el9.x86_64 93/172 DEBUG: Verifying : desktop-file-utils-0.26-6.el9.x86_64 94/172 DEBUG: Verifying : emacs-filesystem-1:27.2-18.el9.noarch 95/172 DEBUG: Verifying : enchant-1:1.6.0-30.el9.x86_64 96/172 DEBUG: Verifying : gcc-11.5.0-14.el9.x86_64 97/172 DEBUG: Verifying : gcc-plugin-annobin-11.5.0-14.el9.x86_64 98/172 DEBUG: Verifying : gdb-16.3-3.el9.x86_64 99/172 DEBUG: Verifying : gdb-headless-16.3-3.el9.x86_64 100/172 DEBUG: Verifying : gdk-pixbuf2-2.42.6-7.el9.x86_64 101/172 DEBUG: Verifying : glib2-devel-2.68.4-20.el9.x86_64 102/172 DEBUG: Verifying : glibc-devel-2.34-270.el9.x86_64 103/172 DEBUG: Verifying : glibc-headers-2.34-270.el9.x86_64 104/172 DEBUG: Verifying : gmp-c++-1:6.2.0-13.el9.x86_64 105/172 DEBUG: Verifying : gmp-devel-1:6.2.0-13.el9.x86_64 106/172 DEBUG: Verifying : gnutls-c++-3.8.10-5.el9.x86_64 107/172 DEBUG: Verifying : gnutls-dane-3.8.10-5.el9.x86_64 108/172 DEBUG: Verifying : gnutls-devel-3.8.10-5.el9.x86_64 109/172 DEBUG: Verifying : hunspell-1.7.0-11.el9.x86_64 110/172 DEBUG: Verifying : hunspell-en-US-0.20140811.1-20.el9.noarch 111/172 DEBUG: Verifying : hunspell-filesystem-1.7.0-11.el9.x86_64 112/172 DEBUG: Verifying : json-glib-devel-1.6.6-1.el9.x86_64 113/172 DEBUG: Verifying : kernel-headers-5.14.0-710.el9.x86_64 114/172 DEBUG: Verifying : keyutils-libs-devel-1.6.3-1.el9.x86_64 115/172 DEBUG: Verifying : krb5-devel-1.21.1-10.el9.x86_64 116/172 DEBUG: Verifying : libappstream-glib-0.7.18-5.el9.x86_64 117/172 DEBUG: Verifying : libbabeltrace-1.5.8-10.el9.x86_64 118/172 DEBUG: Verifying : libblkid-devel-2.37.4-25.el9.x86_64 119/172 DEBUG: Verifying : libcom_err-devel-1.46.5-8.el9.x86_64 120/172 DEBUG: Verifying : libffi-devel-3.4.2-8.el9.x86_64 121/172 DEBUG: Verifying : libidn2-devel-2.3.0-7.el9.x86_64 122/172 DEBUG: Verifying : libipt-2.0.4-3.el9.x86_64 123/172 DEBUG: Verifying : libjpeg-turbo-2.0.90-7.el9.x86_64 124/172 DEBUG: Verifying : libmount-devel-2.37.4-25.el9.x86_64 125/172 DEBUG: Verifying : libmpc-1.2.1-4.el9.x86_64 126/172 DEBUG: Verifying : libselinux-devel-3.6-4.el9.x86_64 127/172 DEBUG: Verifying : libsepol-devel-3.6-3.el9.x86_64 128/172 DEBUG: Verifying : libsoup-2.72.0-17.el9.x86_64 129/172 DEBUG: Verifying : libstemmer-0-18.585svn.el9.x86_64 130/172 DEBUG: Verifying : libtasn1-devel-4.16.0-10.el9.x86_64 131/172 DEBUG: Verifying : libtasn1-tools-4.16.0-10.el9.x86_64 132/172 DEBUG: Verifying : libverto-devel-0.3.2-3.el9.x86_64 133/172 DEBUG: Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 134/172 DEBUG: Verifying : llvm-filesystem-22.1.3-1.el9.x86_64 135/172 DEBUG: Verifying : llvm-libs-22.1.3-1.el9.x86_64 136/172 DEBUG: Verifying : m4-1.4.19-1.el9.x86_64 137/172 DEBUG: Verifying : nettle-devel-3.10.1-1.el9.x86_64 138/172 DEBUG: Verifying : openssl-devel-1:3.5.5-3.el9.x86_64 139/172 DEBUG: Verifying : p11-kit-devel-0.26.2-1.el9.x86_64 140/172 DEBUG: Verifying : pam-devel-1.5.1-29.el9.x86_64 141/172 DEBUG: Verifying : pcre-cpp-8.44-4.el9.x86_64 142/172 DEBUG: Verifying : pcre-devel-8.44-4.el9.x86_64 143/172 DEBUG: Verifying : pcre-utf16-8.44-4.el9.x86_64 144/172 DEBUG: Verifying : pcre-utf32-8.44-4.el9.x86_64 145/172 DEBUG: Verifying : pcre2-devel-10.40-6.el9.x86_64 146/172 DEBUG: Verifying : pcre2-utf16-10.40-6.el9.x86_64 147/172 DEBUG: Verifying : pcre2-utf32-10.40-6.el9.x86_64 148/172 DEBUG: Verifying : perl-DynaLoader-1.47-483.el9.x86_64 149/172 DEBUG: Verifying : perl-File-Compare-1.100.600-483.el9.noarch 150/172 DEBUG: Verifying : perl-File-Copy-2.34-483.el9.noarch 151/172 DEBUG: Verifying : perl-File-Find-1.37-483.el9.noarch 152/172 DEBUG: Verifying : perl-Thread-Queue-3.14-460.el9.noarch 153/172 DEBUG: Verifying : perl-threads-1:2.25-460.el9.x86_64 154/172 DEBUG: Verifying : perl-threads-shared-1.61-460.el9.x86_64 155/172 DEBUG: Verifying : policycoreutils-devel-3.6-7.el9.x86_64 156/172 DEBUG: Verifying : polkit-devel-0.117-16.el9.x86_64 157/172 DEBUG: Verifying : polkit-docs-0.117-16.el9.noarch 158/172 DEBUG: Verifying : python-rpm-macros-3.9-54.el9.noarch 159/172 DEBUG: Verifying : python3-devel-3.9.25-7.el9.x86_64 160/172 DEBUG: Verifying : python3-enchant-3.2.0-5.el9.noarch 161/172 DEBUG: Verifying : python3-file-magic-5.39-19.el9.noarch 162/172 DEBUG: Verifying : python3-packaging-20.9-5.el9.noarch 163/172 DEBUG: Verifying : python3-pip-21.3.1-2.el9.noarch 164/172 DEBUG: Verifying : python3-rpm-generators-12-9.el9.noarch 165/172 DEBUG: Verifying : python3-rpm-macros-3.9-54.el9.noarch 166/172 DEBUG: Verifying : rpmlint-1.11-19.el9.noarch 167/172 DEBUG: Verifying : selinux-policy-devel-38.1.80-1.el9.noarch 168/172 DEBUG: Verifying : source-highlight-3.1.9-12.el9.x86_64 169/172 DEBUG: Verifying : sysprof-capture-devel-3.40.1-3.el9.x86_64 170/172 DEBUG: Verifying : systemd-devel-252-70.el9.x86_64 171/172 DEBUG: Verifying : zlib-devel-1.2.11-41.el9.x86_64 172/172 DEBUG: Installed: DEBUG: acl-2.3.1-4.el9.x86_64 DEBUG: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch DEBUG: annobin-13.14-1.el9.x86_64 DEBUG: attr-2.5.1-3.el9.x86_64 DEBUG: autoconf-2.69-41.el9.noarch DEBUG: automake-1.16.2-8.el9.noarch DEBUG: boost-regex-1.75.0-14.el9.x86_64 DEBUG: checkpolicy-3.6-1.el9.x86_64 DEBUG: cpp-11.5.0-14.el9.x86_64 DEBUG: dbus-1:1.12.20-9.el9.x86_64 DEBUG: dbus-broker-28-7.el9.x86_64 DEBUG: dbus-common-1:1.12.20-9.el9.noarch DEBUG: desktop-file-utils-0.26-6.el9.x86_64 DEBUG: dnf-4.14.0-36.el9.noarch DEBUG: dnf-data-4.14.0-36.el9.noarch DEBUG: emacs-filesystem-1:27.2-18.el9.noarch DEBUG: enchant-1:1.6.0-30.el9.x86_64 DEBUG: expat-2.5.0-6.el9.x86_64 DEBUG: fonts-filesystem-1:2.0.5-7.el9.1.noarch DEBUG: gcc-11.5.0-14.el9.x86_64 DEBUG: gcc-plugin-annobin-11.5.0-14.el9.x86_64 DEBUG: gdb-16.3-3.el9.x86_64 DEBUG: gdb-headless-16.3-3.el9.x86_64 DEBUG: gdk-pixbuf2-2.42.6-7.el9.x86_64 DEBUG: gettext-0.21-8.el9.x86_64 DEBUG: gettext-libs-0.21-8.el9.x86_64 DEBUG: glib-networking-2.68.3-3.el9.x86_64 DEBUG: glib2-2.68.4-20.el9.x86_64 DEBUG: glib2-devel-2.68.4-20.el9.x86_64 DEBUG: glibc-devel-2.34-270.el9.x86_64 DEBUG: glibc-headers-2.34-270.el9.x86_64 DEBUG: gmp-c++-1:6.2.0-13.el9.x86_64 DEBUG: gmp-devel-1:6.2.0-13.el9.x86_64 DEBUG: gnupg2-2.3.3-5.el9.x86_64 DEBUG: gnutls-3.8.10-5.el9.x86_64 DEBUG: gnutls-c++-3.8.10-5.el9.x86_64 DEBUG: gnutls-dane-3.8.10-5.el9.x86_64 DEBUG: gnutls-devel-3.8.10-5.el9.x86_64 DEBUG: gpgme-1.15.1-6.el9.x86_64 DEBUG: gsettings-desktop-schemas-40.0-8.el9.x86_64 DEBUG: hunspell-1.7.0-11.el9.x86_64 DEBUG: hunspell-en-US-0.20140811.1-20.el9.noarch DEBUG: hunspell-filesystem-1.7.0-11.el9.x86_64 DEBUG: ima-evm-utils-1.6.2-3.el9.x86_64 DEBUG: json-glib-1.6.6-1.el9.x86_64 DEBUG: json-glib-devel-1.6.6-1.el9.x86_64 DEBUG: kernel-headers-5.14.0-710.el9.x86_64 DEBUG: keyutils-1.6.3-1.el9.x86_64 DEBUG: keyutils-libs-devel-1.6.3-1.el9.x86_64 DEBUG: kmod-libs-28-11.el9.x86_64 DEBUG: krb5-devel-1.21.1-10.el9.x86_64 DEBUG: krb5-pkinit-1.21.1-10.el9.x86_64 DEBUG: krb5-server-1.21.1-10.el9.x86_64 DEBUG: less-590-6.el9.x86_64 DEBUG: libappstream-glib-0.7.18-5.el9.x86_64 DEBUG: libassuan-2.5.5-3.el9.x86_64 DEBUG: libbabeltrace-1.5.8-10.el9.x86_64 DEBUG: libblkid-devel-2.37.4-25.el9.x86_64 DEBUG: libcbor-0.7.0-5.el9.x86_64 DEBUG: libcom_err-devel-1.46.5-8.el9.x86_64 DEBUG: libcomps-0.1.18-1.el9.x86_64 DEBUG: libdnf-0.69.0-19.el9.x86_64 DEBUG: libedit-3.1-39.20210216cvs.el9.x86_64 DEBUG: libev-4.33-6.el9.x86_64 DEBUG: libffi-devel-3.4.2-8.el9.x86_64 DEBUG: libfido2-1.13.0-2.el9.x86_64 DEBUG: libicu-67.1-10.el9.x86_64 DEBUG: libidn2-devel-2.3.0-7.el9.x86_64 DEBUG: libipt-2.0.4-3.el9.x86_64 DEBUG: libjpeg-turbo-2.0.90-7.el9.x86_64 DEBUG: libkadm5-1.21.1-10.el9.x86_64 DEBUG: libksba-1.5.1-7.el9.x86_64 DEBUG: libmodulemd-2.13.0-2.el9.x86_64 DEBUG: libmount-devel-2.37.4-25.el9.x86_64 DEBUG: libmpc-1.2.1-4.el9.x86_64 DEBUG: libpipeline-1.5.3-4.el9.x86_64 DEBUG: libpng-2:1.6.37-17.el9.x86_64 DEBUG: libproxy-0.4.15-35.el9.x86_64 DEBUG: librepo-1.19.0-1.el9.x86_64 DEBUG: libreport-filesystem-2.15.2-6.el9.noarch DEBUG: libseccomp-2.5.6-1.el9.x86_64 DEBUG: libselinux-devel-3.6-4.el9.x86_64 DEBUG: libselinux-utils-3.6-4.el9.x86_64 DEBUG: libsepol-devel-3.6-3.el9.x86_64 DEBUG: libsolv-0.7.24-6.el9.x86_64 DEBUG: libsoup-2.72.0-17.el9.x86_64 DEBUG: libss-1.46.5-8.el9.x86_64 DEBUG: libstemmer-0-18.585svn.el9.x86_64 DEBUG: libtasn1-devel-4.16.0-10.el9.x86_64 DEBUG: libtasn1-tools-4.16.0-10.el9.x86_64 DEBUG: libverto-devel-0.3.2-3.el9.x86_64 DEBUG: libverto-libev-0.3.2-3.el9.x86_64 DEBUG: libxcrypt-devel-4.4.18-3.el9.x86_64 DEBUG: libyaml-0.2.5-7.el9.x86_64 DEBUG: llvm-filesystem-22.1.3-1.el9.x86_64 DEBUG: llvm-libs-22.1.3-1.el9.x86_64 DEBUG: lmdb-libs-0.9.29-3.el9.x86_64 DEBUG: logrotate-3.18.0-12.el9.x86_64 DEBUG: m4-1.4.19-1.el9.x86_64 DEBUG: man-db-2.9.3-9.el9.x86_64 DEBUG: nettle-3.10.1-1.el9.x86_64 DEBUG: nettle-devel-3.10.1-1.el9.x86_64 DEBUG: npth-1.6-8.el9.x86_64 DEBUG: openssh-9.9p1-8.el9.x86_64 DEBUG: openssh-clients-9.9p1-8.el9.x86_64 DEBUG: openssl-devel-1:3.5.5-3.el9.x86_64 DEBUG: p11-kit-devel-0.26.2-1.el9.x86_64 DEBUG: pam-devel-1.5.1-29.el9.x86_64 DEBUG: pcre-cpp-8.44-4.el9.x86_64 DEBUG: pcre-devel-8.44-4.el9.x86_64 DEBUG: pcre-utf16-8.44-4.el9.x86_64 DEBUG: pcre-utf32-8.44-4.el9.x86_64 DEBUG: pcre2-devel-10.40-6.el9.x86_64 DEBUG: pcre2-utf16-10.40-6.el9.x86_64 DEBUG: pcre2-utf32-10.40-6.el9.x86_64 DEBUG: perl-DynaLoader-1.47-483.el9.x86_64 DEBUG: perl-File-Compare-1.100.600-483.el9.noarch DEBUG: perl-File-Copy-2.34-483.el9.noarch DEBUG: perl-File-Find-1.37-483.el9.noarch DEBUG: perl-Thread-Queue-3.14-460.el9.noarch DEBUG: perl-threads-1:2.25-460.el9.x86_64 DEBUG: perl-threads-shared-1.61-460.el9.x86_64 DEBUG: policycoreutils-3.6-7.el9.x86_64 DEBUG: policycoreutils-devel-3.6-7.el9.x86_64 DEBUG: policycoreutils-python-utils-3.6-7.el9.noarch DEBUG: polkit-devel-0.117-16.el9.x86_64 DEBUG: polkit-docs-0.117-16.el9.noarch DEBUG: polkit-libs-0.117-16.el9.x86_64 DEBUG: protobuf-c-1.3.3-13.el9.x86_64 DEBUG: python-rpm-macros-3.9-54.el9.noarch DEBUG: python3-3.9.25-7.el9.x86_64 DEBUG: python3-audit-3.1.5-8.el9.x86_64 DEBUG: python3-devel-3.9.25-7.el9.x86_64 DEBUG: python3-distro-1.5.0-7.el9.noarch DEBUG: python3-dnf-4.14.0-36.el9.noarch DEBUG: python3-enchant-3.2.0-5.el9.noarch DEBUG: python3-file-magic-5.39-19.el9.noarch DEBUG: python3-gpg-1.15.1-6.el9.x86_64 DEBUG: python3-hawkey-0.69.0-19.el9.x86_64 DEBUG: python3-libcomps-0.1.18-1.el9.x86_64 DEBUG: python3-libdnf-0.69.0-19.el9.x86_64 DEBUG: python3-libs-3.9.25-7.el9.x86_64 DEBUG: python3-libselinux-3.6-4.el9.x86_64 DEBUG: python3-libsemanage-3.6-5.el9.x86_64 DEBUG: python3-packaging-20.9-5.el9.noarch DEBUG: python3-pip-21.3.1-2.el9.noarch DEBUG: python3-pip-wheel-21.3.1-2.el9.noarch DEBUG: python3-policycoreutils-3.6-7.el9.noarch DEBUG: python3-pyparsing-2.4.7-9.el9.noarch DEBUG: python3-rpm-4.16.1.3-40.el9.x86_64 DEBUG: python3-rpm-generators-12-9.el9.noarch DEBUG: python3-rpm-macros-3.9-54.el9.noarch DEBUG: python3-setools-4.4.4-1.el9.x86_64 DEBUG: python3-setuptools-53.0.0-15.el9.noarch DEBUG: python3-setuptools-wheel-53.0.0-15.el9.noarch DEBUG: rpm-plugin-selinux-4.16.1.3-40.el9.x86_64 DEBUG: rpm-sign-libs-4.16.1.3-40.el9.x86_64 DEBUG: rpmlint-1.11-19.el9.noarch DEBUG: selinux-policy-38.1.80-1.el9.noarch DEBUG: selinux-policy-devel-38.1.80-1.el9.noarch DEBUG: selinux-policy-targeted-38.1.80-1.el9.noarch DEBUG: shared-mime-info-2.1-5.el9.x86_64 DEBUG: source-highlight-3.1.9-12.el9.x86_64 DEBUG: sysprof-capture-devel-3.40.1-3.el9.x86_64 DEBUG: systemd-252-70.el9.x86_64 DEBUG: systemd-devel-252-70.el9.x86_64 DEBUG: systemd-pam-252-70.el9.x86_64 DEBUG: systemd-rpm-macros-252-70.el9.noarch DEBUG: tpm2-tss-3.2.3-1.el9.x86_64 DEBUG: unbound-libs-1.24.2-2.el9.x86_64 DEBUG: words-3.0-39.el9.noarch DEBUG: zlib-devel-1.2.11-41.el9.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/lib/mock/centos-stream-9-x86_64/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-9-x86_64/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/centos-stream-9-x86_64/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: Finish: run DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-9-x86_64/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-9-x86_64/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/centos-stream-9-x86_64-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/centos-stream-9-x86_64-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + mkdir /tmp/selinux-policy-rpms + dnf download --downloaddir /tmp/selinux-policy-rpms selinux-policy selinux-policy-devel selinux-policy-targeted Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 0:02:57 ago on Wed 10 Jun 2026 08:10:56 PM EDT. (1/3): selinux-policy-38.1.80-1.el9.noarch.rpm 603 kB/s | 40 kB 00:00 (2/3): selinux-policy-targeted-38.1.80-1.el9.no 32 MB/s | 6.9 MB 00:00 (3/3): selinux-policy-devel-38.1.80-1.el9.noarc 640 kB/s | 1.5 MB 00:02 + su builder -c '/usr/bin/mock --install /tmp/selinux-policy-rpms/*.rpm' INFO: mock.py version 6.7 starting (python version = 3.9.25, NVR = mock-6.7-1.el9), args: /usr/libexec/mock/mock --install /tmp/selinux-policy-rpms/selinux-policy-38.1.80-1.el9.noarch.rpm /tmp/selinux-policy-rpms/selinux-policy-devel-38.1.80-1.el9.noarch.rpm /tmp/selinux-policy-rpms/selinux-policy-targeted-38.1.80-1.el9.noarch.rpm Start(bootstrap): init plugins INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.7 INFO: Mock Version: 6.7 Start(bootstrap): chroot init 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 dnf4 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init 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 dnf4 detected and used (direct choice) Finish: chroot init INFO: installing package(s): /builddir/selinux-policy-38.1.80-1.el9.noarch.rpm /builddir/selinux-policy-devel-38.1.80-1.el9.noarch.rpm /builddir/selinux-policy-targeted-38.1.80-1.el9.noarch.rpm INFO: Finish: run + dnf clean all Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. 37 files removed + for iface in eth1 ens15 + '[' -e /sys/class/net/eth1 ']' + nmcli con add con-name eth1 ifname eth1 type ethernet ipv4.method disabled ipv6.method ignore Connection 'eth1' (1fd9cd34-f7ce-4f0b-8099-9f24b8e9b7fd) successfully added. + for iface in eth1 ens15 + '[' -e /sys/class/net/ens15 ']' ++ hostname + echo '127.0.1.1 centos-9-stream-127-0-0-2-2201' + getent passwd admin + '[' -d /home/admin/.ssh ']' + chmod 0700 /home/admin/.ssh + chown admin:admin /home/admin/.ssh + mkdir -p /var/log/journal + /var/lib/testvm/podman-images.setup + podman pull quay.io/prometheus/busybox Trying to pull quay.io/prometheus/busybox:latest... Getting image source signatures Copying blob sha256:2af27af7524c3e58d5bdd67c73f46037150b41ec87b29f08e85a4388ee80e7b3 Copying blob sha256:c93f261857c30539c2598b304472fa5c9a1a511a0c0274fb574661623b38d2e2 Copying config sha256:3639b69565edc0c346ffee44b53748f75176f7fbf1578f6a83e7b66e7e86eba8 Writing manifest to image destination 3639b69565edc0c346ffee44b53748f75176f7fbf1578f6a83e7b66e7e86eba8 + podman pull quay.io/jitesoft/alpine Trying to pull quay.io/jitesoft/alpine:latest... Getting image source signatures Copying blob sha256:38ee21f7253cce56c9405334d504677e72dcd55e39751923a4736661e951eba5 Copying blob sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb Copying config sha256:b2f2a2203a2139b7a80e25fb5973d8e440fa9c717fc425aa55471a101925fbeb Writing manifest to image destination b2f2a2203a2139b7a80e25fb5973d8e440fa9c717fc425aa55471a101925fbeb + podman pull quay.io/libpod/registry:2.8 Trying to pull quay.io/libpod/registry:2.8... Getting image source signatures Copying blob sha256:d637f99b74411f98a3d6a4e4f9a496eac649828eac5253d596eac97128af1aaf Copying blob sha256:40e059520d199e1a1a259089077f2a0c879951c9a4540490bad3a0d7714c6ae7 Copying blob sha256:3b494d572400cf4b26beff6a89af57b70fbc1d7a2c1aa7a0d7b67c756bdaed61 Copying blob sha256:88ce0e919729180f43f37c386397ee7df6154e172f4f104c7196572d2eb88919 Copying blob sha256:0fec280ccc88586d94f581861ff02b7e9c16fc128e61be7315365e18efa9994f Copying config sha256:d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631 Writing manifest to image destination d3241e050fc981849fc396c054aa87da6b1e2d748ee46cd3e71bf89050881631 + podman tag quay.io/prometheus/busybox localhost/test-busybox + podman rmi quay.io/prometheus/busybox Untagged: quay.io/prometheus/busybox:latest + podman tag quay.io/jitesoft/alpine localhost/test-alpine + podman rmi quay.io/jitesoft/alpine Untagged: quay.io/jitesoft/alpine:latest + podman tag quay.io/libpod/registry:2.8 localhost/test-registry + podman rmi quay.io/libpod/registry:2.8 Untagged: quay.io/libpod/registry:2.8 ++ awk '{ print substr($3, 1, 1) }' ++ podman -v + '[' 5 -lt 4 ']' + '[' centos-9-stream '!=' centos-9-stream ']' + rm -f /etc/pki/ca-trust/source/anchors/IT-Root-CA.pem + grep -qr core_pattern /usr/lib/sysctl.d/ + mkdir -p /etc/systemd/system.conf.d/ + printf '[Manager]\nDefaultLimitCORE=infinity:infinity\n' + echo 'UseDNS no' + xargs --no-run-if-empty systemctl disable + awk '{print $1}' + systemctl --all --legend=false list-units 'pm*' + xargs --no-run-if-empty rpm -e --verbose + dnf repoquery --installonly --latest-limit=-1 -q + restorecon -vR /etc/ Relabeled /etc/systemd/system/tt-sshd-vsock.socket from unconfined_u:object_r:var_lib_t:s0 to unconfined_u:object_r:systemd_unit_file_t:s0 Relabeled /etc/systemd/system/tt-sd_notify.service from unconfined_u:object_r:var_lib_t:s0 to unconfined_u:object_r:systemd_unit_file_t:s0 Relabeled /etc/systemd/system/tt-sshd-vsock@.service from unconfined_u:object_r:var_lib_t:s0 to unconfined_u:object_r:systemd_unit_file_t:s0 + '[' centos-9-stream '!=' centos-9-stream ']' + '[' centos-9-stream '!=' centos-9-stream ']' + /var/lib/testvm/zero-disk.setup --keep-mock-cache dd: writing to '/root/junk': No space left on device 25462209+0 records in 25462208+0 records out 13036650496 bytes (13 GB, 12 GiB) copied, 32.5305 s, 401 MB/s + rm -f /var/tmp/SETUP killing ssh master process 151 + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Saving... + git add -- images/centos-9-stream + git diff --cached --quiet -- + ./image-diff /work/.cache/cockpit-images/centos-9-stream-fceab7e57fccc21a7200d8c47391c68af5ca7c00eb83fba585f17480199024a9.qcow2 centos-9-stream + ./image-upload --prune-s3 centos-9-stream Uploading to https://cockpit-images.eu-central-1.linodeobjects.com/centos-9-stream-b3e203f0475e2cb53a642359587b1e81832679e5eb37ed7dbc63e3d30c0d0678.qcow2 Uploading to https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/centos-9-stream-b3e203f0475e2cb53a642359587b1e81832679e5eb37ed7dbc63e3d30c0d0678.qcow2 Uploading to https://cockpit-ci-images.s3.us-east-1.amazonaws.com/centos-9-stream-b3e203f0475e2cb53a642359587b1e81832679e5eb37ed7dbc63e3d30c0d0678.qcow2 + git commit -m 'images: Update centos-9-stream image Removed: python3-qrcode-core (6.1-12.el9) Added: python3-qrcode (8.0-2.el9) Changed: NetworkManager (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) NetworkManager-libnm (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) NetworkManager-team (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) NetworkManager-tui (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) centos-gpg-keys (9.0-36.el9 -> 9.0-38.el9) centos-stream-release (9.0-36.el9 -> 9.0-38.el9) centos-stream-repos (9.0-36.el9 -> 9.0-38.el9) clevis (22-1.el9 -> 23-1.el9) clevis-luks (22-1.el9 -> 23-1.el9) cockpit (359-1.el9 -> 363.2-1.el9) cockpit-bridge (359-1.el9 -> 363.2-1.el9) cockpit-system (359-1.el9 -> 363.2-1.el9) cockpit-ws (359-1.el9 -> 363.2-1.el9) cockpit-ws-selinux (359-1.el9 -> 363.2-1.el9) coreutils (8.32-40.el9 -> 8.32-42.el9) coreutils-common (8.32-40.el9 -> 8.32-42.el9) device-mapper (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) dnsmasq (2.85-18.el9 -> 2.85-20.el9) fuse-overlayfs (1.16-1.el9 -> 1.16-2.el9) gnutls (3.8.10-4.el9 -> 3.8.10-5.el9) gnutls-dane (3.8.10-4.el9 -> 3.8.10-5.el9) gnutls-utils (3.8.10-4.el9 -> 3.8.10-5.el9) grub2-common (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-efi-x64 (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc-modules (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools-minimal (1:2.06-126.el9 -> 1:2.06-128.el9) kernel (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-core (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-devel (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-headers (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-modules (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-modules-core (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-tools (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-tools-libs (5.14.0-708.el9 -> 5.14.0-710.el9) libpng (2:1.6.37-16.el9 -> 2:1.6.37-17.el9) libseccomp (2.5.2-2.el9 -> 2.5.6-1.el9) libsolv (0.7.24-5.el9 -> 0.7.24-6.el9) libtasn1 (4.16.0-9.el9 -> 4.16.0-10.el9) libusbx (1.0.26-1.el9 -> 1.0.30-1.el9) libvirt-client (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-common (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-config-network (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-interface (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-network (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-nodedev (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-nwfilter (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-qemu (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-secret (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-core (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-disk (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-iscsi (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-logical (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-mpath (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-rbd (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-scsi (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-kvm (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-lock (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-log (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-plugin-lockd (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-proxy (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-libs (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-ssh-proxy (11.10.0-12.el9 -> 11.10.0-13.el9) libxml2 (2.9.13-14.el9 -> 2.9.13-15.el9) libxslt (1.1.34-15.el9 -> 1.1.34-16.el9) lvm2 (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) lvm2-libs (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) nspr (4.36.0-8.el9 -> 4.39.0-1.el9) nss (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn-freebl (3.112.0-8.el9 -> 3.124.0-1.el9) nss-sysinit (3.112.0-8.el9 -> 3.124.0-1.el9) nss-tools (3.112.0-8.el9 -> 3.124.0-1.el9) nss-util (3.112.0-8.el9 -> 3.124.0-1.el9) pciutils-libs (3.7.0-7.el9 -> 3.7.0-8.el9) python3-libxml2 (2.9.13-14.el9 -> 2.9.13-15.el9) python3-perf (5.14.0-708.el9 -> 5.14.0-710.el9) qemu-guest-agent (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-img (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-audio-pa (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-block-blkio (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-block-curl (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-block-rbd (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-common (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-core (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-display-virtio-gpu (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-display-virtio-gpu-pci (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-display-virtio-vga (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-usb-host (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-usb-redirect (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-docs (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-tools (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-ui-egl-headless (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-ui-opengl (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-pr-helper (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) rhel-system-roles (1.125.1-0.1.el9 -> 1.125.2-0.1.el9) shadow-utils (2:4.9-16.el9 -> 2:4.9-17.el9) shadow-utils-subid (2:4.9-16.el9 -> 2:4.9-17.el9) shim-x64 (15.8-2.el9 -> 16.1-1.el9) spirv-tools-libs (2025.4-1.el9 -> 2026.1-1.el9) systemtap-client (5.5-1.el9 -> 5.5-2.el9) systemtap-devel (5.5-1.el9 -> 5.5-2.el9) systemtap-runtime (5.5-1.el9 -> 5.5-2.el9) vim-minimal (2:8.2.2637-29.el9 -> 2:8.2.2637-31.el9) Closes #9179' -- + git push -- origin +HEAD:refs/heads/image-refresh-centos-9-stream-20260611-002409 remote: remote: Create a pull request for 'image-refresh-centos-9-stream-20260611-002409' on GitHub by visiting: remote: https://github.com/cockpit-project/bots/pull/new/image-refresh-centos-9-stream-20260611-002409 remote: To https://github.com/cockpit-project/bots * [new branch] HEAD -> image-refresh-centos-9-stream-20260611-002409 WARNING:root:Transient error during GitHub request, attempt #0: Remote end closed connection without response + git rev-parse HEAD + git commit --amend --no-edit --trailer 'Closes: #9179' -- + git push --force-with-lease=refs/heads/image-refresh-centos-9-stream-20260611-002409:f32fd5bb693bbff0bdc4af2c4376927baf5d31f8 -- origin HEAD:refs/heads/image-refresh-centos-9-stream-20260611-002409 To https://github.com/cockpit-project/bots + f32fd5bb...13913fd4 HEAD -> image-refresh-centos-9-stream-20260611-002409 (forced update) + git rev-parse HEAD # image-refresh centos-9-stream succeeded: https://github.com/cockpit-project/bots/commits/image-refresh-centos-9-stream-20260611-002409 # Duration: 1321.0155229568481s Removed: python3-qrcode-core (6.1-12.el9) Added: python3-qrcode (8.0-2.el9) Changed: NetworkManager (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) NetworkManager-libnm (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) NetworkManager-team (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) NetworkManager-tui (1:1.54.3-3.el9 -> 1:1.54.4-1.el9) centos-gpg-keys (9.0-36.el9 -> 9.0-38.el9) centos-stream-release (9.0-36.el9 -> 9.0-38.el9) centos-stream-repos (9.0-36.el9 -> 9.0-38.el9) clevis (22-1.el9 -> 23-1.el9) clevis-luks (22-1.el9 -> 23-1.el9) cockpit (359-1.el9 -> 363.2-1.el9) cockpit-bridge (359-1.el9 -> 363.2-1.el9) cockpit-system (359-1.el9 -> 363.2-1.el9) cockpit-ws (359-1.el9 -> 363.2-1.el9) cockpit-ws-selinux (359-1.el9 -> 363.2-1.el9) coreutils (8.32-40.el9 -> 8.32-42.el9) coreutils-common (8.32-40.el9 -> 8.32-42.el9) device-mapper (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-event-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) device-mapper-libs (9:1.02.207-4.el9.1 -> 9:1.02.207-6.el9) dnsmasq (2.85-18.el9 -> 2.85-20.el9) fuse-overlayfs (1.16-1.el9 -> 1.16-2.el9) gnutls (3.8.10-4.el9 -> 3.8.10-5.el9) gnutls-dane (3.8.10-4.el9 -> 3.8.10-5.el9) gnutls-utils (3.8.10-4.el9 -> 3.8.10-5.el9) grub2-common (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-efi-x64 (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-pc-modules (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools (1:2.06-126.el9 -> 1:2.06-128.el9) grub2-tools-minimal (1:2.06-126.el9 -> 1:2.06-128.el9) kernel (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-core (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-devel (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-headers (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-modules (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-modules-core (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-tools (5.14.0-708.el9 -> 5.14.0-710.el9) kernel-tools-libs (5.14.0-708.el9 -> 5.14.0-710.el9) libpng (2:1.6.37-16.el9 -> 2:1.6.37-17.el9) libseccomp (2.5.2-2.el9 -> 2.5.6-1.el9) libsolv (0.7.24-5.el9 -> 0.7.24-6.el9) libtasn1 (4.16.0-9.el9 -> 4.16.0-10.el9) libusbx (1.0.26-1.el9 -> 1.0.30-1.el9) libvirt-client (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-common (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-config-network (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-interface (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-network (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-nodedev (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-nwfilter (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-qemu (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-secret (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-core (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-disk (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-iscsi (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-logical (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-mpath (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-rbd (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-driver-storage-scsi (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-kvm (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-lock (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-log (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-plugin-lockd (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-daemon-proxy (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-libs (11.10.0-12.el9 -> 11.10.0-13.el9) libvirt-ssh-proxy (11.10.0-12.el9 -> 11.10.0-13.el9) libxml2 (2.9.13-14.el9 -> 2.9.13-15.el9) libxslt (1.1.34-15.el9 -> 1.1.34-16.el9) lvm2 (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) lvm2-libs (9:2.03.33-4.el9.1 -> 9:2.03.33-6.el9) nspr (4.36.0-8.el9 -> 4.39.0-1.el9) nss (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn (3.112.0-8.el9 -> 3.124.0-1.el9) nss-softokn-freebl (3.112.0-8.el9 -> 3.124.0-1.el9) nss-sysinit (3.112.0-8.el9 -> 3.124.0-1.el9) nss-tools (3.112.0-8.el9 -> 3.124.0-1.el9) nss-util (3.112.0-8.el9 -> 3.124.0-1.el9) pciutils-libs (3.7.0-7.el9 -> 3.7.0-8.el9) python3-libxml2 (2.9.13-14.el9 -> 2.9.13-15.el9) python3-perf (5.14.0-708.el9 -> 5.14.0-710.el9) qemu-guest-agent (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-img (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-audio-pa (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-block-blkio (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-block-curl (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-block-rbd (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-common (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-core (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-display-virtio-gpu (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-display-virtio-gpu-pci (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-display-virtio-vga (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-usb-host (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-device-usb-redirect (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-docs (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-tools (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-ui-egl-headless (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-kvm-ui-opengl (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) qemu-pr-helper (17:10.1.0-20.el9 -> 17:10.1.0-21.el9) rhel-system-roles (1.125.1-0.1.el9 -> 1.125.2-0.1.el9) shadow-utils (2:4.9-16.el9 -> 2:4.9-17.el9) shadow-utils-subid (2:4.9-16.el9 -> 2:4.9-17.el9) shim-x64 (15.8-2.el9 -> 16.1-1.el9) spirv-tools-libs (2025.4-1.el9 -> 2026.1-1.el9) systemtap-client (5.5-1.el9 -> 5.5-2.el9) systemtap-devel (5.5-1.el9 -> 5.5-2.el9) systemtap-runtime (5.5-1.el9 -> 5.5-2.el9) vim-minimal (2:8.2.2637-29.el9 -> 2:8.2.2637-31.el9) Job ran successfully. :)