image-refresh/rhel-9-9@cockpit-project/bots#e635e8d3609e Running on: 30b66afb-6c82-4f3c-98c9-44ab196c6124 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=9184", "rhel-9-9" ], "env": {}, "timeout": 120, "context": "image-refresh/rhel-9-9", "slug": "image-refresh-rhel-9-9-e635e8d3-20260610-235633", "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:3bf996a67c510a85b207fd5a3395499e357e06c42db956e58c966727b8595ebe Copying blob sha256:1fd43c80f797bf345b2afc94cb5e652a1f917ee52bc5d01191ddba6b8668915b Copying blob sha256:dd08cc42e2938fbf179f703b2e141047037571f0ebf5b5c4c66739648b9642f9 Copying blob sha256:29bd5c03619b14f9bc84c4e990c55b1e57399f7393002dfa741d875636657cbf Copying blob sha256:6419ad1d974ea3e15e5d482884093ce5f08593a073731e73bc18d3a93940f2f6 Copying config sha256:2d16a024469cd7f9caf5c25c12c897b8b008a7d6bfce55d59e28aa882c2b4f58 Writing manifest to image destination + [checkout-and-run] --revision=e635e8d3609eae2305d6250cbfaace0636b6d35b https://github.com/cockpit-project/bots -- ./image-refresh --verbose --issue=9184 rhel-9-9 + cat /run/.containerenv + uname -a Linux adbb0ba99735 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=9184 rhel-9-9 + ./vm-reset + ./image-download rhel-9-9 Downloading rhel-9-9-64901b784e8be6792268470158d4ac3f82f80c230bc075ef3c803a3a1ca5b20e.qcow2 ✔ https://cockpit-images.eu-central-1.linodeobjects.com/ 🔑 327ms ✔ https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/ 🔑 320ms ✔ https://cockpit-ci-images.s3.us-east-1.amazonaws.com/ 🔑 70ms Using: https://cockpit-ci-images.s3.us-east-1.amazonaws.com/rhel-9-9-64901b784e8be6792268470158d4ac3f82f80c230bc075ef3c803a3a1ca5b20e.qcow2 100% 3.4 GB in 1m38s (34.4 MB/s) 🔒 sha256 verified [64901b784e8be6792268470158d4ac3f82f80c230bc075ef3c803a3a1ca5b20e] + ./image-create --verbose rhel-9-9 + URL=http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.9/compose/BaseOS/x86_64/images/ ++ curl -L -s http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.9/compose/BaseOS/x86_64/images/ ++ sed -n '/ '/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 subscription-manager-cockpit insights-client zram-generator criu criu-libs 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:26 ago on Wed Jun 10 20:05:18 2026. 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-115.git20260527.el9_8.x86_64 is already installed. Package subscription-manager-cockpit-6-2.el9.noarch is already installed. Package insights-client-3.9.4-3.el9.noarch 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_8.x86_64 is already installed. Package redhat-logos-90.6-1.el9.x86_64 is already installed. Package setroubleshoot-server-3.3.35-2.el9.x86_64 is already installed. Package subscription-manager-1.29.52-1.el9.x86_64 is already installed. Package sos-4.11.0-1.el9.noarch is already installed. Package tuned-2.27.0-1.el9.noarch 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 Repository Size ========================================================================================================= Installing: PackageKit x86_64 1.2.6-2.el9_8 RHEL-AppStream 652 k ansible-core x86_64 1:2.14.18-3.el9 RHEL-AppStream 2.6 M boom-boot noarch 1.6.8-1.el9 RHEL-AppStream 27 k clevis-luks x86_64 23-1.el9 RHEL-AppStream 42 k criu x86_64 3.19-5.el9 RHEL-AppStream 569 k criu-libs x86_64 3.19-5.el9 RHEL-AppStream 36 k cryptsetup x86_64 2.8.6-1.el9 RHEL-BaseOS 362 k device-mapper-multipath x86_64 0.8.7-46.el9 RHEL-BaseOS 163 k dnf-automatic noarch 4.14.0-36.el9 RHEL-BaseOS 40 k firewalld noarch 1.3.4-18.el9_7 RHEL-BaseOS 542 k gdb x86_64 16.3-3.el9 RHEL-AppStream 154 k glib-networking x86_64 2.68.3-3.el9 RHEL-BaseOS 190 k glibc-all-langpacks x86_64 2.34-262.el9 RHEL-BaseOS 18 M ipa-client x86_64 4.13.1-3.el9_8.2 RHEL-AppStream 145 k kmod-kvdo x86_64 8.2.7.4-195.el9 RHEL-BaseOS 335 k kpatch noarch 0.9.10-10.el9 RHEL-BaseOS 14 k kpatch-dnf noarch 0.9.10_0.5-10.el9 RHEL-BaseOS 16 k libvirt-client x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 472 k libvirt-daemon-config-network x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 40 k libvirt-daemon-kvm x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 35 k libvirt-dbus x86_64 1.4.1-5.el9 RHEL-AppStream 101 k ltrace x86_64 0.7.91-43.el9 RHEL-AppStream 142 k nmap-ncat x86_64 3:7.92-5.el9 RHEL-AppStream 231 k pcp x86_64 6.3.7-9.el9 RHEL-AppStream 1.7 M pcp-libs x86_64 6.3.7-9.el9 RHEL-AppStream 645 k podman x86_64 6:5.8.2-1.el9 RHEL-AppStream 16 M python3-pcp x86_64 6.3.7-9.el9 RHEL-AppStream 156 k python3-tracer noarch 1.1-2.el9 RHEL-AppStream 159 k qemu-kvm x86_64 17:10.1.0-21.el9 RHEL-AppStream 69 k qemu-kvm-block-curl x86_64 17:10.1.0-21.el9 RHEL-AppStream 83 k realmd x86_64 0.17.1-2.el9 RHEL-BaseOS 254 k redis x86_64 6.2.22-1.el9_8 RHEL-AppStream 1.3 M rhel-system-roles noarch 1.125.2-0.1.el9 RHEL-AppStream 5.1 M socat x86_64 1.7.4.1-9.el9 RHEL-AppStream 303 k sssd x86_64 2.9.9-1.el9 RHEL-BaseOS 31 k sssd-dbus x86_64 2.9.9-1.el9 RHEL-BaseOS 139 k strace x86_64 6.12-1.el9 RHEL-BaseOS 1.5 M stratis-cli noarch 3.7.0-1.el9 RHEL-AppStream 140 k stratisd x86_64 3.7.3-3.el9 RHEL-AppStream 3.5 M stratisd-tools x86_64 3.7.3-3.el9 RHEL-AppStream 767 k tang x86_64 14-3.el9 RHEL-AppStream 44 k targetcli noarch 2.1.57-3.el9 RHEL-AppStream 74 k tcsh x86_64 6.22.03-6.el9 RHEL-AppStream 463 k tlog x86_64 14-1.el9 RHEL-AppStream 123 k udisks2 x86_64 2.9.4-12.el9_7 RHEL-AppStream 490 k udisks2-iscsi x86_64 2.9.4-12.el9_7 RHEL-AppStream 25 k udisks2-lvm2 x86_64 2.9.4-12.el9_7 RHEL-AppStream 41 k valgrind x86_64 1:3.27.1-1.el9 RHEL-AppStream 3.4 M vdo x86_64 8.2.2.2-1.el9 RHEL-BaseOS 116 k virt-install noarch 5.1.0-1.el9 RHEL-AppStream 47 k wireguard-tools x86_64 1.0.20210914-3.el9 RHEL-AppStream 136 k zram-generator x86_64 1.1.2-1.el9 RHEL-AppStream 441 k Installing dependencies: PackageKit-glib x86_64 1.2.6-2.el9_8 RHEL-AppStream 162 k aardvark-dns x86_64 2:1.17.1-1.el9_8 RHEL-AppStream 887 k adcli-selinux noarch 0.9.3.1-3.el9 RHEL-BaseOS 26 k adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 RHEL-BaseOS 836 k augeas-libs x86_64 1.14.1-3.el9 RHEL-AppStream 424 k autofs x86_64 1:5.1.7-68.el9 RHEL-BaseOS 393 k bind-libs x86_64 32:9.16.23-43.el9 RHEL-AppStream 1.2 M bind-license noarch 32:9.16.23-43.el9 RHEL-AppStream 13 k bind-utils x86_64 32:9.16.23-43.el9 RHEL-AppStream 207 k bison x86_64 3.7.4-5.el9 RHEL-AppStream 947 k boom-boot-conf noarch 1.6.8-1.el9 RHEL-AppStream 15 k boost-filesystem x86_64 1.75.0-14.el9 RHEL-AppStream 62 k boost-iostreams x86_64 1.75.0-14.el9 RHEL-AppStream 43 k boost-regex x86_64 1.75.0-14.el9 RHEL-AppStream 282 k boost-system x86_64 1.75.0-14.el9 RHEL-AppStream 18 k boost-thread x86_64 1.75.0-14.el9 RHEL-AppStream 60 k bzip2 x86_64 1.0.8-11.el9 RHEL-BaseOS 62 k capstone x86_64 4.0.2-13.el9_8 RHEL-AppStream 762 k certmonger x86_64 0.79.21-1.el9 RHEL-AppStream 624 k clevis x86_64 23-1.el9 RHEL-AppStream 66 k conmon x86_64 3:2.2.1-1.el9 RHEL-AppStream 54 k container-selinux noarch 4:2.247.0-1.el9 RHEL-AppStream 67 k containers-common x86_64 5:5.8-1.el9 RHEL-AppStream 166 k cpp x86_64 11.5.0-14.el9 RHEL-AppStream 11 M crun x86_64 1.27-2.el9 RHEL-AppStream 262 k cyrus-sasl-gssapi x86_64 2.1.27-22.el9 RHEL-BaseOS 25 k daxctl-libs x86_64 82-1.el9 RHEL-BaseOS 41 k device-mapper-event x86_64 9:1.02.207-4.el9_8.1 RHEL-BaseOS 40 k device-mapper-event-libs x86_64 9:1.02.207-4.el9_8.1 RHEL-BaseOS 37 k device-mapper-multipath-libs x86_64 0.8.7-46.el9 RHEL-BaseOS 296 k device-mapper-persistent-data x86_64 1.1.0-1.el9 RHEL-BaseOS 1.1 M dnsmasq x86_64 2.85-18.el9_8.1 RHEL-AppStream 334 k dyninst x86_64 13.0.0-1.el9 RHEL-AppStream 3.7 M edk2-ovmf noarch 20241117-8.el9 RHEL-AppStream 6.1 M elfutils-devel x86_64 0.195-1.el9 RHEL-AppStream 50 k elfutils-libelf-devel x86_64 0.195-1.el9 RHEL-AppStream 125 k firewalld-filesystem noarch 1.3.4-18.el9_7 RHEL-BaseOS 16 k flac-libs x86_64 1.3.3-10.el9_2.1 RHEL-AppStream 221 k flex x86_64 2.6.4-9.el9 RHEL-AppStream 318 k fonts-filesystem noarch 1:2.0.5-7.el9.1 RHEL-BaseOS 11 k fstrm x86_64 0.6.1-3.el9 RHEL-AppStream 30 k fuse-common x86_64 3.10.2-9.el9 RHEL-BaseOS 8.5 k fuse-overlayfs x86_64 1.16-1.el9 RHEL-AppStream 66 k fuse3 x86_64 3.10.2-9.el9 RHEL-AppStream 57 k fuse3-libs x86_64 3.10.2-9.el9 RHEL-AppStream 93 k gcc x86_64 11.5.0-14.el9 RHEL-AppStream 32 M gdb-headless x86_64 16.3-3.el9 RHEL-AppStream 5.1 M gdk-pixbuf2 x86_64 2.42.6-6.el9_8.1 RHEL-AppStream 498 k git-core x86_64 2.52.0-1.el9 RHEL-AppStream 5.0 M glibc-devel x86_64 2.34-262.el9 RHEL-AppStream 38 k glibc-headers x86_64 2.34-262.el9 RHEL-AppStream 547 k gnutls-dane x86_64 3.8.10-4.el9_8 RHEL-AppStream 25 k gnutls-utils x86_64 3.8.10-4.el9_8 RHEL-AppStream 299 k gsettings-desktop-schemas x86_64 40.0-8.el9 RHEL-BaseOS 682 k gsm x86_64 1.0.19-6.el9 RHEL-AppStream 36 k http-parser x86_64 2.9.4-6.el9 RHEL-AppStream 41 k ipa-client-common noarch 4.13.1-3.el9_8.2 RHEL-AppStream 55 k ipa-common noarch 4.13.1-3.el9_8.2 RHEL-AppStream 745 k ipa-selinux noarch 4.13.1-3.el9_8.2 RHEL-AppStream 46 k ipset x86_64 7.11-11.el9_5 RHEL-BaseOS 45 k ipset-libs x86_64 7.11-11.el9_5 RHEL-BaseOS 71 k iptables-nft x86_64 1.8.10-11.el9_5 RHEL-BaseOS 209 k ipxe-roms-qemu noarch 20200823-9.git4bd064de.el9 RHEL-AppStream 680 k iscsi-initiator-utils x86_64 6.2.1.11-0.git4b3e853.el9 RHEL-BaseOS 392 k iscsi-initiator-utils-iscsiuio x86_64 6.2.1.11-0.git4b3e853.el9 RHEL-BaseOS 81 k isns-utils-libs x86_64 0.101-4.el9 RHEL-BaseOS 102 k jose x86_64 14-1.el9 RHEL-AppStream 72 k kernel-headers x86_64 5.14.0-714.el9 RHEL-AppStream 2.1 M krb5-pkinit x86_64 1.21.1-10.el9 RHEL-BaseOS 63 k krb5-workstation x86_64 1.21.1-10.el9 RHEL-BaseOS 541 k libX11 x86_64 1.8.12-1.el9 RHEL-AppStream 652 k libX11-common noarch 1.8.12-1.el9 RHEL-AppStream 197 k libX11-xcb x86_64 1.8.12-1.el9 RHEL-AppStream 10 k libXau x86_64 1.0.9-8.el9 RHEL-AppStream 34 k libXext x86_64 1.3.4-8.el9 RHEL-AppStream 42 k libXxf86vm x86_64 1.1.4-18.el9 RHEL-AppStream 21 k libaio x86_64 0.3.111-13.el9 RHEL-BaseOS 26 k libappstream-glib x86_64 0.7.18-5.el9 RHEL-AppStream 399 k libasyncns x86_64 0.8-22.el9 RHEL-AppStream 32 k libatasmart x86_64 0.19-22.el9 RHEL-AppStream 51 k libblkio x86_64 1.5.0-1.el9 RHEL-AppStream 1.0 M libblockdev x86_64 2.28-16.el9 RHEL-AppStream 90 k libblockdev-crypto x86_64 2.28-16.el9 RHEL-AppStream 29 k libblockdev-fs x86_64 2.28-16.el9 RHEL-AppStream 30 k libblockdev-loop x86_64 2.28-16.el9 RHEL-AppStream 14 k libblockdev-lvm x86_64 2.28-16.el9 RHEL-AppStream 33 k libblockdev-mdraid x86_64 2.28-16.el9 RHEL-AppStream 20 k libblockdev-part x86_64 2.28-16.el9 RHEL-AppStream 23 k libblockdev-swap x86_64 2.28-16.el9 RHEL-AppStream 15 k libblockdev-utils x86_64 2.28-16.el9 RHEL-AppStream 25 k libburn x86_64 1.5.4-5.el9 RHEL-AppStream 174 k libbytesize x86_64 2.5-3.el9 RHEL-AppStream 48 k libepoxy x86_64 1.5.5-4.el9 RHEL-AppStream 244 k libfdt x86_64 1.6.0-7.el9 RHEL-AppStream 36 k libglvnd x86_64 1:1.3.4-1.el9 RHEL-AppStream 137 k libglvnd-egl x86_64 1:1.3.4-1.el9 RHEL-AppStream 39 k libglvnd-glx x86_64 1:1.3.4-1.el9 RHEL-AppStream 147 k libgudev x86_64 237-1.el9 RHEL-BaseOS 38 k libipa_hbac x86_64 2.9.9-1.el9 RHEL-BaseOS 39 k libipt x86_64 2.0.4-5.el9 RHEL-AppStream 58 k libisoburn x86_64 1.5.4-5.el9_5 RHEL-AppStream 418 k libisofs x86_64 1.5.4-4.el9 RHEL-AppStream 224 k libjose x86_64 14-1.el9 RHEL-AppStream 66 k libjpeg-turbo x86_64 2.0.90-7.el9 RHEL-AppStream 178 k libkadm5 x86_64 1.21.1-10.el9 RHEL-BaseOS 81 k libluksmeta x86_64 10-1.el9 RHEL-AppStream 24 k libmpc x86_64 1.2.1-4.el9 RHEL-AppStream 65 k libnbd x86_64 1.20.3-4.el9 RHEL-AppStream 164 k libnet x86_64 1.2-7.el9 RHEL-AppStream 60 k libnftnl x86_64 1.2.6-4.el9_4 RHEL-BaseOS 89 k libnvme x86_64 1.16.1-3.el9_8 RHEL-BaseOS 123 k libogg x86_64 2:1.3.4-6.el9 RHEL-AppStream 36 k libosinfo x86_64 1.10.0-1.el9 RHEL-AppStream 323 k libpkgconf x86_64 1.7.3-10.el9 RHEL-BaseOS 37 k libpmem x86_64 1.12.1-1.el9 RHEL-AppStream 115 k libpng x86_64 2:1.6.37-15.el9_8.2 RHEL-BaseOS 122 k libproxy x86_64 0.4.15-35.el9 RHEL-BaseOS 78 k librados2 x86_64 2:16.2.4-5.el9 RHEL-AppStream 3.4 M librbd1 x86_64 2:16.2.4-5.el9 RHEL-AppStream 3.0 M librdmacm x86_64 61.0-2.el9 RHEL-BaseOS 79 k libslirp x86_64 4.4.0-8.el9 RHEL-AppStream 70 k libsmbclient x86_64 4.23.5-8.el9_8 RHEL-BaseOS 81 k libsndfile x86_64 1.0.31-10.el9 RHEL-AppStream 211 k libsoup x86_64 2.72.0-16.el9_8.1 RHEL-AppStream 411 k libsss_autofs x86_64 2.9.9-1.el9 RHEL-BaseOS 42 k libstemmer x86_64 0-18.585svn.el9 RHEL-AppStream 85 k libtpms x86_64 0.9.1-6.20211126git1ff6fe1f43.el9 RHEL-AppStream 183 k libudisks2 x86_64 2.9.4-12.el9_7 RHEL-AppStream 190 k libuv x86_64 1:1.42.0-2.el9_4 RHEL-AppStream 151 k libvirt-daemon-common x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 165 k libvirt-daemon-driver-interface x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 231 k libvirt-daemon-driver-network x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 285 k libvirt-daemon-driver-nodedev x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 256 k libvirt-daemon-driver-nwfilter x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 269 k libvirt-daemon-driver-qemu x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 1.0 M libvirt-daemon-driver-secret x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 229 k libvirt-daemon-driver-storage x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 34 k libvirt-daemon-driver-storage-core x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 285 k libvirt-daemon-driver-storage-disk x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 48 k libvirt-daemon-driver-storage-iscsi x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 45 k libvirt-daemon-driver-storage-logical x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 49 k libvirt-daemon-driver-storage-mpath x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 43 k libvirt-daemon-driver-storage-rbd x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 54 k libvirt-daemon-driver-storage-scsi x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 45 k libvirt-daemon-lock x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 75 k libvirt-daemon-log x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 79 k libvirt-daemon-plugin-lockd x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 49 k libvirt-daemon-proxy x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 224 k libvirt-glib x86_64 4.0.0-3.el9 RHEL-AppStream 50 k libvirt-libs x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 5.5 M libvirt-ssh-proxy x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 45 k libvorbis x86_64 1:1.3.7-5.el9 RHEL-AppStream 197 k libwayland-client x86_64 1.21.0-1.el9 RHEL-AppStream 35 k libxcb x86_64 1.13.1-9.el9 RHEL-AppStream 247 k libxcrypt-devel x86_64 4.4.18-3.el9 RHEL-AppStream 32 k libxkbcommon x86_64 1.0.3-4.el9 RHEL-AppStream 136 k libxshmfence x86_64 1.3-10.el9 RHEL-AppStream 14 k libxslt x86_64 1.1.34-16.el9 RHEL-AppStream 248 k libzstd-devel x86_64 1.5.5-1.el9 RHEL-AppStream 52 k llvm-filesystem x86_64 22.1.3-1.el9 RHEL-AppStream 13 k llvm-libs x86_64 22.1.3-1.el9 RHEL-AppStream 59 M luksmeta x86_64 10-1.el9 RHEL-AppStream 20 k lvm2 x86_64 9:2.03.33-4.el9_8.1 RHEL-BaseOS 1.6 M lvm2-libs x86_64 9:2.03.33-4.el9_8.1 RHEL-BaseOS 1.0 M lzop x86_64 1.04-8.el9 RHEL-BaseOS 59 k m4 x86_64 1.4.19-1.el9 RHEL-AppStream 304 k make x86_64 1:4.3-8.el9 RHEL-BaseOS 541 k mdadm x86_64 4.4-3.el9 RHEL-BaseOS 440 k mdevctl x86_64 1.3.0-1.el9 RHEL-AppStream 972 k mesa-dri-drivers x86_64 25.2.7-4.el9 RHEL-AppStream 9.3 M mesa-filesystem x86_64 25.2.7-4.el9 RHEL-AppStream 17 k mesa-libEGL x86_64 25.2.7-4.el9 RHEL-AppStream 133 k mesa-libGL x86_64 25.2.7-4.el9 RHEL-AppStream 124 k mesa-libgbm x86_64 25.2.7-4.el9 RHEL-AppStream 23 k nbdkit-basic-filters x86_64 1.38.5-12.el9 RHEL-AppStream 339 k nbdkit-basic-plugins x86_64 1.38.5-12.el9 RHEL-AppStream 220 k nbdkit-selinux noarch 1.38.5-12.el9 RHEL-AppStream 24 k nbdkit-server x86_64 1.38.5-12.el9 RHEL-AppStream 130 k ndctl-libs x86_64 82-1.el9 RHEL-BaseOS 88 k netavark x86_64 2:1.17.2-1.el9 RHEL-AppStream 3.1 M nftables x86_64 1:1.0.9-7.el9_8 RHEL-BaseOS 428 k nspr x86_64 4.36.0-8.el9_4 RHEL-AppStream 134 k nss x86_64 3.112.0-8.el9_4 RHEL-AppStream 724 k nss-softokn x86_64 3.112.0-8.el9_4 RHEL-AppStream 402 k nss-softokn-freebl x86_64 3.112.0-8.el9_4 RHEL-AppStream 416 k nss-sysinit x86_64 3.112.0-8.el9_4 RHEL-AppStream 18 k nss-tools x86_64 3.112.0-8.el9_4 RHEL-AppStream 451 k nss-util x86_64 3.112.0-8.el9_4 RHEL-AppStream 89 k numad x86_64 0.5-37.20150602git.el9 RHEL-BaseOS 38 k openssl-devel x86_64 1:3.5.5-3.el9_8 RHEL-AppStream 4.8 M opus x86_64 1.3.1-10.el9 RHEL-AppStream 201 k osinfo-db noarch 20250606-2.el9_8 RHEL-AppStream 571 k osinfo-db-tools x86_64 1.10.0-1.el9 RHEL-AppStream 78 k passt x86_64 0^20251210.gd04c480-4.el9_8 RHEL-AppStream 287 k passt-selinux noarch 0^20251210.gd04c480-4.el9_8 RHEL-AppStream 32 k pcp-conf x86_64 6.3.7-9.el9 RHEL-AppStream 31 k pcp-selinux x86_64 6.3.7-9.el9 RHEL-AppStream 32 k pixman x86_64 0.40.0-6.el9 RHEL-AppStream 271 k pkgconf x86_64 1.7.3-10.el9 RHEL-BaseOS 45 k pkgconf-m4 noarch 1.7.3-10.el9 RHEL-BaseOS 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 RHEL-BaseOS 12 k pulseaudio-libs x86_64 15.0-3.el9 RHEL-AppStream 679 k python3-argcomplete noarch 1.12.0-5.el9 RHEL-AppStream 71 k python3-augeas noarch 0.5.0-25.el9 RHEL-AppStream 31 k python3-boom noarch 1.6.8-1.el9 RHEL-AppStream 622 k python3-cffi x86_64 1.14.5-5.el9 RHEL-BaseOS 257 k python3-configshell noarch 1:1.1.30-1.el9 RHEL-BaseOS 76 k python3-cryptography x86_64 36.0.1-5.el9 RHEL-BaseOS 1.2 M python3-dbus-client-gen noarch 0.5.1-1.el9 RHEL-AppStream 31 k python3-dbus-python-client-gen noarch 0.8.3-1.el9 RHEL-AppStream 33 k python3-dbus-signature-pyparsing noarch 0.4.1-1.el9 RHEL-AppStream 24 k python3-dns noarch 2.6.1-3.el9 RHEL-BaseOS 511 k python3-firewall noarch 1.3.4-18.el9_7 RHEL-BaseOS 400 k python3-gssapi x86_64 1.6.9-5.el9 RHEL-AppStream 489 k python3-into-dbus-python noarch 0.8.2-1.el9 RHEL-AppStream 34 k python3-ipaclient noarch 4.13.1-3.el9_8.2 RHEL-AppStream 669 k python3-ipalib noarch 4.13.1-3.el9_8.2 RHEL-AppStream 716 k python3-justbases noarch 0.15.2-1.el9 RHEL-AppStream 53 k python3-justbytes noarch 0.15.2-1.el9 RHEL-AppStream 49 k python3-jwcrypto noarch 1.5.6-3.el9_8 RHEL-AppStream 89 k python3-kmod x86_64 0.9-32.el9 RHEL-BaseOS 88 k python3-ldap x86_64 3.4.5-1.el9 RHEL-AppStream 262 k python3-libipa_hbac x86_64 2.9.9-1.el9 RHEL-BaseOS 34 k python3-libvirt x86_64 11.10.0-2.el9 RHEL-AppStream 354 k python3-netaddr noarch 0.10.1-3.el9 RHEL-AppStream 1.5 M python3-nftables x86_64 1:1.0.9-7.el9_8 RHEL-BaseOS 25 k python3-packaging noarch 20.9-5.el9 RHEL-AppStream 81 k python3-ply noarch 3.11-14.el9 RHEL-BaseOS 111 k python3-psutil x86_64 5.8.0-12.el9 RHEL-AppStream 218 k python3-pyasn1 noarch 0.6.3-1.el9 RHEL-AppStream 166 k python3-pyasn1-modules noarch 0.6.3-1.el9 RHEL-AppStream 341 k python3-pycparser noarch 2.20-6.el9 RHEL-BaseOS 139 k python3-pyparsing noarch 2.4.7-9.el9 RHEL-BaseOS 154 k python3-pyusb noarch 1.0.2-13.el9 RHEL-AppStream 96 k python3-qrcode noarch 8.0-2.el9 RHEL-AppStream 124 k python3-resolvelib noarch 0.5.4-5.el9 RHEL-AppStream 38 k python3-rtslib noarch 2.1.76-1.el9 RHEL-AppStream 104 k python3-sss x86_64 2.9.9-1.el9 RHEL-BaseOS 35 k python3-sss-murmur x86_64 2.9.9-1.el9 RHEL-BaseOS 23 k python3-sssdconfig noarch 2.9.9-1.el9 RHEL-BaseOS 67 k python3-urwid x86_64 2.1.2-4.el9 RHEL-BaseOS 842 k python3-wcwidth noarch 0.2.5-8.el9 RHEL-AppStream 48 k python3-yubico noarch 1.3.3-7.el9 RHEL-AppStream 73 k qemu-img x86_64 17:10.1.0-21.el9 RHEL-AppStream 2.6 M qemu-kvm-audio-pa x86_64 17:10.1.0-21.el9 RHEL-AppStream 81 k qemu-kvm-block-blkio x86_64 17:10.1.0-21.el9 RHEL-AppStream 84 k qemu-kvm-block-rbd x86_64 17:10.1.0-21.el9 RHEL-AppStream 86 k qemu-kvm-common x86_64 17:10.1.0-21.el9 RHEL-AppStream 707 k qemu-kvm-core x86_64 17:10.1.0-21.el9 RHEL-AppStream 5.1 M qemu-kvm-device-display-virtio-gpu x86_64 17:10.1.0-21.el9 RHEL-AppStream 94 k qemu-kvm-device-display-virtio-gpu-pci x86_64 17:10.1.0-21.el9 RHEL-AppStream 76 k qemu-kvm-device-display-virtio-vga x86_64 17:10.1.0-21.el9 RHEL-AppStream 77 k qemu-kvm-device-usb-host x86_64 17:10.1.0-21.el9 RHEL-AppStream 90 k qemu-kvm-device-usb-redirect x86_64 17:10.1.0-21.el9 RHEL-AppStream 95 k qemu-kvm-docs x86_64 17:10.1.0-21.el9 RHEL-AppStream 1.4 M qemu-kvm-tools x86_64 17:10.1.0-21.el9 RHEL-AppStream 593 k qemu-kvm-ui-egl-headless x86_64 17:10.1.0-21.el9 RHEL-AppStream 77 k qemu-kvm-ui-opengl x86_64 17:10.1.0-21.el9 RHEL-AppStream 85 k qemu-pr-helper x86_64 17:10.1.0-21.el9 RHEL-AppStream 507 k scrub x86_64 2.6.1-4.el9 RHEL-AppStream 47 k seabios-bin noarch 1.16.3-5.el9 RHEL-AppStream 100 k seavgabios-bin noarch 1.16.3-5.el9 RHEL-AppStream 34 k shadow-utils-subid x86_64 2:4.9-17.el9 RHEL-BaseOS 91 k slirp4netns x86_64 1.3.3-1.el9 RHEL-AppStream 47 k source-highlight x86_64 3.1.9-12.el9 RHEL-AppStream 685 k spirv-tools-libs x86_64 2026.1-1.el9 RHEL-AppStream 1.6 M sshpass x86_64 1.09-4.el9 RHEL-AppStream 30 k sssd-ad x86_64 2.9.9-1.el9 RHEL-BaseOS 223 k sssd-common-pac x86_64 2.9.9-1.el9 RHEL-BaseOS 100 k sssd-idp x86_64 2.9.9-1.el9 RHEL-AppStream 45 k sssd-ipa x86_64 2.9.9-1.el9 RHEL-BaseOS 293 k sssd-krb5 x86_64 2.9.9-1.el9 RHEL-BaseOS 76 k sssd-krb5-common x86_64 2.9.9-1.el9 RHEL-BaseOS 99 k sssd-ldap x86_64 2.9.9-1.el9 RHEL-BaseOS 166 k sssd-proxy x86_64 2.9.9-1.el9 RHEL-BaseOS 76 k sssd-tools x86_64 2.9.9-1.el9 RHEL-BaseOS 180 k swtpm x86_64 0.8.0-2.el9_4 RHEL-AppStream 46 k swtpm-libs x86_64 0.8.0-2.el9_4 RHEL-AppStream 52 k swtpm-tools x86_64 0.8.0-2.el9_4 RHEL-AppStream 125 k systemd-container x86_64 252-70.el9 RHEL-BaseOS 578 k systemd-resolved x86_64 252-70.el9 RHEL-BaseOS 374 k systemtap-runtime x86_64 5.5-2.el9 RHEL-AppStream 464 k target-restore noarch 2.1.76-1.el9 RHEL-AppStream 16 k tbb x86_64 2020.3-9.el9 RHEL-AppStream 172 k tpm2-tools x86_64 5.2-7.el9 RHEL-BaseOS 804 k tracer-common noarch 1.1-2.el9 RHEL-AppStream 25 k unbound-libs x86_64 1.24.2-3.el9_8.1 RHEL-BaseOS 588 k unzip x86_64 6.0-60.el9 RHEL-BaseOS 182 k usbredir x86_64 0.13.0-2.el9 RHEL-AppStream 53 k virt-manager-common noarch 5.1.0-1.el9 RHEL-AppStream 1.2 M virtiofsd x86_64 1.13.3-1.el9 RHEL-AppStream 1.0 M volume_key-libs x86_64 0.3.12-17.el9 RHEL-AppStream 157 k webkit2gtk3-jsc x86_64 2.52.3-1.el9_8 RHEL-AppStream 8.9 M xkeyboard-config noarch 2.33-2.el9 RHEL-AppStream 866 k xorriso x86_64 1.5.4-5.el9_5 RHEL-AppStream 321 k xz-devel x86_64 5.2.5-8.el9_0 RHEL-AppStream 59 k yajl x86_64 2.1.0-25.el9 RHEL-AppStream 41 k zip x86_64 3.0-35.el9 RHEL-BaseOS 270 k zlib-devel x86_64 1.2.11-40.el9 RHEL-AppStream 47 k zstd x86_64 1.5.5-1.el9 RHEL-BaseOS 468 k Installing weak dependencies: abattis-cantarell-fonts noarch 0.301-4.el9 RHEL-AppStream 368 k adcli x86_64 0.9.3.1-3.el9 RHEL-BaseOS 138 k kernel-devel x86_64 5.14.0-714.el9 RHEL-AppStream 21 M libcap-ng-python3 x86_64 0.8.2-7.el9 RHEL-AppStream 32 k libproxy-webkitgtk4 x86_64 0.4.15-35.el9 RHEL-AppStream 22 k libvirt-daemon x86_64 11.10.0-12.3.el9_8 RHEL-AppStream 227 k nbdkit x86_64 1.38.5-12.el9 RHEL-AppStream 5.7 k nbdkit-curl-plugin x86_64 1.38.5-12.el9 RHEL-AppStream 40 k nbdkit-ssh-plugin x86_64 1.38.5-12.el9 RHEL-AppStream 29 k sssd-passkey x86_64 2.9.9-1.el9 RHEL-BaseOS 51 k systemtap-client x86_64 5.5-2.el9 RHEL-AppStream 4.1 M systemtap-devel x86_64 5.5-2.el9 RHEL-AppStream 2.5 M valgrind-docs x86_64 1:3.27.1-1.el9 RHEL-AppStream 1.6 M valgrind-gdb x86_64 1:3.27.1-1.el9 RHEL-AppStream 134 k valgrind-scripts x86_64 1:3.27.1-1.el9 RHEL-AppStream 73 k Transaction Summary ========================================================================================================= Install 367 Packages Total download size: 326 M Installed size: 1.3 G Downloading Packages: (1/367): adcli-selinux-0.9.3.1-3.el9.noarch.rpm 1.0 MB/s | 26 kB 00:00 (2/367): adcli-0.9.3.1-3.el9.x86_64.rpm 4.8 MB/s | 138 kB 00:00 (3/367): adobe-source-code-pro-fonts-2.030.1.05 22 MB/s | 836 kB 00:00 (4/367): bzip2-1.0.8-11.el9.x86_64.rpm 5.3 MB/s | 62 kB 00:00 (5/367): autofs-5.1.7-68.el9.x86_64.rpm 18 MB/s | 393 kB 00:00 (6/367): cyrus-sasl-gssapi-2.1.27-22.el9.x86_64 2.2 MB/s | 25 kB 00:00 (7/367): daxctl-libs-82-1.el9.x86_64.rpm 5.6 MB/s | 41 kB 00:00 (8/367): cryptsetup-2.8.6-1.el9.x86_64.rpm 15 MB/s | 362 kB 00:00 (9/367): device-mapper-event-1.02.207-4.el9_8.1 4.0 MB/s | 40 kB 00:00 (10/367): device-mapper-event-libs-1.02.207-4.e 4.3 MB/s | 37 kB 00:00 (11/367): device-mapper-multipath-0.8.7-46.el9. 11 MB/s | 163 kB 00:00 (12/367): device-mapper-multipath-libs-0.8.7-46 15 MB/s | 296 kB 00:00 (13/367): dnf-automatic-4.14.0-36.el9.noarch.rp 5.0 MB/s | 40 kB 00:00 (14/367): device-mapper-persistent-data-1.1.0-1 37 MB/s | 1.1 MB 00:00 (15/367): firewalld-filesystem-1.3.4-18.el9_7.n 1.5 MB/s | 16 kB 00:00 (16/367): fonts-filesystem-2.0.5-7.el9.1.noarch 5.6 MB/s | 11 kB 00:00 (17/367): fuse-common-3.10.2-9.el9.x86_64.rpm 3.9 MB/s | 8.5 kB 00:00 (18/367): glib-networking-2.68.3-3.el9.x86_64.r 24 MB/s | 190 kB 00:00 (19/367): firewalld-1.3.4-18.el9_7.noarch.rpm 22 MB/s | 542 kB 00:00 (20/367): ipset-7.11-11.el9_5.x86_64.rpm 4.0 MB/s | 45 kB 00:00 (21/367): ipset-libs-7.11-11.el9_5.x86_64.rpm 4.9 MB/s | 71 kB 00:00 (22/367): gsettings-desktop-schemas-40.0-8.el9. 17 MB/s | 682 kB 00:00 (23/367): iptables-nft-1.8.10-11.el9_5.x86_64.r 11 MB/s | 209 kB 00:00 (24/367): iscsi-initiator-utils-iscsiuio-6.2.1. 3.5 MB/s | 81 kB 00:00 (25/367): iscsi-initiator-utils-6.2.1.11-0.git4 11 MB/s | 392 kB 00:00 (26/367): isns-utils-libs-0.101-4.el9.x86_64.rp 4.1 MB/s | 102 kB 00:00 (27/367): kmod-kvdo-8.2.7.4-195.el9.x86_64.rpm 8.4 MB/s | 335 kB 00:00 (28/367): kpatch-0.9.10-10.el9.noarch.rpm 716 kB/s | 14 kB 00:00 (29/367): kpatch-dnf-0.9.10_0.5-10.el9.noarch.r 1.6 MB/s | 16 kB 00:00 (30/367): krb5-pkinit-1.21.1-10.el9.x86_64.rpm 3.7 MB/s | 63 kB 00:00 (31/367): libaio-0.3.111-13.el9.x86_64.rpm 2.1 MB/s | 26 kB 00:00 (32/367): krb5-workstation-1.21.1-10.el9.x86_64 13 MB/s | 541 kB 00:00 (33/367): libgudev-237-1.el9.x86_64.rpm 1.8 MB/s | 38 kB 00:00 (34/367): libipa_hbac-2.9.9-1.el9.x86_64.rpm 2.2 MB/s | 39 kB 00:00 (35/367): libkadm5-1.21.1-10.el9.x86_64.rpm 3.4 MB/s | 81 kB 00:00 (36/367): libnftnl-1.2.6-4.el9_4.x86_64.rpm 5.6 MB/s | 89 kB 00:00 (37/367): libnvme-1.16.1-3.el9_8.x86_64.rpm 12 MB/s | 123 kB 00:00 (38/367): libpkgconf-1.7.3-10.el9.x86_64.rpm 4.9 MB/s | 37 kB 00:00 (39/367): libpng-1.6.37-15.el9_8.2.x86_64.rpm 9.8 MB/s | 122 kB 00:00 (40/367): libproxy-0.4.15-35.el9.x86_64.rpm 7.8 MB/s | 78 kB 00:00 (41/367): librdmacm-61.0-2.el9.x86_64.rpm 3.0 MB/s | 79 kB 00:00 (42/367): libsmbclient-4.23.5-8.el9_8.x86_64.rp 3.3 MB/s | 81 kB 00:00 (43/367): libsss_autofs-2.9.9-1.el9.x86_64.rpm 2.5 MB/s | 42 kB 00:00 (44/367): lvm2-2.03.33-4.el9_8.1.x86_64.rpm 27 MB/s | 1.6 MB 00:00 (45/367): lvm2-libs-2.03.33-4.el9_8.1.x86_64.rp 22 MB/s | 1.0 MB 00:00 (46/367): lzop-1.04-8.el9.x86_64.rpm 5.9 MB/s | 59 kB 00:00 (47/367): make-4.3-8.el9.x86_64.rpm 21 MB/s | 541 kB 00:00 (48/367): mdadm-4.4-3.el9.x86_64.rpm 16 MB/s | 440 kB 00:00 (49/367): ndctl-libs-82-1.el9.x86_64.rpm 5.9 MB/s | 88 kB 00:00 (50/367): nftables-1.0.9-7.el9_8.x86_64.rpm 24 MB/s | 428 kB 00:00 (51/367): numad-0.5-37.20150602git.el9.x86_64.r 3.0 MB/s | 38 kB 00:00 (52/367): pkgconf-1.7.3-10.el9.x86_64.rpm 6.0 MB/s | 45 kB 00:00 (53/367): pkgconf-m4-1.7.3-10.el9.noarch.rpm 2.5 MB/s | 16 kB 00:00 (54/367): pkgconf-pkg-config-1.7.3-10.el9.x86_6 4.9 MB/s | 12 kB 00:00 (55/367): python3-cffi-1.14.5-5.el9.x86_64.rpm 25 MB/s | 257 kB 00:00 (56/367): python3-configshell-1.1.30-1.el9.noar 8.2 MB/s | 76 kB 00:00 (57/367): glibc-all-langpacks-2.34-262.el9.x86_ 39 MB/s | 18 MB 00:00 (58/367): python3-dns-2.6.1-3.el9.noarch.rpm 6.0 MB/s | 511 kB 00:00 (59/367): python3-firewall-1.3.4-18.el9_7.noarc 21 MB/s | 400 kB 00:00 (60/367): python3-cryptography-36.0.1-5.el9.x86 13 MB/s | 1.2 MB 00:00 (61/367): python3-libipa_hbac-2.9.9-1.el9.x86_6 2.7 MB/s | 34 kB 00:00 (62/367): python3-kmod-0.9-32.el9.x86_64.rpm 5.4 MB/s | 88 kB 00:00 (63/367): python3-nftables-1.0.9-7.el9_8.x86_64 3.1 MB/s | 25 kB 00:00 (64/367): python3-ply-3.11-14.el9.noarch.rpm 12 MB/s | 111 kB 00:00 (65/367): python3-pycparser-2.20-6.el9.noarch.r 14 MB/s | 139 kB 00:00 (66/367): python3-pyparsing-2.4.7-9.el9.noarch. 7.3 MB/s | 154 kB 00:00 (67/367): python3-sss-2.9.9-1.el9.x86_64.rpm 1.9 MB/s | 35 kB 00:00 (68/367): python3-sss-murmur-2.9.9-1.el9.x86_64 1.3 MB/s | 23 kB 00:00 (69/367): python3-sssdconfig-2.9.9-1.el9.noarch 6.0 MB/s | 67 kB 00:00 (70/367): realmd-0.17.1-2.el9.x86_64.rpm 15 MB/s | 254 kB 00:00 (71/367): python3-urwid-2.1.2-4.el9.x86_64.rpm 25 MB/s | 842 kB 00:00 (72/367): shadow-utils-subid-4.9-17.el9.x86_64. 3.6 MB/s | 91 kB 00:00 (73/367): sssd-2.9.9-1.el9.x86_64.rpm 1.8 MB/s | 31 kB 00:00 (74/367): sssd-common-pac-2.9.9-1.el9.x86_64.rp 11 MB/s | 100 kB 00:00 (75/367): sssd-ad-2.9.9-1.el9.x86_64.rpm 12 MB/s | 223 kB 00:00 (76/367): sssd-dbus-2.9.9-1.el9.x86_64.rpm 8.1 MB/s | 139 kB 00:00 (77/367): sssd-ipa-2.9.9-1.el9.x86_64.rpm 22 MB/s | 293 kB 00:00 (78/367): sssd-krb5-2.9.9-1.el9.x86_64.rpm 7.9 MB/s | 76 kB 00:00 (79/367): sssd-krb5-common-2.9.9-1.el9.x86_64.r 8.6 MB/s | 99 kB 00:00 (80/367): sssd-passkey-2.9.9-1.el9.x86_64.rpm 5.3 MB/s | 51 kB 00:00 (81/367): sssd-ldap-2.9.9-1.el9.x86_64.rpm 11 MB/s | 166 kB 00:00 (82/367): sssd-proxy-2.9.9-1.el9.x86_64.rpm 7.6 MB/s | 76 kB 00:00 (83/367): sssd-tools-2.9.9-1.el9.x86_64.rpm 8.7 MB/s | 180 kB 00:00 (84/367): systemd-container-252-70.el9.x86_64.r 21 MB/s | 578 kB 00:00 (85/367): strace-6.12-1.el9.x86_64.rpm 40 MB/s | 1.5 MB 00:00 (86/367): systemd-resolved-252-70.el9.x86_64.rp 14 MB/s | 374 kB 00:00 (87/367): unzip-6.0-60.el9.x86_64.rpm 22 MB/s | 182 kB 00:00 (88/367): unbound-libs-1.24.2-3.el9_8.1.x86_64. 21 MB/s | 588 kB 00:00 (89/367): tpm2-tools-5.2-7.el9.x86_64.rpm 17 MB/s | 804 kB 00:00 (90/367): vdo-8.2.2.2-1.el9.x86_64.rpm 4.7 MB/s | 116 kB 00:00 (91/367): zip-3.0-35.el9.x86_64.rpm 14 MB/s | 270 kB 00:00 (92/367): zstd-1.5.5-1.el9.x86_64.rpm 36 MB/s | 468 kB 00:00 (93/367): PackageKit-glib-1.2.6-2.el9_8.x86_64. 8.9 MB/s | 162 kB 00:00 (94/367): PackageKit-1.2.6-2.el9_8.x86_64.rpm 19 MB/s | 652 kB 00:00 (95/367): aardvark-dns-1.17.1-1.el9_8.x86_64.rp 30 MB/s | 887 kB 00:00 (96/367): abattis-cantarell-fonts-0.301-4.el9.n 17 MB/s | 368 kB 00:00 (97/367): augeas-libs-1.14.1-3.el9.x86_64.rpm 9.5 MB/s | 424 kB 00:00 (98/367): bind-libs-9.16.23-43.el9.x86_64.rpm 26 MB/s | 1.2 MB 00:00 (99/367): ansible-core-2.14.18-3.el9.x86_64.rpm 35 MB/s | 2.6 MB 00:00 (100/367): bind-license-9.16.23-43.el9.noarch.r 444 kB/s | 13 kB 00:00 (101/367): bind-utils-9.16.23-43.el9.x86_64.rpm 8.0 MB/s | 207 kB 00:00 (102/367): bison-3.7.4-5.el9.x86_64.rpm 44 MB/s | 947 kB 00:00 (103/367): boom-boot-conf-1.6.8-1.el9.noarch.rp 1.2 MB/s | 15 kB 00:00 (104/367): boom-boot-1.6.8-1.el9.noarch.rpm 1.1 MB/s | 27 kB 00:00 (105/367): boost-iostreams-1.75.0-14.el9.x86_64 5.0 MB/s | 43 kB 00:00 (106/367): boost-filesystem-1.75.0-14.el9.x86_6 5.1 MB/s | 62 kB 00:00 (107/367): boost-regex-1.75.0-14.el9.x86_64.rpm 17 MB/s | 282 kB 00:00 (108/367): boost-system-1.75.0-14.el9.x86_64.rp 1.7 MB/s | 18 kB 00:00 (109/367): boost-thread-1.75.0-14.el9.x86_64.rp 6.6 MB/s | 60 kB 00:00 (110/367): clevis-23-1.el9.x86_64.rpm 6.6 MB/s | 66 kB 00:00 (111/367): clevis-luks-23-1.el9.x86_64.rpm 3.0 MB/s | 42 kB 00:00 (112/367): capstone-4.0.2-13.el9_8.x86_64.rpm 25 MB/s | 762 kB 00:00 (113/367): certmonger-0.79.21-1.el9.x86_64.rpm 17 MB/s | 624 kB 00:00 (114/367): conmon-2.2.1-1.el9.x86_64.rpm 4.6 MB/s | 54 kB 00:00 (115/367): container-selinux-2.247.0-1.el9.noar 6.5 MB/s | 67 kB 00:00 (116/367): containers-common-5.8-1.el9.x86_64.r 25 MB/s | 166 kB 00:00 (117/367): criu-libs-3.19-5.el9.x86_64.rpm 5.3 MB/s | 36 kB 00:00 (118/367): crun-1.27-2.el9.x86_64.rpm 13 MB/s | 262 kB 00:00 (119/367): criu-3.19-5.el9.x86_64.rpm 15 MB/s | 569 kB 00:00 (120/367): dnsmasq-2.85-18.el9_8.1.x86_64.rpm 8.1 MB/s | 334 kB 00:00 (121/367): dyninst-13.0.0-1.el9.x86_64.rpm 25 MB/s | 3.7 MB 00:00 (122/367): elfutils-devel-0.195-1.el9.x86_64.rp 5.4 MB/s | 50 kB 00:00 (123/367): elfutils-libelf-devel-0.195-1.el9.x8 8.0 MB/s | 125 kB 00:00 (124/367): flac-libs-1.3.3-10.el9_2.1.x86_64.rp 19 MB/s | 221 kB 00:00 (125/367): edk2-ovmf-20241117-8.el9.noarch.rpm 35 MB/s | 6.1 MB 00:00 (126/367): fstrm-0.6.1-3.el9.x86_64.rpm 5.1 MB/s | 30 kB 00:00 (127/367): flex-2.6.4-9.el9.x86_64.rpm 9.1 MB/s | 318 kB 00:00 (128/367): fuse-overlayfs-1.16-1.el9.x86_64.rpm 7.2 MB/s | 66 kB 00:00 (129/367): fuse3-3.10.2-9.el9.x86_64.rpm 7.2 MB/s | 57 kB 00:00 (130/367): fuse3-libs-3.10.2-9.el9.x86_64.rpm 26 MB/s | 93 kB 00:00 (131/367): gdb-16.3-3.el9.x86_64.rpm 17 MB/s | 154 kB 00:00 (132/367): cpp-11.5.0-14.el9.x86_64.rpm 28 MB/s | 11 MB 00:00 (133/367): gdk-pixbuf2-2.42.6-6.el9_8.1.x86_64. 15 MB/s | 498 kB 00:00 (134/367): gdb-headless-16.3-3.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 (135/367): glibc-devel-2.34-262.el9.x86_64.rpm 2.4 MB/s | 38 kB 00:00 (136/367): glibc-headers-2.34-262.el9.x86_64.rp 15 MB/s | 547 kB 00:00 (137/367): git-core-2.52.0-1.el9.x86_64.rpm 30 MB/s | 5.0 MB 00:00 (138/367): gnutls-dane-3.8.10-4.el9_8.x86_64.rp 881 kB/s | 25 kB 00:00 (139/367): gsm-1.0.19-6.el9.x86_64.rpm 5.1 MB/s | 36 kB 00:00 (140/367): http-parser-2.9.4-6.el9.x86_64.rpm 4.8 MB/s | 41 kB 00:00 (141/367): gnutls-utils-3.8.10-4.el9_8.x86_64.r 12 MB/s | 299 kB 00:00 (142/367): ipa-client-common-4.13.1-3.el9_8.2.n 2.4 MB/s | 55 kB 00:00 (143/367): ipa-client-4.13.1-3.el9_8.2.x86_64.r 4.5 MB/s | 145 kB 00:00 (144/367): ipa-selinux-4.13.1-3.el9_8.2.noarch. 1.7 MB/s | 46 kB 00:00 (145/367): ipa-common-4.13.1-3.el9_8.2.noarch.r 15 MB/s | 745 kB 00:00 (146/367): jose-14-1.el9.x86_64.rpm 6.3 MB/s | 72 kB 00:00 (147/367): ipxe-roms-qemu-20200823-9.git4bd064d 16 MB/s | 680 kB 00:00 (148/367): kernel-headers-5.14.0-714.el9.x86_64 22 MB/s | 2.1 MB 00:00 (149/367): libX11-1.8.12-1.el9.x86_64.rpm 20 MB/s | 652 kB 00:00 (150/367): libX11-common-1.8.12-1.el9.noarch.rp 13 MB/s | 197 kB 00:00 (151/367): libX11-xcb-1.8.12-1.el9.x86_64.rpm 1.4 MB/s | 10 kB 00:00 (152/367): libXau-1.0.9-8.el9.x86_64.rpm 5.9 MB/s | 34 kB 00:00 (153/367): libXext-1.3.4-8.el9.x86_64.rpm 16 MB/s | 42 kB 00:00 (154/367): libXxf86vm-1.1.4-18.el9.x86_64.rpm 3.0 MB/s | 21 kB 00:00 (155/367): libappstream-glib-0.7.18-5.el9.x86_6 24 MB/s | 399 kB 00:00 (156/367): libasyncns-0.8-22.el9.x86_64.rpm 3.5 MB/s | 32 kB 00:00 (157/367): libatasmart-0.19-22.el9.x86_64.rpm 3.8 MB/s | 51 kB 00:00 (158/367): libblkio-1.5.0-1.el9.x86_64.rpm 21 MB/s | 1.0 MB 00:00 (159/367): libblockdev-2.28-16.el9.x86_64.rpm 5.8 MB/s | 90 kB 00:00 (160/367): libblockdev-crypto-2.28-16.el9.x86_6 2.1 MB/s | 29 kB 00:00 (161/367): libblockdev-fs-2.28-16.el9.x86_64.rp 2.9 MB/s | 30 kB 00:00 (162/367): libblockdev-loop-2.28-16.el9.x86_64. 1.6 MB/s | 14 kB 00:00 (163/367): libblockdev-lvm-2.28-16.el9.x86_64.r 1.9 MB/s | 33 kB 00:00 (164/367): libblockdev-mdraid-2.28-16.el9.x86_6 1.9 MB/s | 20 kB 00:00 (165/367): libblockdev-part-2.28-16.el9.x86_64. 2.0 MB/s | 23 kB 00:00 (166/367): libblockdev-swap-2.28-16.el9.x86_64. 962 kB/s | 15 kB 00:00 (167/367): libblockdev-utils-2.28-16.el9.x86_64 2.5 MB/s | 25 kB 00:00 (168/367): libburn-1.5.4-5.el9.x86_64.rpm 17 MB/s | 174 kB 00:00 (169/367): libbytesize-2.5-3.el9.x86_64.rpm 4.7 MB/s | 48 kB 00:00 (170/367): libcap-ng-python3-0.8.2-7.el9.x86_64 3.6 MB/s | 32 kB 00:00 (171/367): libepoxy-1.5.5-4.el9.x86_64.rpm 17 MB/s | 244 kB 00:00 (172/367): libfdt-1.6.0-7.el9.x86_64.rpm 2.6 MB/s | 36 kB 00:00 (173/367): libglvnd-1.3.4-1.el9.x86_64.rpm 15 MB/s | 137 kB 00:00 (174/367): libglvnd-egl-1.3.4-1.el9.x86_64.rpm 2.8 MB/s | 39 kB 00:00 (175/367): libglvnd-glx-1.3.4-1.el9.x86_64.rpm 12 MB/s | 147 kB 00:00 (176/367): gcc-11.5.0-14.el9.x86_64.rpm 32 MB/s | 32 MB 00:01 (177/367): libipt-2.0.4-5.el9.x86_64.rpm 547 kB/s | 58 kB 00:00 (178/367): libisofs-1.5.4-4.el9.x86_64.rpm 15 MB/s | 224 kB 00:00 (179/367): libisoburn-1.5.4-5.el9_5.x86_64.rpm 21 MB/s | 418 kB 00:00 (180/367): kernel-devel-5.14.0-714.el9.x86_64.r 31 MB/s | 21 MB 00:00 (181/367): libjose-14-1.el9.x86_64.rpm 854 kB/s | 66 kB 00:00 (182/367): libjpeg-turbo-2.0.90-7.el9.x86_64.rp 2.3 MB/s | 178 kB 00:00 (183/367): libmpc-1.2.1-4.el9.x86_64.rpm 7.1 MB/s | 65 kB 00:00 (184/367): libluksmeta-10-1.el9.x86_64.rpm 1.8 MB/s | 24 kB 00:00 (185/367): libogg-1.3.4-6.el9.x86_64.rpm 8.3 MB/s | 36 kB 00:00 (186/367): libnet-1.2-7.el9.x86_64.rpm 7.6 MB/s | 60 kB 00:00 (187/367): libosinfo-1.10.0-1.el9.x86_64.rpm 45 MB/s | 323 kB 00:00 (188/367): libproxy-webkitgtk4-0.4.15-35.el9.x8 3.8 MB/s | 22 kB 00:00 (189/367): libpmem-1.12.1-1.el9.x86_64.rpm 8.1 MB/s | 115 kB 00:00 (190/367): libnbd-1.20.3-4.el9.x86_64.rpm 4.8 MB/s | 164 kB 00:00 (191/367): libslirp-4.4.0-8.el9.x86_64.rpm 7.0 MB/s | 70 kB 00:00 (192/367): libsndfile-1.0.31-10.el9.x86_64.rpm 8.6 MB/s | 211 kB 00:00 (193/367): libsoup-2.72.0-16.el9_8.1.x86_64.rpm 14 MB/s | 411 kB 00:00 (194/367): libstemmer-0-18.585svn.el9.x86_64.rp 10 MB/s | 85 kB 00:00 (195/367): librbd1-16.2.4-5.el9.x86_64.rpm 33 MB/s | 3.0 MB 00:00 (196/367): librados2-16.2.4-5.el9.x86_64.rpm 32 MB/s | 3.4 MB 00:00 (197/367): libtpms-0.9.1-6.20211126git1ff6fe1f4 5.2 MB/s | 183 kB 00:00 (198/367): libuv-1.42.0-2.el9_4.x86_64.rpm 17 MB/s | 151 kB 00:00 (199/367): libudisks2-2.9.4-12.el9_7.x86_64.rpm 8.2 MB/s | 190 kB 00:00 (200/367): libvirt-daemon-common-11.10.0-12.3.e 12 MB/s | 165 kB 00:00 (201/367): libvirt-daemon-11.10.0-12.3.el9_8.x8 13 MB/s | 227 kB 00:00 (202/367): libvirt-client-11.10.0-12.3.el9_8.x8 19 MB/s | 472 kB 00:00 (203/367): libvirt-daemon-config-network-11.10. 3.7 MB/s | 40 kB 00:00 (204/367): libvirt-daemon-driver-interface-11.1 15 MB/s | 231 kB 00:00 (205/367): libvirt-daemon-driver-network-11.10. 17 MB/s | 285 kB 00:00 (206/367): libvirt-daemon-driver-nodedev-11.10. 12 MB/s | 256 kB 00:00 (207/367): libvirt-daemon-driver-nwfilter-11.10 11 MB/s | 269 kB 00:00 (208/367): libvirt-daemon-driver-storage-11.10. 2.1 MB/s | 34 kB 00:00 (209/367): libvirt-daemon-driver-secret-11.10.0 7.8 MB/s | 229 kB 00:00 (210/367): libvirt-daemon-driver-qemu-11.10.0-1 23 MB/s | 1.0 MB 00:00 (211/367): libvirt-daemon-driver-storage-disk-1 2.9 MB/s | 48 kB 00:00 (212/367): libvirt-daemon-driver-storage-iscsi- 5.3 MB/s | 45 kB 00:00 (213/367): libvirt-daemon-driver-storage-core-1 11 MB/s | 285 kB 00:00 (214/367): libvirt-daemon-driver-storage-logica 7.5 MB/s | 49 kB 00:00 (215/367): libvirt-daemon-driver-storage-mpath- 6.4 MB/s | 43 kB 00:00 (216/367): libvirt-daemon-driver-storage-rbd-11 6.4 MB/s | 54 kB 00:00 (217/367): libvirt-daemon-driver-storage-scsi-1 6.1 MB/s | 45 kB 00:00 (218/367): libvirt-daemon-kvm-11.10.0-12.3.el9_ 4.9 MB/s | 35 kB 00:00 (219/367): libvirt-daemon-plugin-lockd-11.10.0- 7.9 MB/s | 49 kB 00:00 (220/367): libvirt-daemon-lock-11.10.0-12.3.el9 6.7 MB/s | 75 kB 00:00 (221/367): libvirt-daemon-log-11.10.0-12.3.el9_ 7.0 MB/s | 79 kB 00:00 (222/367): libvirt-glib-4.0.0-3.el9.x86_64.rpm 9.4 MB/s | 50 kB 00:00 (223/367): libvirt-dbus-1.4.1-5.el9.x86_64.rpm 10 MB/s | 101 kB 00:00 (224/367): libvirt-daemon-proxy-11.10.0-12.3.el 15 MB/s | 224 kB 00:00 (225/367): libvirt-ssh-proxy-11.10.0-12.3.el9_8 5.8 MB/s | 45 kB 00:00 (226/367): libvorbis-1.3.7-5.el9.x86_64.rpm 23 MB/s | 197 kB 00:00 (227/367): libwayland-client-1.21.0-1.el9.x86_6 6.0 MB/s | 35 kB 00:00 (228/367): libxcb-1.13.1-9.el9.x86_64.rpm 22 MB/s | 247 kB 00:00 (229/367): libxcrypt-devel-4.4.18-3.el9.x86_64. 2.9 MB/s | 32 kB 00:00 (230/367): libxkbcommon-1.0.3-4.el9.x86_64.rpm 12 MB/s | 136 kB 00:00 (231/367): libxshmfence-1.3-10.el9.x86_64.rpm 1.4 MB/s | 14 kB 00:00 (232/367): libzstd-devel-1.5.5-1.el9.x86_64.rpm 5.6 MB/s | 52 kB 00:00 (233/367): libxslt-1.1.34-16.el9.x86_64.rpm 11 MB/s | 248 kB 00:00 (234/367): llvm-filesystem-22.1.3-1.el9.x86_64. 714 kB/s | 13 kB 00:00 (235/367): ltrace-0.7.91-43.el9.x86_64.rpm 13 MB/s | 142 kB 00:00 (236/367): luksmeta-10-1.el9.x86_64.rpm 2.0 MB/s | 20 kB 00:00 (237/367): m4-1.4.19-1.el9.x86_64.rpm 18 MB/s | 304 kB 00:00 (238/367): mdevctl-1.3.0-1.el9.x86_64.rpm 20 MB/s | 972 kB 00:00 (239/367): libvirt-libs-11.10.0-12.3.el9_8.x86_ 30 MB/s | 5.5 MB 00:00 (240/367): mesa-filesystem-25.2.7-4.el9.x86_64. 2.4 MB/s | 17 kB 00:00 (241/367): mesa-libEGL-25.2.7-4.el9.x86_64.rpm 8.0 MB/s | 133 kB 00:00 (242/367): mesa-libGL-25.2.7-4.el9.x86_64.rpm 7.8 MB/s | 124 kB 00:00 (243/367): mesa-libgbm-25.2.7-4.el9.x86_64.rpm 2.1 MB/s | 23 kB 00:00 (244/367): nbdkit-1.38.5-12.el9.x86_64.rpm 410 kB/s | 5.7 kB 00:00 (245/367): nbdkit-basic-filters-1.38.5-12.el9.x 14 MB/s | 339 kB 00:00 (246/367): nbdkit-basic-plugins-1.38.5-12.el9.x 12 MB/s | 220 kB 00:00 (247/367): nbdkit-curl-plugin-1.38.5-12.el9.x86 2.6 MB/s | 40 kB 00:00 (248/367): nbdkit-selinux-1.38.5-12.el9.noarch. 1.2 MB/s | 24 kB 00:00 (249/367): nbdkit-server-1.38.5-12.el9.x86_64.r 5.4 MB/s | 130 kB 00:00 (250/367): nbdkit-ssh-plugin-1.38.5-12.el9.x86_ 1.3 MB/s | 29 kB 00:00 (251/367): mesa-dri-drivers-25.2.7-4.el9.x86_64 28 MB/s | 9.3 MB 00:00 (252/367): netavark-1.17.2-1.el9.x86_64.rpm 24 MB/s | 3.1 MB 00:00 (253/367): nspr-4.36.0-8.el9_4.x86_64.rpm 7.9 MB/s | 134 kB 00:00 (254/367): nmap-ncat-7.92-5.el9.x86_64.rpm 7.3 MB/s | 231 kB 00:00 (255/367): nss-softokn-3.112.0-8.el9_4.x86_64.r 20 MB/s | 402 kB 00:00 (256/367): nss-3.112.0-8.el9_4.x86_64.rpm 20 MB/s | 724 kB 00:00 (257/367): nss-sysinit-3.112.0-8.el9_4.x86_64.r 2.9 MB/s | 18 kB 00:00 (258/367): nss-softokn-freebl-3.112.0-8.el9_4.x 16 MB/s | 416 kB 00:00 (259/367): nss-tools-3.112.0-8.el9_4.x86_64.rpm 24 MB/s | 451 kB 00:00 (260/367): nss-util-3.112.0-8.el9_4.x86_64.rpm 5.2 MB/s | 89 kB 00:00 (261/367): opus-1.3.1-10.el9.x86_64.rpm 12 MB/s | 201 kB 00:00 (262/367): osinfo-db-20250606-2.el9_8.noarch.rp 21 MB/s | 571 kB 00:00 (263/367): osinfo-db-tools-1.10.0-1.el9.x86_64. 5.3 MB/s | 78 kB 00:00 (264/367): passt-0^20251210.gd04c480-4.el9_8.x8 10 MB/s | 287 kB 00:00 (265/367): passt-selinux-0^20251210.gd04c480-4. 1.9 MB/s | 32 kB 00:00 (266/367): openssl-devel-3.5.5-3.el9_8.x86_64.r 27 MB/s | 4.8 MB 00:00 (267/367): pcp-conf-6.3.7-9.el9.x86_64.rpm 2.8 MB/s | 31 kB 00:00 (268/367): pcp-6.3.7-9.el9.x86_64.rpm 18 MB/s | 1.7 MB 00:00 (269/367): pcp-selinux-6.3.7-9.el9.x86_64.rpm 3.6 MB/s | 32 kB 00:00 (270/367): pcp-libs-6.3.7-9.el9.x86_64.rpm 18 MB/s | 645 kB 00:00 (271/367): pixman-0.40.0-6.el9.x86_64.rpm 19 MB/s | 271 kB 00:00 (272/367): pulseaudio-libs-15.0-3.el9.x86_64.rp 17 MB/s | 679 kB 00:00 (273/367): python3-argcomplete-1.12.0-5.el9.noa 7.2 MB/s | 71 kB 00:00 (274/367): python3-augeas-0.5.0-25.el9.noarch.r 3.9 MB/s | 31 kB 00:00 (275/367): python3-boom-1.6.8-1.el9.noarch.rpm 19 MB/s | 622 kB 00:00 (276/367): python3-dbus-client-gen-0.5.1-1.el9. 3.7 MB/s | 31 kB 00:00 (277/367): python3-dbus-python-client-gen-0.8.3 3.2 MB/s | 33 kB 00:00 (278/367): python3-dbus-signature-pyparsing-0.4 1.1 MB/s | 24 kB 00:00 (279/367): python3-gssapi-1.6.9-5.el9.x86_64.rp 21 MB/s | 489 kB 00:00 (280/367): python3-into-dbus-python-0.8.2-1.el9 2.0 MB/s | 34 kB 00:00 (281/367): python3-ipaclient-4.13.1-3.el9_8.2.n 22 MB/s | 669 kB 00:00 (282/367): python3-ipalib-4.13.1-3.el9_8.2.noar 26 MB/s | 716 kB 00:00 (283/367): python3-justbases-0.15.2-1.el9.noarc 2.9 MB/s | 53 kB 00:00 (284/367): python3-justbytes-0.15.2-1.el9.noarc 4.5 MB/s | 49 kB 00:00 (285/367): python3-jwcrypto-1.5.6-3.el9_8.noarc 6.3 MB/s | 89 kB 00:00 (286/367): python3-ldap-3.4.5-1.el9.x86_64.rpm 10 MB/s | 262 kB 00:00 (287/367): python3-libvirt-11.10.0-2.el9.x86_64 14 MB/s | 354 kB 00:00 (288/367): python3-netaddr-0.10.1-3.el9.noarch. 36 MB/s | 1.5 MB 00:00 (289/367): python3-packaging-20.9-5.el9.noarch. 12 MB/s | 81 kB 00:00 (290/367): python3-pcp-6.3.7-9.el9.x86_64.rpm 12 MB/s | 156 kB 00:00 (291/367): python3-psutil-5.8.0-12.el9.x86_64.r 14 MB/s | 218 kB 00:00 (292/367): python3-pyasn1-0.6.3-1.el9.noarch.rp 6.9 MB/s | 166 kB 00:00 (293/367): podman-5.8.2-1.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 (294/367): python3-pyasn1-modules-0.6.3-1.el9.n 4.9 MB/s | 341 kB 00:00 (295/367): python3-pyusb-1.0.2-13.el9.noarch.rp 7.0 MB/s | 96 kB 00:00 (296/367): python3-resolvelib-0.5.4-5.el9.noarc 7.5 MB/s | 38 kB 00:00 (297/367): python3-qrcode-8.0-2.el9.noarch.rpm 8.4 MB/s | 124 kB 00:00 (298/367): python3-rtslib-2.1.76-1.el9.noarch.r 8.0 MB/s | 104 kB 00:00 (299/367): python3-tracer-1.1-2.el9.noarch.rpm 7.9 MB/s | 159 kB 00:00 (300/367): python3-wcwidth-0.2.5-8.el9.noarch.r 2.3 MB/s | 48 kB 00:00 (301/367): python3-yubico-1.3.3-7.el9.noarch.rp 3.2 MB/s | 73 kB 00:00 (302/367): qemu-kvm-10.1.0-21.el9.x86_64.rpm 4.0 MB/s | 69 kB 00:00 (303/367): qemu-kvm-audio-pa-10.1.0-21.el9.x86_ 3.4 MB/s | 81 kB 00:00 (304/367): qemu-kvm-block-blkio-10.1.0-21.el9.x 6.5 MB/s | 84 kB 00:00 (305/367): qemu-img-10.1.0-21.el9.x86_64.rpm 31 MB/s | 2.6 MB 00:00 (306/367): qemu-kvm-block-curl-10.1.0-21.el9.x8 4.0 MB/s | 83 kB 00:00 (307/367): qemu-kvm-block-rbd-10.1.0-21.el9.x86 7.4 MB/s | 86 kB 00:00 (308/367): qemu-kvm-common-10.1.0-21.el9.x86_64 23 MB/s | 707 kB 00:00 (309/367): qemu-kvm-device-display-virtio-gpu-1 3.8 MB/s | 94 kB 00:00 (310/367): qemu-kvm-device-display-virtio-gpu-p 3.5 MB/s | 76 kB 00:00 (311/367): qemu-kvm-device-display-virtio-vga-1 3.2 MB/s | 77 kB 00:00 (312/367): qemu-kvm-device-usb-host-10.1.0-21.e 5.2 MB/s | 90 kB 00:00 (313/367): qemu-kvm-core-10.1.0-21.el9.x86_64.r 38 MB/s | 5.1 MB 00:00 (314/367): qemu-kvm-device-usb-redirect-10.1.0- 3.3 MB/s | 95 kB 00:00 (315/367): qemu-kvm-tools-10.1.0-21.el9.x86_64. 18 MB/s | 593 kB 00:00 (316/367): qemu-kvm-ui-egl-headless-10.1.0-21.e 6.8 MB/s | 77 kB 00:00 (317/367): qemu-kvm-docs-10.1.0-21.el9.x86_64.r 26 MB/s | 1.4 MB 00:00 (318/367): qemu-kvm-ui-opengl-10.1.0-21.el9.x86 7.6 MB/s | 85 kB 00:00 (319/367): qemu-pr-helper-10.1.0-21.el9.x86_64. 16 MB/s | 507 kB 00:00 (320/367): redis-6.2.22-1.el9_8.x86_64.rpm 24 MB/s | 1.3 MB 00:00 (321/367): scrub-2.6.1-4.el9.x86_64.rpm 4.0 MB/s | 47 kB 00:00 (322/367): seabios-bin-1.16.3-5.el9.noarch.rpm 4.3 MB/s | 100 kB 00:00 (323/367): llvm-libs-22.1.3-1.el9.x86_64.rpm 31 MB/s | 59 MB 00:01 (324/367): seavgabios-bin-1.16.3-5.el9.noarch.r 153 kB/s | 34 kB 00:00 (325/367): slirp4netns-1.3.3-1.el9.x86_64.rpm 3.9 MB/s | 47 kB 00:00 (326/367): socat-1.7.4.1-9.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 (327/367): source-highlight-3.1.9-12.el9.x86_64 27 MB/s | 685 kB 00:00 (328/367): sshpass-1.09-4.el9.x86_64.rpm 3.4 MB/s | 30 kB 00:00 (329/367): sssd-idp-2.9.9-1.el9.x86_64.rpm 1.3 MB/s | 45 kB 00:00 (330/367): spirv-tools-libs-2026.1-1.el9.x86_64 23 MB/s | 1.6 MB 00:00 (331/367): rhel-system-roles-1.125.2-0.1.el9.no 13 MB/s | 5.1 MB 00:00 (332/367): stratis-cli-3.7.0-1.el9.noarch.rpm 3.3 MB/s | 140 kB 00:00 (333/367): swtpm-0.8.0-2.el9_4.x86_64.rpm 2.5 MB/s | 46 kB 00:00 (334/367): stratisd-tools-3.7.3-3.el9.x86_64.rp 19 MB/s | 767 kB 00:00 (335/367): swtpm-libs-0.8.0-2.el9_4.x86_64.rpm 2.9 MB/s | 52 kB 00:00 (336/367): swtpm-tools-0.8.0-2.el9_4.x86_64.rpm 8.3 MB/s | 125 kB 00:00 (337/367): stratisd-3.7.3-3.el9.x86_64.rpm 38 MB/s | 3.5 MB 00:00 (338/367): systemtap-runtime-5.5-2.el9.x86_64.r 11 MB/s | 464 kB 00:00 (339/367): tang-14-3.el9.x86_64.rpm 2.0 MB/s | 44 kB 00:00 (340/367): systemtap-devel-5.5-2.el9.x86_64.rpm 26 MB/s | 2.5 MB 00:00 (341/367): target-restore-2.1.76-1.el9.noarch.r 960 kB/s | 16 kB 00:00 (342/367): systemtap-client-5.5-2.el9.x86_64.rp 33 MB/s | 4.1 MB 00:00 (343/367): tbb-2020.3-9.el9.x86_64.rpm 8.6 MB/s | 172 kB 00:00 (344/367): targetcli-2.1.57-3.el9.noarch.rpm 3.1 MB/s | 74 kB 00:00 (345/367): tracer-common-1.1-2.el9.noarch.rpm 2.6 MB/s | 25 kB 00:00 (346/367): tcsh-6.22.03-6.el9.x86_64.rpm 22 MB/s | 463 kB 00:00 (347/367): tlog-14-1.el9.x86_64.rpm 5.6 MB/s | 123 kB 00:00 (348/367): udisks2-iscsi-2.9.4-12.el9_7.x86_64. 2.4 MB/s | 25 kB 00:00 (349/367): udisks2-lvm2-2.9.4-12.el9_7.x86_64.r 3.6 MB/s | 41 kB 00:00 (350/367): udisks2-2.9.4-12.el9_7.x86_64.rpm 19 MB/s | 490 kB 00:00 (351/367): usbredir-0.13.0-2.el9.x86_64.rpm 4.9 MB/s | 53 kB 00:00 (352/367): valgrind-gdb-3.27.1-1.el9.x86_64.rpm 5.8 MB/s | 134 kB 00:00 (353/367): valgrind-docs-3.27.1-1.el9.x86_64.rp 33 MB/s | 1.6 MB 00:00 (354/367): valgrind-scripts-3.27.1-1.el9.x86_64 2.9 MB/s | 73 kB 00:00 (355/367): virt-install-5.1.0-1.el9.noarch.rpm 2.6 MB/s | 47 kB 00:00 (356/367): valgrind-3.27.1-1.el9.x86_64.rpm 37 MB/s | 3.4 MB 00:00 (357/367): volume_key-libs-0.3.12-17.el9.x86_64 10 MB/s | 157 kB 00:00 (358/367): virt-manager-common-5.1.0-1.el9.noar 21 MB/s | 1.2 MB 00:00 (359/367): virtiofsd-1.13.3-1.el9.x86_64.rpm 18 MB/s | 1.0 MB 00:00 (360/367): wireguard-tools-1.0.20210914-3.el9.x 8.4 MB/s | 136 kB 00:00 (361/367): xkeyboard-config-2.33-2.el9.noarch.r 44 MB/s | 866 kB 00:00 (362/367): xorriso-1.5.4-5.el9_5.x86_64.rpm 13 MB/s | 321 kB 00:00 (363/367): xz-devel-5.2.5-8.el9_0.x86_64.rpm 4.0 MB/s | 59 kB 00:00 (364/367): yajl-2.1.0-25.el9.x86_64.rpm 2.9 MB/s | 41 kB 00:00 (365/367): zlib-devel-1.2.11-40.el9.x86_64.rpm 4.1 MB/s | 47 kB 00:00 (366/367): zram-generator-1.1.2-1.el9.x86_64.rp 16 MB/s | 441 kB 00:00 (367/367): webkit2gtk3-jsc-2.52.3-1.el9_8.x86_6 59 MB/s | 8.9 MB 00:00 -------------------------------------------------------------------------------- Total 63 MB/s | 326 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: kmod-kvdo-8.2.7.4-195.el9.x86_64 1/1 Running scriptlet: firewalld-1.3.4-18.el9_7.noarch 1/1 Running scriptlet: rhel-system-roles-1.125.2-0.1.el9.noarch 1/1 Preparing : 1/1 Installing : nspr-4.36.0-8.el9_4.x86_64 1/367 Installing : libblockdev-utils-2.28-16.el9.x86_64 2/367 Installing : nss-util-3.112.0-8.el9_4.x86_64 3/367 Installing : nbdkit-server-1.38.5-12.el9.x86_64 4/367 Installing : boost-system-1.75.0-14.el9.x86_64 5/367 Installing : libaio-0.3.111-13.el9.x86_64 6/367 Installing : pixman-0.40.0-6.el9.x86_64 7/367 Installing : libjose-14-1.el9.x86_64 8/367 Running scriptlet: container-selinux-4:2.247.0-1.el9.noarch 9/367 Installing : container-selinux-4:2.247.0-1.el9.noarch 9/367 Running scriptlet: container-selinux-4:2.247.0-1.el9.noarch 9/367 Installing : device-mapper-event-libs-9:1.02.207-4.el9_8.1.x8 10/367 Installing : cyrus-sasl-gssapi-2.1.27-22.el9.x86_64 11/367 Installing : libvirt-libs-11.10.0-12.3.el9_8.x86_64 12/367 Installing : sssd-krb5-common-2.9.9-1.el9.x86_64 13/367 Running scriptlet: libvirt-daemon-lock-11.10.0-12.3.el9_8.x86_64 14/367 Installing : libvirt-daemon-lock-11.10.0-12.3.el9_8.x86_64 14/367 Running scriptlet: libvirt-daemon-log-11.10.0-12.3.el9_8.x86_64 15/367 Installing : libvirt-daemon-log-11.10.0-12.3.el9_8.x86_64 15/367 Installing : qemu-img-17:10.1.0-21.el9.x86_64 16/367 Installing : python3-pyasn1-0.6.3-1.el9.noarch 17/367 Installing : python3-argcomplete-1.12.0-5.el9.noarch 18/367 Installing : libuv-1:1.42.0-2.el9_4.x86_64 19/367 Installing : libogg-2:1.3.4-6.el9.x86_64 20/367 Installing : libX11-xcb-1.8.12-1.el9.x86_64 21/367 Installing : python3-sssdconfig-2.9.9-1.el9.noarch 22/367 Installing : python3-pyparsing-2.4.7-9.el9.noarch 23/367 Installing : make-1:4.3-8.el9.x86_64 24/367 Installing : libgudev-237-1.el9.x86_64 25/367 Installing : python3-packaging-20.9-5.el9.noarch 26/367 Installing : python3-pyasn1-modules-0.6.3-1.el9.noarch 27/367 Installing : python3-ldap-3.4.5-1.el9.x86_64 28/367 Installing : sssd-krb5-2.9.9-1.el9.x86_64 29/367 Installing : libvirt-client-11.10.0-12.3.el9_8.x86_64 30/367 Running scriptlet: libvirt-daemon-common-11.10.0-12.3.el9_8.x86_64 31/367 Installing : libvirt-daemon-common-11.10.0-12.3.el9_8.x86_64 31/367 Installing : libvirt-daemon-plugin-lockd-11.10.0-12.3.el9_8.x 32/367 Running scriptlet: passt-selinux-0^20251210.gd04c480-4.el9_8.noarch 33/367 Installing : passt-selinux-0^20251210.gd04c480-4.el9_8.noarch 33/367 Running scriptlet: passt-selinux-0^20251210.gd04c480-4.el9_8.noarch 33/367 Installing : passt-0^20251210.gd04c480-4.el9_8.x86_64 34/367 Installing : jose-14-1.el9.x86_64 35/367 Installing : device-mapper-multipath-libs-0.8.7-46.el9.x86_64 36/367 Installing : boost-thread-1.75.0-14.el9.x86_64 37/367 Installing : ndctl-libs-82-1.el9.x86_64 38/367 Installing : daxctl-libs-82-1.el9.x86_64 39/367 Installing : python3-qrcode-8.0-2.el9.noarch 40/367 Installing : python3-pyusb-1.0.2-13.el9.noarch 41/367 Installing : python3-psutil-5.8.0-12.el9.x86_64 42/367 Installing : python3-gssapi-1.6.9-5.el9.x86_64 43/367 Installing : m4-1.4.19-1.el9.x86_64 44/367 Installing : libtpms-0.9.1-6.20211126git1ff6fe1f43.el9.x86_64 45/367 Installing : libslirp-4.4.0-8.el9.x86_64 46/367 Installing : slirp4netns-1.3.3-1.el9.x86_64 47/367 Installing : libmpc-1.2.1-4.el9.x86_64 48/367 Installing : libglvnd-1:1.3.4-1.el9.x86_64 49/367 Installing : libepoxy-1.5.5-4.el9.x86_64 50/367 Installing : ipa-client-common-4.13.1-3.el9_8.2.noarch 51/367 Installing : fuse3-libs-3.10.2-9.el9.x86_64 52/367 Installing : boom-boot-conf-1.6.8-1.el9.noarch 53/367 Installing : augeas-libs-1.14.1-3.el9.x86_64 54/367 Installing : unzip-6.0-60.el9.x86_64 55/367 Installing : sssd-dbus-2.9.9-1.el9.x86_64 56/367 Running scriptlet: sssd-dbus-2.9.9-1.el9.x86_64 56/367 Installing : sssd-common-pac-2.9.9-1.el9.x86_64 57/367 Installing : python3-dns-2.6.1-3.el9.noarch 58/367 Installing : librdmacm-61.0-2.el9.x86_64 59/367 Installing : libproxy-0.4.15-35.el9.x86_64 60/367 Installing : libpng-2:1.6.37-15.el9_8.2.x86_64 61/367 Installing : libnvme-1.16.1-3.el9_8.x86_64 62/367 Installing : libnftnl-1.2.6-4.el9_4.x86_64 63/367 Installing : iptables-nft-1.8.10-11.el9_5.x86_64 64/367 Running scriptlet: iptables-nft-1.8.10-11.el9_5.x86_64 64/367 Installing : nftables-1:1.0.9-7.el9_8.x86_64 65/367 Running scriptlet: nftables-1:1.0.9-7.el9_8.x86_64 65/367 Installing : libipa_hbac-2.9.9-1.el9.x86_64 66/367 Installing : krb5-pkinit-1.21.1-10.el9.x86_64 67/367 Installing : fonts-filesystem-1:2.0.5-7.el9.1.noarch 68/367 Installing : device-mapper-persistent-data-1.1.0-1.el9.x86_64 69/367 Installing : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 70/367 Installing : abattis-cantarell-fonts-0.301-4.el9.noarch 71/367 Installing : gsettings-desktop-schemas-40.0-8.el9.x86_64 72/367 Installing : python3-libipa_hbac-2.9.9-1.el9.x86_64 73/367 Installing : python3-nftables-1:1.0.9-7.el9_8.x86_64 74/367 Installing : python3-firewall-1.3.4-18.el9_7.noarch 75/367 Running scriptlet: libvirt-daemon-driver-nwfilter-11.10.0-12.3.el9_ 76/367 Installing : libvirt-daemon-driver-nwfilter-11.10.0-12.3.el9_ 76/367 Installing : zip-3.0-35.el9.x86_64 77/367 Installing : python3-augeas-0.5.0-25.el9.noarch 78/367 Installing : cpp-11.5.0-14.el9.x86_64 79/367 Installing : swtpm-libs-0.8.0-2.el9_4.x86_64 80/367 Installing : swtpm-0.8.0-2.el9_4.x86_64 81/367 Running scriptlet: swtpm-0.8.0-2.el9_4.x86_64 81/367 Installing : bison-3.7.4-5.el9.x86_64 82/367 Installing : flex-2.6.4-9.el9.x86_64 83/367 Installing : python3-yubico-1.3.3-7.el9.noarch 84/367 Installing : libpmem-1.12.1-1.el9.x86_64 85/367 Installing : qemu-pr-helper-17:10.1.0-21.el9.x86_64 86/367 Running scriptlet: libvirt-daemon-driver-interface-11.10.0-12.3.el9 87/367 Installing : libvirt-daemon-driver-interface-11.10.0-12.3.el9 87/367 Running scriptlet: libvirt-daemon-driver-secret-11.10.0-12.3.el9_8. 88/367 Installing : libvirt-daemon-driver-secret-11.10.0-12.3.el9_8. 88/367 Installing : python3-dbus-signature-pyparsing-0.4.1-1.el9.noa 89/367 Installing : python3-into-dbus-python-0.8.2-1.el9.noarch 90/367 Installing : python3-dbus-python-client-gen-0.8.3-1.el9.noarc 91/367 Installing : flac-libs-1.3.3-10.el9_2.1.x86_64 92/367 Installing : libvorbis-1:1.3.7-5.el9.x86_64 93/367 Installing : sssd-ldap-2.9.9-1.el9.x86_64 94/367 Installing : libvirt-glib-4.0.0-3.el9.x86_64 95/367 Installing : libvirt-ssh-proxy-11.10.0-12.3.el9_8.x86_64 96/367 Installing : python3-libvirt-11.10.0-2.el9.x86_64 97/367 Installing : device-mapper-event-9:1.02.207-4.el9_8.1.x86_64 98/367 Running scriptlet: device-mapper-event-9:1.02.207-4.el9_8.1.x86_64 98/367 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-4.el9_8.1.x86_64 99/367 Installing : lvm2-9:2.03.33-4.el9_8.1.x86_64 100/367 Running scriptlet: lvm2-9:2.03.33-4.el9_8.1.x86_64 100/367 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 101/367 Installing : python3-boom-1.6.8-1.el9.noarch 102/367 Installing : sssd-idp-2.9.9-1.el9.x86_64 103/367 Installing : boost-filesystem-1.75.0-14.el9.x86_64 104/367 Installing : nbdkit-basic-filters-1.38.5-12.el9.x86_64 105/367 Installing : nbdkit-basic-plugins-1.38.5-12.el9.x86_64 106/367 Installing : nbdkit-curl-plugin-1.38.5-12.el9.x86_64 107/367 Installing : nbdkit-ssh-plugin-1.38.5-12.el9.x86_64 108/367 Installing : nss-softokn-freebl-3.112.0-8.el9_4.x86_64 109/367 Installing : nss-softokn-3.112.0-8.el9_4.x86_64 110/367 Installing : nss-3.112.0-8.el9_4.x86_64 111/367 Running scriptlet: nss-3.112.0-8.el9_4.x86_64 111/367 Installing : nss-sysinit-3.112.0-8.el9_4.x86_64 112/367 Installing : certmonger-0.79.21-1.el9.x86_64 113/367 Running scriptlet: certmonger-0.79.21-1.el9.x86_64 113/367 Installing : nss-tools-3.112.0-8.el9_4.x86_64 114/367 Installing : volume_key-libs-0.3.12-17.el9.x86_64 115/367 Installing : libblockdev-crypto-2.28-16.el9.x86_64 116/367 Installing : libblockdev-2.28-16.el9.x86_64 117/367 Installing : libblockdev-fs-2.28-16.el9.x86_64 118/367 Installing : libblockdev-loop-2.28-16.el9.x86_64 119/367 Installing : libblockdev-part-2.28-16.el9.x86_64 120/367 Installing : libblockdev-swap-2.28-16.el9.x86_64 121/367 Installing : yajl-2.1.0-25.el9.x86_64 122/367 Installing : xkeyboard-config-2.33-2.el9.noarch 123/367 Installing : libxkbcommon-1.0.3-4.el9.x86_64 124/367 Installing : webkit2gtk3-jsc-2.52.3-1.el9_8.x86_64 125/367 Installing : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 126/367 Installing : glib-networking-2.68.3-3.el9.x86_64 127/367 Installing : libsoup-2.72.0-16.el9_8.1.x86_64 128/367 Installing : osinfo-db-tools-1.10.0-1.el9.x86_64 129/367 Installing : virtiofsd-1.13.3-1.el9.x86_64 130/367 Installing : valgrind-docs-1:3.27.1-1.el9.x86_64 131/367 Installing : usbredir-0.13.0-2.el9.x86_64 132/367 Installing : tracer-common-1.1-2.el9.noarch 133/367 Installing : tbb-2020.3-9.el9.x86_64 134/367 Installing : dyninst-13.0.0-1.el9.x86_64 135/367 Running scriptlet: dyninst-13.0.0-1.el9.x86_64 135/367 Running scriptlet: systemtap-runtime-5.5-2.el9.x86_64 136/367 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 136/367 Running scriptlet: systemtap-runtime-5.5-2.el9.x86_64 136/367 Installing : systemtap-client-5.5-2.el9.x86_64 137/367 Installing : sshpass-1.09-4.el9.x86_64 138/367 Installing : spirv-tools-libs-2026.1-1.el9.x86_64 139/367 Installing : seavgabios-bin-1.16.3-5.el9.noarch 140/367 Installing : seabios-bin-1.16.3-5.el9.noarch 141/367 Installing : scrub-2.6.1-4.el9.x86_64 142/367 Running scriptlet: libvirt-daemon-driver-storage-core-11.10.0-12.3. 143/367 Installing : libvirt-daemon-driver-storage-core-11.10.0-12.3. 143/367 Installing : libvirt-daemon-driver-storage-disk-11.10.0-12.3. 144/367 Installing : libvirt-daemon-driver-storage-logical-11.10.0-12 145/367 Installing : libvirt-daemon-driver-storage-mpath-11.10.0-12.3 146/367 Installing : libvirt-daemon-driver-storage-scsi-11.10.0-12.3. 147/367 Installing : qemu-kvm-docs-17:10.1.0-21.el9.x86_64 148/367 Installing : python3-wcwidth-0.2.5-8.el9.noarch 149/367 Installing : python3-resolvelib-0.5.4-5.el9.noarch 150/367 Installing : python3-netaddr-0.10.1-3.el9.noarch 151/367 Installing : python3-justbases-0.15.2-1.el9.noarch 152/367 Installing : python3-justbytes-0.15.2-1.el9.noarch 153/367 Installing : python3-dbus-client-gen-0.5.1-1.el9.noarch 154/367 Running scriptlet: pcp-selinux-6.3.7-9.el9.x86_64 155/367 Installing : pcp-selinux-6.3.7-9.el9.x86_64 155/367 Running scriptlet: pcp-selinux-6.3.7-9.el9.x86_64 155/367 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 156/367 Installing : pcp-libs-6.3.7-9.el9.x86_64 157/367 Installing : osinfo-db-20250606-2.el9_8.noarch 158/367 Installing : opus-1.3.1-10.el9.x86_64 159/367 Installing : nmap-ncat-3:7.92-5.el9.x86_64 160/367 Running scriptlet: nmap-ncat-3:7.92-5.el9.x86_64 160/367 Running scriptlet: libvirt-daemon-proxy-11.10.0-12.3.el9_8.x86_64 161/367 Installing : libvirt-daemon-proxy-11.10.0-12.3.el9_8.x86_64 161/367 Running scriptlet: libvirt-daemon-11.10.0-12.3.el9_8.x86_64 162/367 Installing : libvirt-daemon-11.10.0-12.3.el9_8.x86_64 162/367 Running scriptlet: nbdkit-selinux-1.38.5-12.el9.noarch 163/367 Installing : nbdkit-selinux-1.38.5-12.el9.noarch 163/367 Running scriptlet: nbdkit-selinux-1.38.5-12.el9.noarch 163/367 Installing : nbdkit-1.38.5-12.el9.x86_64 164/367 Installing : mesa-filesystem-25.2.7-4.el9.x86_64 165/367 Installing : mdevctl-1.3.0-1.el9.x86_64 166/367 Running scriptlet: libvirt-daemon-driver-nodedev-11.10.0-12.3.el9_8 167/367 Installing : libvirt-daemon-driver-nodedev-11.10.0-12.3.el9_8 167/367 Installing : llvm-filesystem-22.1.3-1.el9.x86_64 168/367 Installing : llvm-libs-22.1.3-1.el9.x86_64 169/367 Installing : libxslt-1.1.34-16.el9.x86_64 170/367 Installing : libosinfo-1.10.0-1.el9.x86_64 171/367 Installing : libxshmfence-1.3-10.el9.x86_64 172/367 Installing : libwayland-client-1.21.0-1.el9.x86_64 173/367 Installing : libudisks2-2.9.4-12.el9_7.x86_64 174/367 Installing : libstemmer-0-18.585svn.el9.x86_64 175/367 Installing : libnet-1.2-7.el9.x86_64 176/367 Installing : criu-3.19-5.el9.x86_64 177/367 Installing : criu-libs-3.19-5.el9.x86_64 178/367 Installing : crun-1.27-2.el9.x86_64 179/367 Installing : libnbd-1.20.3-4.el9.x86_64 180/367 Installing : libluksmeta-10-1.el9.x86_64 181/367 Installing : luksmeta-10-1.el9.x86_64 182/367 Installing : libjpeg-turbo-2.0.90-7.el9.x86_64 183/367 Installing : gdk-pixbuf2-2.42.6-6.el9_8.1.x86_64 184/367 Installing : libappstream-glib-0.7.18-5.el9.x86_64 185/367 Installing : libisofs-1.5.4-4.el9.x86_64 186/367 Installing : libipt-2.0.4-5.el9.x86_64 187/367 Installing : libfdt-1.6.0-7.el9.x86_64 188/367 Installing : libcap-ng-python3-0.8.2-7.el9.x86_64 189/367 Installing : libbytesize-2.5-3.el9.x86_64 190/367 Installing : libburn-1.5.4-5.el9.x86_64 191/367 Installing : libisoburn-1.5.4-5.el9_5.x86_64 192/367 Running scriptlet: xorriso-1.5.4-5.el9_5.x86_64 193/367 Installing : xorriso-1.5.4-5.el9_5.x86_64 193/367 Running scriptlet: xorriso-1.5.4-5.el9_5.x86_64 193/367 Installing : virt-manager-common-5.1.0-1.el9.noarch 194/367 Installing : libblkio-1.5.0-1.el9.x86_64 195/367 Installing : libatasmart-0.19-22.el9.x86_64 196/367 Installing : libasyncns-0.8-22.el9.x86_64 197/367 Installing : libXau-1.0.9-8.el9.x86_64 198/367 Installing : libxcb-1.13.1-9.el9.x86_64 199/367 Installing : libglvnd-egl-1:1.3.4-1.el9.x86_64 200/367 Installing : mesa-libgbm-25.2.7-4.el9.x86_64 201/367 Installing : mesa-dri-drivers-25.2.7-4.el9.x86_64 202/367 Installing : mesa-libEGL-25.2.7-4.el9.x86_64 203/367 Installing : libX11-common-1.8.12-1.el9.noarch 204/367 Installing : libX11-1.8.12-1.el9.x86_64 205/367 Installing : libXext-1.3.4-8.el9.x86_64 206/367 Installing : libXxf86vm-1.1.4-18.el9.x86_64 207/367 Installing : libglvnd-glx-1:1.3.4-1.el9.x86_64 208/367 Installing : mesa-libGL-25.2.7-4.el9.x86_64 209/367 Installing : kernel-headers-5.14.0-714.el9.x86_64 210/367 Installing : ipxe-roms-qemu-20200823-9.git4bd064de.el9.noarch 211/367 Installing : qemu-kvm-common-17:10.1.0-21.el9.x86_64 212/367 Running scriptlet: qemu-kvm-common-17:10.1.0-21.el9.x86_64 212/367 Installing : qemu-kvm-device-display-virtio-gpu-17:10.1.0-21. 213/367 Installing : qemu-kvm-ui-opengl-17:10.1.0-21.el9.x86_64 214/367 Installing : qemu-kvm-ui-egl-headless-17:10.1.0-21.el9.x86_64 215/367 Installing : qemu-kvm-device-display-virtio-gpu-pci-17:10.1.0 216/367 Installing : qemu-kvm-block-blkio-17:10.1.0-21.el9.x86_64 217/367 Installing : qemu-kvm-device-display-virtio-vga-17:10.1.0-21. 218/367 Installing : qemu-kvm-device-usb-host-17:10.1.0-21.el9.x86_64 219/367 Installing : qemu-kvm-device-usb-redirect-17:10.1.0-21.el9.x8 220/367 Running scriptlet: ipa-selinux-4.13.1-3.el9_8.2.noarch 221/367 Installing : ipa-selinux-4.13.1-3.el9_8.2.noarch 221/367 Running scriptlet: ipa-selinux-4.13.1-3.el9_8.2.noarch 221/367 Installing : ipa-common-4.13.1-3.el9_8.2.noarch 222/367 Installing : http-parser-2.9.4-6.el9.x86_64 223/367 Installing : gsm-1.0.19-6.el9.x86_64 224/367 Installing : libsndfile-1.0.31-10.el9.x86_64 225/367 Installing : pulseaudio-libs-15.0-3.el9.x86_64 226/367 Installing : qemu-kvm-audio-pa-17:10.1.0-21.el9.x86_64 227/367 Installing : glibc-headers-2.34-262.el9.x86_64 228/367 Installing : git-core-2.52.0-1.el9.x86_64 229/367 Installing : fstrm-0.6.1-3.el9.x86_64 230/367 Installing : edk2-ovmf-20241117-8.el9.noarch 231/367 Running scriptlet: dnsmasq-2.85-18.el9_8.1.x86_64 232/367 Installing : dnsmasq-2.85-18.el9_8.1.x86_64 232/367 Running scriptlet: dnsmasq-2.85-18.el9_8.1.x86_64 232/367 Running scriptlet: libvirt-daemon-driver-network-11.10.0-12.3.el9_8 233/367 Installing : libvirt-daemon-driver-network-11.10.0-12.3.el9_8 233/367 Running scriptlet: libvirt-daemon-driver-network-11.10.0-12.3.el9_8 233/367 Installing : conmon-3:2.2.1-1.el9.x86_64 234/367 Installing : capstone-4.0.2-13.el9_8.x86_64 235/367 Installing : qemu-kvm-core-17:10.1.0-21.el9.x86_64 236/367 Installing : boost-regex-1.75.0-14.el9.x86_64 237/367 Installing : source-highlight-3.1.9-12.el9.x86_64 238/367 Installing : gdb-headless-16.3-3.el9.x86_64 239/367 Installing : gdb-16.3-3.el9.x86_64 240/367 Installing : valgrind-1:3.27.1-1.el9.x86_64 241/367 Installing : valgrind-gdb-1:3.27.1-1.el9.x86_64 242/367 Installing : valgrind-scripts-1:3.27.1-1.el9.x86_64 243/367 Installing : boost-iostreams-1.75.0-14.el9.x86_64 244/367 Installing : librados2-2:16.2.4-5.el9.x86_64 245/367 Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 245/367 Installing : librbd1-2:16.2.4-5.el9.x86_64 246/367 Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 246/367 Installing : libvirt-daemon-driver-storage-rbd-11.10.0-12.3.e 247/367 Installing : qemu-kvm-block-rbd-17:10.1.0-21.el9.x86_64 248/367 Installing : bind-license-32:9.16.23-43.el9.noarch 249/367 Installing : bind-libs-32:9.16.23-43.el9.x86_64 250/367 Installing : bind-utils-32:9.16.23-43.el9.x86_64 251/367 Installing : sssd-ipa-2.9.9-1.el9.x86_64 252/367 Installing : aardvark-dns-2:1.17.1-1.el9_8.x86_64 253/367 Installing : netavark-2:1.17.2-1.el9.x86_64 254/367 Installing : PackageKit-glib-1.2.6-2.el9_8.x86_64 255/367 Installing : zstd-1.5.5-1.el9.x86_64 256/367 Running scriptlet: unbound-libs-1.24.2-3.el9_8.1.x86_64 257/367 Installing : unbound-libs-1.24.2-3.el9_8.1.x86_64 257/367 Running scriptlet: unbound-libs-1.24.2-3.el9_8.1.x86_64 257/367 Created symlink /etc/systemd/system/timers.target.wants/unbound-anchor.timer → /usr/lib/systemd/system/unbound-anchor.timer. Installing : gnutls-dane-3.8.10-4.el9_8.x86_64 258/367 Installing : gnutls-utils-3.8.10-4.el9_8.x86_64 259/367 Installing : swtpm-tools-0.8.0-2.el9_4.x86_64 260/367 Installing : tpm2-tools-5.2-7.el9.x86_64 261/367 Running scriptlet: clevis-23-1.el9.x86_64 262/367 Installing : clevis-23-1.el9.x86_64 262/367 Running scriptlet: systemd-resolved-252-70.el9.x86_64 263/367 Installing : systemd-resolved-252-70.el9.x86_64 263/367 Running scriptlet: systemd-resolved-252-70.el9.x86_64 263/367 Installing : systemd-container-252-70.el9.x86_64 264/367 Installing : sssd-proxy-2.9.9-1.el9.x86_64 265/367 Installing : sssd-passkey-2.9.9-1.el9.x86_64 266/367 Installing : shadow-utils-subid-2:4.9-17.el9.x86_64 267/367 Installing : python3-urwid-2.1.2-4.el9.x86_64 268/367 Installing : python3-configshell-1:1.1.30-1.el9.noarch 269/367 Installing : python3-sss-murmur-2.9.9-1.el9.x86_64 270/367 Installing : python3-sss-2.9.9-1.el9.x86_64 271/367 Installing : sssd-tools-2.9.9-1.el9.x86_64 272/367 Installing : python3-ply-3.11-14.el9.noarch 273/367 Installing : python3-pycparser-2.20-6.el9.noarch 274/367 Installing : python3-cffi-1.14.5-5.el9.x86_64 275/367 Installing : python3-cryptography-36.0.1-5.el9.x86_64 276/367 Installing : ansible-core-1:2.14.18-3.el9.x86_64 277/367 Installing : python3-jwcrypto-1.5.6-3.el9_8.noarch 278/367 Installing : python3-ipalib-4.13.1-3.el9_8.2.noarch 279/367 Installing : python3-ipaclient-4.13.1-3.el9_8.2.noarch 280/367 Installing : python3-kmod-0.9-32.el9.x86_64 281/367 Installing : python3-rtslib-2.1.76-1.el9.noarch 282/367 Installing : target-restore-2.1.76-1.el9.noarch 283/367 Running scriptlet: target-restore-2.1.76-1.el9.noarch 283/367 Installing : pkgconf-m4-1.7.3-10.el9.noarch 284/367 Installing : numad-0.5-37.20150602git.el9.x86_64 285/367 Running scriptlet: numad-0.5-37.20150602git.el9.x86_64 285/367 Installing : mdadm-4.4-3.el9.x86_64 286/367 Running scriptlet: mdadm-4.4-3.el9.x86_64 286/367 Created symlink /etc/systemd/system/multi-user.target.wants/mdmonitor.service → /usr/lib/systemd/system/mdmonitor.service. Created symlink /etc/systemd/system/timers.target.wants/raid-check.timer → /usr/lib/systemd/system/raid-check.timer. Installing : libblockdev-mdraid-2.28-16.el9.x86_64 287/367 Installing : udisks2-2.9.4-12.el9_7.x86_64 288/367 Running scriptlet: udisks2-2.9.4-12.el9_7.x86_64 288/367 Created symlink /etc/systemd/system/graphical.target.wants/udisks2.service → /usr/lib/systemd/system/udisks2.service. Installing : lzop-1.04-8.el9.x86_64 289/367 Installing : libsss_autofs-2.9.9-1.el9.x86_64 290/367 Installing : libsmbclient-4.23.5-8.el9_8.x86_64 291/367 Installing : libpkgconf-1.7.3-10.el9.x86_64 292/367 Installing : pkgconf-1.7.3-10.el9.x86_64 293/367 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 294/367 Installing : libzstd-devel-1.5.5-1.el9.x86_64 295/367 Installing : zlib-devel-1.2.11-40.el9.x86_64 296/367 Installing : elfutils-libelf-devel-0.195-1.el9.x86_64 297/367 Installing : glibc-devel-2.34-262.el9.x86_64 298/367 Installing : libxcrypt-devel-4.4.18-3.el9.x86_64 299/367 Installing : gcc-11.5.0-14.el9.x86_64 300/367 Installing : openssl-devel-1:3.5.5-3.el9_8.x86_64 301/367 Installing : kernel-devel-5.14.0-714.el9.x86_64 302/367 Running scriptlet: kernel-devel-5.14.0-714.el9.x86_64 302/367 Running scriptlet: pcp-6.3.7-9.el9.x86_64 303/367 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 303/367 Running scriptlet: pcp-6.3.7-9.el9.x86_64 303/367 Installing : xz-devel-5.2.5-8.el9_0.x86_64 304/367 Installing : elfutils-devel-0.195-1.el9.x86_64 305/367 Installing : systemtap-devel-5.5-2.el9.x86_64 306/367 Installing : qemu-kvm-tools-17:10.1.0-21.el9.x86_64 307/367 Installing : qemu-kvm-17:10.1.0-21.el9.x86_64 308/367 Installing : libkadm5-1.21.1-10.el9.x86_64 309/367 Installing : krb5-workstation-1.21.1-10.el9.x86_64 310/367 Installing : kpatch-dnf-0.9.10_0.5-10.el9.noarch 311/367 Running scriptlet: kpatch-dnf-0.9.10_0.5-10.el9.noarch 311/367 To enable automatic kpatch-patch subscription, run: $ dnf kpatch auto Running scriptlet: kmod-kvdo-8.2.7.4-195.el9.x86_64 312/367 Installing : kmod-kvdo-8.2.7.4-195.el9.x86_64 312/367 Running scriptlet: kmod-kvdo-8.2.7.4-195.el9.x86_64 312/367 Installing : isns-utils-libs-0.101-4.el9.x86_64 313/367 Installing : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 314/367 Running scriptlet: iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 314/367 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. 315/367 Running scriptlet: iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9. 315/367 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-12.3 316/367 Installing : libvirt-daemon-driver-storage-11.10.0-12.3.el9_8 317/367 Installing : ipset-libs-7.11-11.el9_5.x86_64 318/367 Installing : ipset-7.11-11.el9_5.x86_64 319/367 Installing : fuse-common-3.10.2-9.el9.x86_64 320/367 Installing : fuse3-3.10.2-9.el9.x86_64 321/367 Installing : fuse-overlayfs-1.16-1.el9.x86_64 322/367 Running scriptlet: fuse-overlayfs-1.16-1.el9.x86_64 322/367 Installing : containers-common-5:5.8-1.el9.x86_64 323/367 Installing : firewalld-filesystem-1.3.4-18.el9_7.noarch 324/367 Installing : cryptsetup-2.8.6-1.el9.x86_64 325/367 Installing : clevis-luks-23-1.el9.x86_64 326/367 Installing : stratisd-3.7.3-3.el9.x86_64 327/367 Running scriptlet: stratisd-3.7.3-3.el9.x86_64 327/367 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 328/367 Running scriptlet: libvirt-daemon-driver-qemu-11.10.0-12.3.el9_8.x8 329/367 Installing : libvirt-daemon-driver-qemu-11.10.0-12.3.el9_8.x8 329/367 Installing : autofs-1:5.1.7-68.el9.x86_64 330/367 Running scriptlet: autofs-1:5.1.7-68.el9.x86_64 330/367 Running scriptlet: adcli-selinux-0.9.3.1-3.el9.noarch 331/367 Installing : adcli-selinux-0.9.3.1-3.el9.noarch 331/367 Running scriptlet: adcli-selinux-0.9.3.1-3.el9.noarch 331/367 Installing : adcli-0.9.3.1-3.el9.x86_64 332/367 Installing : sssd-ad-2.9.9-1.el9.x86_64 333/367 Installing : sssd-2.9.9-1.el9.x86_64 334/367 Installing : ipa-client-4.13.1-3.el9_8.2.x86_64 335/367 Running scriptlet: ipa-client-4.13.1-3.el9_8.2.x86_64 335/367 Installing : libvirt-daemon-kvm-11.10.0-12.3.el9_8.x86_64 336/367 Installing : stratis-cli-3.7.0-1.el9.noarch 337/367 Installing : stratisd-tools-3.7.3-3.el9.x86_64 338/367 Installing : firewalld-1.3.4-18.el9_7.noarch 339/367 Running scriptlet: firewalld-1.3.4-18.el9_7.noarch 339/367 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 340/367 Installing : udisks2-iscsi-2.9.4-12.el9_7.x86_64 341/367 Installing : vdo-8.2.2.2-1.el9.x86_64 342/367 Installing : kpatch-0.9.10-10.el9.noarch 343/367 Installing : python3-pcp-6.3.7-9.el9.x86_64 344/367 Installing : udisks2-lvm2-2.9.4-12.el9_7.x86_64 345/367 Installing : targetcli-2.1.57-3.el9.noarch 346/367 Installing : rhel-system-roles-1.125.2-0.1.el9.noarch 347/367 Installing : wireguard-tools-1.0.20210914-3.el9.x86_64 348/367 Installing : PackageKit-1.2.6-2.el9_8.x86_64 349/367 Running scriptlet: PackageKit-1.2.6-2.el9_8.x86_64 349/367 Running scriptlet: libvirt-daemon-config-network-11.10.0-12.3.el9_8 350/367 Installing : libvirt-daemon-config-network-11.10.0-12.3.el9_8 350/367 Running scriptlet: libvirt-daemon-config-network-11.10.0-12.3.el9_8 350/367 Running scriptlet: tang-14-3.el9.x86_64 351/367 Installing : tang-14-3.el9.x86_64 351/367 Running scriptlet: tang-14-3.el9.x86_64 351/367 Installing : qemu-kvm-block-curl-17:10.1.0-21.el9.x86_64 352/367 Installing : virt-install-5.1.0-1.el9.noarch 353/367 Installing : python3-tracer-1.1-2.el9.noarch 354/367 Installing : boom-boot-1.6.8-1.el9.noarch 355/367 Running scriptlet: libvirt-dbus-1.4.1-5.el9.x86_64 356/367 Installing : libvirt-dbus-1.4.1-5.el9.x86_64 356/367 Installing : device-mapper-multipath-0.8.7-46.el9.x86_64 357/367 Running scriptlet: device-mapper-multipath-0.8.7-46.el9.x86_64 357/367 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. Installing : zram-generator-1.1.2-1.el9.x86_64 358/367 Running scriptlet: tlog-14-1.el9.x86_64 359/367 Installing : tlog-14-1.el9.x86_64 359/367 Running scriptlet: tlog-14-1.el9.x86_64 359/367 Installing : tcsh-6.22.03-6.el9.x86_64 360/367 Running scriptlet: tcsh-6.22.03-6.el9.x86_64 360/367 Installing : socat-1.7.4.1-9.el9.x86_64 361/367 Running scriptlet: redis-6.2.22-1.el9_8.x86_64 362/367 Installing : redis-6.2.22-1.el9_8.x86_64 362/367 Running scriptlet: redis-6.2.22-1.el9_8.x86_64 362/367 Installing : ltrace-0.7.91-43.el9.x86_64 363/367 Installing : strace-6.12-1.el9.x86_64 364/367 Installing : realmd-0.17.1-2.el9.x86_64 365/367 Running scriptlet: realmd-0.17.1-2.el9.x86_64 365/367 Installing : glibc-all-langpacks-2.34-262.el9.x86_64 366/367 Installing : dnf-automatic-4.14.0-36.el9.noarch 367/367 Running scriptlet: dnf-automatic-4.14.0-36.el9.noarch 367/367 Running scriptlet: container-selinux-4:2.247.0-1.el9.noarch 367/367 Running scriptlet: libvirt-daemon-lock-11.10.0-12.3.el9_8.x86_64 367/367 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-12.3.el9_8.x86_64 367/367 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-12.3.el9_8.x86_64 367/367 Running scriptlet: passt-selinux-0^20251210.gd04c480-4.el9_8.noarch 367/367 Running scriptlet: libvirt-daemon-driver-nwfilter-11.10.0-12.3.el9_ 367/367 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_4.x86_64 367/367 Running scriptlet: libvirt-daemon-driver-interface-11.10.0-12.3.el9 367/367 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-12.3.el9_8. 367/367 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: nss-3.112.0-8.el9_4.x86_64 367/367 Running scriptlet: libvirt-daemon-driver-storage-core-11.10.0-12.3. 367/367 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-12.3.el9_8.x86_64 367/367 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-12.3.el9_8.x86_64 367/367 Running scriptlet: nbdkit-selinux-1.38.5-12.el9.noarch 367/367 Running scriptlet: libvirt-daemon-driver-nodedev-11.10.0-12.3.el9_8 367/367 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_8.2.noarch 367/367 Running scriptlet: libvirt-daemon-driver-network-11.10.0-12.3.el9_8 367/367 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: kmod-kvdo-8.2.7.4-195.el9.x86_64 367/367 Running scriptlet: libvirt-daemon-driver-qemu-11.10.0-12.3.el9_8.x8 367/367 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 367/367 Running scriptlet: libvirt-daemon-config-network-11.10.0-12.3.el9_8 367/367 Running scriptlet: glibc-all-langpacks-2.34-262.el9.x86_64 367/367 Running scriptlet: dnf-automatic-4.14.0-36.el9.noarch 367/367 Verifying : adcli-0.9.3.1-3.el9.x86_64 1/367 Verifying : adcli-selinux-0.9.3.1-3.el9.noarch 2/367 Verifying : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1 3/367 Verifying : autofs-1:5.1.7-68.el9.x86_64 4/367 Verifying : bzip2-1.0.8-11.el9.x86_64 5/367 Verifying : cryptsetup-2.8.6-1.el9.x86_64 6/367 Verifying : cyrus-sasl-gssapi-2.1.27-22.el9.x86_64 7/367 Verifying : daxctl-libs-82-1.el9.x86_64 8/367 Verifying : device-mapper-event-9:1.02.207-4.el9_8.1.x86_64 9/367 Verifying : device-mapper-event-libs-9:1.02.207-4.el9_8.1.x8 10/367 Verifying : device-mapper-multipath-0.8.7-46.el9.x86_64 11/367 Verifying : device-mapper-multipath-libs-0.8.7-46.el9.x86_64 12/367 Verifying : device-mapper-persistent-data-1.1.0-1.el9.x86_64 13/367 Verifying : dnf-automatic-4.14.0-36.el9.noarch 14/367 Verifying : firewalld-1.3.4-18.el9_7.noarch 15/367 Verifying : firewalld-filesystem-1.3.4-18.el9_7.noarch 16/367 Verifying : fonts-filesystem-1:2.0.5-7.el9.1.noarch 17/367 Verifying : fuse-common-3.10.2-9.el9.x86_64 18/367 Verifying : glib-networking-2.68.3-3.el9.x86_64 19/367 Verifying : glibc-all-langpacks-2.34-262.el9.x86_64 20/367 Verifying : gsettings-desktop-schemas-40.0-8.el9.x86_64 21/367 Verifying : ipset-7.11-11.el9_5.x86_64 22/367 Verifying : ipset-libs-7.11-11.el9_5.x86_64 23/367 Verifying : iptables-nft-1.8.10-11.el9_5.x86_64 24/367 Verifying : iscsi-initiator-utils-6.2.1.11-0.git4b3e853.el9. 25/367 Verifying : iscsi-initiator-utils-iscsiuio-6.2.1.11-0.git4b3 26/367 Verifying : isns-utils-libs-0.101-4.el9.x86_64 27/367 Verifying : kmod-kvdo-8.2.7.4-195.el9.x86_64 28/367 Verifying : kpatch-0.9.10-10.el9.noarch 29/367 Verifying : kpatch-dnf-0.9.10_0.5-10.el9.noarch 30/367 Verifying : krb5-pkinit-1.21.1-10.el9.x86_64 31/367 Verifying : krb5-workstation-1.21.1-10.el9.x86_64 32/367 Verifying : libaio-0.3.111-13.el9.x86_64 33/367 Verifying : libgudev-237-1.el9.x86_64 34/367 Verifying : libipa_hbac-2.9.9-1.el9.x86_64 35/367 Verifying : libkadm5-1.21.1-10.el9.x86_64 36/367 Verifying : libnftnl-1.2.6-4.el9_4.x86_64 37/367 Verifying : libnvme-1.16.1-3.el9_8.x86_64 38/367 Verifying : libpkgconf-1.7.3-10.el9.x86_64 39/367 Verifying : libpng-2:1.6.37-15.el9_8.2.x86_64 40/367 Verifying : libproxy-0.4.15-35.el9.x86_64 41/367 Verifying : librdmacm-61.0-2.el9.x86_64 42/367 Verifying : libsmbclient-4.23.5-8.el9_8.x86_64 43/367 Verifying : libsss_autofs-2.9.9-1.el9.x86_64 44/367 Verifying : lvm2-9:2.03.33-4.el9_8.1.x86_64 45/367 Verifying : lvm2-libs-9:2.03.33-4.el9_8.1.x86_64 46/367 Verifying : lzop-1.04-8.el9.x86_64 47/367 Verifying : make-1:4.3-8.el9.x86_64 48/367 Verifying : mdadm-4.4-3.el9.x86_64 49/367 Verifying : ndctl-libs-82-1.el9.x86_64 50/367 Verifying : nftables-1:1.0.9-7.el9_8.x86_64 51/367 Verifying : numad-0.5-37.20150602git.el9.x86_64 52/367 Verifying : pkgconf-1.7.3-10.el9.x86_64 53/367 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 54/367 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 55/367 Verifying : python3-cffi-1.14.5-5.el9.x86_64 56/367 Verifying : python3-configshell-1:1.1.30-1.el9.noarch 57/367 Verifying : python3-cryptography-36.0.1-5.el9.x86_64 58/367 Verifying : python3-dns-2.6.1-3.el9.noarch 59/367 Verifying : python3-firewall-1.3.4-18.el9_7.noarch 60/367 Verifying : python3-kmod-0.9-32.el9.x86_64 61/367 Verifying : python3-libipa_hbac-2.9.9-1.el9.x86_64 62/367 Verifying : python3-nftables-1:1.0.9-7.el9_8.x86_64 63/367 Verifying : python3-ply-3.11-14.el9.noarch 64/367 Verifying : python3-pycparser-2.20-6.el9.noarch 65/367 Verifying : python3-pyparsing-2.4.7-9.el9.noarch 66/367 Verifying : python3-sss-2.9.9-1.el9.x86_64 67/367 Verifying : python3-sss-murmur-2.9.9-1.el9.x86_64 68/367 Verifying : python3-sssdconfig-2.9.9-1.el9.noarch 69/367 Verifying : python3-urwid-2.1.2-4.el9.x86_64 70/367 Verifying : realmd-0.17.1-2.el9.x86_64 71/367 Verifying : shadow-utils-subid-2:4.9-17.el9.x86_64 72/367 Verifying : sssd-2.9.9-1.el9.x86_64 73/367 Verifying : sssd-ad-2.9.9-1.el9.x86_64 74/367 Verifying : sssd-common-pac-2.9.9-1.el9.x86_64 75/367 Verifying : sssd-dbus-2.9.9-1.el9.x86_64 76/367 Verifying : sssd-ipa-2.9.9-1.el9.x86_64 77/367 Verifying : sssd-krb5-2.9.9-1.el9.x86_64 78/367 Verifying : sssd-krb5-common-2.9.9-1.el9.x86_64 79/367 Verifying : sssd-ldap-2.9.9-1.el9.x86_64 80/367 Verifying : sssd-passkey-2.9.9-1.el9.x86_64 81/367 Verifying : sssd-proxy-2.9.9-1.el9.x86_64 82/367 Verifying : sssd-tools-2.9.9-1.el9.x86_64 83/367 Verifying : strace-6.12-1.el9.x86_64 84/367 Verifying : systemd-container-252-70.el9.x86_64 85/367 Verifying : systemd-resolved-252-70.el9.x86_64 86/367 Verifying : tpm2-tools-5.2-7.el9.x86_64 87/367 Verifying : unbound-libs-1.24.2-3.el9_8.1.x86_64 88/367 Verifying : unzip-6.0-60.el9.x86_64 89/367 Verifying : vdo-8.2.2.2-1.el9.x86_64 90/367 Verifying : zip-3.0-35.el9.x86_64 91/367 Verifying : zstd-1.5.5-1.el9.x86_64 92/367 Verifying : PackageKit-1.2.6-2.el9_8.x86_64 93/367 Verifying : PackageKit-glib-1.2.6-2.el9_8.x86_64 94/367 Verifying : aardvark-dns-2:1.17.1-1.el9_8.x86_64 95/367 Verifying : abattis-cantarell-fonts-0.301-4.el9.noarch 96/367 Verifying : ansible-core-1:2.14.18-3.el9.x86_64 97/367 Verifying : augeas-libs-1.14.1-3.el9.x86_64 98/367 Verifying : bind-libs-32:9.16.23-43.el9.x86_64 99/367 Verifying : bind-license-32:9.16.23-43.el9.noarch 100/367 Verifying : bind-utils-32:9.16.23-43.el9.x86_64 101/367 Verifying : bison-3.7.4-5.el9.x86_64 102/367 Verifying : boom-boot-1.6.8-1.el9.noarch 103/367 Verifying : boom-boot-conf-1.6.8-1.el9.noarch 104/367 Verifying : boost-filesystem-1.75.0-14.el9.x86_64 105/367 Verifying : boost-iostreams-1.75.0-14.el9.x86_64 106/367 Verifying : boost-regex-1.75.0-14.el9.x86_64 107/367 Verifying : boost-system-1.75.0-14.el9.x86_64 108/367 Verifying : boost-thread-1.75.0-14.el9.x86_64 109/367 Verifying : capstone-4.0.2-13.el9_8.x86_64 110/367 Verifying : certmonger-0.79.21-1.el9.x86_64 111/367 Verifying : clevis-23-1.el9.x86_64 112/367 Verifying : clevis-luks-23-1.el9.x86_64 113/367 Verifying : conmon-3:2.2.1-1.el9.x86_64 114/367 Verifying : container-selinux-4:2.247.0-1.el9.noarch 115/367 Verifying : containers-common-5:5.8-1.el9.x86_64 116/367 Verifying : cpp-11.5.0-14.el9.x86_64 117/367 Verifying : criu-3.19-5.el9.x86_64 118/367 Verifying : criu-libs-3.19-5.el9.x86_64 119/367 Verifying : crun-1.27-2.el9.x86_64 120/367 Verifying : dnsmasq-2.85-18.el9_8.1.x86_64 121/367 Verifying : dyninst-13.0.0-1.el9.x86_64 122/367 Verifying : edk2-ovmf-20241117-8.el9.noarch 123/367 Verifying : elfutils-devel-0.195-1.el9.x86_64 124/367 Verifying : elfutils-libelf-devel-0.195-1.el9.x86_64 125/367 Verifying : flac-libs-1.3.3-10.el9_2.1.x86_64 126/367 Verifying : flex-2.6.4-9.el9.x86_64 127/367 Verifying : fstrm-0.6.1-3.el9.x86_64 128/367 Verifying : fuse-overlayfs-1.16-1.el9.x86_64 129/367 Verifying : fuse3-3.10.2-9.el9.x86_64 130/367 Verifying : fuse3-libs-3.10.2-9.el9.x86_64 131/367 Verifying : gcc-11.5.0-14.el9.x86_64 132/367 Verifying : gdb-16.3-3.el9.x86_64 133/367 Verifying : gdb-headless-16.3-3.el9.x86_64 134/367 Verifying : gdk-pixbuf2-2.42.6-6.el9_8.1.x86_64 135/367 Verifying : git-core-2.52.0-1.el9.x86_64 136/367 Verifying : glibc-devel-2.34-262.el9.x86_64 137/367 Verifying : glibc-headers-2.34-262.el9.x86_64 138/367 Verifying : gnutls-dane-3.8.10-4.el9_8.x86_64 139/367 Verifying : gnutls-utils-3.8.10-4.el9_8.x86_64 140/367 Verifying : gsm-1.0.19-6.el9.x86_64 141/367 Verifying : http-parser-2.9.4-6.el9.x86_64 142/367 Verifying : ipa-client-4.13.1-3.el9_8.2.x86_64 143/367 Verifying : ipa-client-common-4.13.1-3.el9_8.2.noarch 144/367 Verifying : ipa-common-4.13.1-3.el9_8.2.noarch 145/367 Verifying : ipa-selinux-4.13.1-3.el9_8.2.noarch 146/367 Verifying : ipxe-roms-qemu-20200823-9.git4bd064de.el9.noarch 147/367 Verifying : jose-14-1.el9.x86_64 148/367 Verifying : kernel-devel-5.14.0-714.el9.x86_64 149/367 Verifying : kernel-headers-5.14.0-714.el9.x86_64 150/367 Verifying : libX11-1.8.12-1.el9.x86_64 151/367 Verifying : libX11-common-1.8.12-1.el9.noarch 152/367 Verifying : libX11-xcb-1.8.12-1.el9.x86_64 153/367 Verifying : libXau-1.0.9-8.el9.x86_64 154/367 Verifying : libXext-1.3.4-8.el9.x86_64 155/367 Verifying : libXxf86vm-1.1.4-18.el9.x86_64 156/367 Verifying : libappstream-glib-0.7.18-5.el9.x86_64 157/367 Verifying : libasyncns-0.8-22.el9.x86_64 158/367 Verifying : libatasmart-0.19-22.el9.x86_64 159/367 Verifying : libblkio-1.5.0-1.el9.x86_64 160/367 Verifying : libblockdev-2.28-16.el9.x86_64 161/367 Verifying : libblockdev-crypto-2.28-16.el9.x86_64 162/367 Verifying : libblockdev-fs-2.28-16.el9.x86_64 163/367 Verifying : libblockdev-loop-2.28-16.el9.x86_64 164/367 Verifying : libblockdev-lvm-2.28-16.el9.x86_64 165/367 Verifying : libblockdev-mdraid-2.28-16.el9.x86_64 166/367 Verifying : libblockdev-part-2.28-16.el9.x86_64 167/367 Verifying : libblockdev-swap-2.28-16.el9.x86_64 168/367 Verifying : libblockdev-utils-2.28-16.el9.x86_64 169/367 Verifying : libburn-1.5.4-5.el9.x86_64 170/367 Verifying : libbytesize-2.5-3.el9.x86_64 171/367 Verifying : libcap-ng-python3-0.8.2-7.el9.x86_64 172/367 Verifying : libepoxy-1.5.5-4.el9.x86_64 173/367 Verifying : libfdt-1.6.0-7.el9.x86_64 174/367 Verifying : libglvnd-1:1.3.4-1.el9.x86_64 175/367 Verifying : libglvnd-egl-1:1.3.4-1.el9.x86_64 176/367 Verifying : libglvnd-glx-1:1.3.4-1.el9.x86_64 177/367 Verifying : libipt-2.0.4-5.el9.x86_64 178/367 Verifying : libisoburn-1.5.4-5.el9_5.x86_64 179/367 Verifying : libisofs-1.5.4-4.el9.x86_64 180/367 Verifying : libjose-14-1.el9.x86_64 181/367 Verifying : libjpeg-turbo-2.0.90-7.el9.x86_64 182/367 Verifying : libluksmeta-10-1.el9.x86_64 183/367 Verifying : libmpc-1.2.1-4.el9.x86_64 184/367 Verifying : libnbd-1.20.3-4.el9.x86_64 185/367 Verifying : libnet-1.2-7.el9.x86_64 186/367 Verifying : libogg-2:1.3.4-6.el9.x86_64 187/367 Verifying : libosinfo-1.10.0-1.el9.x86_64 188/367 Verifying : libpmem-1.12.1-1.el9.x86_64 189/367 Verifying : libproxy-webkitgtk4-0.4.15-35.el9.x86_64 190/367 Verifying : librados2-2:16.2.4-5.el9.x86_64 191/367 Verifying : librbd1-2:16.2.4-5.el9.x86_64 192/367 Verifying : libslirp-4.4.0-8.el9.x86_64 193/367 Verifying : libsndfile-1.0.31-10.el9.x86_64 194/367 Verifying : libsoup-2.72.0-16.el9_8.1.x86_64 195/367 Verifying : libstemmer-0-18.585svn.el9.x86_64 196/367 Verifying : libtpms-0.9.1-6.20211126git1ff6fe1f43.el9.x86_64 197/367 Verifying : libudisks2-2.9.4-12.el9_7.x86_64 198/367 Verifying : libuv-1:1.42.0-2.el9_4.x86_64 199/367 Verifying : libvirt-client-11.10.0-12.3.el9_8.x86_64 200/367 Verifying : libvirt-daemon-11.10.0-12.3.el9_8.x86_64 201/367 Verifying : libvirt-daemon-common-11.10.0-12.3.el9_8.x86_64 202/367 Verifying : libvirt-daemon-config-network-11.10.0-12.3.el9_8 203/367 Verifying : libvirt-daemon-driver-interface-11.10.0-12.3.el9 204/367 Verifying : libvirt-daemon-driver-network-11.10.0-12.3.el9_8 205/367 Verifying : libvirt-daemon-driver-nodedev-11.10.0-12.3.el9_8 206/367 Verifying : libvirt-daemon-driver-nwfilter-11.10.0-12.3.el9_ 207/367 Verifying : libvirt-daemon-driver-qemu-11.10.0-12.3.el9_8.x8 208/367 Verifying : libvirt-daemon-driver-secret-11.10.0-12.3.el9_8. 209/367 Verifying : libvirt-daemon-driver-storage-11.10.0-12.3.el9_8 210/367 Verifying : libvirt-daemon-driver-storage-core-11.10.0-12.3. 211/367 Verifying : libvirt-daemon-driver-storage-disk-11.10.0-12.3. 212/367 Verifying : libvirt-daemon-driver-storage-iscsi-11.10.0-12.3 213/367 Verifying : libvirt-daemon-driver-storage-logical-11.10.0-12 214/367 Verifying : libvirt-daemon-driver-storage-mpath-11.10.0-12.3 215/367 Verifying : libvirt-daemon-driver-storage-rbd-11.10.0-12.3.e 216/367 Verifying : libvirt-daemon-driver-storage-scsi-11.10.0-12.3. 217/367 Verifying : libvirt-daemon-kvm-11.10.0-12.3.el9_8.x86_64 218/367 Verifying : libvirt-daemon-lock-11.10.0-12.3.el9_8.x86_64 219/367 Verifying : libvirt-daemon-log-11.10.0-12.3.el9_8.x86_64 220/367 Verifying : libvirt-daemon-plugin-lockd-11.10.0-12.3.el9_8.x 221/367 Verifying : libvirt-daemon-proxy-11.10.0-12.3.el9_8.x86_64 222/367 Verifying : libvirt-dbus-1.4.1-5.el9.x86_64 223/367 Verifying : libvirt-glib-4.0.0-3.el9.x86_64 224/367 Verifying : libvirt-libs-11.10.0-12.3.el9_8.x86_64 225/367 Verifying : libvirt-ssh-proxy-11.10.0-12.3.el9_8.x86_64 226/367 Verifying : libvorbis-1:1.3.7-5.el9.x86_64 227/367 Verifying : libwayland-client-1.21.0-1.el9.x86_64 228/367 Verifying : libxcb-1.13.1-9.el9.x86_64 229/367 Verifying : libxcrypt-devel-4.4.18-3.el9.x86_64 230/367 Verifying : libxkbcommon-1.0.3-4.el9.x86_64 231/367 Verifying : libxshmfence-1.3-10.el9.x86_64 232/367 Verifying : libxslt-1.1.34-16.el9.x86_64 233/367 Verifying : libzstd-devel-1.5.5-1.el9.x86_64 234/367 Verifying : llvm-filesystem-22.1.3-1.el9.x86_64 235/367 Verifying : llvm-libs-22.1.3-1.el9.x86_64 236/367 Verifying : ltrace-0.7.91-43.el9.x86_64 237/367 Verifying : luksmeta-10-1.el9.x86_64 238/367 Verifying : m4-1.4.19-1.el9.x86_64 239/367 Verifying : mdevctl-1.3.0-1.el9.x86_64 240/367 Verifying : mesa-dri-drivers-25.2.7-4.el9.x86_64 241/367 Verifying : mesa-filesystem-25.2.7-4.el9.x86_64 242/367 Verifying : mesa-libEGL-25.2.7-4.el9.x86_64 243/367 Verifying : mesa-libGL-25.2.7-4.el9.x86_64 244/367 Verifying : mesa-libgbm-25.2.7-4.el9.x86_64 245/367 Verifying : nbdkit-1.38.5-12.el9.x86_64 246/367 Verifying : nbdkit-basic-filters-1.38.5-12.el9.x86_64 247/367 Verifying : nbdkit-basic-plugins-1.38.5-12.el9.x86_64 248/367 Verifying : nbdkit-curl-plugin-1.38.5-12.el9.x86_64 249/367 Verifying : nbdkit-selinux-1.38.5-12.el9.noarch 250/367 Verifying : nbdkit-server-1.38.5-12.el9.x86_64 251/367 Verifying : nbdkit-ssh-plugin-1.38.5-12.el9.x86_64 252/367 Verifying : netavark-2:1.17.2-1.el9.x86_64 253/367 Verifying : nmap-ncat-3:7.92-5.el9.x86_64 254/367 Verifying : nspr-4.36.0-8.el9_4.x86_64 255/367 Verifying : nss-3.112.0-8.el9_4.x86_64 256/367 Verifying : nss-softokn-3.112.0-8.el9_4.x86_64 257/367 Verifying : nss-softokn-freebl-3.112.0-8.el9_4.x86_64 258/367 Verifying : nss-sysinit-3.112.0-8.el9_4.x86_64 259/367 Verifying : nss-tools-3.112.0-8.el9_4.x86_64 260/367 Verifying : nss-util-3.112.0-8.el9_4.x86_64 261/367 Verifying : openssl-devel-1:3.5.5-3.el9_8.x86_64 262/367 Verifying : opus-1.3.1-10.el9.x86_64 263/367 Verifying : osinfo-db-20250606-2.el9_8.noarch 264/367 Verifying : osinfo-db-tools-1.10.0-1.el9.x86_64 265/367 Verifying : passt-0^20251210.gd04c480-4.el9_8.x86_64 266/367 Verifying : passt-selinux-0^20251210.gd04c480-4.el9_8.noarch 267/367 Verifying : pcp-6.3.7-9.el9.x86_64 268/367 Verifying : pcp-conf-6.3.7-9.el9.x86_64 269/367 Verifying : pcp-libs-6.3.7-9.el9.x86_64 270/367 Verifying : pcp-selinux-6.3.7-9.el9.x86_64 271/367 Verifying : pixman-0.40.0-6.el9.x86_64 272/367 Verifying : podman-6:5.8.2-1.el9.x86_64 273/367 Verifying : pulseaudio-libs-15.0-3.el9.x86_64 274/367 Verifying : python3-argcomplete-1.12.0-5.el9.noarch 275/367 Verifying : python3-augeas-0.5.0-25.el9.noarch 276/367 Verifying : python3-boom-1.6.8-1.el9.noarch 277/367 Verifying : python3-dbus-client-gen-0.5.1-1.el9.noarch 278/367 Verifying : python3-dbus-python-client-gen-0.8.3-1.el9.noarc 279/367 Verifying : python3-dbus-signature-pyparsing-0.4.1-1.el9.noa 280/367 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 281/367 Verifying : python3-into-dbus-python-0.8.2-1.el9.noarch 282/367 Verifying : python3-ipaclient-4.13.1-3.el9_8.2.noarch 283/367 Verifying : python3-ipalib-4.13.1-3.el9_8.2.noarch 284/367 Verifying : python3-justbases-0.15.2-1.el9.noarch 285/367 Verifying : python3-justbytes-0.15.2-1.el9.noarch 286/367 Verifying : python3-jwcrypto-1.5.6-3.el9_8.noarch 287/367 Verifying : python3-ldap-3.4.5-1.el9.x86_64 288/367 Verifying : python3-libvirt-11.10.0-2.el9.x86_64 289/367 Verifying : python3-netaddr-0.10.1-3.el9.noarch 290/367 Verifying : python3-packaging-20.9-5.el9.noarch 291/367 Verifying : python3-pcp-6.3.7-9.el9.x86_64 292/367 Verifying : python3-psutil-5.8.0-12.el9.x86_64 293/367 Verifying : python3-pyasn1-0.6.3-1.el9.noarch 294/367 Verifying : python3-pyasn1-modules-0.6.3-1.el9.noarch 295/367 Verifying : python3-pyusb-1.0.2-13.el9.noarch 296/367 Verifying : python3-qrcode-8.0-2.el9.noarch 297/367 Verifying : python3-resolvelib-0.5.4-5.el9.noarch 298/367 Verifying : python3-rtslib-2.1.76-1.el9.noarch 299/367 Verifying : python3-tracer-1.1-2.el9.noarch 300/367 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 301/367 Verifying : python3-yubico-1.3.3-7.el9.noarch 302/367 Verifying : qemu-img-17:10.1.0-21.el9.x86_64 303/367 Verifying : qemu-kvm-17:10.1.0-21.el9.x86_64 304/367 Verifying : qemu-kvm-audio-pa-17:10.1.0-21.el9.x86_64 305/367 Verifying : qemu-kvm-block-blkio-17:10.1.0-21.el9.x86_64 306/367 Verifying : qemu-kvm-block-curl-17:10.1.0-21.el9.x86_64 307/367 Verifying : qemu-kvm-block-rbd-17:10.1.0-21.el9.x86_64 308/367 Verifying : qemu-kvm-common-17:10.1.0-21.el9.x86_64 309/367 Verifying : qemu-kvm-core-17:10.1.0-21.el9.x86_64 310/367 Verifying : qemu-kvm-device-display-virtio-gpu-17:10.1.0-21. 311/367 Verifying : qemu-kvm-device-display-virtio-gpu-pci-17:10.1.0 312/367 Verifying : qemu-kvm-device-display-virtio-vga-17:10.1.0-21. 313/367 Verifying : qemu-kvm-device-usb-host-17:10.1.0-21.el9.x86_64 314/367 Verifying : qemu-kvm-device-usb-redirect-17:10.1.0-21.el9.x8 315/367 Verifying : qemu-kvm-docs-17:10.1.0-21.el9.x86_64 316/367 Verifying : qemu-kvm-tools-17:10.1.0-21.el9.x86_64 317/367 Verifying : qemu-kvm-ui-egl-headless-17:10.1.0-21.el9.x86_64 318/367 Verifying : qemu-kvm-ui-opengl-17:10.1.0-21.el9.x86_64 319/367 Verifying : qemu-pr-helper-17:10.1.0-21.el9.x86_64 320/367 Verifying : redis-6.2.22-1.el9_8.x86_64 321/367 Verifying : rhel-system-roles-1.125.2-0.1.el9.noarch 322/367 Verifying : scrub-2.6.1-4.el9.x86_64 323/367 Verifying : seabios-bin-1.16.3-5.el9.noarch 324/367 Verifying : seavgabios-bin-1.16.3-5.el9.noarch 325/367 Verifying : slirp4netns-1.3.3-1.el9.x86_64 326/367 Verifying : socat-1.7.4.1-9.el9.x86_64 327/367 Verifying : source-highlight-3.1.9-12.el9.x86_64 328/367 Verifying : spirv-tools-libs-2026.1-1.el9.x86_64 329/367 Verifying : sshpass-1.09-4.el9.x86_64 330/367 Verifying : sssd-idp-2.9.9-1.el9.x86_64 331/367 Verifying : stratis-cli-3.7.0-1.el9.noarch 332/367 Verifying : stratisd-3.7.3-3.el9.x86_64 333/367 Verifying : stratisd-tools-3.7.3-3.el9.x86_64 334/367 Verifying : swtpm-0.8.0-2.el9_4.x86_64 335/367 Verifying : swtpm-libs-0.8.0-2.el9_4.x86_64 336/367 Verifying : swtpm-tools-0.8.0-2.el9_4.x86_64 337/367 Verifying : systemtap-client-5.5-2.el9.x86_64 338/367 Verifying : systemtap-devel-5.5-2.el9.x86_64 339/367 Verifying : systemtap-runtime-5.5-2.el9.x86_64 340/367 Verifying : tang-14-3.el9.x86_64 341/367 Verifying : target-restore-2.1.76-1.el9.noarch 342/367 Verifying : targetcli-2.1.57-3.el9.noarch 343/367 Verifying : tbb-2020.3-9.el9.x86_64 344/367 Verifying : tcsh-6.22.03-6.el9.x86_64 345/367 Verifying : tlog-14-1.el9.x86_64 346/367 Verifying : tracer-common-1.1-2.el9.noarch 347/367 Verifying : udisks2-2.9.4-12.el9_7.x86_64 348/367 Verifying : udisks2-iscsi-2.9.4-12.el9_7.x86_64 349/367 Verifying : udisks2-lvm2-2.9.4-12.el9_7.x86_64 350/367 Verifying : usbredir-0.13.0-2.el9.x86_64 351/367 Verifying : valgrind-1:3.27.1-1.el9.x86_64 352/367 Verifying : valgrind-docs-1:3.27.1-1.el9.x86_64 353/367 Verifying : valgrind-gdb-1:3.27.1-1.el9.x86_64 354/367 Verifying : valgrind-scripts-1:3.27.1-1.el9.x86_64 355/367 Verifying : virt-install-5.1.0-1.el9.noarch 356/367 Verifying : virt-manager-common-5.1.0-1.el9.noarch 357/367 Verifying : virtiofsd-1.13.3-1.el9.x86_64 358/367 Verifying : volume_key-libs-0.3.12-17.el9.x86_64 359/367 Verifying : webkit2gtk3-jsc-2.52.3-1.el9_8.x86_64 360/367 Verifying : wireguard-tools-1.0.20210914-3.el9.x86_64 361/367 Verifying : xkeyboard-config-2.33-2.el9.noarch 362/367 Verifying : xorriso-1.5.4-5.el9_5.x86_64 363/367 Verifying : xz-devel-5.2.5-8.el9_0.x86_64 364/367 Verifying : yajl-2.1.0-25.el9.x86_64 365/367 Verifying : zlib-devel-1.2.11-40.el9.x86_64 366/367 Verifying : zram-generator-1.1.2-1.el9.x86_64 367/367 Installed: PackageKit-1.2.6-2.el9_8.x86_64 PackageKit-glib-1.2.6-2.el9_8.x86_64 aardvark-dns-2:1.17.1-1.el9_8.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-1.el9.noarch boom-boot-conf-1.6.8-1.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-13.el9_8.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-22.el9.x86_64 daxctl-libs-82-1.el9.x86_64 device-mapper-event-9:1.02.207-4.el9_8.1.x86_64 device-mapper-event-libs-9:1.02.207-4.el9_8.1.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-18.el9_8.1.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_7.noarch firewalld-filesystem-1.3.4-18.el9_7.noarch flac-libs-1.3.3-10.el9_2.1.x86_64 flex-2.6.4-9.el9.x86_64 fonts-filesystem-1:2.0.5-7.el9.1.noarch fstrm-0.6.1-3.el9.x86_64 fuse-common-3.10.2-9.el9.x86_64 fuse-overlayfs-1.16-1.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-6.el9_8.1.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-262.el9.x86_64 glibc-devel-2.34-262.el9.x86_64 glibc-headers-2.34-262.el9.x86_64 gnutls-dane-3.8.10-4.el9_8.x86_64 gnutls-utils-3.8.10-4.el9_8.x86_64 gsettings-desktop-schemas-40.0-8.el9.x86_64 gsm-1.0.19-6.el9.x86_64 http-parser-2.9.4-6.el9.x86_64 ipa-client-4.13.1-3.el9_8.2.x86_64 ipa-client-common-4.13.1-3.el9_8.2.noarch ipa-common-4.13.1-3.el9_8.2.noarch ipa-selinux-4.13.1-3.el9_8.2.noarch ipset-7.11-11.el9_5.x86_64 ipset-libs-7.11-11.el9_5.x86_64 iptables-nft-1.8.10-11.el9_5.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-714.el9.x86_64 kernel-headers-5.14.0-714.el9.x86_64 kmod-kvdo-8.2.7.4-195.el9.x86_64 kpatch-0.9.10-10.el9.noarch kpatch-dnf-0.9.10_0.5-10.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 libatasmart-0.19-22.el9.x86_64 libblkio-1.5.0-1.el9.x86_64 libblockdev-2.28-16.el9.x86_64 libblockdev-crypto-2.28-16.el9.x86_64 libblockdev-fs-2.28-16.el9.x86_64 libblockdev-loop-2.28-16.el9.x86_64 libblockdev-lvm-2.28-16.el9.x86_64 libblockdev-mdraid-2.28-16.el9.x86_64 libblockdev-part-2.28-16.el9.x86_64 libblockdev-swap-2.28-16.el9.x86_64 libblockdev-utils-2.28-16.el9.x86_64 libburn-1.5.4-5.el9.x86_64 libbytesize-2.5-3.el9.x86_64 libcap-ng-python3-0.8.2-7.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 libgudev-237-1.el9.x86_64 libipa_hbac-2.9.9-1.el9.x86_64 libipt-2.0.4-5.el9.x86_64 libisoburn-1.5.4-5.el9_5.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_4.x86_64 libnvme-1.16.1-3.el9_8.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-15.el9_8.2.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_8.x86_64 libsndfile-1.0.31-10.el9.x86_64 libsoup-2.72.0-16.el9_8.1.x86_64 libsss_autofs-2.9.9-1.el9.x86_64 libstemmer-0-18.585svn.el9.x86_64 libtpms-0.9.1-6.20211126git1ff6fe1f43.el9.x86_64 libudisks2-2.9.4-12.el9_7.x86_64 libuv-1:1.42.0-2.el9_4.x86_64 libvirt-client-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-common-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-config-network-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-interface-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-network-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-nodedev-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-nwfilter-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-qemu-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-secret-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-core-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-disk-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-iscsi-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-logical-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-mpath-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-rbd-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-driver-storage-scsi-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-kvm-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-lock-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-log-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-plugin-lockd-11.10.0-12.3.el9_8.x86_64 libvirt-daemon-proxy-11.10.0-12.3.el9_8.x86_64 libvirt-dbus-1.4.1-5.el9.x86_64 libvirt-glib-4.0.0-3.el9.x86_64 libvirt-libs-11.10.0-12.3.el9_8.x86_64 libvirt-ssh-proxy-11.10.0-12.3.el9_8.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-4.el9_8.1.x86_64 lvm2-libs-9:2.03.33-4.el9_8.1.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 mdadm-4.4-3.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_8.x86_64 nmap-ncat-3:7.92-5.el9.x86_64 nspr-4.36.0-8.el9_4.x86_64 nss-3.112.0-8.el9_4.x86_64 nss-softokn-3.112.0-8.el9_4.x86_64 nss-softokn-freebl-3.112.0-8.el9_4.x86_64 nss-sysinit-3.112.0-8.el9_4.x86_64 nss-tools-3.112.0-8.el9_4.x86_64 nss-util-3.112.0-8.el9_4.x86_64 numad-0.5-37.20150602git.el9.x86_64 openssl-devel-1:3.5.5-3.el9_8.x86_64 opus-1.3.1-10.el9.x86_64 osinfo-db-20250606-2.el9_8.noarch osinfo-db-tools-1.10.0-1.el9.x86_64 passt-0^20251210.gd04c480-4.el9_8.x86_64 passt-selinux-0^20251210.gd04c480-4.el9_8.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 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-1.el9.noarch python3-cffi-1.14.5-5.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-dns-2.6.1-3.el9.noarch python3-firewall-1.3.4-18.el9_7.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-into-dbus-python-0.8.2-1.el9.noarch python3-ipaclient-4.13.1-3.el9_8.2.noarch python3-ipalib-4.13.1-3.el9_8.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_8.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-libvirt-11.10.0-2.el9.x86_64 python3-netaddr-0.10.1-3.el9.noarch python3-nftables-1:1.0.9-7.el9_8.x86_64 python3-packaging-20.9-5.el9.noarch python3-pcp-6.3.7-9.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-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-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.22-1.el9_8.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 swtpm-0.8.0-2.el9_4.x86_64 swtpm-libs-0.8.0-2.el9_4.x86_64 swtpm-tools-0.8.0-2.el9_4.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 udisks2-2.9.4-12.el9_7.x86_64 udisks2-iscsi-2.9.4-12.el9_7.x86_64 udisks2-lvm2-2.9.4-12.el9_7.x86_64 unbound-libs-1.24.2-3.el9_8.1.x86_64 unzip-6.0-60.el9.x86_64 usbredir-0.13.0-2.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 virtiofsd-1.13.3-1.el9.x86_64 volume_key-libs-0.3.12-17.el9.x86_64 webkit2gtk3-jsc-2.52.3-1.el9_8.x86_64 wireguard-tools-1.0.20210914-3.el9.x86_64 xkeyboard-config-2.33-2.el9.noarch xorriso-1.5.4-5.el9_5.x86_64 xz-devel-5.2.5-8.el9_0.x86_64 yajl-2.1.0-25.el9.x86_64 zip-3.0-35.el9.x86_64 zlib-devel-1.2.11-40.el9.x86_64 zram-generator-1.1.2-1.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 Last metadata expiration check: 0:04:59 ago on Wed Jun 10 20:05:18 2026. (1/2): clevis-systemd-23-1.el9.x86_64.rpm 1.2 MB/s | 16 kB 00:00 (2/2): clevis-dracut-23-1.el9.x86_64.rpm 1.5 MB/s | 21 kB 00:00 + mkdir -p /var/lib/package-sets/stratis + dnf download --downloaddir=/var/lib/package-sets/stratis stratisd Last metadata expiration check: 0:05:00 ago on Wed Jun 10 20:05:18 2026. stratisd-3.7.3-3.el9.x86_64.rpm 64 MB/s | 3.5 MB 00:00 + rpm -q cloud-init cloud-init-24.4-8.el9.noarch + dnf remove -y cloud-init Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Removing: cloud-init noarch 24.4-8.el9 @System 4.4 M Transaction Summary ================================================================================ Remove 1 Package Freed space: 4.4 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/1 Erasing : cloud-init-24.4-8.el9.noarch 1/1 Running scriptlet: cloud-init-24.4-8.el9.noarch 1/1 /etc/ssh/sshd_config.d/50-cloud-init.conf not removed Verifying : cloud-init-24.4-8.el9.noarch 1/1 Removed: cloud-init-24.4-8.el9.noarch Complete! + '[' -x /usr/bin/insights-client ']' + rpm -q insights-client insights-client-3.9.4-3.el9.noarch + '[' rhel-9-9 '!=' rhel-9-9 ']' + insights-client --version Client: 3.9.4 Core: 3.7.6-1 + insights-client --status This host is unregistered, please ensure that the system is registered with subscription-manager and then with insights-client. 1. Register with subscription-manager # subscription-manager register 2. Register with insights-client # insights-client --register + true + '[' -f /var/lib/insights/newest.egg ']' + dnf --setopt=install_weak_deps=False install -y cockpit Last metadata expiration check: 0:05:03 ago on Wed Jun 10 20:05:18 2026. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: cockpit x86_64 363.2-1.el9 RHEL-BaseOS 39 k Transaction Summary ================================================================================ Install 1 Package Total download size: 39 k Installed size: 36 k Downloading Packages: cockpit-363.2-1.el9.x86_64.rpm 5.2 MB/s | 39 kB 00:00 -------------------------------------------------------------------------------- Total 3.8 MB/s | 39 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: cockpit-363.2-1.el9.x86_64 Complete! + '[' -9-9 '!=' rhel-9-9 ']' + debuginfo-install -y udisks2 Last metadata expiration check: 0:05:05 ago on Wed Jun 10 20:05:18 2026. Could not find debuginfo package for the following installed packages: udisks2-2.9.4-12.el9_7.x86_64 Could not find debugsource package for the following installed packages: udisks2-2.9.4-12.el9_7.x86_64 Dependencies resolved. Nothing to do. Complete! + '[' 1 -eq 1 ']' ++ cut -d - -f 2 + major=9 ++ cut -d - -f 3 + minor=9 + dnf install -y rpm-build Last metadata expiration check: 0:05:05 ago on Wed Jun 10 20:05:18 2026. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: rpm-build x86_64 4.16.1.3-40.el9 RHEL-AppStream 66 k Installing dependencies: annobin x86_64 13.14-1.el9 RHEL-AppStream 788 k debugedit x86_64 5.0-11.el9 RHEL-AppStream 77 k dwz x86_64 0.16-1.el9 RHEL-AppStream 134 k ed x86_64 1.14.2-12.el9 RHEL-BaseOS 78 k efi-srpm-macros noarch 6-4.el9 RHEL-AppStream 21 k elfutils x86_64 0.195-1.el9 RHEL-BaseOS 607 k fonts-srpm-macros noarch 1:2.0.5-7.el9.1 RHEL-AppStream 29 k gcc-plugin-annobin x86_64 11.5.0-14.el9 RHEL-AppStream 37 k ghc-srpm-macros noarch 1.5.0-6.el9 RHEL-AppStream 9.0 k go-srpm-macros noarch 3.8.1-1.el9 RHEL-AppStream 27 k info x86_64 6.7-15.el9 RHEL-BaseOS 228 k kernel-srpm-macros noarch 1.0-14.el9 RHEL-AppStream 14 k lua-srpm-macros noarch 1-6.el9 RHEL-AppStream 10 k ocaml-srpm-macros noarch 6-6.el9 RHEL-AppStream 9.1 k openblas-srpm-macros noarch 2-11.el9 RHEL-AppStream 8.6 k patch x86_64 2.7.6-16.el9 RHEL-AppStream 130 k perl-srpm-macros noarch 1-41.el9 RHEL-AppStream 9.4 k pyproject-srpm-macros noarch 1.18.5-1.el9 RHEL-AppStream 12 k python-srpm-macros noarch 3.9-54.el9 RHEL-AppStream 18 k qt5-srpm-macros noarch 5.15.9-1.el9 RHEL-AppStream 9.1 k redhat-rpm-config noarch 210-1.el9 RHEL-AppStream 70 k rust-srpm-macros noarch 17-4.el9 RHEL-AppStream 11 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 12 MB/s | 78 kB 00:00 (2/23): info-6.7-15.el9.x86_64.rpm 22 MB/s | 228 kB 00:00 (3/23): debugedit-5.0-11.el9.x86_64.rpm 20 MB/s | 77 kB 00:00 (4/23): dwz-0.16-1.el9.x86_64.rpm 33 MB/s | 134 kB 00:00 (5/23): annobin-13.14-1.el9.x86_64.rpm 47 MB/s | 788 kB 00:00 (6/23): efi-srpm-macros-6-4.el9.noarch.rpm 4.0 MB/s | 21 kB 00:00 (7/23): fonts-srpm-macros-2.0.5-7.el9.1.noarch. 13 MB/s | 29 kB 00:00 (8/23): gcc-plugin-annobin-11.5.0-14.el9.x86_64 18 MB/s | 37 kB 00:00 (9/23): ghc-srpm-macros-1.5.0-6.el9.noarch.rpm 5.2 MB/s | 9.0 kB 00:00 (10/23): go-srpm-macros-3.8.1-1.el9.noarch.rpm 14 MB/s | 27 kB 00:00 (11/23): elfutils-0.195-1.el9.x86_64.rpm 19 MB/s | 607 kB 00:00 (12/23): kernel-srpm-macros-1.0-14.el9.noarch.r 3.2 MB/s | 14 kB 00:00 (13/23): lua-srpm-macros-1-6.el9.noarch.rpm 2.9 MB/s | 10 kB 00:00 (14/23): ocaml-srpm-macros-6-6.el9.noarch.rpm 4.0 MB/s | 9.1 kB 00:00 (15/23): openblas-srpm-macros-2-11.el9.noarch.r 3.4 MB/s | 8.6 kB 00:00 (16/23): perl-srpm-macros-1-41.el9.noarch.rpm 3.6 MB/s | 9.4 kB 00:00 (17/23): patch-2.7.6-16.el9.x86_64.rpm 27 MB/s | 130 kB 00:00 (18/23): pyproject-srpm-macros-1.18.5-1.el9.noa 4.0 MB/s | 12 kB 00:00 (19/23): python-srpm-macros-3.9-54.el9.noarch.r 5.3 MB/s | 18 kB 00:00 (20/23): qt5-srpm-macros-5.15.9-1.el9.noarch.rp 3.6 MB/s | 9.1 kB 00:00 (21/23): redhat-rpm-config-210-1.el9.noarch.rpm 14 MB/s | 70 kB 00:00 (22/23): rust-srpm-macros-17-4.el9.noarch.rpm 2.4 MB/s | 11 kB 00:00 (23/23): rpm-build-4.16.1.3-40.el9.x86_64.rpm 9.4 MB/s | 66 kB 00:00 -------------------------------------------------------------------------------- Total 46 MB/s | 2.3 MB 00:00 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: 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 Last metadata expiration check: 0:05:07 ago on Wed Jun 10 20:05:18 2026. epel-release-latest-9.noarch.rpm 857 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: epel-release-9-10.el9.noarch Complete! + dnf install -y mock Extra Packages for Enterprise Linux 9 - x86_64 22 MB/s | 21 MB 00:00 Extra Packages for Enterprise Linux 9 openh264 6.9 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 RHEL-AppStream 12 k createrepo_c x86_64 0.20.1-4.el9 RHEL-AppStream 77 k createrepo_c-libs x86_64 0.20.1-4.el9 RHEL-AppStream 100 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 RHEL-AppStream 11 M skopeo x86_64 2:1.22.2-2.el9 RHEL-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 1.2 MB/s | 12 kB 00:00 (2/13): createrepo_c-libs-0.20.1-4.el9.x86_64.r 8.7 MB/s | 100 kB 00:00 (3/13): createrepo_c-0.20.1-4.el9.x86_64.rpm 2.6 MB/s | 77 kB 00:00 (4/13): skopeo-1.22.2-2.el9.x86_64.rpm 108 MB/s | 8.2 MB 00:00 (5/13): buildah-1.43.1-1.el9.x86_64.rpm 75 MB/s | 11 MB 00:00 (6/13): btrfs-progs-6.12-3.el9.x86_64.rpm 10 MB/s | 1.2 MB 00:00 (7/13): mock-core-configs-44.2-1.el9.noarch.rpm 6.2 MB/s | 110 kB 00:00 (8/13): mock-filesystem-6.7-1.el9.noarch.rpm 1.4 MB/s | 21 kB 00:00 (9/13): distribution-gpg-keys-1.119-1.el9.noarc 7.0 MB/s | 741 kB 00:00 (10/13): python3-backoff-2.2.1-1.el9.noarch.rpm 2.0 MB/s | 31 kB 00:00 (11/13): python3-templated-dictionary-1.5-1.el9 1.2 MB/s | 19 kB 00:00 (12/13): python3-pyroute2-0.5.14-3.el9.noarch.r 30 MB/s | 618 kB 00:00 (13/13): mock-6.7-1.el9.noarch.rpm 2.1 MB/s | 242 kB 00:00 -------------------------------------------------------------------------------- Total 54 MB/s | 22 MB 00:00 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: 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 + '[' 9-9 '!=' rhel-9-9 ']' + '[' rhel-9-9 '!=' rhel-9-9 ']' + '[' rhel-9-9 '!=' rhel-9-9 ']' + zversion=.0 + cat + useradd -c Builder -G mock builder ++ cut -d - -f 1 + opsys=rhel ++ cut -d - -f 2 + version=9 ++ /var/lib/testvm/build-deps.sh 'rhel 9' warning: Macro expanded in comment on line 16: %{version}. + 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/rhel-candidate-x86_64-bootstrap/yum_cache DEBUG: created dir: /var/cache/mock/rhel-candidate-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/dnf_cache DEBUG: created dir: /var/cache/mock/rhel-candidate-x86_64-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/yum_cache DEBUG: created dir: /var/cache/mock/rhel-candidate-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/dnf_cache DEBUG: created dir: /var/cache/mock/rhel-candidate-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/rhel+epel-9-x86_64.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.7 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /var/lib/mock/rhel-candidate-x86_64/result DEBUG: rootdir: /var/lib/mock/rhel-candidate-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: 86400 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.7r5ggbf2:/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: fedora:latest DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False 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/rhel-candidate-x86_64/ccache/u1002/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/rhel-candidate-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/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'expand_spec_enable': False, 'expand_spec_opts': {'rpmspec_opts': [], 'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-x86_64/result'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/rhel-candidate-x86_64', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/rhel-candidate-x86_64', 'root': 'rhel-candidate-x86_64', 'resultdir': '/var/lib/mock/rhel-candidate-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: groupinstall build DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: None 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': 'rhel-9-9-127-0-0-2-2201'} 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: [] 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 (rhel-candidate-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: 7786b593-6a22-4d5d-80ff-e6226b536fc0 DEBUG: config_path: /etc/mock DEBUG: chroot_name: default DEBUG: config_file: /etc/mock/default.cfg DEBUG: dnf.conf: [main] cachedir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 keepcache=1 install_weak_deps=0 strict=1 # repos [build] name=build baseurl=http://download.devel.redhat.com/brewroot/repos/rhel-9.9.0-build/latest/x86_64/ module_hotfixes=1 DEBUG: root: rhel-candidate-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/rhel-candidate-x86_64 DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/result DEBUG: created dir: /var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/results DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/root_cache/ DEBUG: created dir: /var/cache/mock/rhel-candidate-x86_64-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/yum DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/log DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/yum DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/rpm DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/tmp DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/tmp/ccache DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/tmp DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/proc DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/sys DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/pts DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/shm DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-714.el9.x86_64 DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/rhel-candidate-x86_64-bootstrap/root DEBUG: resultdir = /var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64-bootstrap/yum_cache', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64-bootstrap/dnf_cache', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/etc Start(bootstrap): installing dnf tooling DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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.vkc9szjm', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/installation-homedir DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/', '--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/rhel-candidate-x86_64-bootstrap/root/', '--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/rhel-candidate-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: Unable to detect release version (use '--releasever' to specify release version) DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:03 ago on Wed Jun 10 20:10:43 2026. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-dnf noarch 4.14.0-36.el9 build 413 k DEBUG: python3-dnf-plugins-core noarch 4.3.0-26.el9 build 245 k DEBUG: Installing dependencies: DEBUG: alternatives x86_64 1.24-2.el9 build 38 k DEBUG: attr x86_64 2.5.1-3.el9 build 58 k DEBUG: audit-libs x86_64 3.1.5-8.el9 build 121 k DEBUG: basesystem noarch 11-13.el9 build 7.0 k DEBUG: bash x86_64 5.1.8-9.el9 build 1.7 M DEBUG: bzip2-libs x86_64 1.0.8-11.el9 build 39 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.305-91.el9 build 943 k DEBUG: coreutils x86_64 8.32-41.el9 build 1.1 M DEBUG: coreutils-common x86_64 8.32-41.el9 build 2.0 M DEBUG: crypto-policies noarch 20260224-1.gitea0f072.el9 build 56 k DEBUG: curl x86_64 7.76.1-43.el9 build 292 k DEBUG: cyrus-sasl-lib x86_64 2.1.27-22.el9 build 762 k DEBUG: dbus-libs x86_64 1:1.12.20-9.el9 build 151 k DEBUG: dnf-data noarch 4.14.0-36.el9 build 36 k DEBUG: elfutils-default-yama-scope noarch 0.195-1.el9 build 8.9 k DEBUG: elfutils-libelf x86_64 0.195-1.el9 build 205 k DEBUG: elfutils-libs x86_64 0.195-1.el9 build 269 k DEBUG: expat x86_64 2.5.0-6.el9_8.1 build 117 k DEBUG: file-libs x86_64 5.39-17.el9 build 587 k DEBUG: filesystem x86_64 3.16-5.el9 build 1.1 M DEBUG: findutils x86_64 1:4.8.0-7.el9 build 536 k DEBUG: gawk x86_64 5.1.0-6.el9 build 996 k DEBUG: gdbm-libs x86_64 1:1.23-1.el9 build 55 k DEBUG: glib2 x86_64 2.68.4-19.el9_8.1 build 2.6 M DEBUG: glibc x86_64 2.34-262.el9 build 2.0 M DEBUG: glibc-common x86_64 2.34-262.el9 build 300 k DEBUG: glibc-minimal-langpack x86_64 2.34-262.el9 build 27 k DEBUG: gmp x86_64 1:6.2.0-13.el9 build 314 k DEBUG: gnupg2 x86_64 2.3.3-5.el9_7 build 2.5 M DEBUG: gnutls x86_64 3.8.10-5.el9_8 build 1.4 M DEBUG: gpgme x86_64 1.15.1-6.el9 build 206 k DEBUG: grep x86_64 3.6-5.el9 build 257 k DEBUG: ima-evm-utils x86_64 1.6.2-3.el9 build 70 k DEBUG: json-c x86_64 0.14-11.el9 build 42 k DEBUG: json-glib x86_64 1.6.6-1.el9 build 151 k DEBUG: keyutils x86_64 1.6.3-1.el9 build 71 k DEBUG: keyutils-libs x86_64 1.6.3-1.el9 build 31 k DEBUG: krb5-libs x86_64 1.21.1-10.el9 build 754 k DEBUG: libacl x86_64 2.3.1-4.el9 build 22 k DEBUG: libarchive x86_64 3.5.3-9.el9_7 build 387 k DEBUG: libassuan x86_64 2.5.5-3.el9 build 67 k DEBUG: libattr x86_64 2.5.1-3.el9 build 18 k DEBUG: libblkid x86_64 2.37.4-25.el9 build 105 k DEBUG: libbrotli x86_64 1.0.9-9.el9_7 build 312 k DEBUG: libcap x86_64 2.48-10.el9_8.1 build 66 k DEBUG: libcap-ng x86_64 0.8.2-7.el9 build 32 k DEBUG: libcom_err x86_64 1.46.5-8.el9 build 25 k DEBUG: libcomps x86_64 0.1.18-1.el9 build 77 k DEBUG: libcurl x86_64 7.76.1-43.el9 build 283 k DEBUG: libdnf x86_64 0.69.0-19.el9 build 654 k DEBUG: libevent x86_64 2.1.12-8.el9_4 build 260 k DEBUG: libffi x86_64 3.4.2-8.el9 build 37 k DEBUG: libgcc x86_64 11.5.0-14.el9 build 85 k DEBUG: libgcrypt x86_64 1.10.0-11.el9 build 507 k DEBUG: libgomp x86_64 11.5.0-14.el9 build 258 k DEBUG: libgpg-error x86_64 1.42-5.el9 build 211 k DEBUG: libidn2 x86_64 2.3.0-7.el9 build 95 k DEBUG: libksba x86_64 1.5.1-7.el9 build 152 k DEBUG: libmodulemd x86_64 2.13.0-2.el9 build 232 k DEBUG: libmount x86_64 2.37.4-25.el9 build 133 k DEBUG: libnghttp2 x86_64 1.43.0-7.el9 build 72 k DEBUG: libpsl x86_64 0.21.1-5.el9 build 63 k DEBUG: librepo x86_64 1.19.0-1.el9 build 89 k DEBUG: libreport-filesystem noarch 2.15.2-6.el9 build 12 k DEBUG: librhsm x86_64 0.0.3-9.el9 build 34 k DEBUG: libselinux x86_64 3.6-4.el9 build 84 k DEBUG: libsemanage x86_64 3.6-5.el9_6 build 117 k DEBUG: libsepol x86_64 3.6-3.el9 build 328 k DEBUG: libsigsegv x86_64 2.13-4.el9 build 26 k DEBUG: libsmartcols x86_64 2.37.4-25.el9 build 61 k DEBUG: libsolv x86_64 0.7.24-5.el9_8 build 402 k DEBUG: libssh x86_64 0.10.4-18.el9 build 213 k DEBUG: libssh-config noarch 0.10.4-18.el9 build 8.1 k DEBUG: libstdc++ x86_64 11.5.0-14.el9 build 742 k DEBUG: libtasn1 x86_64 4.16.0-10.el9_8 build 73 k DEBUG: libtool-ltdl x86_64 2.4.6-46.el9 build 35 k DEBUG: libunistring x86_64 0.9.10-15.el9 build 495 k DEBUG: libuuid x86_64 2.37.4-25.el9 build 26 k DEBUG: libverto x86_64 0.3.2-3.el9 build 21 k DEBUG: libxcrypt x86_64 4.4.18-3.el9 build 115 k DEBUG: libxml2 x86_64 2.9.13-15.el9 build 746 k DEBUG: libyaml x86_64 0.2.5-7.el9 build 60 k DEBUG: libzstd x86_64 1.5.5-1.el9 build 294 k DEBUG: lua-libs x86_64 5.4.4-4.el9 build 129 k DEBUG: lz4-libs x86_64 1.9.3-5.el9 build 67 k DEBUG: mpfr x86_64 4.1.0-10.el9 build 324 k DEBUG: ncurses-base noarch 6.2-12.20210508.el9 build 60 k DEBUG: ncurses-libs x86_64 6.2-12.20210508.el9 build 322 k DEBUG: nettle x86_64 3.10.1-1.el9 build 562 k DEBUG: npth x86_64 1.6-8.el9 build 24 k DEBUG: openldap x86_64 2.6.13-1.el9 build 266 k DEBUG: openssl-fips-provider x86_64 3.0.7-11.el9_8 build 7.6 k DEBUG: openssl-fips-provider-so x86_64 3.0.7-11.el9_8 build 575 k DEBUG: openssl-libs x86_64 1:3.5.5-3.el9_8 build 2.3 M DEBUG: p11-kit x86_64 0.26.2-1.el9 build 584 k DEBUG: p11-kit-trust x86_64 0.26.2-1.el9 build 155 k DEBUG: pcre x86_64 8.44-4.el9 build 196 k DEBUG: pcre2 x86_64 10.40-6.el9 build 233 k DEBUG: pcre2-syntax noarch 10.40-6.el9 build 140 k DEBUG: popt x86_64 1.18-8.el9 build 58 k DEBUG: publicsuffix-list-dafsa noarch 20210518-3.el9 build 57 k DEBUG: python3 x86_64 3.9.25-7.el9_8 build 26 k DEBUG: python3-dateutil noarch 1:2.9.0.post0-1.el9_7 build 290 k DEBUG: python3-dbus x86_64 1.2.18-2.el9 build 132 k DEBUG: python3-gpg x86_64 1.15.1-6.el9 build 261 k DEBUG: python3-hawkey x86_64 0.69.0-19.el9 build 101 k DEBUG: python3-libcomps x86_64 0.1.18-1.el9 build 48 k DEBUG: python3-libdnf x86_64 0.69.0-19.el9 build 783 k DEBUG: python3-libs x86_64 3.9.25-7.el9_8 build 7.5 M DEBUG: python3-pip-wheel noarch 21.3.1-2.el9_8 build 1.1 M DEBUG: python3-rpm x86_64 4.16.1.3-40.el9 build 64 k DEBUG: python3-setuptools-wheel noarch 53.0.0-15.el9 build 467 k DEBUG: python3-six noarch 1.15.0-9.el9 build 36 k DEBUG: python3-systemd x86_64 234-19.el9 build 82 k DEBUG: readline x86_64 8.1-4.el9 build 211 k DEBUG: redhat-release x86_64 9.9-0.6.el9 build 50 k DEBUG: rpm x86_64 4.16.1.3-40.el9 build 484 k DEBUG: rpm-build-libs x86_64 4.16.1.3-40.el9 build 88 k DEBUG: rpm-libs x86_64 4.16.1.3-40.el9 build 307 k DEBUG: rpm-sign-libs x86_64 4.16.1.3-40.el9 build 20 k DEBUG: sed x86_64 4.8-10.el9 build 295 k DEBUG: setup noarch 2.13.7-10.el9 build 140 k DEBUG: shadow-utils x86_64 2:4.9-17.el9 build 1.1 M DEBUG: sqlite-libs x86_64 3.34.1-10.el9_8 build 643 k DEBUG: systemd-libs x86_64 252-70.el9 build 660 k DEBUG: tpm2-tss x86_64 3.2.3-1.el9 build 594 k DEBUG: tzdata noarch 2026b-1.el9 build 497 k DEBUG: xz-libs x86_64 5.2.5-8.el9_0 build 92 k DEBUG: zlib x86_64 1.2.11-40.el9 build 90 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 131 Packages DEBUG: Total download size: 52 M DEBUG: Installed size: 181 M DEBUG: Downloading Packages: DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 51 MB/s | 52 MB 00:01 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew DEBUG: useradd: Warning: missing or non-executable shell '/usr/sbin/nologin' 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: coreutils-8.32-41.el9.x86_64 DEBUG: coreutils-common-8.32-41.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-22.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_8.1.x86_64 DEBUG: file-libs-5.39-17.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-19.el9_8.1.x86_64 DEBUG: glibc-2.34-262.el9.x86_64 DEBUG: glibc-common-2.34-262.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-262.el9.x86_64 DEBUG: gmp-1:6.2.0-13.el9.x86_64 DEBUG: gnupg2-2.3.3-5.el9_7.x86_64 DEBUG: gnutls-3.8.10-5.el9_8.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: json-glib-1.6.6-1.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_7.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_7.x86_64 DEBUG: libcap-2.48-10.el9_8.1.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_4.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: librhsm-0.0.3-9.el9.x86_64 DEBUG: libselinux-3.6-4.el9.x86_64 DEBUG: libsemanage-3.6-5.el9_6.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-5.el9_8.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_8.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-3.0.7-11.el9_8.x86_64 DEBUG: openssl-fips-provider-so-3.0.7-11.el9_8.x86_64 DEBUG: openssl-libs-1:3.5.5-3.el9_8.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_8.x86_64 DEBUG: python3-dateutil-1:2.9.0.post0-1.el9_7.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_8.x86_64 DEBUG: python3-pip-wheel-21.3.1-2.el9_8.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: redhat-release-9.9-0.6.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_8.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_0.x86_64 DEBUG: zlib-1.2.11-40.el9.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root_cache/cache.tar.gz', '-C', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/result INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/root_cache/ DEBUG: created dir: /var/cache/mock/rhel-candidate-x86_64/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-x86_64/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/rhel-candidate-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.21 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 534Mi 325Mi 7.0Mi 1.0Gi 1.1Gi DEBUG: Swap: 1.7Gi 0.0Ki 1.7Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/rhel-candidate-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 4.2G 14G 23% / DEBUG: /dev/vda4 xfs 18G 4.2G 14G 23% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/yum DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/log DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/yum DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/rpm DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/tmp DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/tmp/ccache DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/tmp DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/proc DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/sys DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/pts DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/shm DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/dev/mapper DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/dev/mapper DEBUG: kernel version == 5.14.0-714.el9.x86_64 DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/etc/fstab DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/rhel-candidate-x86_64/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/rhel-candidate-x86_64/root DEBUG: resultdir = /var/lib/mock/rhel-candidate-x86_64/result INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64/yum_cache', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/rhel-candidate-x86_64/dnf_cache', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/etc Start: installing minimal buildroot with dnf DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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.ooxj2qj0', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/rhel-candidate-x86_64/root', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/installation-homedir DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/rhel-candidate-x86_64/root/', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'groupinstall', 'build'] DEBUG: child environment: None DEBUG: Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.wt8gz052:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '1e663a8cb2eb4ef5b18e2cca995a39f1', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.wt8gz052:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'groupinstall', 'build', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/rhel-candidate-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: Unable to detect release version (use '--releasever' to specify release version) DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:03 ago on Wed Jun 10 20:11:05 2026. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repo Size DEBUG: ================================================================================ DEBUG: Installing group/module packages: DEBUG: bash x86_64 5.1.8-9.el9 build 1.7 M DEBUG: bzip2 x86_64 1.0.8-11.el9 build 51 k DEBUG: coreutils x86_64 8.32-41.el9 build 1.1 M DEBUG: cpio x86_64 2.13-16.el9 build 269 k DEBUG: diffutils x86_64 3.7-12.el9 build 388 k DEBUG: findutils x86_64 1:4.8.0-7.el9 build 536 k DEBUG: gawk x86_64 5.1.0-6.el9 build 996 k DEBUG: glibc-minimal-langpack x86_64 2.34-262.el9 build 27 k DEBUG: grep x86_64 3.6-5.el9 build 257 k DEBUG: gzip x86_64 1.12-1.el9 build 157 k DEBUG: info x86_64 6.7-15.el9 build 224 k DEBUG: make x86_64 1:4.3-8.el9 build 530 k DEBUG: patch x86_64 2.7.6-16.el9 build 127 k DEBUG: redhat-ca-certificate noarch 1.1.0-2.el8eng build 8.2 k DEBUG: redhat-release x86_64 9.9-0.6.el9 build 50 k DEBUG: redhat-rpm-config noarch 210-1.el9 build 65 k DEBUG: rpm-build x86_64 4.16.1.3-40.el9 build 58 k DEBUG: sed x86_64 4.8-10.el9 build 295 k DEBUG: shadow-utils x86_64 2:4.9-17.el9 build 1.1 M DEBUG: tar x86_64 2:1.34-11.el9 build 876 k DEBUG: unzip x86_64 6.0-60.el9 build 180 k DEBUG: util-linux x86_64 2.37.4-25.el9 build 2.2 M DEBUG: which x86_64 2.21-30.el9 build 40 k DEBUG: xz x86_64 5.2.5-8.el9_0 build 214 k DEBUG: Installing dependencies: DEBUG: alternatives x86_64 1.24-2.el9 build 38 k DEBUG: audit-libs x86_64 3.1.5-8.el9 build 121 k DEBUG: basesystem noarch 11-13.el9 build 7.0 k DEBUG: binutils x86_64 2.35.2-72.el9 build 4.5 M DEBUG: binutils-gold x86_64 2.35.2-72.el9 build 734 k DEBUG: bzip2-libs x86_64 1.0.8-11.el9 build 39 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.305-91.el9 build 943 k DEBUG: coreutils-common x86_64 8.32-41.el9 build 2.0 M DEBUG: cracklib x86_64 2.9.6-28.el9 build 80 k DEBUG: cracklib-dicts x86_64 2.9.6-28.el9 build 3.6 M DEBUG: crypto-policies noarch 20260224-1.gitea0f072.el9 build 56 k DEBUG: curl x86_64 7.76.1-43.el9 build 292 k DEBUG: cyrus-sasl-lib x86_64 2.1.27-22.el9 build 762 k DEBUG: debugedit x86_64 5.0-11.el9 build 76 k DEBUG: dwz x86_64 0.16-1.el9 build 133 k DEBUG: ed x86_64 1.14.2-12.el9 build 74 k DEBUG: efi-srpm-macros noarch 6-4.el9 build 21 k DEBUG: elfutils x86_64 0.195-1.el9 build 595 k DEBUG: elfutils-debuginfod-client x86_64 0.195-1.el9 build 43 k DEBUG: elfutils-default-yama-scope noarch 0.195-1.el9 build 8.9 k DEBUG: elfutils-libelf x86_64 0.195-1.el9 build 205 k DEBUG: elfutils-libs x86_64 0.195-1.el9 build 269 k DEBUG: file x86_64 5.39-17.el9 build 47 k DEBUG: file-libs x86_64 5.39-17.el9 build 587 k DEBUG: filesystem x86_64 3.16-5.el9 build 1.1 M DEBUG: fonts-srpm-macros noarch 1:2.0.5-7.el9.1 build 27 k DEBUG: gdb-minimal x86_64 16.3-3.el9 build 4.4 M DEBUG: gdbm-libs x86_64 1:1.23-1.el9 build 55 k DEBUG: ghc-srpm-macros noarch 1.5.0-6.el9 build 7.7 k DEBUG: glibc x86_64 2.34-262.el9 build 2.0 M DEBUG: glibc-common x86_64 2.34-262.el9 build 300 k DEBUG: glibc-gconv-extra x86_64 2.34-262.el9 build 1.6 M DEBUG: gmp x86_64 1:6.2.0-13.el9 build 314 k DEBUG: go-srpm-macros noarch 3.8.1-1.el9 build 27 k DEBUG: groff-base x86_64 1.22.4-10.el9 build 1.0 M DEBUG: json-c x86_64 0.14-11.el9 build 42 k DEBUG: kernel-srpm-macros noarch 1.0-14.el9 build 14 k DEBUG: keyutils-libs x86_64 1.6.3-1.el9 build 31 k DEBUG: krb5-libs x86_64 1.21.1-10.el9 build 754 k DEBUG: libacl x86_64 2.3.1-4.el9 build 22 k DEBUG: libarchive x86_64 3.5.3-9.el9_7 build 387 k DEBUG: libattr x86_64 2.5.1-3.el9 build 18 k DEBUG: libblkid x86_64 2.37.4-25.el9 build 105 k DEBUG: libbrotli x86_64 1.0.9-9.el9_7 build 312 k DEBUG: libcap x86_64 2.48-10.el9_8.1 build 66 k DEBUG: libcap-ng x86_64 0.8.2-7.el9 build 32 k DEBUG: libcom_err x86_64 1.46.5-8.el9 build 25 k DEBUG: libcurl x86_64 7.76.1-43.el9 build 283 k DEBUG: libdb x86_64 5.3.28-57.el9_6 build 734 k DEBUG: libeconf x86_64 0.4.1-7.el9_8 build 26 k DEBUG: libevent x86_64 2.1.12-8.el9_4 build 260 k DEBUG: libfdisk x86_64 2.37.4-25.el9 build 152 k DEBUG: libffi x86_64 3.4.2-8.el9 build 37 k DEBUG: libgcc x86_64 11.5.0-14.el9 build 85 k DEBUG: libgcrypt x86_64 1.10.0-11.el9 build 507 k DEBUG: libgomp x86_64 11.5.0-14.el9 build 258 k DEBUG: libgpg-error x86_64 1.42-5.el9 build 211 k DEBUG: libidn2 x86_64 2.3.0-7.el9 build 95 k DEBUG: libmount x86_64 2.37.4-25.el9 build 133 k DEBUG: libnghttp2 x86_64 1.43.0-7.el9 build 72 k DEBUG: libpkgconf x86_64 1.7.3-10.el9 build 35 k DEBUG: libpsl x86_64 0.21.1-5.el9 build 63 k DEBUG: libpwquality x86_64 1.4.4-8.el9 build 105 k DEBUG: libselinux x86_64 3.6-4.el9 build 84 k DEBUG: libsemanage x86_64 3.6-5.el9_6 build 117 k DEBUG: libsepol x86_64 3.6-3.el9 build 328 k DEBUG: libsigsegv x86_64 2.13-4.el9 build 26 k DEBUG: libsmartcols x86_64 2.37.4-25.el9 build 61 k DEBUG: libssh x86_64 0.10.4-18.el9 build 213 k DEBUG: libssh-config noarch 0.10.4-18.el9 build 8.1 k DEBUG: libstdc++ x86_64 11.5.0-14.el9 build 742 k DEBUG: libtasn1 x86_64 4.16.0-10.el9_8 build 73 k DEBUG: libtool-ltdl x86_64 2.4.6-46.el9 build 35 k DEBUG: libunistring x86_64 0.9.10-15.el9 build 495 k DEBUG: libutempter x86_64 1.2.1-6.el9 build 26 k DEBUG: libuuid x86_64 2.37.4-25.el9 build 26 k DEBUG: libverto x86_64 0.3.2-3.el9 build 21 k DEBUG: libxcrypt x86_64 4.4.18-3.el9 build 115 k DEBUG: libxml2 x86_64 2.9.13-15.el9 build 746 k DEBUG: libzstd x86_64 1.5.5-1.el9 build 294 k DEBUG: lua-libs x86_64 5.4.4-4.el9 build 129 k DEBUG: lua-srpm-macros noarch 1-6.el9 build 8.5 k DEBUG: lz4-libs x86_64 1.9.3-5.el9 build 67 k DEBUG: mpfr x86_64 4.1.0-10.el9 build 324 k DEBUG: ncurses x86_64 6.2-12.20210508.el9 build 399 k DEBUG: ncurses-base noarch 6.2-12.20210508.el9 build 60 k DEBUG: ncurses-libs x86_64 6.2-12.20210508.el9 build 322 k DEBUG: ocaml-srpm-macros noarch 6-6.el9 build 7.7 k DEBUG: openblas-srpm-macros noarch 2-11.el9 build 7.3 k DEBUG: openldap x86_64 2.6.13-1.el9 build 266 k DEBUG: openssl x86_64 1:3.5.5-3.el9_8 build 1.4 M DEBUG: openssl-fips-provider x86_64 3.0.7-11.el9_8 build 7.6 k DEBUG: openssl-fips-provider-so x86_64 3.0.7-11.el9_8 build 575 k DEBUG: openssl-libs x86_64 1:3.5.5-3.el9_8 build 2.3 M DEBUG: p11-kit x86_64 0.26.2-1.el9 build 584 k DEBUG: p11-kit-trust x86_64 0.26.2-1.el9 build 155 k DEBUG: pam x86_64 1.5.1-29.el9 build 544 k DEBUG: pcre x86_64 8.44-4.el9 build 196 k DEBUG: pcre2 x86_64 10.40-6.el9 build 233 k DEBUG: pcre2-syntax noarch 10.40-6.el9 build 140 k DEBUG: perl-AutoLoader noarch 5.74-481.1.el9_6 build 20 k DEBUG: perl-B x86_64 1.80-481.1.el9_6 build 177 k DEBUG: perl-Carp noarch 1.50-460.el9 build 29 k DEBUG: perl-Class-Struct noarch 0.66-481.1.el9_6 build 21 k DEBUG: perl-Data-Dumper x86_64 2.174-462.el9 build 55 k DEBUG: perl-Digest noarch 1.19-4.el9 build 25 k DEBUG: perl-Digest-MD5 x86_64 2.58-4.el9 build 36 k DEBUG: perl-Encode x86_64 4:3.08-462.el9 build 1.7 M DEBUG: perl-Errno x86_64 1.30-481.1.el9_6 build 13 k DEBUG: perl-Exporter noarch 5.74-461.el9 build 31 k DEBUG: perl-Fcntl x86_64 1.13-481.1.el9_6 build 19 k DEBUG: perl-File-Basename noarch 2.85-481.1.el9_6 build 16 k DEBUG: perl-File-Path noarch 2.18-4.el9 build 35 k DEBUG: perl-File-Temp noarch 1:0.231.100-4.el9 build 59 k DEBUG: perl-File-stat noarch 1.09-481.1.el9_6 build 16 k DEBUG: perl-FileHandle noarch 2.03-481.1.el9_6 build 14 k DEBUG: perl-Getopt-Long noarch 1:2.52-4.el9 build 59 k DEBUG: perl-Getopt-Std noarch 1.12-481.1.el9_6 build 14 k DEBUG: perl-HTTP-Tiny noarch 0.076-462.el9 build 53 k DEBUG: perl-IO x86_64 1.43-481.1.el9_6 build 85 k DEBUG: perl-IO-Socket-IP noarch 0.41-5.el9 build 42 k DEBUG: perl-IO-Socket-SSL noarch 2.073-2.el9 build 214 k DEBUG: perl-IPC-Open3 noarch 1.21-481.1.el9_6 build 21 k DEBUG: perl-MIME-Base64 x86_64 3.16-4.el9 build 30 k DEBUG: perl-Mozilla-CA noarch 20200520-6.el9 build 12 k DEBUG: perl-Net-SSLeay x86_64 1.94-4.el9 build 390 k DEBUG: perl-POSIX x86_64 1.94-481.1.el9_6 build 95 k DEBUG: perl-PathTools x86_64 3.78-461.el9 build 85 k DEBUG: perl-Pod-Escapes noarch 1:1.07-460.el9 build 20 k DEBUG: perl-Pod-Perldoc noarch 3.28.01-461.el9 build 83 k DEBUG: perl-Pod-Simple noarch 1:3.42-4.el9 build 215 k DEBUG: perl-Pod-Usage noarch 4:2.01-4.el9 build 40 k DEBUG: perl-Scalar-List-Utils x86_64 4:1.56-462.el9 build 70 k DEBUG: perl-SelectSaver noarch 1.02-481.1.el9_6 build 10 k DEBUG: perl-Socket x86_64 4:2.031-4.el9 build 54 k DEBUG: perl-Storable x86_64 1:3.21-460.el9 build 95 k DEBUG: perl-Symbol noarch 1.08-481.1.el9_6 build 13 k DEBUG: perl-Term-ANSIColor noarch 5.01-461.el9 build 48 k DEBUG: perl-Term-Cap noarch 1.17-460.el9 build 22 k DEBUG: perl-Text-ParseWords noarch 3.30-460.el9 build 16 k DEBUG: perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 build 22 k DEBUG: perl-Time-Local noarch 2:1.300-7.el9 build 33 k DEBUG: perl-URI noarch 5.09-3.el9 build 108 k DEBUG: perl-base noarch 2.27-481.1.el9_6 build 15 k DEBUG: perl-constant noarch 1.33-461.el9 build 23 k DEBUG: perl-if noarch 0.60.800-481.1.el9_6 build 12 k DEBUG: perl-interpreter x86_64 4:5.32.1-481.1.el9_6 build 69 k DEBUG: perl-libnet noarch 3.13-4.el9 build 125 k DEBUG: perl-libs x86_64 4:5.32.1-481.1.el9_6 build 2.0 M DEBUG: perl-mro x86_64 1.23-481.1.el9_6 build 27 k DEBUG: perl-overload noarch 1.31-481.1.el9_6 build 44 k DEBUG: perl-overloading noarch 0.02-481.1.el9_6 build 11 k DEBUG: perl-parent noarch 1:0.238-460.el9 build 14 k DEBUG: perl-podlators noarch 1:4.14-460.el9 build 111 k DEBUG: perl-srpm-macros noarch 1-41.el9 build 8.1 k DEBUG: perl-subs noarch 1.03-481.1.el9_6 build 10 k DEBUG: perl-vars noarch 1.05-481.1.el9_6 build 11 k DEBUG: pkgconf x86_64 1.7.3-10.el9 build 40 k DEBUG: pkgconf-m4 noarch 1.7.3-10.el9 build 14 k DEBUG: pkgconf-pkg-config x86_64 1.7.3-10.el9 build 10 k DEBUG: popt x86_64 1.18-8.el9 build 58 k DEBUG: publicsuffix-list-dafsa noarch 20210518-3.el9 build 57 k DEBUG: pyproject-srpm-macros noarch 1.18.5-1.el9 build 12 k DEBUG: python-srpm-macros noarch 3.9-54.el9 build 16 k DEBUG: qt5-srpm-macros noarch 5.15.9-1.el9 build 7.8 k DEBUG: readline x86_64 8.1-4.el9 build 211 k DEBUG: rpm x86_64 4.16.1.3-40.el9 build 484 k DEBUG: rpm-build-libs x86_64 4.16.1.3-40.el9 build 88 k DEBUG: rpm-libs x86_64 4.16.1.3-40.el9 build 307 k DEBUG: rust-srpm-macros noarch 17-4.el9 build 9.2 k DEBUG: setup noarch 2.13.7-10.el9 build 140 k DEBUG: sqlite-libs x86_64 3.34.1-10.el9_8 build 643 k DEBUG: systemd-libs x86_64 252-70.el9 build 660 k DEBUG: tzdata noarch 2026b-1.el9 build 497 k DEBUG: util-linux-core x86_64 2.37.4-25.el9 build 431 k DEBUG: xz-libs x86_64 5.2.5-8.el9_0 build 92 k DEBUG: zip x86_64 3.0-35.el9 build 263 k DEBUG: zlib x86_64 1.2.11-40.el9 build 90 k DEBUG: zstd x86_64 1.5.5-1.el9 build 462 k DEBUG: Installing Groups: DEBUG: build DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 203 Packages DEBUG: Total download size: 64 M DEBUG: Installed size: 224 M DEBUG: Downloading Packages: DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 48 MB/s | 64 MB 00:01 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew 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: coreutils-8.32-41.el9.x86_64 DEBUG: coreutils-common-8.32-41.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-22.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-17.el9.x86_64 DEBUG: file-libs-5.39-17.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-262.el9.x86_64 DEBUG: glibc-common-2.34-262.el9.x86_64 DEBUG: glibc-gconv-extra-2.34-262.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-262.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_7.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_7.x86_64 DEBUG: libcap-2.48-10.el9_8.1.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_6.x86_64 DEBUG: libeconf-0.4.1-7.el9_8.x86_64 DEBUG: libevent-2.1.12-8.el9_4.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_6.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_8.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_8.x86_64 DEBUG: openssl-fips-provider-3.0.7-11.el9_8.x86_64 DEBUG: openssl-fips-provider-so-3.0.7-11.el9_8.x86_64 DEBUG: openssl-libs-1:3.5.5-3.el9_8.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-481.1.el9_6.noarch DEBUG: perl-B-1.80-481.1.el9_6.x86_64 DEBUG: perl-Carp-1.50-460.el9.noarch DEBUG: perl-Class-Struct-0.66-481.1.el9_6.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-481.1.el9_6.x86_64 DEBUG: perl-Exporter-5.74-461.el9.noarch DEBUG: perl-Fcntl-1.13-481.1.el9_6.x86_64 DEBUG: perl-File-Basename-2.85-481.1.el9_6.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-481.1.el9_6.noarch DEBUG: perl-FileHandle-2.03-481.1.el9_6.noarch DEBUG: perl-Getopt-Long-1:2.52-4.el9.noarch DEBUG: perl-Getopt-Std-1.12-481.1.el9_6.noarch DEBUG: perl-HTTP-Tiny-0.076-462.el9.noarch DEBUG: perl-IO-1.43-481.1.el9_6.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-481.1.el9_6.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-481.1.el9_6.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-481.1.el9_6.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-481.1.el9_6.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-481.1.el9_6.noarch DEBUG: perl-constant-1.33-461.el9.noarch DEBUG: perl-if-0.60.800-481.1.el9_6.noarch DEBUG: perl-interpreter-4:5.32.1-481.1.el9_6.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-libs-4:5.32.1-481.1.el9_6.x86_64 DEBUG: perl-mro-1.23-481.1.el9_6.x86_64 DEBUG: perl-overload-1.31-481.1.el9_6.noarch DEBUG: perl-overloading-0.02-481.1.el9_6.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-481.1.el9_6.noarch DEBUG: perl-vars-1.05-481.1.el9_6.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-ca-certificate-1.1.0-2.el8eng.noarch DEBUG: redhat-release-9.9-0.6.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_8.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-60.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_0.x86_64 DEBUG: xz-libs-5.2.5-8.el9_0.x86_64 DEBUG: zip-3.0-35.el9.x86_64 DEBUG: zlib-1.2.11-40.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/rhel-candidate-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root/etc/os-release DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SOURCES DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/rhel-candidate-x86_64/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/rhel-candidate-x86_64/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root_cache/cache.tar.gz', '-C', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/rhel-candidate-x86_64/root', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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.wt8gz052:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f0ff090403b74a29a31b57a1e4068ac6', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.wt8gz052:/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/rhel-candidate-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: tzdata-2026b-1.el9.noarch DEBUG: rust-srpm-macros-17-4.el9.noarch DEBUG: redhat-release-9.9-0.6.el9.x86_64 DEBUG: setup-2.13.7-10.el9.noarch DEBUG: filesystem-3.16-5.el9.x86_64 DEBUG: basesystem-11-13.el9.noarch DEBUG: qt5-srpm-macros-5.15.9-1.el9.noarch DEBUG: publicsuffix-list-dafsa-20210518-3.el9.noarch DEBUG: pkgconf-m4-1.7.3-10.el9.noarch DEBUG: perl-srpm-macros-1-41.el9.noarch DEBUG: pcre2-syntax-10.40-6.el9.noarch DEBUG: openblas-srpm-macros-2-11.el9.noarch DEBUG: ocaml-srpm-macros-6-6.el9.noarch DEBUG: ncurses-base-6.2-12.20210508.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-262.el9.x86_64 DEBUG: glibc-minimal-langpack-2.34-262.el9.x86_64 DEBUG: glibc-common-2.34-262.el9.x86_64 DEBUG: glibc-2.34-262.el9.x86_64 DEBUG: zlib-1.2.11-40.el9.x86_64 DEBUG: xz-libs-5.2.5-8.el9_0.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_8.1.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-60.el9.x86_64 DEBUG: file-libs-5.39-17.el9.x86_64 DEBUG: file-5.39-17.el9.x86_64 DEBUG: sqlite-libs-3.34.1-10.el9_8.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_8.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_7.x86_64 DEBUG: libdb-5.3.28-57.el9_6.x86_64 DEBUG: libeconf-0.4.1-7.el9_8.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_0.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: libsemanage-3.6-5.el9_6.x86_64 DEBUG: shadow-utils-4.9-17.el9.x86_64 DEBUG: libutempter-1.2.1-6.el9.x86_64 DEBUG: patch-2.7.6-16.el9.x86_64 DEBUG: tar-1.34-11.el9.x86_64 DEBUG: elfutils-default-yama-scope-0.195-1.el9.noarch DEBUG: elfutils-libs-0.195-1.el9.x86_64 DEBUG: libssh-config-0.10.4-18.el9.noarch DEBUG: ghc-srpm-macros-1.5.0-6.el9.noarch DEBUG: coreutils-common-8.32-41.el9.x86_64 DEBUG: openssl-fips-provider-so-3.0.7-11.el9_8.x86_64 DEBUG: openssl-fips-provider-3.0.7-11.el9_8.x86_64 DEBUG: openssl-libs-3.5.5-3.el9_8.x86_64 DEBUG: coreutils-8.32-41.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_7.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-22.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-481.1.el9_6.x86_64 DEBUG: perl-FileHandle-2.03-481.1.el9_6.noarch DEBUG: perl-Data-Dumper-2.174-462.el9.x86_64 DEBUG: perl-libnet-3.13-4.el9.noarch DEBUG: perl-AutoLoader-5.74-481.1.el9_6.noarch DEBUG: perl-base-2.27-481.1.el9_6.noarch DEBUG: perl-URI-5.09-3.el9.noarch DEBUG: perl-if-0.60.800-481.1.el9_6.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-481.1.el9_6.noarch DEBUG: perl-POSIX-1.94-481.1.el9_6.x86_64 DEBUG: perl-Term-ANSIColor-5.01-461.el9.noarch DEBUG: perl-IPC-Open3-1.21-481.1.el9_6.noarch DEBUG: perl-subs-1.03-481.1.el9_6.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-481.1.el9_6.noarch DEBUG: perl-Symbol-1.08-481.1.el9_6.noarch DEBUG: perl-File-stat-1.09-481.1.el9_6.noarch DEBUG: perl-podlators-4.14-460.el9.noarch DEBUG: perl-Pod-Perldoc-3.28.01-461.el9.noarch DEBUG: perl-Fcntl-1.13-481.1.el9_6.x86_64 DEBUG: perl-Text-ParseWords-3.30-460.el9.noarch DEBUG: perl-mro-1.23-481.1.el9_6.x86_64 DEBUG: perl-IO-1.43-481.1.el9_6.x86_64 DEBUG: perl-overloading-0.02-481.1.el9_6.noarch DEBUG: perl-Pod-Usage-2.01-4.el9.noarch DEBUG: perl-Errno-1.30-481.1.el9_6.x86_64 DEBUG: perl-File-Basename-2.85-481.1.el9_6.noarch DEBUG: perl-Getopt-Std-1.12-481.1.el9_6.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-481.1.el9_6.noarch DEBUG: perl-parent-0.238-460.el9.noarch DEBUG: perl-vars-1.05-481.1.el9_6.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-481.1.el9_6.x86_64 DEBUG: perl-interpreter-5.32.1-481.1.el9_6.x86_64 DEBUG: kernel-srpm-macros-1.0-14.el9.noarch DEBUG: openssl-3.5.5-3.el9_8.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_4.x86_64 DEBUG: openldap-2.6.13-1.el9.x86_64 DEBUG: libcurl-7.76.1-43.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: 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: rpm-build-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: 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: redhat-ca-certificate-1.1.0-2.el8eng.noarch 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/rhel-candidate-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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 coreutils-8.32-41.el9.x86_64 coreutils-common-8.32-41.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-22.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-17.el9.x86_64 file-libs-5.39-17.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-262.el9.x86_64 glibc-common-2.34-262.el9.x86_64 glibc-gconv-extra-2.34-262.el9.x86_64 glibc-minimal-langpack-2.34-262.el9.x86_64 gmp-6.2.0-13.el9.x86_64 go-srpm-macros-3.8.1-1.el9.noarch 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_7.x86_64 libattr-2.5.1-3.el9.x86_64 libblkid-2.37.4-25.el9.x86_64 libbrotli-1.0.9-9.el9_7.x86_64 libcap-2.48-10.el9_8.1.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_6.x86_64 libeconf-0.4.1-7.el9_8.x86_64 libevent-2.1.12-8.el9_4.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_6.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_8.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_8.x86_64 openssl-fips-provider-3.0.7-11.el9_8.x86_64 openssl-fips-provider-so-3.0.7-11.el9_8.x86_64 openssl-libs-3.5.5-3.el9_8.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-481.1.el9_6.noarch perl-B-1.80-481.1.el9_6.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-481.1.el9_6.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-481.1.el9_6.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-481.1.el9_6.x86_64 perl-File-Basename-2.85-481.1.el9_6.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-0.231.100-4.el9.noarch perl-File-stat-1.09-481.1.el9_6.noarch perl-FileHandle-2.03-481.1.el9_6.noarch perl-Getopt-Long-2.52-4.el9.noarch perl-Getopt-Std-1.12-481.1.el9_6.noarch perl-HTTP-Tiny-0.076-462.el9.noarch perl-IO-1.43-481.1.el9_6.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-481.1.el9_6.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-481.1.el9_6.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-481.1.el9_6.noarch perl-Socket-2.031-4.el9.x86_64 perl-Storable-3.21-460.el9.x86_64 perl-Symbol-1.08-481.1.el9_6.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-481.1.el9_6.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-481.1.el9_6.noarch perl-interpreter-5.32.1-481.1.el9_6.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-5.32.1-481.1.el9_6.x86_64 perl-mro-1.23-481.1.el9_6.x86_64 perl-overload-1.31-481.1.el9_6.noarch perl-overloading-0.02-481.1.el9_6.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-481.1.el9_6.noarch perl-vars-1.05-481.1.el9_6.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-ca-certificate-1.1.0-2.el8eng.noarch redhat-release-9.9-0.6.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_8.x86_64 systemd-libs-252-70.el9.x86_64 tar-1.34-11.el9.x86_64 tzdata-2026b-1.el9.noarch unzip-6.0-60.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_0.x86_64 xz-libs-5.2.5-8.el9_0.x86_64 zip-3.0-35.el9.x86_64 zlib-1.2.11-40.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/rhel-candidate-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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.ooxj2qj0', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/rhel-candidate-x86_64/root', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/rhel-candidate-x86_64/root/', '--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.wt8gz052:/etc/resolv.conf'] DEBUG: Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c0eba3f3dfc74a74935e62ad267d4dbc', '-D', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.wt8gz052:/etc/resolv.conf', '--console=pipe', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64/root/', '--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/rhel-candidate-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:26 ago on Wed Jun 10 20:11:05 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 Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: autoconf noarch 2.69-41.el9 build 665 k DEBUG: automake noarch 1.16.2-8.el9 build 662 k DEBUG: desktop-file-utils x86_64 0.26-6.el9 build 71 k DEBUG: gcc x86_64 11.5.0-14.el9 build 32 M DEBUG: gdb x86_64 16.3-3.el9 build 146 k DEBUG: gettext x86_64 0.21-8.el9 build 1.1 M DEBUG: glib-networking x86_64 2.68.3-3.el9 build 169 k DEBUG: glib2-devel x86_64 2.68.4-19.el9_8.1 build 469 k DEBUG: gnutls-devel x86_64 3.8.10-5.el9_8 build 2.2 M DEBUG: json-glib-devel x86_64 1.6.6-1.el9 build 58 k DEBUG: krb5-devel x86_64 1.21.1-10.el9 build 131 k DEBUG: krb5-server x86_64 1.21.1-10.el9 build 292 k DEBUG: libappstream-glib x86_64 0.7.18-5.el9 build 386 k DEBUG: openssh-clients x86_64 9.9p1-8.el9 build 767 k DEBUG: openssl-devel x86_64 1:3.5.5-3.el9_8 build 3.4 M DEBUG: pam-devel x86_64 1.5.1-29.el9 build 140 k DEBUG: polkit-devel x86_64 0.117-16.el9 build 39 k DEBUG: python3-devel x86_64 3.9.25-7.el9_8 build 205 k DEBUG: python3-pip noarch 21.3.1-2.el9_8 build 1.7 M DEBUG: rpmlint noarch 1.11-19.el9 build 185 k DEBUG: selinux-policy noarch 38.1.80-1.el9 build 40 k DEBUG: selinux-policy-devel noarch 38.1.80-1.el9 build 1.2 M DEBUG: systemd-devel x86_64 252-70.el9 build 486 k DEBUG: zlib-devel x86_64 1.2.11-40.el9 build 44 k DEBUG: Installing dependencies: DEBUG: acl x86_64 2.3.1-4.el9 build 69 k DEBUG: adobe-source-code-pro-fonts noarch 2.030.1.050-12.el9.1 build 831 k DEBUG: annobin x86_64 13.14-1.el9 build 780 k DEBUG: attr x86_64 2.5.1-3.el9 build 58 k DEBUG: boost-regex x86_64 1.75.0-14.el9 build 276 k DEBUG: checkpolicy x86_64 3.6-1.el9 build 352 k DEBUG: cpp x86_64 11.5.0-14.el9 build 11 M DEBUG: dbus x86_64 1:1.12.20-9.el9 build 6.4 k DEBUG: dbus-broker x86_64 28-7.el9 build 171 k DEBUG: dbus-common noarch 1:1.12.20-9.el9 build 13 k DEBUG: dnf noarch 4.14.0-36.el9 build 465 k DEBUG: dnf-data noarch 4.14.0-36.el9 build 36 k DEBUG: emacs-filesystem noarch 1:27.2-18.el9 build 8.2 k DEBUG: enchant x86_64 1:1.6.0-30.el9 build 60 k DEBUG: expat x86_64 2.5.0-6.el9_8.1 build 117 k DEBUG: fonts-filesystem noarch 1:2.0.5-7.el9.1 build 9.0 k DEBUG: gcc-plugin-annobin x86_64 11.5.0-14.el9 build 37 k DEBUG: gdb-headless x86_64 16.3-3.el9 build 5.0 M DEBUG: gdk-pixbuf2 x86_64 2.42.6-6.el9_8.1 build 465 k DEBUG: gettext-libs x86_64 0.21-8.el9 build 302 k DEBUG: glib2 x86_64 2.68.4-19.el9_8.1 build 2.6 M DEBUG: glibc-devel x86_64 2.34-262.el9 build 36 k DEBUG: glibc-headers x86_64 2.34-262.el9 build 443 k DEBUG: gmp-c++ x86_64 1:6.2.0-13.el9 build 18 k DEBUG: gmp-devel x86_64 1:6.2.0-13.el9 build 173 k DEBUG: gnupg2 x86_64 2.3.3-5.el9_7 build 2.5 M DEBUG: gnutls x86_64 3.8.10-5.el9_8 build 1.4 M DEBUG: gnutls-c++ x86_64 3.8.10-5.el9_8 build 27 k DEBUG: gnutls-dane x86_64 3.8.10-5.el9_8 build 17 k DEBUG: gpgme x86_64 1.15.1-6.el9 build 206 k DEBUG: gsettings-desktop-schemas x86_64 40.0-8.el9 build 665 k DEBUG: hunspell x86_64 1.7.0-11.el9 build 322 k DEBUG: hunspell-en-US noarch 0.20140811.1-20.el9 build 176 k DEBUG: hunspell-filesystem x86_64 1.7.0-11.el9 build 7.6 k DEBUG: ima-evm-utils x86_64 1.6.2-3.el9 build 70 k DEBUG: json-glib x86_64 1.6.6-1.el9 build 151 k DEBUG: kernel-headers x86_64 5.14.0-714.el9 build 1.9 M DEBUG: keyutils x86_64 1.6.3-1.el9 build 71 k DEBUG: keyutils-libs-devel x86_64 1.6.3-1.el9 build 54 k DEBUG: kmod-libs x86_64 28-11.el9 build 62 k DEBUG: krb5-pkinit x86_64 1.21.1-10.el9 build 57 k DEBUG: less x86_64 590-6.el9 build 160 k DEBUG: libassuan x86_64 2.5.5-3.el9 build 67 k DEBUG: libbabeltrace x86_64 1.5.8-10.el9 build 186 k DEBUG: libblkid-devel x86_64 2.37.4-25.el9 build 15 k DEBUG: libcbor x86_64 0.7.0-5.el9 build 56 k DEBUG: libcom_err-devel x86_64 1.46.5-8.el9 build 15 k DEBUG: libcomps x86_64 0.1.18-1.el9 build 77 k DEBUG: libdnf x86_64 0.69.0-19.el9 build 654 k DEBUG: libedit x86_64 3.1-39.20210216cvs.el9 build 103 k DEBUG: libev x86_64 4.33-6.el9 build 51 k DEBUG: libffi-devel x86_64 3.4.2-8.el9 build 28 k DEBUG: libfido2 x86_64 1.13.0-2.el9 build 97 k DEBUG: libicu x86_64 67.1-10.el9_6 build 9.6 M DEBUG: libidn2-devel x86_64 2.3.0-7.el9 build 56 k DEBUG: libipt x86_64 2.0.4-5.el9 build 55 k DEBUG: libjpeg-turbo x86_64 2.0.90-7.el9 build 174 k DEBUG: libkadm5 x86_64 1.21.1-10.el9 build 75 k DEBUG: libksba x86_64 1.5.1-7.el9 build 152 k DEBUG: libmodulemd x86_64 2.13.0-2.el9 build 232 k DEBUG: libmount-devel x86_64 2.37.4-25.el9 build 16 k DEBUG: libmpc x86_64 1.2.1-4.el9 build 61 k DEBUG: libpipeline x86_64 1.5.3-4.el9 build 48 k DEBUG: libpng x86_64 2:1.6.37-15.el9_8.2 build 116 k DEBUG: libproxy x86_64 0.4.15-35.el9 build 73 k DEBUG: librepo x86_64 1.19.0-1.el9 build 89 k DEBUG: libreport-filesystem noarch 2.15.2-6.el9 build 12 k DEBUG: librhsm x86_64 0.0.3-9.el9 build 34 k DEBUG: libseccomp x86_64 2.5.6-1.el9 build 69 k DEBUG: libselinux-devel x86_64 3.6-4.el9 build 113 k DEBUG: libselinux-utils x86_64 3.6-4.el9 build 161 k DEBUG: libsepol-devel x86_64 3.6-3.el9 build 39 k DEBUG: libsolv x86_64 0.7.24-5.el9_8 build 402 k DEBUG: libsoup x86_64 2.72.0-16.el9_8.1 build 389 k DEBUG: libss x86_64 1.46.5-8.el9 build 31 k DEBUG: libstemmer x86_64 0-18.585svn.el9 build 82 k DEBUG: libtasn1-devel x86_64 4.16.0-10.el9_8 build 328 k DEBUG: libtasn1-tools x86_64 4.16.0-10.el9_8 build 23 k DEBUG: libverto-devel x86_64 0.3.2-3.el9 build 14 k DEBUG: libverto-libev x86_64 0.3.2-3.el9 build 13 k DEBUG: libxcrypt-devel x86_64 4.4.18-3.el9 build 28 k DEBUG: libyaml x86_64 0.2.5-7.el9 build 60 k DEBUG: llvm-filesystem x86_64 22.1.3-1.el9 build 13 k DEBUG: llvm-libs x86_64 22.1.3-1.el9 build 59 M DEBUG: lmdb-libs x86_64 0.9.29-3.el9 build 60 k DEBUG: logrotate x86_64 3.18.0-12.el9 build 73 k DEBUG: m4 x86_64 1.4.19-1.el9 build 294 k DEBUG: man-db x86_64 2.9.3-9.el9 build 1.1 M DEBUG: nettle x86_64 3.10.1-1.el9 build 562 k DEBUG: nettle-devel x86_64 3.10.1-1.el9 build 711 k DEBUG: npth x86_64 1.6-8.el9 build 24 k DEBUG: openssh x86_64 9.9p1-8.el9 build 421 k DEBUG: p11-kit-devel x86_64 0.26.2-1.el9 build 87 k DEBUG: pcre-cpp x86_64 8.44-4.el9 build 24 k DEBUG: pcre-devel x86_64 8.44-4.el9 build 469 k DEBUG: pcre-utf16 x86_64 8.44-4.el9 build 183 k DEBUG: pcre-utf32 x86_64 8.44-4.el9 build 173 k DEBUG: pcre2-devel x86_64 10.40-6.el9 build 471 k DEBUG: pcre2-utf16 x86_64 10.40-6.el9 build 213 k DEBUG: pcre2-utf32 x86_64 10.40-6.el9 build 202 k DEBUG: perl-DynaLoader x86_64 1.47-481.1.el9_6 build 24 k DEBUG: perl-File-Compare noarch 1.100.600-481.1.el9_6 build 12 k DEBUG: perl-File-Copy noarch 2.34-481.1.el9_6 build 19 k DEBUG: perl-File-Find noarch 1.37-481.1.el9_6 build 24 k DEBUG: perl-Thread-Queue noarch 3.14-460.el9 build 21 k DEBUG: perl-threads x86_64 1:2.25-460.el9 build 57 k DEBUG: perl-threads-shared x86_64 1.61-460.el9 build 44 k DEBUG: policycoreutils x86_64 3.6-7.el9 build 205 k DEBUG: policycoreutils-devel x86_64 3.6-7.el9 build 142 k DEBUG: policycoreutils-python-utils noarch 3.6-7.el9 build 70 k DEBUG: polkit-docs noarch 0.117-16.el9 build 240 k DEBUG: polkit-libs x86_64 0.117-16.el9 build 8.3 M DEBUG: protobuf-c x86_64 1.3.3-13.el9 build 34 k DEBUG: python-rpm-macros noarch 3.9-54.el9 build 14 k DEBUG: python3 x86_64 3.9.25-7.el9_8 build 26 k DEBUG: python3-audit x86_64 3.1.5-8.el9 build 82 k DEBUG: python3-distro noarch 1.5.0-7.el9 build 36 k DEBUG: python3-dnf noarch 4.14.0-36.el9 build 413 k DEBUG: python3-enchant noarch 3.2.0-5.el9 build 79 k DEBUG: python3-file-magic noarch 5.39-17.el9 build 16 k DEBUG: python3-gpg x86_64 1.15.1-6.el9 build 261 k DEBUG: python3-hawkey x86_64 0.69.0-19.el9 build 101 k DEBUG: python3-libcomps x86_64 0.1.18-1.el9 build 48 k DEBUG: python3-libdnf x86_64 0.69.0-19.el9 build 783 k DEBUG: python3-libs x86_64 3.9.25-7.el9_8 build 7.5 M DEBUG: python3-libselinux x86_64 3.6-4.el9 build 186 k DEBUG: python3-libsemanage x86_64 3.6-5.el9_6 build 78 k DEBUG: python3-packaging noarch 20.9-5.el9 build 69 k DEBUG: python3-pip-wheel noarch 21.3.1-2.el9_8 build 1.1 M DEBUG: python3-policycoreutils noarch 3.6-7.el9 build 2.0 M DEBUG: python3-pyparsing noarch 2.4.7-9.el9 build 149 k DEBUG: python3-rpm x86_64 4.16.1.3-40.el9 build 64 k DEBUG: python3-rpm-generators noarch 12-9.el9 build 27 k DEBUG: python3-rpm-macros noarch 3.9-54.el9 build 9.1 k DEBUG: python3-setools x86_64 4.4.4-1.el9 build 551 k DEBUG: python3-setuptools noarch 53.0.0-15.el9 build 831 k DEBUG: python3-setuptools-wheel noarch 53.0.0-15.el9 build 467 k DEBUG: rpm-plugin-selinux x86_64 4.16.1.3-40.el9 build 15 k DEBUG: rpm-sign-libs x86_64 4.16.1.3-40.el9 build 20 k DEBUG: selinux-policy-targeted noarch 38.1.80-1.el9 build 6.5 M DEBUG: shared-mime-info x86_64 2.1-5.el9 build 372 k DEBUG: source-highlight x86_64 3.1.9-12.el9 build 608 k DEBUG: sysprof-capture-devel x86_64 3.40.1-3.el9 build 59 k DEBUG: systemd x86_64 252-70.el9 build 4.0 M DEBUG: systemd-pam x86_64 252-70.el9 build 265 k DEBUG: systemd-rpm-macros noarch 252-70.el9 build 52 k DEBUG: tpm2-tss x86_64 3.2.3-1.el9 build 594 k DEBUG: unbound-libs x86_64 1.24.2-3.el9_8.1 build 580 k DEBUG: words noarch 3.0-39.el9 build 1.2 M DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 173 Packages DEBUG: Total download size: 194 M DEBUG: Installed size: 685 M DEBUG: Downloading Packages: DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 93 MB/s | 194 MB 00:02 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew 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: 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: Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer. DEBUG: Running in chroot, ignoring command 'daemon-reload' 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_8.1.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-6.el9_8.1.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-19.el9_8.1.x86_64 DEBUG: glib2-devel-2.68.4-19.el9_8.1.x86_64 DEBUG: glibc-devel-2.34-262.el9.x86_64 DEBUG: glibc-headers-2.34-262.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_7.x86_64 DEBUG: gnutls-3.8.10-5.el9_8.x86_64 DEBUG: gnutls-c++-3.8.10-5.el9_8.x86_64 DEBUG: gnutls-dane-3.8.10-5.el9_8.x86_64 DEBUG: gnutls-devel-3.8.10-5.el9_8.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-714.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_6.x86_64 DEBUG: libidn2-devel-2.3.0-7.el9.x86_64 DEBUG: libipt-2.0.4-5.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-15.el9_8.2.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: librhsm-0.0.3-9.el9.x86_64 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-5.el9_8.x86_64 DEBUG: libsoup-2.72.0-16.el9_8.1.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_8.x86_64 DEBUG: libtasn1-tools-4.16.0-10.el9_8.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_8.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-481.1.el9_6.x86_64 DEBUG: perl-File-Compare-1.100.600-481.1.el9_6.noarch DEBUG: perl-File-Copy-2.34-481.1.el9_6.noarch DEBUG: perl-File-Find-1.37-481.1.el9_6.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_8.x86_64 DEBUG: python3-audit-3.1.5-8.el9.x86_64 DEBUG: python3-devel-3.9.25-7.el9_8.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-17.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_8.x86_64 DEBUG: python3-libselinux-3.6-4.el9.x86_64 DEBUG: python3-libsemanage-3.6-5.el9_6.x86_64 DEBUG: python3-packaging-20.9-5.el9.noarch DEBUG: python3-pip-21.3.1-2.el9_8.noarch DEBUG: python3-pip-wheel-21.3.1-2.el9_8.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-3.el9_8.1.x86_64 DEBUG: words-3.0-39.el9.noarch DEBUG: zlib-devel-1.2.11-40.el9.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64/root DEBUG: kill orphans in chroot /var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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/rhel-candidate-x86_64-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/rhel-candidate-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/rhel-candidate-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 Last metadata expiration check: 0:01:20 ago on Wed Jun 10 20:10:36 2026. (1/3): selinux-policy-38.1.80-1.el9.noarch.rpm 5.3 MB/s | 47 kB 00:00 (2/3): selinux-policy-devel-38.1.80-1.el9.noarc 47 MB/s | 1.5 MB 00:00 (3/3): selinux-policy-targeted-38.1.80-1.el9.no 86 MB/s | 6.9 MB 00:00 + 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 29 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' (e8fbd23b-a83d-4a9b-a1bb-42a548ae032c) successfully added. + for iface in eth1 ens15 + '[' -e /sys/class/net/ens15 ']' ++ hostname + echo '127.0.1.1 rhel-9-9-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 ']' + '[' rhel-9-9 '!=' rhel-9-9 ']' + 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 + systemctl --all --legend=false list-units 'pm*' + awk '{print $1}' + 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 + '[' rhel-9-9 '!=' rhel-9-9 ']' + '[' rhel-9-9 '!=' rhel-9-9 ']' + /var/lib/testvm/zero-disk.setup --keep-mock-cache dd: writing to '/root/junk': No space left on device 24343569+0 records in 24343568+0 records out 12463906816 bytes (12 GB, 12 GiB) copied, 35.6157 s, 350 MB/s + rm -f /var/tmp/SETUP killing ssh master process 149 + ! test -f /run/nologin && cat /proc/sys/kernel/random/boot_id Saving... + git add -- images/rhel-9-9 + git diff --cached --quiet -- + ./image-diff /work/.cache/cockpit-images/rhel-9-9-64901b784e8be6792268470158d4ac3f82f80c230bc075ef3c803a3a1ca5b20e.qcow2 rhel-9-9 + ./image-upload --prune-s3 rhel-9-9 Uploading to https://cockpit-images.eu-central-1.linodeobjects.com/rhel-9-9-111a7c7b041c8dc79d289af2a729cc4cab6b7ac13c737b61893e7145e77be527.qcow2 Uploading to https://cockpit-ci-images-fra.s3.eu-central-1.amazonaws.com/rhel-9-9-111a7c7b041c8dc79d289af2a729cc4cab6b7ac13c737b61893e7145e77be527.qcow2 Uploading to https://cockpit-ci-images.s3.us-east-1.amazonaws.com/rhel-9-9-111a7c7b041c8dc79d289af2a729cc4cab6b7ac13c737b61893e7145e77be527.qcow2 + git commit -m 'images: Update rhel-9-9 image Removed: python3-qrcode-core (6.1-12.el9) Added: python3-qrcode (8.0-2.el9) Changed: capstone (4.0.2-12.el9_8 -> 4.0.2-13.el9_8) 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-41.el9) coreutils-common (8.32-40.el9 -> 8.32-41.el9) kernel (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-core (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-devel (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-headers (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-modules (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-modules-core (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-tools (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-tools-libs (5.14.0-711.el9 -> 5.14.0-714.el9) kmod-kvdo (8.2.7.4-194.el9 -> 8.2.7.4-195.el9) libseccomp (2.5.2-2.el9 -> 2.5.6-1.el9) libtasn1 (4.16.0-9.el9 -> 4.16.0-10.el9_8) libusbx (1.0.26-1.el9 -> 1.0.30-1.el9) libvirt-client (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-common (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-config-network (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-interface (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-network (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-nodedev (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-nwfilter (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-qemu (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-secret (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-core (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-disk (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-iscsi (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-logical (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-mpath (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-rbd (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-scsi (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-kvm (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-lock (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-log (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-plugin-lockd (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-proxy (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-libs (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-ssh-proxy (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) openssl-fips-provider (3.0.7-8.el9 -> 3.0.7-11.el9_8) openssl-fips-provider-so (3.0.7-8.el9 -> 3.0.7-11.el9_8) python3-perf (5.14.0-711.el9 -> 5.14.0-714.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) 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) 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) unbound-libs (1.24.2-2.el9 -> 1.24.2-3.el9_8.1) Closes #9184' -- + git push -- origin +HEAD:refs/heads/image-refresh-rhel-9-9-20260611-002401 remote: remote: Create a pull request for 'image-refresh-rhel-9-9-20260611-002401' on GitHub by visiting: remote: https://github.com/cockpit-project/bots/pull/new/image-refresh-rhel-9-9-20260611-002401 remote: To https://github.com/cockpit-project/bots * [new branch] HEAD -> image-refresh-rhel-9-9-20260611-002401 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: #9184' -- + git push --force-with-lease=refs/heads/image-refresh-rhel-9-9-20260611-002401:a59484068d3454f32453203fbcba52206614ac21 -- origin HEAD:refs/heads/image-refresh-rhel-9-9-20260611-002401 To https://github.com/cockpit-project/bots + a5948406...d8cd4e44 HEAD -> image-refresh-rhel-9-9-20260611-002401 (forced update) + git rev-parse HEAD # image-refresh rhel-9-9 succeeded: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-9-9-20260611-002401 # Duration: 1332.7792160511017s Removed: python3-qrcode-core (6.1-12.el9) Added: python3-qrcode (8.0-2.el9) Changed: capstone (4.0.2-12.el9_8 -> 4.0.2-13.el9_8) 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-41.el9) coreutils-common (8.32-40.el9 -> 8.32-41.el9) kernel (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-core (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-devel (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-headers (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-modules (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-modules-core (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-tools (5.14.0-711.el9 -> 5.14.0-714.el9) kernel-tools-libs (5.14.0-711.el9 -> 5.14.0-714.el9) kmod-kvdo (8.2.7.4-194.el9 -> 8.2.7.4-195.el9) libseccomp (2.5.2-2.el9 -> 2.5.6-1.el9) libtasn1 (4.16.0-9.el9 -> 4.16.0-10.el9_8) libusbx (1.0.26-1.el9 -> 1.0.30-1.el9) libvirt-client (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-common (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-config-network (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-interface (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-network (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-nodedev (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-nwfilter (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-qemu (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-secret (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-core (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-disk (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-iscsi (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-logical (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-mpath (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-rbd (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-driver-storage-scsi (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-kvm (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-lock (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-log (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-plugin-lockd (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-daemon-proxy (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-libs (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) libvirt-ssh-proxy (11.10.0-12.1.el9_8 -> 11.10.0-12.3.el9_8) openssl-fips-provider (3.0.7-8.el9 -> 3.0.7-11.el9_8) openssl-fips-provider-so (3.0.7-8.el9 -> 3.0.7-11.el9_8) python3-perf (5.14.0-711.el9 -> 5.14.0-714.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) 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) 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) unbound-libs (1.24.2-2.el9 -> 1.24.2-3.el9_8.1) Job ran successfully. :)